Skip to content

Commit

Permalink
chore(deps): update node.js to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 8, 2025
1 parent daa31db commit 050d4ea
Show file tree
Hide file tree
Showing 95 changed files with 774 additions and 352 deletions.
4 changes: 2 additions & 2 deletions packages/auto-approve/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# Use the official lightweight Node.js 14 image.
# https://hub.docker.com/_/node
FROM node:18.20.5-slim AS BUILD
FROM node:22.13.0-slim AS BUILD

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

RUN npm run compile

FROM node:18.20.5-slim
FROM node:22.13.0-slim

# Remove unnecessary cross-spawn from npm to resolve CVE-2024-21538
RUN rm -r /usr/local/lib/node_modules/npm/node_modules/cross-spawn/
Expand Down
30 changes: 23 additions & 7 deletions packages/auto-approve/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/auto-approve/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@octokit/webhooks-definitions": "^3.67.3",
"@probot/octokit-plugin-config": "^1.1.6",
"@types/mocha": "^10.0.0",
"@types/node": "^18.7.15",
"@types/node": "^22.0.0",
"@types/sinon": "^10.0.13",
"c8": "^7.12.0",
"cross-env": "^7.0.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/auto-label/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# Use the official lightweight Node.js 14 image.
# https://hub.docker.com/_/node
FROM node:18.20.5-slim AS BUILD
FROM node:22.13.0-slim AS BUILD

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

RUN npm run compile

FROM node:18.20.5-slim
FROM node:22.13.0-slim

# Remove unnecessary cross-spawn from npm to resolve CVE-2024-21538
RUN rm -r /usr/local/lib/node_modules/npm/node_modules/cross-spawn/
Expand Down
30 changes: 23 additions & 7 deletions packages/auto-label/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/auto-label/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"devDependencies": {
"@octokit/types": "^8.0.0",
"@types/mocha": "^10.0.0",
"@types/node": "^18.7.15",
"@types/node": "^22.0.0",
"@types/sinon": "^10.0.13",
"c8": "^7.12.0",
"cross-env": "^7.0.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/blunderbuss/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# Use the official lightweight Node.js 14 image.
# https://hub.docker.com/_/node
FROM node:18.20.5-slim AS BUILD
FROM node:22.13.0-slim AS BUILD

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

RUN npm run compile

FROM node:18.20.5-slim
FROM node:22.13.0-slim

# Remove unnecessary cross-spawn from npm to resolve CVE-2024-21538
RUN rm -r /usr/local/lib/node_modules/npm/node_modules/cross-spawn/
Expand Down
30 changes: 23 additions & 7 deletions packages/blunderbuss/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/blunderbuss/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@octokit/types": "^8.0.0",
"@octokit/webhooks": "^10.1.5",
"@types/mocha": "^10.0.0",
"@types/node": "^18.7.13",
"@types/node": "^22.0.0",
"@types/sinon": "^10.0.13",
"c8": "^7.12.0",
"cross-env": "^7.0.3",
Expand Down
30 changes: 23 additions & 7 deletions packages/bot-config-utils/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/bot-config-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"devDependencies": {
"@octokit/types": "^8.0.0",
"@types/mocha": "^10.0.0",
"@types/node": "^18.7.15",
"@types/node": "^22.0.0",
"@types/sinon": "^10.0.13",
"c8": "^7.12.0",
"cross-env": "^7.0.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/canary-bot/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# Use the official lightweight Node.js 14 image.
# https://hub.docker.com/_/node
FROM node:18.20.5-slim AS BUILD
FROM node:22.13.0-slim AS BUILD

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

RUN npm run compile

FROM node:18.20.5-slim
FROM node:22.13.0-slim

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

0 comments on commit 050d4ea

Please sign in to comment.