diff --git a/demo/package-lock.json b/demo/package-lock.json index f8fac5d0..d26f2514 100644 --- a/demo/package-lock.json +++ b/demo/package-lock.json @@ -21,7 +21,7 @@ "devDependencies": { "@babel/core": "^7.26.7", "@babel/preset-env": "^7.25.3", - "@babel/runtime": "^7.25.0", + "@babel/runtime": "^7.26.9", "@react-native-community/cli": "^15.1.3", "@react-native-community/cli-platform-android": "15.1.3", "@react-native-community/cli-platform-ios": "15.1.3", @@ -2018,9 +2018,9 @@ } }, "node_modules/@babel/runtime": { - "version": "7.26.0", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.26.0.tgz", - "integrity": "sha512-FDSOghenHTiToteC/QRlv2q3DhPZ/oOXTBoirfWNx1Cx3TMVcGWQtMMmQcSvb/JjpNeGzx8Pq/b4fKEJuWm1sw==", + "version": "7.26.9", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.26.9.tgz", + "integrity": "sha512-aA63XwOkcl4xxQa3HjPMqOP6LiK0ZDv3mUPYEFXkpHbaFjtGggE1A61FjFzJnB+p7/oy2gA8E+rcBNl/zC1tMg==", "license": "MIT", "dependencies": { "regenerator-runtime": "^0.14.0" diff --git a/demo/package.json b/demo/package.json index 60960013..072533ff 100644 --- a/demo/package.json +++ b/demo/package.json @@ -23,7 +23,7 @@ "devDependencies": { "@babel/core": "^7.26.7", "@babel/preset-env": "^7.25.3", - "@babel/runtime": "^7.25.0", + "@babel/runtime": "^7.26.9", "@react-native-community/cli": "^15.1.3", "@react-native-community/cli-platform-android": "15.1.3", "@react-native-community/cli-platform-ios": "15.1.3",