File tree Expand file tree Collapse file tree 7 files changed +220
-318
lines changed Expand file tree Collapse file tree 7 files changed +220
-318
lines changed Original file line number Diff line number Diff line change 1
- 22.14 .0
1
+ 22.18 .0
Original file line number Diff line number Diff line change 68
68
"@types/html-webpack-plugin" : " 3.2.9" ,
69
69
"@types/jest" : " 29.5.14" ,
70
70
"@types/jsdom" : " 16.2.15" ,
71
- "@types/node" : " 18.18.14 " ,
71
+ "@types/node" : " 22.17.0 " ,
72
72
"@types/react" : " 18.3.1" ,
73
73
"@types/react-dom" : " 18.3.0" ,
74
74
"@types/react-test-renderer" : " 18.3.0" ,
103
103
"tslib" : " 2.6.2" ,
104
104
"tsx" : " 4.6.2" ,
105
105
"typescript" : " 5.5.3" ,
106
- "webpack" : " 5.99.7 " ,
106
+ "webpack" : " 5.101.0 " ,
107
107
"webpack-cli" : " 6.0.1" ,
108
108
"webpack-dev-server" : " 5.2.1" ,
109
109
"webpack-manifest-plugin" : " 5.0.0" ,
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ templates:
12
12
amiEncrypted : true
13
13
amiTags :
14
14
# Keep the Node version in sync with `.nvmrc`
15
- Recipe : apps-rendering-ARM-jammy-node-22.14 .0
15
+ Recipe : apps-rendering-ARM-jammy-node-22.18 .0
16
16
AmigoStage : PROD
17
17
deployments :
18
18
mobile-apps-rendering-cfn :
Original file line number Diff line number Diff line change 1
1
# This container is used in our CICD pipelines for running E2E and regression tests.
2
2
# Keep the Node version in sync with `.nvmrc`
3
- FROM node:22.14 .0-alpine
3
+ FROM node:22.18 .0-alpine
4
4
5
5
WORKDIR /opt/app/dotcom-rendering/dotcom-rendering
6
6
Original file line number Diff line number Diff line change 81
81
"@types/k6" : " 0.52.0" ,
82
82
"@types/lodash.debounce" : " 4.0.7" ,
83
83
"@types/lodash.get" : " 4.4.9" ,
84
- "@types/node" : " 22.14.1 " ,
84
+ "@types/node" : " 22.17.0 " ,
85
85
"@types/qs" : " 6.9.15" ,
86
86
"@types/react" : " 18.3.1" ,
87
87
"@types/react-dom" : " 18.3.0" ,
178
178
"unified" : " 11.0.5" ,
179
179
"valibot" : " 0.28.1" ,
180
180
"web-vitals" : " 4.2.3" ,
181
- "webpack" : " 5.99.7 " ,
181
+ "webpack" : " 5.101.0 " ,
182
182
"webpack-assets-manifest" : " 6.0.2" ,
183
183
"webpack-bundle-analyzer" : " 4.10.2" ,
184
184
"webpack-cli" : " 6.0.1" ,
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ templates:
10
10
amiEncrypted : true
11
11
amiTags :
12
12
# Keep the Node version in sync with `.nvmrc`
13
- Recipe : dotcom-rendering-ARM-jammy-node-22.14 .0
13
+ Recipe : dotcom-rendering-ARM-jammy-node-22.18 .0
14
14
AmigoStage : PROD
15
15
deployments :
16
16
frontend-static :
You can’t perform that action at this time.
0 commit comments