Skip to content

Commit 20159cd

Browse files
committed
chore(deps): update node.js to v22
1 parent 9fd1839 commit 20159cd

File tree

96 files changed

+492
-415
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+492
-415
lines changed

packages/auto-approve/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
# Use the official lightweight Node.js 14 image.
1818
# https://hub.docker.com/_/node
19-
FROM node:18.20.5-slim AS BUILD
19+
FROM node:22.14.0-slim AS BUILD
2020

2121
# Create and change to the app directory.
2222
WORKDIR /usr/src/app
@@ -34,7 +34,7 @@ COPY . ./
3434

3535
RUN npm run compile
3636

37-
FROM node:18.20.5-slim
37+
FROM node:22.14.0-slim
3838

3939
# Remove unnecessary cross-spawn from npm to resolve CVE-2024-21538
4040
RUN rm -r /usr/local/lib/node_modules/npm/node_modules/cross-spawn/

packages/auto-approve/package-lock.json

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

packages/auto-approve/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"devDependencies": {
3939
"@types/js-yaml": "^4.0.9",
4040
"@types/mocha": "^10.0.0",
41-
"@types/node": "^18.7.15",
41+
"@types/node": "^22.0.0",
4242
"@types/sinon": "^10.0.13",
4343
"c8": "^7.12.0",
4444
"cross-env": "^7.0.3",

packages/auto-label/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
# Use the official lightweight Node.js 14 image.
1818
# https://hub.docker.com/_/node
19-
FROM node:18.20.5-slim AS BUILD
19+
FROM node:22.14.0-slim AS BUILD
2020

2121
# Create and change to the app directory.
2222
WORKDIR /usr/src/app
@@ -34,7 +34,7 @@ COPY . ./
3434

3535
RUN npm run compile
3636

37-
FROM node:18.20.5-slim
37+
FROM node:22.14.0-slim
3838

3939
# Remove unnecessary cross-spawn from npm to resolve CVE-2024-21538
4040
RUN rm -r /usr/local/lib/node_modules/npm/node_modules/cross-spawn/

packages/auto-label/package-lock.json

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

packages/auto-label/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"devDependencies": {
3838
"@types/js-yaml": "^3.11.0",
3939
"@types/mocha": "^10.0.0",
40-
"@types/node": "^18.7.15",
40+
"@types/node": "^22.0.0",
4141
"@types/sinon": "^10.0.13",
4242
"c8": "^7.12.0",
4343
"cross-env": "^7.0.3",

packages/blunderbuss/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
# Use the official lightweight Node.js 14 image.
1818
# https://hub.docker.com/_/node
19-
FROM node:18.20.5-slim AS BUILD
19+
FROM node:22.14.0-slim AS BUILD
2020

2121
# Create and change to the app directory.
2222
WORKDIR /usr/src/app
@@ -34,7 +34,7 @@ COPY . ./
3434

3535
RUN npm run compile
3636

37-
FROM node:18.20.5-slim
37+
FROM node:22.14.0-slim
3838

3939
# Remove unnecessary cross-spawn from npm to resolve CVE-2024-21538
4040
RUN rm -r /usr/local/lib/node_modules/npm/node_modules/cross-spawn/

packages/blunderbuss/package-lock.json

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

packages/blunderbuss/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"devDependencies": {
3838
"@types/js-yaml": "^4.0.9",
3939
"@types/mocha": "^10.0.0",
40-
"@types/node": "^18.7.13",
40+
"@types/node": "^22.0.0",
4141
"@types/sinon": "^10.0.13",
4242
"c8": "^7.12.0",
4343
"cross-env": "^7.0.3",

packages/bot-config-utils/package-lock.json

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

packages/bot-config-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@octokit/types": "^8.0.0",
2828
"@types/js-yaml": "^4.0.9",
2929
"@types/mocha": "^10.0.0",
30-
"@types/node": "^18.7.15",
30+
"@types/node": "^22.0.0",
3131
"@types/sinon": "^10.0.13",
3232
"c8": "^7.12.0",
3333
"cross-env": "^7.0.3",

packages/canary-bot/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
# Use the official lightweight Node.js 14 image.
1818
# https://hub.docker.com/_/node
19-
FROM node:18.20.5-slim AS BUILD
19+
FROM node:22.14.0-slim AS BUILD
2020

2121
# Create and change to the app directory.
2222
WORKDIR /usr/src/app
@@ -34,7 +34,7 @@ COPY . ./
3434

3535
RUN npm run compile
3636

37-
FROM node:18.20.5-slim
37+
FROM node:22.14.0-slim
3838

3939
# Remove unnecessary cross-spawn from npm to resolve CVE-2024-21538
4040
RUN rm -r /usr/local/lib/node_modules/npm/node_modules/cross-spawn/

packages/canary-bot/package-lock.json

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

packages/canary-bot/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"devDependencies": {
3838
"@types/mocha": "^10.0.0",
39-
"@types/node": "^18.7.15",
39+
"@types/node": "^22.0.0",
4040
"@types/sinon": "^10.0.13",
4141
"c8": "^7.12.0",
4242
"cross-env": "^7.0.3",

packages/cherry-pick-bot/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
# Use the official lightweight Node.js 14 image.
1818
# https://hub.docker.com/_/node
19-
FROM node:18.20.5-slim AS BUILD
19+
FROM node:22.14.0-slim AS BUILD
2020

2121
# Create and change to the app directory.
2222
WORKDIR /usr/src/app
@@ -34,7 +34,7 @@ COPY . ./
3434

3535
RUN npm run compile
3636

37-
FROM node:18.20.5-slim
37+
FROM node:22.14.0-slim
3838

3939
# Remove unnecessary cross-spawn from npm to resolve CVE-2024-21538
4040
RUN rm -r /usr/local/lib/node_modules/npm/node_modules/cross-spawn/

0 commit comments

Comments
 (0)