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
8 changes: 8 additions & 0 deletions .changeset/security-dependency-updates.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"@callstack/repack": patch
"@callstack/repack-dev-server": patch
---

Update dependencies to resolve reported security advisories.

`@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.
7 changes: 7 additions & 0 deletions apps/tester-app/__tests__/bundle.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,13 @@ describe('bundle command', () => {

const files = await globby(['**/*'], { cwd: TMP_DIR, dot: true });
expect(files.sort()).toEqual(assets.sort());

// The default minimizer can silently no-op instead of failing, which
// ships unminified production bundles (see #1390). Minified output is
// a few very long lines; unminified output keeps its indentation.
const bundle = fs.readFileSync(bundleOutputPath, 'utf-8');
const lines = bundle.split('\n').length;
expect(bundle.length / lines).toBeGreaterThan(1000);
},
60 * 1000
);
Expand Down
26 changes: 13 additions & 13 deletions apps/tester-app/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ PODS:
- ReactCommon/turbomodule/core
- ReactNativeDependencies
- Yoga
- callstack-repack (5.2.4):
- callstack-repack (5.2.5):
- hermes-engine
- JWTDecode (~> 3.0.0)
- RCTRequired
Expand Down Expand Up @@ -1901,7 +1901,7 @@ PODS:
- React-utils (= 0.84.1)
- ReactNativeDependencies
- ReactNativeDependencies (0.84.1)
- ReactNativeHost (0.5.16):
- ReactNativeHost (0.5.21):
- hermes-engine
- RCTRequired
- RCTTypeSafety
Expand Down Expand Up @@ -2201,7 +2201,7 @@ DEPENDENCIES:
- ReactCodegen (from `build/generated/ios/ReactCodegen`)
- ReactCommon/turbomodule/core (from `../node_modules/react-native/ReactCommon`)
- ReactNativeDependencies (from `../node_modules/react-native/third-party-podspecs/ReactNativeDependencies.podspec`)
- "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`)"
- "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`)"
- ReactTestApp-DevSupport (from `../node_modules/react-native-test-app`)
- ReactTestApp-Resources (from `..`)
- RNReanimated (from `../node_modules/react-native-reanimated`)
Expand Down Expand Up @@ -2367,7 +2367,7 @@ EXTERNAL SOURCES:
ReactNativeDependencies:
:podspec: "../node_modules/react-native/third-party-podspecs/ReactNativeDependencies.podspec"
ReactNativeHost:
: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"
: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"
ReactTestApp-DevSupport:
:path: "../node_modules/react-native-test-app"
ReactTestApp-Resources:
Expand All @@ -2383,9 +2383,9 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
AsyncStorage: 0a927dc82ea8eaa0350779b37d73b11d070ea677
callstack-repack: a35688de295884a73fadb39448d91c1c0905bb9e
callstack-repack: ac761bfc09e2d4c5946bcbe5d1ee7518aae8ac58
FBLazyVector: e97c19a5a442429d1988f182a1940fb08df514da
hermes-engine: f317b2ce95bb923bfd26a3a6ac85ca7c18eb936a
hermes-engine: 65a8d78c7ddbd165206fa2023950b4fbbe9ae74f
JWTDecode: 2eed97c2fa46ccaf3049a787004eedf0be474a87
RCTDeprecation: af44b104091a34482596cd9bd7e8d90c4e9b4bd7
RCTRequired: bb77b070f75f53398ce43c0aaaa58337cebe2bf6
Expand All @@ -2395,7 +2395,7 @@ SPEC CHECKSUMS:
React: 1ba7d364ade7d883a1ec055bfc3606f35fdee17b
React-callinvoker: bc2a26f8d84fb01f003fc6de6c9337b64715f95b
React-Core: bdaa87b276ca31877632a982ecf7c36f8c826414
React-Core-prebuilt: 884854d96d5348d5ccc4458bf7966157d3d6e6df
React-Core-prebuilt: 8cc1199f6bea6dd09e23827d44673cf1a75c6879
React-CoreModules: b24989f62d56390ae08ca4f65e6f38fe6802de42
React-cxxreact: 1a2dfcbc18a6b610664dba152adf327f063a0d12
React-debug: 755200a6e7f5e6e0a40ff8d215493d43cce285fc
Expand Down Expand Up @@ -2455,17 +2455,17 @@ SPEC CHECKSUMS:
React-utils: 2f8dd43fed5c6d881ac5971666bbb34cc4a03fa1
React-webperformancenativemodule: afbee7a9fd0b5bf92f6765eb41767f865b293bcc
ReactAppDependencyProvider: 26bbf1e26768d08dd965a2b5e372e53f67b21fee
ReactCodegen: 5e772d048f7dd41685b365f76f0d424adf884d52
ReactCodegen: 515e20a1599f424614cba766cd1d4a15890bb24d
ReactCommon: 309419492d417c4cbb87af06f67735afa40ecb9d
ReactNativeDependencies: 767b6ece1facd2f4df1f47fc434f0f9d0e5da963
ReactNativeHost: 36390b077b4717e51a2bdb4b3a48b121821f4a74
ReactNativeDependencies: dd5e73a0e936bb10ff93634e7c0292d485fde937
ReactNativeHost: 1c3968e84d54a07b3898922f4917fb5f16b808c5
ReactTestApp-DevSupport: 0520f3f0e6f13e2d915fc146389c855c94117c2b
ReactTestApp-Resources: 8d72c3deef156833760694a288ff334af4d427d7
RNReanimated: 2483e62686494657737c421f5162fa851d805306
RNReanimated: 9eef0036871454c708cd8524691e5ead9b3caabd
RNSVG: 13970bfde0ea9c9e10e01ab0d7b4a6cde11fca1b
RNWorklets: e1d046d6c92e3262c929ba4554ffc59d1416e7c8
RNWorklets: 0e6446400f626c7ad2c632d6e1feddcec9ef5031
SwiftyRSA: 8c6dd1ea7db1b8dc4fb517a202f88bb1354bc2c6
Yoga: c0b3f2c7e8d3e327e450223a2414ca3fa296b9a2
Yoga: 7c1c3b93e408ac46c7ed64b5641ca7161747378d

