Skip to content

Commit 742d575

Browse files
authored
chore: resolve reported dependency security advisories (#1409)
1 parent 2498b3a commit 742d575

16 files changed

Lines changed: 4789 additions & 4909 deletions

File tree

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
"@callstack/repack": patch
3+
"@callstack/repack-dev-server": patch
4+
---
5+
6+
Update dependencies to resolve reported security advisories.
7+
8+
`@callstack/repack-dev-server` raises its minimum versions for `@fastify/middie`, `fastify`, `http-proxy-middleware`, `launch-editor` and `ws`. `@callstack/repack` raises `image-size`, and pins `terser-webpack-plugin` to 5.5.0: it no longer depends on the vulnerable `serialize-javascript`, and it is the last release before 5.6.0, which silently skips minification under Rspack and leaves production bundles unminified. All bumps stay within the existing major versions, so there are no API changes.

apps/tester-app/__tests__/bundle.test.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,13 @@ describe('bundle command', () => {
149149

150150
const files = await globby(['**/*'], { cwd: TMP_DIR, dot: true });
151151
expect(files.sort()).toEqual(assets.sort());
152+
153+
// The default minimizer can silently no-op instead of failing, which
154+
// ships unminified production bundles (see #1390). Minified output is
155+
// a few very long lines; unminified output keeps its indentation.
156+
const bundle = fs.readFileSync(bundleOutputPath, 'utf-8');
157+
const lines = bundle.split('\n').length;
158+
expect(bundle.length / lines).toBeGreaterThan(1000);
152159
},
153160
60 * 1000
154161
);

apps/tester-app/ios/Podfile.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ PODS:
2121
- ReactCommon/turbomodule/core
2222
- ReactNativeDependencies
2323
- Yoga
24-
- callstack-repack (5.2.4):
24+
- callstack-repack (5.2.5):
2525
- hermes-engine
2626
- JWTDecode (~> 3.0.0)
2727
- RCTRequired
@@ -1901,7 +1901,7 @@ PODS:
19011901
- React-utils (= 0.84.1)
19021902
- ReactNativeDependencies
19031903
- ReactNativeDependencies (0.84.1)
1904-
- ReactNativeHost (0.5.16):
1904+
- ReactNativeHost (0.5.21):
19051905
- hermes-engine
19061906
- RCTRequired
19071907
- RCTTypeSafety
@@ -2201,7 +2201,7 @@ DEPENDENCIES:
22012201
- ReactCodegen (from `build/generated/ios/ReactCodegen`)
22022202
- ReactCommon/turbomodule/core (from `../node_modules/react-native/ReactCommon`)
22032203
- ReactNativeDependencies (from `../node_modules/react-native/third-party-podspecs/ReactNativeDependencies.podspec`)
2204-
- "ReactNativeHost (from `../../../node_modules/.pnpm/react-native-test-app@5.1.0_react-native@0.84.1_@babel+core@7.25.2_@react-native-community+cl_ud36qqqczp7xfpwwlwshp326ei/node_modules/@rnx-kit/react-native-host`)"
2204+
- "ReactNativeHost (from `../../../node_modules/.pnpm/react-native-test-app@5.1.0_@react-native-community+cli-types@20.1.2_memfs@4.64.0_metro_c33ef41f68fefd35a2e8dc62efd8dfff/node_modules/@rnx-kit/react-native-host`)"
22052205
- ReactTestApp-DevSupport (from `../node_modules/react-native-test-app`)
22062206
- ReactTestApp-Resources (from `..`)
22072207
- RNReanimated (from `../node_modules/react-native-reanimated`)
@@ -2367,7 +2367,7 @@ EXTERNAL SOURCES:
23672367
ReactNativeDependencies:
23682368
:podspec: "../node_modules/react-native/third-party-podspecs/ReactNativeDependencies.podspec"
23692369
ReactNativeHost:
2370-
:path: "../../../node_modules/.pnpm/react-native-test-app@5.1.0_react-native@0.84.1_@babel+core@7.25.2_@react-native-community+cl_ud36qqqczp7xfpwwlwshp326ei/node_modules/@rnx-kit/react-native-host"
2370+
:path: "../../../node_modules/.pnpm/react-native-test-app@5.1.0_@react-native-community+cli-types@20.1.2_memfs@4.64.0_metro_c33ef41f68fefd35a2e8dc62efd8dfff/node_modules/@rnx-kit/react-native-host"
23712371
ReactTestApp-DevSupport:
23722372
:path: "../node_modules/react-native-test-app"
23732373
ReactTestApp-Resources:
@@ -2383,9 +2383,9 @@ EXTERNAL SOURCES:
23832383

23842384
SPEC CHECKSUMS:
23852385
AsyncStorage: 0a927dc82ea8eaa0350779b37d73b11d070ea677
2386-
callstack-repack: a35688de295884a73fadb39448d91c1c0905bb9e
2386+
callstack-repack: ac761bfc09e2d4c5946bcbe5d1ee7518aae8ac58
23872387
FBLazyVector: e97c19a5a442429d1988f182a1940fb08df514da
2388-
hermes-engine: f317b2ce95bb923bfd26a3a6ac85ca7c18eb936a
2388+
hermes-engine: 65a8d78c7ddbd165206fa2023950b4fbbe9ae74f
23892389
JWTDecode: 2eed97c2fa46ccaf3049a787004eedf0be474a87
23902390
RCTDeprecation: af44b104091a34482596cd9bd7e8d90c4e9b4bd7
23912391
RCTRequired: bb77b070f75f53398ce43c0aaaa58337cebe2bf6
@@ -2395,7 +2395,7 @@ SPEC CHECKSUMS:
23952395
React: 1ba7d364ade7d883a1ec055bfc3606f35fdee17b
23962396
React-callinvoker: bc2a26f8d84fb01f003fc6de6c9337b64715f95b
23972397
React-Core: bdaa87b276ca31877632a982ecf7c36f8c826414
2398-
React-Core-prebuilt: 884854d96d5348d5ccc4458bf7966157d3d6e6df
2398+
React-Core-prebuilt: 8cc1199f6bea6dd09e23827d44673cf1a75c6879
23992399
React-CoreModules: b24989f62d56390ae08ca4f65e6f38fe6802de42
24002400
React-cxxreact: 1a2dfcbc18a6b610664dba152adf327f063a0d12
24012401
React-debug: 755200a6e7f5e6e0a40ff8d215493d43cce285fc
@@ -2455,17 +2455,17 @@ SPEC CHECKSUMS:
24552455
React-utils: 2f8dd43fed5c6d881ac5971666bbb34cc4a03fa1
24562456
React-webperformancenativemodule: afbee7a9fd0b5bf92f6765eb41767f865b293bcc
24572457
ReactAppDependencyProvider: 26bbf1e26768d08dd965a2b5e372e53f67b21fee
2458-
ReactCodegen: 5e772d048f7dd41685b365f76f0d424adf884d52
2458+
ReactCodegen: 515e20a1599f424614cba766cd1d4a15890bb24d
24592459
ReactCommon: 309419492d417c4cbb87af06f67735afa40ecb9d
2460-
ReactNativeDependencies: 767b6ece1facd2f4df1f47fc434f0f9d0e5da963
2461-
ReactNativeHost: 36390b077b4717e51a2bdb4b3a48b121821f4a74
2460+
ReactNativeDependencies: dd5e73a0e936bb10ff93634e7c0292d485fde937
2461+
ReactNativeHost: 1c3968e84d54a07b3898922f4917fb5f16b808c5
24622462
ReactTestApp-DevSupport: 0520f3f0e6f13e2d915fc146389c855c94117c2b
24632463
ReactTestApp-Resources: 8d72c3deef156833760694a288ff334af4d427d7
2464-
RNReanimated: 2483e62686494657737c421f5162fa851d805306
2464+
RNReanimated: 9eef0036871454c708cd8524691e5ead9b3caabd
24652465
RNSVG: 13970bfde0ea9c9e10e01ab0d7b4a6cde11fca1b
2466-
RNWorklets: e1d046d6c92e3262c929ba4554ffc59d1416e7c8
2466+
RNWorklets: 0e6446400f626c7ad2c632d6e1feddcec9ef5031
24672467
SwiftyRSA: 8c6dd1ea7db1b8dc4fb517a202f88bb1354bc2c6
2468-
Yoga: c0b3f2c7e8d3e327e450223a2414ca3fa296b9a2
2468+
Yoga: 7c1c3b93e408ac46c7ed64b5641ca7161747378d
24692469

24702470
PODFILE CHECKSUM: 6d7cbe03444d5e87210979fb32a0eca299d758fe
24712471

apps/tester-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"tailwind-merge": "^3.5.0"
3535
},
3636
"devDependencies": {
37-
"@babel/core": "^7.25.2",
37+
"@babel/core": "^7.29.7",
3838
"@callstack/repack": "workspace:*",
3939
"@callstack/repack-plugin-nativewind": "workspace:*",
4040
"@callstack/repack-plugin-reanimated": "workspace:*",
@@ -54,7 +54,7 @@
5454
"get-port": "^6.1.2",
5555
"globby": "^13.1.2",
5656
"http-server": "^14.1.1",
57-
"postcss": "^8.4.49",
57+
"postcss": "^8.5.23",
5858
"postcss-loader": "^8.1.1",
5959
"react-native-test-app": "catalog:testers",
6060
"tailwindcss": "^3.4.17",

apps/tester-federation-v2/ios/Podfile.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ PODS:
2121
- ReactCommon/turbomodule/core
2222
- ReactNativeDependencies
2323
- Yoga
24-
- callstack-repack (5.2.4):
24+
- callstack-repack (5.2.5):
2525
- hermes-engine
2626
- JWTDecode (~> 3.0.0)
2727
- RCTRequired
@@ -1901,7 +1901,7 @@ PODS:
19011901
- React-utils (= 0.84.1)
19021902
- ReactNativeDependencies
19031903
- ReactNativeDependencies (0.84.1)
1904-
- ReactNativeHost (0.5.16):
1904+
- ReactNativeHost (0.5.21):
19051905
- hermes-engine
19061906
- RCTRequired
19071907
- RCTTypeSafety
@@ -2057,7 +2057,7 @@ DEPENDENCIES:
20572057
- ReactCodegen (from `build/generated/ios/ReactCodegen`)
20582058
- ReactCommon/turbomodule/core (from `../node_modules/react-native/ReactCommon`)
20592059
- ReactNativeDependencies (from `../node_modules/react-native/third-party-podspecs/ReactNativeDependencies.podspec`)
2060-
- "ReactNativeHost (from `../../../node_modules/.pnpm/react-native-test-app@5.1.0_react-native@0.84.1_@babel+core@7.25.2_@react-native-community+cl_ud36qqqczp7xfpwwlwshp326ei/node_modules/@rnx-kit/react-native-host`)"
2060+
- "ReactNativeHost (from `../../../node_modules/.pnpm/react-native-test-app@5.1.0_@react-native-community+cli-types@20.1.2_memfs@4.64.0_metro_c33ef41f68fefd35a2e8dc62efd8dfff/node_modules/@rnx-kit/react-native-host`)"
20612061
- ReactTestApp-DevSupport (from `../node_modules/react-native-test-app`)
20622062
- RNScreens (from `../node_modules/react-native-screens`)
20632063
- Yoga (from `../node_modules/react-native/ReactCommon/yoga`)
@@ -2220,7 +2220,7 @@ EXTERNAL SOURCES:
22202220
ReactNativeDependencies:
22212221
:podspec: "../node_modules/react-native/third-party-podspecs/ReactNativeDependencies.podspec"
22222222
ReactNativeHost:
2223-
:path: "../../../node_modules/.pnpm/react-native-test-app@5.1.0_react-native@0.84.1_@babel+core@7.25.2_@react-native-community+cl_ud36qqqczp7xfpwwlwshp326ei/node_modules/@rnx-kit/react-native-host"
2223+
:path: "../../../node_modules/.pnpm/react-native-test-app@5.1.0_@react-native-community+cli-types@20.1.2_memfs@4.64.0_metro_c33ef41f68fefd35a2e8dc62efd8dfff/node_modules/@rnx-kit/react-native-host"
22242224
ReactTestApp-DevSupport:
22252225
:path: "../node_modules/react-native-test-app"
22262226
RNScreens:
@@ -2230,9 +2230,9 @@ EXTERNAL SOURCES:
22302230

22312231
SPEC CHECKSUMS:
22322232
AsyncStorage: 0a927dc82ea8eaa0350779b37d73b11d070ea677
2233-
callstack-repack: a35688de295884a73fadb39448d91c1c0905bb9e
2233+
callstack-repack: ac761bfc09e2d4c5946bcbe5d1ee7518aae8ac58
22342234
FBLazyVector: e97c19a5a442429d1988f182a1940fb08df514da
2235-
hermes-engine: f317b2ce95bb923bfd26a3a6ac85ca7c18eb936a
2235+
hermes-engine: 65a8d78c7ddbd165206fa2023950b4fbbe9ae74f
22362236
JWTDecode: 2eed97c2fa46ccaf3049a787004eedf0be474a87
22372237
RCTDeprecation: af44b104091a34482596cd9bd7e8d90c4e9b4bd7
22382238
RCTRequired: bb77b070f75f53398ce43c0aaaa58337cebe2bf6
@@ -2242,7 +2242,7 @@ SPEC CHECKSUMS:
22422242
React: 1ba7d364ade7d883a1ec055bfc3606f35fdee17b
22432243
React-callinvoker: bc2a26f8d84fb01f003fc6de6c9337b64715f95b
22442244
React-Core: bdaa87b276ca31877632a982ecf7c36f8c826414
2245-
React-Core-prebuilt: 7716a24e2792967332c621967134482a8cacfedc
2245+
React-Core-prebuilt: 9d745bce9662fa050d7b216581749be951688117
22462246
React-CoreModules: b24989f62d56390ae08ca4f65e6f38fe6802de42
22472247
React-cxxreact: 1a2dfcbc18a6b610664dba152adf327f063a0d12
22482248
React-debug: 755200a6e7f5e6e0a40ff8d215493d43cce285fc
@@ -2302,14 +2302,14 @@ SPEC CHECKSUMS:
23022302
React-utils: 2f8dd43fed5c6d881ac5971666bbb34cc4a03fa1
23032303
React-webperformancenativemodule: afbee7a9fd0b5bf92f6765eb41767f865b293bcc
23042304
ReactAppDependencyProvider: 26bbf1e26768d08dd965a2b5e372e53f67b21fee
2305-
ReactCodegen: 5e772d048f7dd41685b365f76f0d424adf884d52
2305+
ReactCodegen: 515e20a1599f424614cba766cd1d4a15890bb24d
23062306
ReactCommon: 309419492d417c4cbb87af06f67735afa40ecb9d
2307-
ReactNativeDependencies: 0522398bf51e1c9feb33cea81389057f4a3d5ad5
2308-
ReactNativeHost: 36390b077b4717e51a2bdb4b3a48b121821f4a74
2307+
ReactNativeDependencies: 03a7e944c9b13e31ed0952fa81c85fb843429974
2308+
ReactNativeHost: 1c3968e84d54a07b3898922f4917fb5f16b808c5
23092309
ReactTestApp-DevSupport: 0520f3f0e6f13e2d915fc146389c855c94117c2b
23102310
RNScreens: 088d923c4327c63c9f8c942cae17a9d038f47d97
23112311
SwiftyRSA: 8c6dd1ea7db1b8dc4fb517a202f88bb1354bc2c6
2312-
Yoga: c0b3f2c7e8d3e327e450223a2414ca3fa296b9a2
2312+
Yoga: 7c1c3b93e408ac46c7ed64b5641ca7161747378d
23132313

23142314
PODFILE CHECKSUM: 3d5c18eefbf70d38fbbfe81a262195cadac1f5dd
23152315

apps/tester-federation-v2/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
},
1313
"dependencies": {
1414
"@callstack/repack": "workspace:*",
15-
"@module-federation/enhanced": "2.1.0",
16-
"@module-federation/runtime": "2.1.0",
15+
"@module-federation/enhanced": "2.8.0",
16+
"@module-federation/runtime": "2.8.0",
1717
"@react-native-async-storage/async-storage": "3.0.1",
1818
"@react-navigation/native": "7.1.33",
1919
"@react-navigation/native-stack": "7.14.4",
@@ -23,12 +23,12 @@
2323
"react-native-screens": "4.24.0"
2424
},
2525
"devDependencies": {
26-
"@babel/core": "^7.25.2",
27-
"@react-native/babel-preset": "catalog:testers",
28-
"@react-native/typescript-config": "catalog:testers",
26+
"@babel/core": "^7.29.7",
2927
"@react-native-community/cli": "catalog:testers",
30-
"@react-native-community/cli-platform-ios": "catalog:testers",
3128
"@react-native-community/cli-platform-android": "catalog:testers",
29+
"@react-native-community/cli-platform-ios": "catalog:testers",
30+
"@react-native/babel-preset": "catalog:testers",
31+
"@react-native/typescript-config": "catalog:testers",
3232
"@rsdoctor/rspack-plugin": "^1.5.2",
3333
"@rspack/core": "catalog:",
3434
"@swc/helpers": "catalog:",

apps/tester-federation/ios/Podfile.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ PODS:
2121
- ReactCommon/turbomodule/core
2222
- ReactNativeDependencies
2323
- Yoga
24-
- callstack-repack (5.2.4):
24+
- callstack-repack (5.2.5):
2525
- hermes-engine
2626
- JWTDecode (~> 3.0.0)
2727
- RCTRequired
@@ -1901,7 +1901,7 @@ PODS:
19011901
- React-utils (= 0.84.1)
19021902
- ReactNativeDependencies
19031903
- ReactNativeDependencies (0.84.1)
1904-
- ReactNativeHost (0.5.16):
1904+
- ReactNativeHost (0.5.21):
19051905
- hermes-engine
19061906
- RCTRequired
19071907
- RCTTypeSafety
@@ -2057,7 +2057,7 @@ DEPENDENCIES:
20572057
- ReactCodegen (from `build/generated/ios/ReactCodegen`)
20582058
- ReactCommon/turbomodule/core (from `../node_modules/react-native/ReactCommon`)
20592059
- ReactNativeDependencies (from `../node_modules/react-native/third-party-podspecs/ReactNativeDependencies.podspec`)
2060-
- "ReactNativeHost (from `../../../node_modules/.pnpm/react-native-test-app@5.1.0_react-native@0.84.1_@babel+core@7.25.2_@react-native-community+cl_ud36qqqczp7xfpwwlwshp326ei/node_modules/@rnx-kit/react-native-host`)"
2060+
- "ReactNativeHost (from `../../../node_modules/.pnpm/react-native-test-app@5.1.0_@react-native-community+cli-types@20.1.2_memfs@4.64.0_metro_c33ef41f68fefd35a2e8dc62efd8dfff/node_modules/@rnx-kit/react-native-host`)"
20612061
- ReactTestApp-DevSupport (from `../node_modules/react-native-test-app`)
20622062
- RNScreens (from `../node_modules/react-native-screens`)
20632063
- Yoga (from `../node_modules/react-native/ReactCommon/yoga`)
@@ -2220,7 +2220,7 @@ EXTERNAL SOURCES:
22202220
ReactNativeDependencies:
22212221
:podspec: "../node_modules/react-native/third-party-podspecs/ReactNativeDependencies.podspec"
22222222
ReactNativeHost:
2223-
:path: "../../../node_modules/.pnpm/react-native-test-app@5.1.0_react-native@0.84.1_@babel+core@7.25.2_@react-native-community+cl_ud36qqqczp7xfpwwlwshp326ei/node_modules/@rnx-kit/react-native-host"
2223+
:path: "../../../node_modules/.pnpm/react-native-test-app@5.1.0_@react-native-community+cli-types@20.1.2_memfs@4.64.0_metro_c33ef41f68fefd35a2e8dc62efd8dfff/node_modules/@rnx-kit/react-native-host"
22242224
ReactTestApp-DevSupport:
22252225
:path: "../node_modules/react-native-test-app"
22262226
RNScreens:
@@ -2230,9 +2230,9 @@ EXTERNAL SOURCES:
22302230

22312231
SPEC CHECKSUMS:
22322232
AsyncStorage: 0a927dc82ea8eaa0350779b37d73b11d070ea677
2233-
callstack-repack: a35688de295884a73fadb39448d91c1c0905bb9e
2233+
callstack-repack: ac761bfc09e2d4c5946bcbe5d1ee7518aae8ac58
22342234
FBLazyVector: e97c19a5a442429d1988f182a1940fb08df514da
2235-
hermes-engine: f317b2ce95bb923bfd26a3a6ac85ca7c18eb936a
2235+
hermes-engine: 65a8d78c7ddbd165206fa2023950b4fbbe9ae74f
22362236
JWTDecode: 2eed97c2fa46ccaf3049a787004eedf0be474a87
22372237
RCTDeprecation: af44b104091a34482596cd9bd7e8d90c4e9b4bd7
22382238
RCTRequired: bb77b070f75f53398ce43c0aaaa58337cebe2bf6
@@ -2242,7 +2242,7 @@ SPEC CHECKSUMS:
22422242
React: 1ba7d364ade7d883a1ec055bfc3606f35fdee17b
22432243
React-callinvoker: bc2a26f8d84fb01f003fc6de6c9337b64715f95b
22442244
React-Core: bdaa87b276ca31877632a982ecf7c36f8c826414
2245-
React-Core-prebuilt: f51266c0820bcb3173277a92bde498543ec27bb0
2245+
React-Core-prebuilt: 1a0840fe86dd5536851492c4338686ab59581ee0
22462246
React-CoreModules: b24989f62d56390ae08ca4f65e6f38fe6802de42
22472247
React-cxxreact: 1a2dfcbc18a6b610664dba152adf327f063a0d12
22482248
React-debug: 755200a6e7f5e6e0a40ff8d215493d43cce285fc
@@ -2302,14 +2302,14 @@ SPEC CHECKSUMS:
23022302
React-utils: 2f8dd43fed5c6d881ac5971666bbb34cc4a03fa1
23032303
React-webperformancenativemodule: afbee7a9fd0b5bf92f6765eb41767f865b293bcc
23042304
ReactAppDependencyProvider: 26bbf1e26768d08dd965a2b5e372e53f67b21fee
2305-
ReactCodegen: 5e772d048f7dd41685b365f76f0d424adf884d52
2305+
ReactCodegen: 515e20a1599f424614cba766cd1d4a15890bb24d
23062306
ReactCommon: 309419492d417c4cbb87af06f67735afa40ecb9d
2307-
ReactNativeDependencies: 0cedffaf893254fe41ed778986775005d7fbe289
2308-
ReactNativeHost: 36390b077b4717e51a2bdb4b3a48b121821f4a74
2307+
ReactNativeDependencies: 3eaeb80024bb6660d3909929142c454d2f26ce52
2308+
ReactNativeHost: 1c3968e84d54a07b3898922f4917fb5f16b808c5
23092309
ReactTestApp-DevSupport: 0520f3f0e6f13e2d915fc146389c855c94117c2b
23102310
RNScreens: 088d923c4327c63c9f8c942cae17a9d038f47d97
23112311
SwiftyRSA: 8c6dd1ea7db1b8dc4fb517a202f88bb1354bc2c6
2312-
Yoga: c0b3f2c7e8d3e327e450223a2414ca3fa296b9a2
2312+
Yoga: 7c1c3b93e408ac46c7ed64b5641ca7161747378d
23132313

23142314
PODFILE CHECKSUM: 16a059e985a55bc49163512a311428a48f715334
23152315

apps/tester-federation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"react-native-screens": "4.24.0"
2929
},
3030
"devDependencies": {
31-
"@babel/core": "^7.25.2",
31+
"@babel/core": "^7.29.7",
3232
"@react-native-community/cli": "catalog:testers",
3333
"@react-native-community/cli-platform-android": "catalog:testers",
3434
"@react-native-community/cli-platform-ios": "catalog:testers",

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "repack",
33
"private": true,
4-
"packageManager": "pnpm@10.32.1",
4+
"packageManager": "pnpm@10.34.5",
55
"engines": {
66
"node": ">=24"
77
},
@@ -23,19 +23,19 @@
2323
"website:build": "pnpm --filter website run export"
2424
},
2525
"devDependencies": {
26-
"@babel/cli": "^7.25.2",
27-
"@babel/core": "^7.25.2",
28-
"@babel/plugin-syntax-flow": "^7.23.3",
29-
"@babel/plugin-transform-react-jsx": "^7.23.4",
30-
"@babel/preset-env": "^7.25.3",
31-
"@babel/preset-typescript": "^7.23.3",
32-
"@babel/runtime": "^7.25.0",
26+
"@babel/cli": "^7.29.7",
27+
"@babel/core": "^7.29.7",
28+
"@babel/plugin-syntax-flow": "^7.29.7",
29+
"@babel/plugin-transform-react-jsx": "^7.29.7",
30+
"@babel/preset-env": "^7.29.7",
31+
"@babel/preset-typescript": "^7.29.7",
32+
"@babel/runtime": "^7.29.7",
3333
"@biomejs/biome": "^1.9.4",
3434
"@changesets/changelog-github": "^0.7.0",
35-
"@changesets/cli": "^2.31.0",
35+
"@changesets/cli": "^2.31.1",
3636
"husky": "^9.1.6",
3737
"is-in-ci": "^1.0.0",
38-
"turbo": "^2.8.16",
38+
"turbo": "^2.10.6",
3939
"typescript": "catalog:"
4040
}
4141
}

packages/dev-server/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,18 +33,18 @@
3333
"archive": "pnpm build && pnpm pack"
3434
},
3535
"dependencies": {
36-
"@babel/code-frame": "^7.26.2",
37-
"@fastify/middie": "^9.0.0",
36+
"@babel/code-frame": "^7.29.7",
37+
"@fastify/middie": "^9.3.3",
3838
"@fastify/sensible": "^6.0.0",
39-
"fastify": "^5.7.2",
39+
"fastify": "^5.10.0",
4040
"fastify-favicon": "^5.0.0",
4141
"fastify-plugin": "^5.0.0",
42-
"http-proxy-middleware": "^3.0.3",
43-
"launch-editor": "^2.10.0",
42+
"http-proxy-middleware": "^3.0.7",
43+
"launch-editor": "^2.14.1",
4444
"open": "^10.1.0",
4545
"pretty-format": "^28.1.0",
4646
"source-map": "^0.7.4",
47-
"ws": "^8.18.1"
47+
"ws": "^8.21.1"
4848
},
4949
"devDependencies": {
5050
"@react-native/dev-middleware": "^0.84.1",

0 commit comments

Comments
 (0)