diff --git a/examples/native-cli/package.json b/examples/native-cli/package.json index 6ae1c3c..d4abccf 100644 --- a/examples/native-cli/package.json +++ b/examples/native-cli/package.json @@ -18,7 +18,7 @@ "devDependencies": { "@babel/core": "^7.20.0", "@babel/preset-env": "^7.20.0", - "@babel/runtime": "^7.20.0", + "@babel/runtime": "^7.26.10", "@react-native/babel-preset": "0.75.3", "@react-native/eslint-config": "0.75.3", "@react-native/metro-config": "0.75.3", diff --git a/examples/native-cli/yarn.lock b/examples/native-cli/yarn.lock index d50a922..737dd23 100644 --- a/examples/native-cli/yarn.lock +++ b/examples/native-cli/yarn.lock @@ -1634,7 +1634,7 @@ __metadata: languageName: node linkType: hard -"@babel/runtime@npm:^7.0.0, @babel/runtime@npm:^7.20.0, @babel/runtime@npm:^7.8.4": +"@babel/runtime@npm:^7.0.0, @babel/runtime@npm:^7.8.4": version: 7.24.5 resolution: "@babel/runtime@npm:7.24.5" dependencies: @@ -1652,6 +1652,15 @@ __metadata: languageName: node linkType: hard +"@babel/runtime@npm:^7.26.10": + version: 7.26.10 + resolution: "@babel/runtime@npm:7.26.10" + dependencies: + regenerator-runtime: "npm:^0.14.0" + checksum: 10c0/6dc6d88c7908f505c4f7770fb4677dfa61f68f659b943c2be1f2a99cb6680343462867abf2d49822adc435932919b36c77ac60125793e719ea8745f2073d3745 + languageName: node + linkType: hard + "@babel/template@npm:^7.0.0, @babel/template@npm:^7.22.15, @babel/template@npm:^7.24.0, @babel/template@npm:^7.3.3": version: 7.24.0 resolution: "@babel/template@npm:7.24.0" @@ -8900,7 +8909,7 @@ __metadata: dependencies: "@babel/core": "npm:^7.20.0" "@babel/preset-env": "npm:^7.20.0" - "@babel/runtime": "npm:^7.20.0" + "@babel/runtime": "npm:^7.26.10" "@react-native/babel-preset": "npm:0.75.3" "@react-native/eslint-config": "npm:0.75.3" "@react-native/metro-config": "npm:0.75.3"