Skip to content

Commit 6ef3f77

Browse files
Bump the all group in /frontend with 2 updates (#331)
Bumps the all group in /frontend with 2 updates: [zustand](https://github.com/pmndrs/zustand) and [webpack-cli](https://github.com/webpack/webpack-cli). Updates `zustand` from 5.0.11 to 5.0.12 - [Release notes](https://github.com/pmndrs/zustand/releases) - [Commits](pmndrs/zustand@v5.0.11...v5.0.12) Updates `webpack-cli` from 7.0.0 to 7.0.2 - [Release notes](https://github.com/webpack/webpack-cli/releases) - [Changelog](https://github.com/webpack/webpack-cli/blob/main/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-cli/compare/webpack-cli@7.0.0...webpack-cli@7.0.2) --- updated-dependencies: - dependency-name: zustand dependency-version: 5.0.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: webpack-cli dependency-version: 7.0.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0d515f5 commit 6ef3f77

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

frontend/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@
2626
"ts-loader": "^9.5.4",
2727
"typescript": "^5.9.3",
2828
"webpack": "^5.105.4",
29-
"webpack-cli": "^7.0.0"
29+
"webpack-cli": "^7.0.2"
3030
},
3131
"dependencies": {
3232
"react": "^19.2.4",
3333
"react-dom": "^19.2.4",
3434
"tslib": "^2.8.1",
35-
"zustand": "^5.0.11"
35+
"zustand": "^5.0.12"
3636
},
3737
"packageManager": "yarn@4.9.3"
3838
}

frontend/yarn.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1032,8 +1032,8 @@ __metadata:
10321032
tslib: "npm:^2.8.1"
10331033
typescript: "npm:^5.9.3"
10341034
webpack: "npm:^5.105.4"
1035-
webpack-cli: "npm:^7.0.0"
1036-
zustand: "npm:^5.0.11"
1035+
webpack-cli: "npm:^7.0.2"
1036+
zustand: "npm:^5.0.12"
10371037
languageName: unknown
10381038
linkType: soft
10391039

@@ -1782,9 +1782,9 @@ __metadata:
17821782
languageName: node
17831783
linkType: hard
17841784

1785-
"webpack-cli@npm:^7.0.0":
1786-
version: 7.0.0
1787-
resolution: "webpack-cli@npm:7.0.0"
1785+
"webpack-cli@npm:^7.0.2":
1786+
version: 7.0.2
1787+
resolution: "webpack-cli@npm:7.0.2"
17881788
dependencies:
17891789
"@discoveryjs/json-ext": "npm:^1.0.0"
17901790
commander: "npm:^14.0.3"
@@ -1806,7 +1806,7 @@ __metadata:
18061806
optional: true
18071807
bin:
18081808
webpack-cli: bin/cli.js
1809-
checksum: 10c0/014747110623b6134e291401c6b4fd9f835c1645e91a3d7b0e6e33f386b06cc812cc42a29915dd23aa8bcd21a710bba055fb5d496b5e510261a4b0bbffd4ceda
1809+
checksum: 10c0/1c103995bd578ca3b80c0dee1cb92c4a90a68b51c4770a0fb04adbe74b0b34886d394794a2e0d27c5cabac05a40e156d3ecfbc15e9fbb97640675c53e4503260
18101810
languageName: node
18111811
linkType: hard
18121812

@@ -1891,9 +1891,9 @@ __metadata:
18911891
languageName: node
18921892
linkType: hard
18931893

1894-
"zustand@npm:^5.0.11":
1895-
version: 5.0.11
1896-
resolution: "zustand@npm:5.0.11"
1894+
"zustand@npm:^5.0.12":
1895+
version: 5.0.12
1896+
resolution: "zustand@npm:5.0.12"
18971897
peerDependencies:
18981898
"@types/react": ">=18.0.0"
18991899
immer: ">=9.0.6"
@@ -1908,6 +1908,6 @@ __metadata:
19081908
optional: true
19091909
use-sync-external-store:
19101910
optional: true
1911-
checksum: 10c0/61836b48dac5978c9d1b8289d5162a151bee77828371b9aba6431a079b77faca0635ba53da3f7b331295fbc4e78318a109a4527f7a051cb63abfe79b69ccbecf
1911+
checksum: 10c0/304c1dfb6033d758ddc7606c15df8566e6cace83ee4eeec721e8975f7813fd4cca2c68ff6b3eaa1841a9e53f0cf8486007217479785eccb845e3596de4df7f1e
19121912
languageName: node
19131913
linkType: hard

0 commit comments

Comments
 (0)