PODFILE CHECKSUM: 6d7cbe03444d5e87210979fb32a0eca299d758fe

Expand Down
4 changes: 2 additions & 2 deletions apps/tester-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"tailwind-merge": "^3.5.0"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/core": "^7.29.7",
"@callstack/repack": "workspace:*",
"@callstack/repack-plugin-nativewind": "workspace:*",
"@callstack/repack-plugin-reanimated": "workspace:*",
Expand All @@ -54,7 +54,7 @@
"get-port": "^6.1.2",
"globby": "^13.1.2",
"http-server": "^14.1.1",
"postcss": "^8.4.49",
"postcss": "^8.5.23",
"postcss-loader": "^8.1.1",
"react-native-test-app": "catalog:testers",
"tailwindcss": "^3.4.17",
Expand Down
22 changes: 11 additions & 11 deletions apps/tester-federation-v2/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ PODS:
- ReactCommon/turbomodule/core
- ReactNativeDependencies
- Yoga
- callstack-repack (5.2.4):
- callstack-repack (5.2.5):
- hermes-engine
- JWTDecode (~> 3.0.0)
- RCTRequired
Expand Down Expand Up @@ -1901,7 +1901,7 @@ PODS:
- React-utils (= 0.84.1)
- ReactNativeDependencies
- ReactNativeDependencies (0.84.1)
- ReactNativeHost (0.5.16):
- ReactNativeHost (0.5.21):
- hermes-engine
- RCTRequired
- RCTTypeSafety
Expand Down Expand Up @@ -2057,7 +2057,7 @@ DEPENDENCIES:
- ReactCodegen (from `build/generated/ios/ReactCodegen`)
- ReactCommon/turbomodule/core (from `../node_modules/react-native/ReactCommon`)
- ReactNativeDependencies (from `../node_modules/react-native/third-party-podspecs/ReactNativeDependencies.podspec`)
- "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`)"
- "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`)"
- ReactTestApp-DevSupport (from `../node_modules/react-native-test-app`)
- RNScreens (from `../node_modules/react-native-screens`)
- Yoga (from `../node_modules/react-native/ReactCommon/yoga`)
Expand Down Expand Up @@ -2220,7 +2220,7 @@ EXTERNAL SOURCES:
ReactNativeDependencies:
:podspec: "../node_modules/react-native/third-party-podspecs/ReactNativeDependencies.podspec"
ReactNativeHost:
: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"
: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"
ReactTestApp-DevSupport:
:path: "../node_modules/react-native-test-app"
RNScreens:
Expand All @@ -2230,9 +2230,9 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
AsyncStorage: 0a927dc82ea8eaa0350779b37d73b11d070ea677
callstack-repack: a35688de295884a73fadb39448d91c1c0905bb9e
callstack-repack: ac761bfc09e2d4c5946bcbe5d1ee7518aae8ac58
FBLazyVector: e97c19a5a442429d1988f182a1940fb08df514da
hermes-engine: f317b2ce95bb923bfd26a3a6ac85ca7c18eb936a
hermes-engine: 65a8d78c7ddbd165206fa2023950b4fbbe9ae74f
JWTDecode: 2eed97c2fa46ccaf3049a787004eedf0be474a87
RCTDeprecation: af44b104091a34482596cd9bd7e8d90c4e9b4bd7
RCTRequired: bb77b070f75f53398ce43c0aaaa58337cebe2bf6
Expand All @@ -2242,7 +2242,7 @@ SPEC CHECKSUMS:
React: 1ba7d364ade7d883a1ec055bfc3606f35fdee17b
React-callinvoker: bc2a26f8d84fb01f003fc6de6c9337b64715f95b
React-Core: bdaa87b276ca31877632a982ecf7c36f8c826414
React-Core-prebuilt: 7716a24e2792967332c621967134482a8cacfedc
React-Core-prebuilt: 9d745bce9662fa050d7b216581749be951688117
React-CoreModules: b24989f62d56390ae08ca4f65e6f38fe6802de42
React-cxxreact: 1a2dfcbc18a6b610664dba152adf327f063a0d12
React-debug: 755200a6e7f5e6e0a40ff8d215493d43cce285fc
Expand Down Expand Up @@ -2302,14 +2302,14 @@ SPEC CHECKSUMS:
React-utils: 2f8dd43fed5c6d881ac5971666bbb34cc4a03fa1
React-webperformancenativemodule: afbee7a9fd0b5bf92f6765eb41767f865b293bcc
ReactAppDependencyProvider: 26bbf1e26768d08dd965a2b5e372e53f67b21fee
ReactCodegen: 5e772d048f7dd41685b365f76f0d424adf884d52
ReactCodegen: 515e20a1599f424614cba766cd1d4a15890bb24d
ReactCommon: 309419492d417c4cbb87af06f67735afa40ecb9d
ReactNativeDependencies: 0522398bf51e1c9feb33cea81389057f4a3d5ad5
ReactNativeHost: 36390b077b4717e51a2bdb4b3a48b121821f4a74
ReactNativeDependencies: 03a7e944c9b13e31ed0952fa81c85fb843429974
ReactNativeHost: 1c3968e84d54a07b3898922f4917fb5f16b808c5
ReactTestApp-DevSupport: 0520f3f0e6f13e2d915fc146389c855c94117c2b
RNScreens: 088d923c4327c63c9f8c942cae17a9d038f47d97
SwiftyRSA: 8c6dd1ea7db1b8dc4fb517a202f88bb1354bc2c6
Yoga: c0b3f2c7e8d3e327e450223a2414ca3fa296b9a2
Yoga: 7c1c3b93e408ac46c7ed64b5641ca7161747378d

