Skip to content

Commit

Permalink
chore(devdeps): update node.js to v22.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 29, 2024
1 parent 73f8994 commit 35b7435
Show file tree
Hide file tree
Showing 6 changed files with 81 additions and 81 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.9.0-alpine
FROM node:22.10.0-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/

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/

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/

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/

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-advanced/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"devDependencies": {
"@babel/core": "7.25.8",
"@types/node": "22.7.5",
"@types/node": "22.7.9",
"@types/react": "18.3.11",
"@types/react-syntax-highlighter": "15.5.13",
"next-transpile-modules": "10.0.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/next-login/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"devDependencies": {
"@babel/core": "7.25.8",
"@types/node": "22.7.5",
"@types/node": "22.7.9",
"@types/react": "18.3.11",
"@types/react-syntax-highlighter": "15.5.13",
"next-transpile-modules": "10.0.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/next-simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"devDependencies": {
"@babel/core": "7.25.8",
"@types/node": "22.7.5",
"@types/node": "22.7.9",
"@types/react": "18.3.11",
"@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 @@ -126,7 +126,7 @@
"@testing-library/jest-dom": "6.6.2",
"@testing-library/react": "16.0.1",
"@testing-library/user-event": "14.5.2",
"@types/node": "22.7.5",
"@types/node": "22.7.9",
"@types/react": "18.3.11",
"@types/react-datepicker": "6.2.0",
"@types/react-dom": "18.3.1",
Expand Down
Loading

0 comments on commit 35b7435

Please sign in to comment.