Skip to content

Commit

Permalink
Updated node to v18.16.1 (#8032)
Browse files Browse the repository at this point in the history
- Updated `.nvmrc` and Containerfile for local development and CI.
- Also updated `@types/node` to latest. The patch version doesn't match the `node` patch version because DefinitelyTyped packages don't synchronise their patch versions with packages.
  • Loading branch information
JamieB-gu authored Jun 23, 2023
1 parent 98edcf8 commit 2729d6d
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.16.0
18.16.1
2 changes: 1 addition & 1 deletion apps-rendering/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"@types/html-webpack-plugin": "^3.2.6",
"@types/jest": "^28.1.6",
"@types/jsdom": "^16.2.13",
"@types/node": "18.16.0",
"@types/node": "18.16.18",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@types/react-test-renderer": "^18.0.0",
Expand Down
8 changes: 4 additions & 4 deletions apps-rendering/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3590,10 +3590,10 @@
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.18.tgz#8dfb97f0da23c2293e554c5a50d61ef134d7697f"
integrity sha512-DHQpWGjyQKSHj3ebjFI/wRKcqQcdR+MoFBygntYOZytCqNfkd2ZC4ARDJ2DQqhjH5p85Nnd3jhUJIXrszFX/JA==

"@types/node@18.16.0":
version "18.16.0"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.16.0.tgz#4668bc392bb6938637b47e98b1f2ed5426f33316"
integrity sha512-BsAaKhB+7X+H4GnSjGhJG9Qi8Tw+inU9nJDwmD5CgOmBLEI6ArdhikpLX7DjbjDRDTbqZzU2LSQNZg8WGPiSZQ==
"@types/node@18.16.18":
version "18.16.18"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.16.18.tgz#85da09bafb66d4bc14f7c899185336d0c1736390"
integrity sha512-/aNaQZD0+iSBAGnvvN2Cx92HqE5sZCPZtx2TsK+4nvV23fFe09jVDvpArXr2j9DnYlzuU9WuoykDDc6wqvpNcw==

"@types/node@^16.0.0":
version "16.18.24"
Expand Down
2 changes: 1 addition & 1 deletion dotcom-rendering/Containerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This container is used in our CICD pipelines for running E2E and regression tests.
FROM node:18.16.0-alpine
FROM node:18.16.1-alpine

WORKDIR /opt/app/dotcom-rendering/dotcom-rendering

Expand Down
2 changes: 1 addition & 1 deletion dotcom-rendering/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
"@types/lodash": "4.14.191",
"@types/lodash.debounce": "4.0.7",
"@types/lodash.get": "4.4.7",
"@types/node": "18.16.0",
"@types/node": "18.16.18",
"@types/node-fetch": "2.6.2",
"@types/prop-types": "15.7.5",
"@types/qs": "6.9.7",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5820,10 +5820,10 @@
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.13.0.tgz#0400d1e6ce87e9d3032c19eb6c58205b0d3f7850"
integrity sha512-gC3TazRzGoOnoKAhUx+Q0t8S9Tzs74z7m0ipwGpSqQrleP14hKxP4/JUeEQcD3W1/aIpnWl8pHowI7WokuZpXg==

"@types/node@18.16.0":
version "18.16.0"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.16.0.tgz#4668bc392bb6938637b47e98b1f2ed5426f33316"
integrity sha512-BsAaKhB+7X+H4GnSjGhJG9Qi8Tw+inU9nJDwmD5CgOmBLEI6ArdhikpLX7DjbjDRDTbqZzU2LSQNZg8WGPiSZQ==
"@types/node@18.16.18":
version "18.16.18"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.16.18.tgz#85da09bafb66d4bc14f7c899185336d0c1736390"
integrity sha512-/aNaQZD0+iSBAGnvvN2Cx92HqE5sZCPZtx2TsK+4nvV23fFe09jVDvpArXr2j9DnYlzuU9WuoykDDc6wqvpNcw==

"@types/node@^13.7.0":
version "13.13.52"
Expand Down

0 comments on commit 2729d6d

Please sign in to comment.