PODFILE CHECKSUM: 3d5c18eefbf70d38fbbfe81a262195cadac1f5dd

Expand Down
12 changes: 6 additions & 6 deletions apps/tester-federation-v2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
},
"dependencies": {
"@callstack/repack": "workspace:*",
"@module-federation/enhanced": "2.1.0",
"@module-federation/runtime": "2.1.0",
"@module-federation/enhanced": "2.8.0",
"@module-federation/runtime": "2.8.0",
"@react-native-async-storage/async-storage": "3.0.1",
"@react-navigation/native": "7.1.33",
"@react-navigation/native-stack": "7.14.4",
Expand All @@ -23,12 +23,12 @@
"react-native-screens": "4.24.0"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@react-native/babel-preset": "catalog:testers",
"@react-native/typescript-config": "catalog:testers",
"@babel/core": "^7.29.7",
"@react-native-community/cli": "catalog:testers",
"@react-native-community/cli-platform-ios": "catalog:testers",
"@react-native-community/cli-platform-android": "catalog:testers",
"@react-native-community/cli-platform-ios": "catalog:testers",
"@react-native/babel-preset": "catalog:testers",
"@react-native/typescript-config": "catalog:testers",
"@rsdoctor/rspack-plugin": "^1.5.2",
"@rspack/core": "catalog:",
"@swc/helpers": "catalog:",
Expand Down
22 changes: 11 additions & 11 deletions apps/tester-federation/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ PODS:
- ReactCommon/turbomodule/core
- ReactNativeDependencies
- Yoga
- callstack-repack (5.2.4):
- callstack-repack (5.2.5):
- hermes-engine
- JWTDecode (~> 3.0.0)
- RCTRequired
Expand Down Expand Up @@ -1901,7 +1901,7 @@ PODS:
- React-utils (= 0.84.1)
- ReactNativeDependencies
- ReactNativeDependencies (0.84.1)
- ReactNativeHost (0.5.16):
- ReactNativeHost (0.5.21):
- hermes-engine
- RCTRequired
- RCTTypeSafety
Expand Down Expand Up @@ -2057,7 +2057,7 @@ DEPENDENCIES:
- ReactCodegen (from `build/generated/ios/ReactCodegen`)
- ReactCommon/turbomodule/core (from `../node_modules/react-native/ReactCommon`)
- ReactNativeDependencies (from `../node_modules/react-native/third-party-podspecs/ReactNativeDependencies.podspec`)
- "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`)"
- "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`)"
- ReactTestApp-DevSupport (from `../node_modules/react-native-test-app`)
- RNScreens (from `../node_modules/react-native-screens`)
- Yoga (from `../node_modules/react-native/ReactCommon/yoga`)
Expand Down Expand Up @@ -2220,7 +2220,7 @@ EXTERNAL SOURCES:
ReactNativeDependencies:
:podspec: "../node_modules/react-native/third-party-podspecs/ReactNativeDependencies.podspec"
ReactNativeHost:
: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"
: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"
ReactTestApp-DevSupport:
:path: "../node_modules/react-native-test-app"
RNScreens:
Expand All @@ -2230,9 +2230,9 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
AsyncStorage: 0a927dc82ea8eaa0350779b37d73b11d070ea677
callstack-repack: a35688de295884a73fadb39448d91c1c0905bb9e
callstack-repack: ac761bfc09e2d4c5946bcbe5d1ee7518aae8ac58
FBLazyVector: e97c19a5a442429d1988f182a1940fb08df514da
hermes-engine: f317b2ce95bb923bfd26a3a6ac85ca7c18eb936a
hermes-engine: 65a8d78c7ddbd165206fa2023950b4fbbe9ae74f
JWTDecode: 2eed97c2fa46ccaf3049a787004eedf0be474a87
RCTDeprecation: af44b104091a34482596cd9bd7e8d90c4e9b4bd7
RCTRequired: bb77b070f75f53398ce43c0aaaa58337cebe2bf6
Expand All @@ -2242,7 +2242,7 @@ SPEC CHECKSUMS:
React: 1ba7d364ade7d883a1ec055bfc3606f35fdee17b
React-callinvoker: bc2a26f8d84fb01f003fc6de6c9337b64715f95b
React-Core: bdaa87b276ca31877632a982ecf7c36f8c826414
React-Core-prebuilt: f51266c0820bcb3173277a92bde498543ec27bb0
React-Core-prebuilt: 1a0840fe86dd5536851492c4338686ab59581ee0
React-CoreModules: b24989f62d56390ae08ca4f65e6f38fe6802de42
React-cxxreact: 1a2dfcbc18a6b610664dba152adf327f063a0d12
React-debug: 755200a6e7f5e6e0a40ff8d215493d43cce285fc
Expand Down Expand Up @@ -2302,14 +2302,14 @@ SPEC CHECKSUMS:
React-utils: 2f8dd43fed5c6d881ac5971666bbb34cc4a03fa1
React-webperformancenativemodule: afbee7a9fd0b5bf92f6765eb41767f865b293bcc
ReactAppDependencyProvider: 26bbf1e26768d08dd965a2b5e372e53f67b21fee
ReactCodegen: 5e772d048f7dd41685b365f76f0d424adf884d52
ReactCodegen: 515e20a1599f424614cba766cd1d4a15890bb24d
ReactCommon: 309419492d417c4cbb87af06f67735afa40ecb9d
ReactNativeDependencies: 0cedffaf893254fe41ed778986775005d7fbe289
ReactNativeHost: 36390b077b4717e51a2bdb4b3a48b121821f4a74
ReactNativeDependencies: 3eaeb80024bb6660d3909929142c454d2f26ce52
ReactNativeHost: 1c3968e84d54a07b3898922f4917fb5f16b808c5
ReactTestApp-DevSupport: 0520f3f0e6f13e2d915fc146389c855c94117c2b
RNScreens: 088d923c4327c63c9f8c942cae17a9d038f47d97
SwiftyRSA: 8c6dd1ea7db1b8dc4fb517a202f88bb1354bc2c6
Yoga: c0b3f2c7e8d3e327e450223a2414ca3fa296b9a2
Yoga: 7c1c3b93e408ac46c7ed64b5641ca7161747378d

PODFILE CHECKSUM: 16a059e985a55bc49163512a311428a48f715334

Expand Down
2 changes: 1 addition & 1 deletion apps/tester-federation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"react-native-screens": "4.24.0"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/core": "^7.29.7",
"@react-native-community/cli": "catalog:testers",
"@react-native-community/cli-platform-android": "catalog:testers",
"@react-native-community/cli-platform-ios": "catalog:testers",
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "repack",
"private": true,
"packageManager": "pnpm@10.32.1",
"packageManager": "pnpm@10.34.5",
"engines": {
"node": ">=24"
},
Expand All @@ -23,19 +23,19 @@
"website:build": "pnpm --filter website run export"
},
"devDependencies": {
"@babel/cli": "^7.25.2",
"@babel/core": "^7.25.2",
"@babel/plugin-syntax-flow": "^7.23.3",
"@babel/plugin-transform-react-jsx": "^7.23.4",
"@babel/preset-env": "^7.25.3",
"@babel/preset-typescript": "^7.23.3",
"@babel/runtime": "^7.25.0",
"@babel/cli": "^7.29.7",
"@babel/core": "^7.29.7",
"@babel/plugin-syntax-flow": "^7.29.7",
"@babel/plugin-transform-react-jsx": "^7.29.7",
"@babel/preset-env": "^7.29.7",
"@babel/preset-typescript": "^7.29.7",
"@babel/runtime": "^7.29.7",
"@biomejs/biome": "^1.9.4",
"@changesets/changelog-github": "^0.7.0",
"@changesets/cli": "^2.31.0",
"@changesets/cli": "^2.31.1",
"husky": "^9.1.6",
"is-in-ci": "^1.0.0",
"turbo": "^2.8.16",
"turbo": "^2.10.6",
"typescript": "catalog:"
}
}
12 changes: 6 additions & 6 deletions packages/dev-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,18 @@
"archive": "pnpm build && pnpm pack"
},
"dependencies": {
"@babel/code-frame": "^7.26.2",
"@fastify/middie": "^9.0.0",
"@babel/code-frame": "^7.29.7",
"@fastify/middie": "^9.3.3",
"@fastify/sensible": "^6.0.0",
"fastify": "^5.7.2",
"fastify": "^5.10.0",
"fastify-favicon": "^5.0.0",
"fastify-plugin": "^5.0.0",
"http-proxy-middleware": "^3.0.3",
"launch-editor": "^2.10.0",
"http-proxy-middleware": "^3.0.7",
"launch-editor": "^2.14.1",
"open": "^10.1.0",
"pretty-format": "^28.1.0",
"source-map": "^0.7.4",
"ws": "^8.18.1"
"ws": "^8.21.1"
},
"devDependencies": {
"@react-native/dev-middleware": "^0.84.1",
Expand Down
Loading
Loading