Skip to content

Commit

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

* build(deps): bump node in /frontend

Bumps node from 21.6.0-bullseye-slim to 21.6.1-bullseye-slim.

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

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

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

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 Feb 1, 2024
1 parent c7f9a46 commit 3adfab1
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 @@
21.6.0
21.6.1
2 changes: 1 addition & 1 deletion frontend/.node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
21.6.0
21.6.1
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:21.6.0-bullseye-slim as base
FROM node:21.6.1-bullseye-slim 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": "4.15.1"
},
"engines": {
"node": "^16.19.0 || ^21.6.0",
"node": "^16.19.0 || ^21.6.1",
"npm": "^8.19.2 || ^10.2.4"
}
}
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 @@ -21,7 +21,7 @@
"textlint-rule-terminology": "4.0.1"
},
"engines": {
"node": "^16.19.0 || ^21.6.0",
"node": "^16.19.0 || ^21.6.1",
"npm": "^8.19.2 || ^10.2.4"
}
}
2 changes: 1 addition & 1 deletion test/e2e/.node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
21.6.0
21.6.1
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": "2.15.1"
},
"engines": {
"node": "^16.19.0 || ^21.6.0",
"node": "^16.19.0 || ^21.6.1",
"npm": "^8.19.2 || ^10.2.4"
}
}

0 comments on commit 3adfab1

Please sign in to comment.