Skip to content

Commit 822453e

Browse files
authored
Npm audit fix 20260402 (#2882)
Npm audit fix 20260402
1 parent c259480 commit 822453e

7 files changed

Lines changed: 43 additions & 64 deletions

File tree

package-lock.json

Lines changed: 37 additions & 58 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"husky": "9.1.6",
6464
"istanbul-merge": "2.0.0",
6565
"lerna-audit": "^1.3.3",
66-
"lint-staged": "15.2.10",
66+
"lint-staged": "15.5.2",
6767
"nyc": "17.1.0",
6868
"pbkdf2": "3.1.3",
6969
"prettier": "3.3.3",

packages/api-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"bignumber.js": "9.1.1",
2424
"core-js": "3.47.0",
2525
"debug": "4.3.4",
26-
"lodash": "4.17.23",
26+
"lodash": "4.18.1",
2727
"regenerator-runtime": "0.14.1"
2828
},
2929
"devDependencies": {

packages/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"debug": "4.3.4",
2727
"events": "3.3.0",
2828
"json-bigint": "1.0.0",
29-
"lodash": "4.17.23",
29+
"lodash": "4.18.1",
3030
"regenerator-runtime": "0.14.1"
3131
},
3232
"devDependencies": {

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"is-electron": "2.2.2",
3636
"isomorphic-fetch": "3.0.0",
3737
"json-bigint": "1.0.0",
38-
"lodash": "4.17.23",
38+
"lodash": "4.18.1",
3939
"match-sorter": "6.3.4",
4040
"moment": "2.30.1",
4141
"overlayscrollbars": "1.13.3",

packages/gui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"is-plain-object": "5.0.0",
7272
"isomorphic-fetch": "3.0.0",
7373
"js-yaml": "4.1.1",
74-
"lodash": "4.17.23",
74+
"lodash": "4.18.1",
7575
"match-sorter": "6.3.4",
7676
"moment": "2.30.1",
7777
"normalize-url": "7.0.3",

packages/wallets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"core-js": "3.47.0",
3131
"is-electron": "2.2.2",
3232
"isomorphic-fetch": "3.0.0",
33-
"lodash": "4.17.23",
33+
"lodash": "4.18.1",
3434
"match-sorter": "6.3.4",
3535
"moment": "2.30.1",
3636
"react-dropzone": "14.2.3",

0 commit comments

Comments
 (0)