Skip to content

Commit 5f45629

Browse files
Wiz: Upgrade multiple dependencies (resolves 5 findings) (#165)
* Remediate vulnerabilities in examples/simple-setup/package.json * Remediate vulnerabilities in examples/custom-theme/package.json * Remediate vulnerabilities in packages/ipkit/package.json * lock file update --------- Co-authored-by: wiz-6cbc7756d1[bot] <193935175+wiz-6cbc7756d1[bot]@users.noreply.github.com> Co-authored-by: SoYoung210 <ethdud1@gmail.com>
1 parent 97d7846 commit 5f45629

File tree

4 files changed

+342
-364
lines changed

4 files changed

+342
-364
lines changed

examples/custom-theme/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@story-protocol/ipkit": "workspace:*",
1414
"@tanstack/react-query": "^5.28.9",
15-
"next": "14.2.32",
15+
"next": "14.2.35",
1616
"react": "^18",
1717
"react-apexcharts": "^1.4.1",
1818
"react-dom": "^18",

examples/simple-setup/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@story-protocol/ipkit": "workspace:*",
1414
"@tanstack/react-query": "^5.28.9",
15-
"next": "14.2.32",
15+
"next": "14.2.35",
1616
"react": "^18",
1717
"react-apexcharts": "^1.4.1",
1818
"react-dom": "^18",

packages/ipkit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"@testing-library/jest-dom": "^5.17.0",
7878
"@testing-library/react": "^13.4.0",
7979
"@testing-library/user-event": "^13.5.0",
80-
"@turbo/gen": "^1.12.4",
80+
"@turbo/gen": "2.5.7",
8181
"@types/eslint": "^8.56.5",
8282
"@types/jest": "^29.5.12",
8383
"@types/node": "^20.11.24",

0 commit comments

Comments
 (0)