Skip to content

Commit 9bc28cd

Browse files
Update Node.js to v22.17.1 (#11577)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 288db7f commit 9bc28cd

File tree

3 files changed

+54
-54
lines changed

3 files changed

+54
-54
lines changed

frontend.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# renovate: datasource=node depName=node
2-
ARG NODE_VERSION=22.17.0
2+
ARG NODE_VERSION=22.17.1
33

44
FROM node:${NODE_VERSION}-alpine
55

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"@percy/playwright": "1.0.8",
7777
"@playwright/test": "1.54.1",
7878
"@sinonjs/fake-timers": "14.0.0",
79-
"@types/node": "22.16.3",
79+
"@types/node": "22.16.4",
8080
"@types/sinonjs__fake-timers": "8.1.5",
8181
"@zestia/ember-auto-focus": "5.1.0",
8282
"broccoli-asset-rev": "3.0.0",
@@ -171,13 +171,13 @@
171171
]
172172
},
173173
"engines": {
174-
"node": "22.17.0",
174+
"node": "22.17.1",
175175
"pnpm": "10.13.1"
176176
},
177177
"ember": {
178178
"edition": "octane"
179179
},
180180
"volta": {
181-
"node": "22.17.0"
181+
"node": "22.17.1"
182182
}
183183
}

pnpm-lock.yaml

Lines changed: 50 additions & 50 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)