Skip to content

Commit

Permalink
Merge pull request #8337 from guardian/gb/node-18-17-0
Browse files Browse the repository at this point in the history
Node 18.17.0
  • Loading branch information
georgeblahblah authored Jul 24, 2023
2 parents e234547 + f4f7099 commit 34edeea
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.16.1
18.17.0
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.18",
"@types/node": "18.17.0",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@types/react-test-renderer": "^18.0.0",
Expand Down
2 changes: 1 addition & 1 deletion apps-rendering/riff-raff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ templates:
amiEncrypted: true
amiTags:
# Keep the Node version in sync with `.nvmrc`
Recipe: jammy-mobile-node18.16.1-ARM
Recipe: jammy-mobile-node18.17.0-ARM
AmigoStage: PROD
deployments:
mobile-apps-rendering-cfn:
Expand Down
8 changes: 4 additions & 4 deletions apps-rendering/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3783,10 +3783,10 @@
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.18.tgz#8dfb97f0da23c2293e554c5a50d61ef134d7697f"
integrity sha512-DHQpWGjyQKSHj3ebjFI/wRKcqQcdR+MoFBygntYOZytCqNfkd2ZC4ARDJ2DQqhjH5p85Nnd3jhUJIXrszFX/JA==

"@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@18.17.0":
version "18.17.0"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.17.0.tgz#35d44267a33dd46b49ee0f73d31b05fd7407e290"
integrity sha512-GXZxEtOxYGFchyUzxvKI14iff9KZ2DI+A6a37o6EQevtg6uO9t+aUZKcaC1Te5Ng1OnLM7K9NVVj+FbecD9cJg==

"@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,6 +1,6 @@
# This container is used in our CICD pipelines for running E2E and regression tests.
# Keep the Node version in sync with `.nvmrc`
FROM node:18.16.1-alpine
FROM node:18.17.0-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 @@ -116,7 +116,7 @@
"@types/lodash": "4.14.191",
"@types/lodash.debounce": "4.0.7",
"@types/lodash.get": "4.4.7",
"@types/node": "18.16.18",
"@types/node": "18.17.0",
"@types/node-fetch": "2.6.2",
"@types/parse5": "7.0.0",
"@types/prop-types": "15.7.5",
Expand Down
2 changes: 1 addition & 1 deletion dotcom-rendering/scripts/deploy/riff-raff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ deployments:
amiParametersToTags:
AMI:
# Keep the Node version in sync with `.nvmrc`
Recipe: dotcom-rendering-ARM-jammy-node-18.16.1
Recipe: dotcom-rendering-ARM-jammy-node-18.17.0
BuiltBy: amigo
AmigoStage: PROD
rendering:
Expand Down
7 changes: 6 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5458,11 +5458,16 @@
"@types/node" "*"
form-data "^3.0.0"

"@types/node@*", "@types/node@18.16.18":
"@types/node@*":
version "18.16.18"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.16.18.tgz#85da09bafb66d4bc14f7c899185336d0c1736390"
integrity sha512-/aNaQZD0+iSBAGnvvN2Cx92HqE5sZCPZtx2TsK+4nvV23fFe09jVDvpArXr2j9DnYlzuU9WuoykDDc6wqvpNcw==

"@types/node@18.17.0":
version "18.17.0"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.17.0.tgz#35d44267a33dd46b49ee0f73d31b05fd7407e290"
integrity sha512-GXZxEtOxYGFchyUzxvKI14iff9KZ2DI+A6a37o6EQevtg6uO9t+aUZKcaC1Te5Ng1OnLM7K9NVVj+FbecD9cJg==

"@types/node@^12.7.1":
version "12.20.55"
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.20.55.tgz#c329cbd434c42164f846b909bd6f85b5537f6240"
Expand Down

0 comments on commit 34edeea

Please sign in to comment.