Skip to content

Commit

Permalink
build(deps): bump node from 23.5.0-bullseye-slim to 23.6.0-bullseye-s…
Browse files Browse the repository at this point in the history
…lim in /frontend (#4749)

* build(deps): bump node in /frontend

Bumps node from 23.5.0-bullseye-slim to 23.6.0-bullseye-slim.

---
updated-dependencies:
- dependency-name: node
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* nodeのバージョンを直してあげたよ! (#4750)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and github-actions[bot] authored Jan 8, 2025
1 parent e3ec87b commit 550c448
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
23.5.0
23.6.0
2 changes: 1 addition & 1 deletion frontend/.node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
23.5.0
23.6.0
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:23.5.0-bullseye-slim@sha256:18379ee656cbc1d4d740ecd9da1c81c0609ce58d48fbe771e103bf6ad0028605 AS base
FROM node:23.6.0-bullseye-slim@sha256:a8eb7b8b06ebb1726cd5af0e54cbae419873ecc092e62a649c2a05b5942e2011 AS base

SHELL ["/bin/bash", "-o", "pipefail", "-c"]
ARG TARGETPLATFORM
Expand Down
2 changes: 1 addition & 1 deletion frontend/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 frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"webpack-dev-server": "5.2.0"
},
"engines": {
"node": "^20.17.0 || ^23.5.0",
"node": "^20.17.0 || ^23.6.0",
"npm": "^9.6.5 || ^10.9.2"
}
}
2 changes: 1 addition & 1 deletion 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"tsx": "4.19.2"
},
"engines": {
"node": "^20.17.0 || ^23.5.0",
"node": "^20.17.0 || ^23.6.0",
"npm": "^9.6.5 || ^10.9.2"
}
}
2 changes: 1 addition & 1 deletion test/e2e/.node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
23.5.0
23.6.0
2 changes: 1 addition & 1 deletion test/e2e/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 test/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"eslint-plugin-cypress": "4.1.0"
},
"engines": {
"node": "^20.17.0 || ^23.5.0",
"node": "^20.17.0 || ^23.6.0",
"npm": "^9.6.5 || ^10.9.2"
}
}

0 comments on commit 550c448

Please sign in to comment.