Skip to content

Commit 7338c66

Browse files
build(deps): bump webpack-dev-server
Bumps the security-updates group with 1 update in the /docs directory: [webpack-dev-server](https://github.com/webpack/webpack-dev-server). Updates `webpack-dev-server` from 5.2.4 to 5.2.5 - [Release notes](https://github.com/webpack/webpack-dev-server/releases) - [Changelog](https://github.com/webpack/webpack-dev-server/blob/main/CHANGELOG.md) - [Commits](webpack/webpack-dev-server@v5.2.4...v5.2.5) --- updated-dependencies: - dependency-name: webpack-dev-server dependency-version: 5.2.5 dependency-type: indirect dependency-group: security-updates ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1c68508 commit 7338c66

8 files changed

Lines changed: 64 additions & 31 deletions

File tree

apps/bare-rn/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"react-native-safe-area-context": "^5.5.2"
2121
},
2222
"devDependencies": {
23-
"@babel/core": "^7.29.6",
23+
"@babel/core": "^7.29.7",
2424
"@babel/plugin-transform-export-namespace-from": "^7.25.2",
2525
"@babel/preset-env": "^7.25.3",
2626
"@babel/runtime": "^7.25.0",

apps/computer-vision/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"react-native-worklets": "0.8.3"
4646
},
4747
"devDependencies": {
48-
"@babel/core": "^7.29.6",
48+
"@babel/core": "^7.29.7",
4949
"@types/react": "~19.2.0",
5050
"@types/react-refresh": "^0",
5151
"babel-preset-expo": "~56.0.14",

apps/llm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"react-native-worklets": "0.8.1"
4545
},
4646
"devDependencies": {
47-
"@babel/core": "^7.29.6",
47+
"@babel/core": "^7.29.7",
4848
"@types/react": "~19.2.14",
4949
"@types/react-refresh": "^0",
5050
"babel-preset-expo": "~56.0.14",

apps/speech/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"react-native-worklets": "0.8.3"
3333
},
3434
"devDependencies": {
35-
"@babel/core": "^7.29.6",
35+
"@babel/core": "^7.29.7",
3636
"@types/react": "~19.2.14",
3737
"@types/react-refresh": "^0",
3838
"babel-preset-expo": "~56.0.14",

apps/text-embeddings/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"react-native-worklets": "0.8.3"
3737
},
3838
"devDependencies": {
39-
"@babel/core": "^7.29.6",
39+
"@babel/core": "^7.29.7",
4040
"@types/react": "~19.2.14",
4141
"@types/react-refresh": "^0",
4242
"babel-preset-expo": "~56.0.14",

docs/yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14020,8 +14020,8 @@ __metadata:
1402014020
linkType: hard
1402114021

1402214022
"webpack-dev-server@npm:^5.2.2":
14023-
version: 5.2.4
14024-
resolution: "webpack-dev-server@npm:5.2.4"
14023+
version: 5.2.5
14024+
resolution: "webpack-dev-server@npm:5.2.5"
1402514025
dependencies:
1402614026
"@types/bonjour": "npm:^3.5.13"
1402714027
"@types/connect-history-api-fallback": "npm:^1.5.4"
@@ -14060,7 +14060,7 @@ __metadata:
1406014060
optional: true
1406114061
bin:
1406214062
webpack-dev-server: bin/webpack-dev-server.js
14063-
checksum: 10/5e5382f8cc7a73e2957542de0c755769548cbca8e7c6d17ed6b526364f11af35025be74f03827afa6723ccbdcc93730b0a0a59882d332fb3c6694a6d290c41e7
14063+
checksum: 10/2bd8e03615c32ecac53e783e2be5670ccac051d051ef4ed7fe944df8fd8745b508c8ebc63bfecfdccd23c2200ca4c373b22ea2da76ce4e1c0a6f58d900c11ecb
1406414064
languageName: node
1406514065
linkType: hard
1406614066

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"private": true,
1818
"devDependencies": {
19-
"@babel/core": "^7.29.6",
19+
"@babel/core": "^7.29.7",
2020
"@babel/eslint-parser": "^7.25.1",
2121
"@babel/preset-react": "^7.29.0",
2222
"@cspell/eslint-plugin": "^8.19.0",

yarn.lock

Lines changed: 55 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,13 @@ __metadata:
5757
languageName: node
5858
linkType: hard
5959

60+
"@babel/compat-data@npm:^7.29.7":
61+
version: 7.29.7
62+
resolution: "@babel/compat-data@npm:7.29.7"
63+
checksum: 10/ad2272714087f68970977f6e2b53597a8503fc9c3028c4a91686474bd77a707dd00903cdde4b73788972016d1bad4dc3fa4e5ff38e1ed8f1c3bde1095352973a
64+
languageName: node
65+
linkType: hard
66+
6067
"@babel/core@npm:^7.11.6, @babel/core@npm:^7.12.3, @babel/core@npm:^7.20.0, @babel/core@npm:^7.21.3, @babel/core@npm:^7.23.9, @babel/core@npm:^7.25.2, @babel/core@npm:^7.27.4":
6168
version: 7.29.0
6269
resolution: "@babel/core@npm:7.29.0"
@@ -80,26 +87,26 @@ __metadata:
8087
languageName: node
8188
linkType: hard
8289

83-
"@babel/core@npm:^7.29.6":
84-
version: 7.29.6
85-
resolution: "@babel/core@npm:7.29.6"
90+
"@babel/core@npm:^7.29.7":
91+
version: 7.29.7
92+
resolution: "@babel/core@npm:7.29.7"
8693
dependencies:
87-
"@babel/code-frame": "npm:^7.29.0"
88-
"@babel/generator": "npm:^7.29.6"
89-
"@babel/helper-compilation-targets": "npm:^7.28.6"
90-
"@babel/helper-module-transforms": "npm:^7.28.6"
91-
"@babel/helpers": "npm:^7.29.2"
92-
"@babel/parser": "npm:^7.29.3"
93-
"@babel/template": "npm:^7.28.6"
94-
"@babel/traverse": "npm:^7.29.0"
95-
"@babel/types": "npm:^7.29.0"
94+
"@babel/code-frame": "npm:^7.29.7"
95+
"@babel/generator": "npm:^7.29.7"
96+
"@babel/helper-compilation-targets": "npm:^7.29.7"
97+
"@babel/helper-module-transforms": "npm:^7.29.7"
98+
"@babel/helpers": "npm:^7.29.7"
99+
"@babel/parser": "npm:^7.29.7"
100+
"@babel/template": "npm:^7.29.7"
101+
"@babel/traverse": "npm:^7.29.7"
102+
"@babel/types": "npm:^7.29.7"
96103
"@jridgewell/remapping": "npm:^2.3.5"
97104
convert-source-map: "npm:^2.0.0"
98105
debug: "npm:^4.1.0"
99106
gensync: "npm:^1.0.0-beta.2"
100107
json5: "npm:^2.2.3"
101108
semver: "npm:^6.3.1"
102-
checksum: 10/b81c3f35c1ab0b75634f4cf2bcfb1c28ed5a973cf926c5e864fd63b600024768392768f2b21befc68381f5182c0767342e247830046e8b160c01612314a3593d
109+
checksum: 10/38e71cf81db790b0bb2a3a0c8140c2b1c87576b61dc6be676de4fab8c3be871af590a739e8c489fe8e8f9a8e5899fa11e35e59e9e09d40b259c6a675f2f98928
103110
languageName: node
104111
linkType: hard
105112

@@ -130,7 +137,7 @@ __metadata:
130137
languageName: node
131138
linkType: hard
132139

133-
"@babel/generator@npm:^7.29.6, @babel/generator@npm:^7.29.7":
140+
"@babel/generator@npm:^7.29.7":
134141
version: 7.29.7
135142
resolution: "@babel/generator@npm:7.29.7"
136143
dependencies:
@@ -174,6 +181,19 @@ __metadata:
174181
languageName: node
175182
linkType: hard
176183

184+
"@babel/helper-compilation-targets@npm:^7.29.7":
185+
version: 7.29.7
186+
resolution: "@babel/helper-compilation-targets@npm:7.29.7"
187+
dependencies:
188+
"@babel/compat-data": "npm:^7.29.7"
189+
"@babel/helper-validator-option": "npm:^7.29.7"
190+
browserslist: "npm:^4.24.0"
191+
lru-cache: "npm:^5.1.1"
192+
semver: "npm:^6.3.1"
193+
checksum: 10/af9ed4299ad5cfbe48432a964f37cbbfc200bbeb0f8ba9cbc86448503fa929382d5161d32096274752230c9feb919c9ef595559498833da656fc6a8e24a62383
194+
languageName: node
195+
linkType: hard
196+
177197
"@babel/helper-create-class-features-plugin@npm:^7.18.6, @babel/helper-create-class-features-plugin@npm:^7.28.6":
178198
version: 7.28.6
179199
resolution: "@babel/helper-create-class-features-plugin@npm:7.28.6"
@@ -285,6 +305,19 @@ __metadata:
285305
languageName: node
286306
linkType: hard
287307

308+
"@babel/helper-module-transforms@npm:^7.29.7":
309+
version: 7.29.7
310+
resolution: "@babel/helper-module-transforms@npm:7.29.7"
311+
dependencies:
312+
"@babel/helper-module-imports": "npm:^7.29.7"
313+
"@babel/helper-validator-identifier": "npm:^7.29.7"
314+
"@babel/traverse": "npm:^7.29.7"
315+
peerDependencies:
316+
"@babel/core": ^7.0.0
317+
checksum: 10/33251b1fb44d726194a974a0078b1269511d130a2609357ff829b479e9e4dca96ecd5384c534a477095f665ffb01503d3e680699c2002e5b62e6ca1a272f1892
318+
languageName: node
319+
linkType: hard
320+
288321
"@babel/helper-optimise-call-expression@npm:^7.27.1":
289322
version: 7.27.1
290323
resolution: "@babel/helper-optimise-call-expression@npm:7.27.1"
@@ -407,7 +440,7 @@ __metadata:
407440
languageName: node
408441
linkType: hard
409442

410-
"@babel/helpers@npm:^7.29.2":
443+
"@babel/helpers@npm:^7.29.7":
411444
version: 7.29.7
412445
resolution: "@babel/helpers@npm:7.29.7"
413446
dependencies:
@@ -428,7 +461,7 @@ __metadata:
428461
languageName: node
429462
linkType: hard
430463

431-
"@babel/parser@npm:^7.29.3, @babel/parser@npm:^7.29.7":
464+
"@babel/parser@npm:^7.29.7":
432465
version: 7.29.7
433466
resolution: "@babel/parser@npm:7.29.7"
434467
dependencies:
@@ -7140,7 +7173,7 @@ __metadata:
71407173
version: 0.0.0-use.local
71417174
resolution: "bare-rn@workspace:apps/bare-rn"
71427175
dependencies:
7143-
"@babel/core": "npm:^7.29.6"
7176+
"@babel/core": "npm:^7.29.7"
71447177
"@babel/plugin-transform-export-namespace-from": "npm:^7.25.2"
71457178
"@babel/preset-env": "npm:^7.25.3"
71467179
"@babel/runtime": "npm:^7.25.0"
@@ -7865,7 +7898,7 @@ __metadata:
78657898
version: 0.0.0-use.local
78667899
resolution: "computer-vision@workspace:apps/computer-vision"
78677900
dependencies:
7868-
"@babel/core": "npm:^7.29.6"
7901+
"@babel/core": "npm:^7.29.7"
78697902
"@expo/log-box": "npm:~56.0.12"
78707903
"@expo/vector-icons": "npm:^15.0.2"
78717904
"@react-native/metro-config": "npm:^0.85.3"
@@ -12660,7 +12693,7 @@ __metadata:
1266012693
version: 0.0.0-use.local
1266112694
resolution: "llm@workspace:apps/llm"
1266212695
dependencies:
12663-
"@babel/core": "npm:^7.29.6"
12696+
"@babel/core": "npm:^7.29.7"
1266412697
"@expo/log-box": "npm:~56.0.12"
1266512698
"@react-native/metro-config": "npm:^0.85.3"
1266612699
"@react-navigation/drawer": "npm:^7.9.4"
@@ -15105,7 +15138,7 @@ __metadata:
1510515138
version: 0.0.0-use.local
1510615139
resolution: "react-native-executorch-monorepo@workspace:."
1510715140
dependencies:
15108-
"@babel/core": "npm:^7.29.6"
15141+
"@babel/core": "npm:^7.29.7"
1510915142
"@babel/eslint-parser": "npm:^7.25.1"
1511015143
"@babel/preset-react": "npm:^7.29.0"
1511115144
"@cspell/eslint-plugin": "npm:^8.19.0"
@@ -16409,7 +16442,7 @@ __metadata:
1640916442
version: 0.0.0-use.local
1641016443
resolution: "speech@workspace:apps/speech"
1641116444
dependencies:
16412-
"@babel/core": "npm:^7.29.6"
16445+
"@babel/core": "npm:^7.29.7"
1641316446
"@expo/vector-icons": "npm:^15.0.2"
1641416447
"@react-native/metro-config": "npm:^0.85.3"
1641516448
"@types/react": "npm:~19.2.14"
@@ -16853,7 +16886,7 @@ __metadata:
1685316886
version: 0.0.0-use.local
1685416887
resolution: "text-embeddings@workspace:apps/text-embeddings"
1685516888
dependencies:
16856-
"@babel/core": "npm:^7.29.6"
16889+
"@babel/core": "npm:^7.29.7"
1685716890
"@expo/log-box": "npm:~56.0.12"
1685816891
"@expo/vector-icons": "npm:^15.0.2"
1685916892
"@react-native/metro-config": "npm:^0.85.3"

0 commit comments

Comments
 (0)