Skip to content

Commit 6b2d728

Browse files
fix(deps): update dependency lodash to v4.17.23 [security]
1 parent 3a6a298 commit 6b2d728

File tree

5 files changed

+296
-149
lines changed

5 files changed

+296
-149
lines changed

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"enquirer": "2.3.6",
3838
"fs-extra": "9.1.0",
3939
"graphql": "16.6.0",
40-
"lodash": "4.17.21",
40+
"lodash": "4.17.23",
4141
"node-fetch": "2.6.9",
4242
"open": "9.1.0",
4343
"rxjs": "7.8.1",

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"fs-extra": "9.1.0",
6666
"got": "11.8.6",
6767
"jsonwebtoken": "9.0.0",
68-
"lodash": "4.17.21",
68+
"lodash": "4.17.23",
6969
"neo4j-driver-lite": "5.8.0",
7070
"node-forge": "1.3.1",
7171
"p-limit": "3.1.0",

packages/types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"generate:docs": "typedoc"
2525
},
2626
"dependencies": {
27-
"lodash": "4.17.21"
27+
"lodash": "4.17.23"
2828
},
2929
"devDependencies": {
3030
"@types/jest": "29.5.1",

packages/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"graphql-tools": "8.3.20",
7676
"graphql-type-json": "0.3.2",
7777
"graphql-ws": "5.13.1",
78-
"lodash": "4.17.21",
78+
"lodash": "4.17.23",
7979
"multer": "1.4.5-lts.1",
8080
"node-fetch": "2.6.9",
8181
"rxjs": "7.8.1",

0 commit comments

Comments
 (0)