diff --git a/package-lock.json b/package-lock.json index 84e2329..b249f2b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "devDependencies": { "@babel/core": "^7.25.8", "@babel/preset-env": "^7.25.8", - "@babel/runtime": "^7.25.7", + "@babel/runtime": "^7.28.4", "@react-native-community/cli": "15.0.1", "@react-native-community/cli-platform-android": "15.0.1", "@react-native-community/cli-platform-ios": "15.0.1", @@ -1752,11 +1752,10 @@ } }, "node_modules/@babel/runtime": { - "version": "7.25.7", + "version": "7.28.4", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.28.4.tgz", + "integrity": "sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ==", "license": "MIT", - "dependencies": { - "regenerator-runtime": "^0.14.0" - }, "engines": { "node": ">=6.9.0" } @@ -9173,10 +9172,6 @@ "node": ">=4" } }, - "node_modules/regenerator-runtime": { - "version": "0.14.1", - "license": "MIT" - }, "node_modules/regenerator-transform": { "version": "0.15.2", "license": "MIT", diff --git a/package.json b/package.json index f1fbe8e..b2dfe39 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "devDependencies": { "@babel/core": "^7.25.8", "@babel/preset-env": "^7.25.8", - "@babel/runtime": "^7.25.7", + "@babel/runtime": "^7.28.4", "@react-native/babel-preset": "0.77.0", "@react-native/eslint-config": "0.77.0", "@react-native/metro-config": "0.77.0",