diff --git a/package-lock.json b/package-lock.json index c81ea42c..7dfd944d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "@babel/runtime": "^7.20.0", "@commitlint/cli": "^19.2.2", "@commitlint/config-conventional": "^19.2.2", - "@react-native/babel-preset": "0.79.0", + "@react-native/babel-preset": "0.79.1", "@react-native/eslint-config": "0.76.6", "@react-native/metro-config": "0.78.1", "@react-native/typescript-config": "0.79.0", @@ -6667,23 +6667,23 @@ "license": "MIT" }, "node_modules/@react-native/babel-plugin-codegen": { - "version": "0.79.0", - "resolved": "https://registry.npmjs.org/@react-native/babel-plugin-codegen/-/babel-plugin-codegen-0.79.0.tgz", - "integrity": "sha512-7IkObXF0dl5Dv1vGO5rBAB+yx26kqDntqrDvurO1ZjB11oeKiWOuDoWMnouaPZGhUbnswkYwMRLXCpYhDTG4bA==", + "version": "0.79.1", + "resolved": "https://registry.npmjs.org/@react-native/babel-plugin-codegen/-/babel-plugin-codegen-0.79.1.tgz", + "integrity": "sha512-y3VyrPO/ej8Uhjk2IM+vBZok8cEyMl3DwJ3o/tsgiIVROITL+MWdk6M6iQOHRvwRWAgLe5jLSR3Zv5IIdDVY4A==", "dev": true, "license": "MIT", "dependencies": { "@babel/traverse": "^7.25.3", - "@react-native/codegen": "0.79.0" + "@react-native/codegen": "0.79.1" }, "engines": { "node": ">=18" } }, "node_modules/@react-native/babel-preset": { - "version": "0.79.0", - "resolved": "https://registry.npmjs.org/@react-native/babel-preset/-/babel-preset-0.79.0.tgz", - "integrity": "sha512-OcizKxBRxte1kZo932G4tpgDgKnDMErie0EkbVK83WaQAvnL0Dd1GWPoYjFmlKtJwh7PM2RZqTsrwqsksrmtRg==", + "version": "0.79.1", + "resolved": "https://registry.npmjs.org/@react-native/babel-preset/-/babel-preset-0.79.1.tgz", + "integrity": "sha512-vS6Os9jFIeQ679VEwW2/h0a5uPYtX9E6ALYTW+VH4Knm+HNzdXC69Z1C5Cgia36ljiGEVCKtsBg5yjDYwliaeg==", "dev": true, "license": "MIT", "dependencies": { @@ -6728,7 +6728,7 @@ "@babel/plugin-transform-typescript": "^7.25.2", "@babel/plugin-transform-unicode-regex": "^7.24.7", "@babel/template": "^7.25.0", - "@react-native/babel-plugin-codegen": "0.79.0", + "@react-native/babel-plugin-codegen": "0.79.1", "babel-plugin-syntax-hermes-parser": "0.25.1", "babel-plugin-transform-flow-enums": "^0.0.2", "react-refresh": "^0.14.0" @@ -6749,9 +6749,9 @@ } }, "node_modules/@react-native/codegen": { - "version": "0.79.0", - "resolved": "https://registry.npmjs.org/@react-native/codegen/-/codegen-0.79.0.tgz", - "integrity": "sha512-D8bFlD0HH9SMUI00svdg64hEvLbu4ETeWQDlmEP8WmNbuILjwoLFqbnBmlGn69Tot0DM1PuBd1l1ooIzs8sU7w==", + "version": "0.79.1", + "resolved": "https://registry.npmjs.org/@react-native/codegen/-/codegen-0.79.1.tgz", + "integrity": "sha512-cTVXfCICkmUU6UvUpnLP4BE82O14JRuVz42cg/A19oasTaZmzHl0+uIDzt2cZEbt/N2sJ/EZnZL61qqpwbNXWQ==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 98726833..1a855288 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@babel/runtime": "^7.20.0", "@commitlint/cli": "^19.2.2", "@commitlint/config-conventional": "^19.2.2", - "@react-native/babel-preset": "0.79.0", + "@react-native/babel-preset": "0.79.1", "@react-native/eslint-config": "0.76.6", "@react-native/metro-config": "0.78.1", "@react-native/typescript-config": "0.79.0",