Skip to content

Commit

Permalink
chore(devdeps): update node.js to v22.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 27, 2025
1 parent c4767ba commit c8ef8e0
Show file tree
Hide file tree
Showing 4 changed files with 73 additions and 73 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:22.13.0-alpine
FROM node:22.13.1-alpine
WORKDIR /build

ARG TURBO_TOKEN=token

Check warning on line 4 in Dockerfile

View workflow job for this annotation

GitHub Actions / deploy

Sensitive data should not be used in the ARG or ENV commands

SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ARG "TURBO_TOKEN") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/
Expand Down
2 changes: 1 addition & 1 deletion examples/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"devDependencies": {
"@babel/core": "7.26.0",
"@types/node": "22.10.7",
"@types/node": "22.10.10",
"@types/react": "19.0.7",
"@types/react-syntax-highlighter": "15.5.13",
"next-transpile-modules": "10.0.1"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.2.0",
"@testing-library/user-event": "14.6.0",
"@types/node": "22.10.7",
"@types/node": "22.10.10",
"@types/react": "19.0.7",
"@types/react-datepicker": "6.2.0",
"@types/react-dom": "19.0.3",
Expand Down
Loading

0 comments on commit c8ef8e0

Please sign in to comment.