Skip to content
Merged
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 packages/collectives-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dayjs": "^1.10.7",
"http-proxy": "^1.18.1",
"localforage": "^1.10.0",
"lodash-es": "^4.17.23",
"lodash-es": "^4.18.1",
"next": "16.1.7",
"next-common": "workspace:*",
"nprogress": "^0.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/kintsugi-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"cookies": "^0.8.0",
"dayjs": "^1.10.7",
"http-proxy": "^1.18.1",
"lodash-es": "^4.17.23",
"lodash-es": "^4.18.1",
"next": "16.1.7",
"next-common": "workspace:*",
"nprogress": "^0.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/next-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"graphql": "^16.8.1",
"graphql-request": "^7.1.0",
"is-utf8": "^0.2.1",
"lodash-es": "^4.17.23",
"lodash-es": "^4.18.1",
"marked": "^11.1.1",
"md5": "^2.3.0",
"multiformats": "^13.4.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dayjs": "^1.10.7",
"http-proxy": "^1.18.1",
"localforage": "^1.10.0",
"lodash-es": "^4.17.23",
"lodash-es": "^4.18.1",
"next": "16.1.7",
"next-common": "workspace:*",
"nprogress": "^0.2.0",
Expand Down
17 changes: 12 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7369,7 +7369,7 @@ __metadata:
eslint-config-next: "npm:^16.1.6"
http-proxy: "npm:^1.18.1"
localforage: "npm:^1.10.0"
lodash-es: "npm:^4.17.23"
lodash-es: "npm:^4.18.1"
next: "npm:16.1.7"
next-common: "workspace:*"
nprogress: "npm:^0.2.0"
Expand Down Expand Up @@ -7409,7 +7409,7 @@ __metadata:
eslint: "npm:^9.0.0"
eslint-config-next: "npm:^16.1.6"
http-proxy: "npm:^1.18.1"
lodash-es: "npm:^4.17.23"
lodash-es: "npm:^4.18.1"
next: "npm:16.1.7"
next-common: "workspace:*"
nprogress: "npm:^0.2.0"
Expand Down Expand Up @@ -7448,7 +7448,7 @@ __metadata:
eslint-config-next: "npm:^16.1.6"
http-proxy: "npm:^1.18.1"
localforage: "npm:^1.10.0"
lodash-es: "npm:^4.17.23"
lodash-es: "npm:^4.18.1"
next: "npm:16.1.7"
next-common: "workspace:*"
nprogress: "npm:^0.2.0"
Expand Down Expand Up @@ -15516,13 +15516,20 @@ __metadata:
languageName: node
linkType: hard

"lodash-es@npm:^4.17.21, lodash-es@npm:^4.17.23":
"lodash-es@npm:^4.17.21":
version: 4.17.23
resolution: "lodash-es@npm:4.17.23"
checksum: 10c0/3150fb6660c14c7a6b5f23bd11597d884b140c0e862a17fdb415aaa5ef7741523182904a6b7929f04e5f60a11edb5a79499eb448734381c99ffb3c4734beeddd
languageName: node
linkType: hard

"lodash-es@npm:^4.18.1":
version: 4.18.1
resolution: "lodash-es@npm:4.18.1"
checksum: 10c0/35d4dcf87ef07f8d090f409447575800108057e360b445f590d0d25d09e3d1e33a163d2fc100d4d072b0f901d5e2fc533cd7c4bfd8eeb38a06abec693823c8b8
languageName: node
linkType: hard

"lodash.camelcase@npm:^4.3.0":
version: 4.3.0
resolution: "lodash.camelcase@npm:4.3.0"
Expand Down Expand Up @@ -16232,7 +16239,7 @@ __metadata:
graphql: "npm:^16.8.1"
graphql-request: "npm:^7.1.0"
is-utf8: "npm:^0.2.1"
lodash-es: "npm:^4.17.23"
lodash-es: "npm:^4.18.1"
marked: "npm:^11.1.1"
md5: "npm:^2.3.0"
multiformats: "npm:^13.4.2"
Expand Down
Loading