Skip to content

Commit b083b9d

Browse files
jbromaclaude
andauthored
fix: resolve security vulnerabilities through updated deps (#1350)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent f7473d6 commit b083b9d

File tree

8 files changed

+1278
-964
lines changed

8 files changed

+1278
-964
lines changed

.changeset/update-jsonwebtoken.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@callstack/repack": patch
3+
---
4+
5+
Update jsonwebtoken to ^9.0.3 to resolve jws security vulnerability.

apps/tester-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@react-native-community/cli-platform-ios": "catalog:testers",
4444
"@react-native/babel-preset": "catalog:testers",
4545
"@react-native/typescript-config": "catalog:testers",
46-
"@rsdoctor/rspack-plugin": "^0.4.11",
46+
"@rsdoctor/rspack-plugin": "^1.5.2",
4747
"@rspack/core": "catalog:",
4848
"@svgr/webpack": "^8.1.0",
4949
"@swc/core": "^1.13.3",

apps/tester-federation-v2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@react-native-community/cli": "catalog:testers",
3030
"@react-native-community/cli-platform-ios": "catalog:testers",
3131
"@react-native-community/cli-platform-android": "catalog:testers",
32-
"@rsdoctor/rspack-plugin": "^0.4.5",
32+
"@rsdoctor/rspack-plugin": "^1.5.2",
3333
"@rspack/core": "catalog:",
3434
"@swc/helpers": "catalog:",
3535
"@types/jest": "^29.5.13",

apps/tester-federation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@react-native-community/cli-platform-ios": "catalog:testers",
3535
"@react-native/babel-preset": "catalog:testers",
3636
"@react-native/typescript-config": "catalog:testers",
37-
"@rsdoctor/rspack-plugin": "^0.4.5",
37+
"@rsdoctor/rspack-plugin": "^1.5.2",
3838
"@rspack/core": "catalog:",
3939
"@swc/helpers": "catalog:",
4040
"@types/jest": "^29.5.13",

packages/repack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"flow-remove-types": "^2.277.0",
9191
"gradient-string": "^2.0.2",
9292
"image-size": "^1.1.1",
93-
"jsonwebtoken": "^9.0.2",
93+
"jsonwebtoken": "^9.0.3",
9494
"memfs": "^4.11.1",
9595
"mime-types": "^2.1.35",
9696
"pretty-format": "^26.6.2",

pnpm-lock.yaml

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

pnpm-workspace.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ catalog:
1111
"@types/node": ^20.19.31
1212
"terser-webpack-plugin": ^5.3.14
1313
"typescript": ^5.8.3
14-
"webpack": ^5.99.9
14+
"webpack": ^5.104.1
1515
"react": "19.1.0"
1616
"react-native": "0.81.0"
1717
"vitest": ^4.0.18
@@ -22,6 +22,6 @@ catalogs:
2222
"react-native-test-app": 4.4.7
2323
"@react-native/babel-preset": "0.81.0"
2424
"@react-native/typescript-config": "0.81.0"
25-
"@react-native-community/cli": "20.0.0"
26-
"@react-native-community/cli-platform-android": "20.0.0"
27-
"@react-native-community/cli-platform-ios": "20.0.0"
25+
"@react-native-community/cli": "20.1.2"
26+
"@react-native-community/cli-platform-android": "20.1.2"
27+
"@react-native-community/cli-platform-ios": "20.1.2"

0 commit comments

Comments
 (0)