Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@
"web3-core": "4.1.1",
"web3-eth": "4.1.1",
"web3-utils": "4.3.0",
"webpack": "5.99.3",
"webpack": "5.99.4",
"webpack-cli": "4.10.0",
"wget-improved": "3.4.0",
"yargs": "17.7.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/cacti-ledger-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"@types/react-dom": "18.2.17",
"@vitejs/plugin-react": "4.2.1",
"typescript": "5.5.2",
"vite": "6.2.6"
"vite": "6.2.7"
},
"engines": {
"node": ">=18",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9305,7 +9305,7 @@ __metadata:
react-dom: "npm:18.2.0"
react-router-dom: "npm:6.21.3"
typescript: "npm:5.5.2"
vite: "npm:6.2.6"
vite: "npm:6.3.4"
web3: "npm:4.1.1"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -11382,7 +11382,7 @@ __metadata:
web3-core: "npm:4.1.1"
web3-eth: "npm:4.1.1"
web3-utils: "npm:4.3.0"
webpack: "npm:5.99.3"
webpack: "npm:5.99.4"
webpack-cli: "npm:4.10.0"
wget-improved: "npm:3.4.0"
yargs: "npm:17.7.2"
Expand Down Expand Up @@ -56893,9 +56893,9 @@ __metadata:
languageName: node
linkType: hard

"webpack@npm:5.99.3":
version: 5.99.3
resolution: "webpack@npm:5.99.3"
"webpack@npm:5.99.4":
version: 5.99.4
resolution: "webpack@npm:5.99.4"
dependencies:
"@types/eslint-scope": "npm:^3.7.7"
"@types/estree": "npm:^1.0.6"
Expand Down Expand Up @@ -56925,7 +56925,7 @@ __metadata:
optional: true
bin:
webpack: bin/webpack.js
checksum: 10/07fb3e9b0fe1b3858945b62eac7aac75013f8486709a71dd97cdd4d299f47a372365be6ccbaf8af632c4bf9d8b3cc1ad96e0c8866f7f1c38af590cdf1f5b67a1
checksum: 10/0b8445b86aceec0dfb560e235eafc06e4c8f54b4501907142d75bdd832872371b636553ac26a86a9fc34db8defc2015fc6424e36d1b4860a771d76d826f925d1
languageName: node
linkType: hard

Expand Down
Loading