diff --git a/package-lock.json b/package-lock.json index c81ea42c..fb0eb48b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@commitlint/cli": "^19.2.2", "@commitlint/config-conventional": "^19.2.2", "@react-native/babel-preset": "0.79.0", - "@react-native/eslint-config": "0.76.6", + "@react-native/eslint-config": "0.79.1", "@react-native/metro-config": "0.78.1", "@react-native/typescript-config": "0.79.0", "@types/react": "^19.0.1", @@ -6840,14 +6840,15 @@ } }, "node_modules/@react-native/eslint-config": { - "version": "0.76.6", - "resolved": "https://registry.npmjs.org/@react-native/eslint-config/-/eslint-config-0.76.6.tgz", - "integrity": "sha512-s7dsWapoB2oTgwhS8cjJmls9qsAOEbodWnFVeDkGytcjlOWDEYdDSqOhJXuwAqNmkZP1noXmcqRATo+gCnY20A==", + "version": "0.79.1", + "resolved": "https://registry.npmjs.org/@react-native/eslint-config/-/eslint-config-0.79.1.tgz", + "integrity": "sha512-McId/80c6BQq7x7uHZWFlJVkfMHcAUb6E0J8AykpWL4KY2sZGtbDzemY4kCxm+mh64EHIAvtJNYS5+7nVFDG6Q==", "dev": true, + "license": "MIT", "dependencies": { "@babel/core": "^7.25.2", "@babel/eslint-parser": "^7.25.1", - "@react-native/eslint-plugin": "0.76.6", + "@react-native/eslint-plugin": "0.79.1", "@typescript-eslint/eslint-plugin": "^7.1.1", "@typescript-eslint/parser": "^7.1.1", "eslint-config-prettier": "^8.5.0", @@ -7191,10 +7192,11 @@ } }, "node_modules/@react-native/eslint-plugin": { - "version": "0.76.6", - "resolved": "https://registry.npmjs.org/@react-native/eslint-plugin/-/eslint-plugin-0.76.6.tgz", - "integrity": "sha512-pAqN77lBXyfRcKN2D17AqWJLKkHNV/ZevPKKIGZ2LbLeM8POWsYcNnGtaO+glny8LbE+ZSBEXknMSIN+PrDk/A==", + "version": "0.79.1", + "resolved": "https://registry.npmjs.org/@react-native/eslint-plugin/-/eslint-plugin-0.79.1.tgz", + "integrity": "sha512-db9YJkk1jG2DJ98/ly50XVbEygBpI38yIlNwohw3a+d4ipe3yqeDY4B6af7kEKjHKqHEILdoU15seRqZKsqmuA==", "dev": true, + "license": "MIT", "engines": { "node": ">=18" } diff --git a/package.json b/package.json index 98726833..d29355d6 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@commitlint/cli": "^19.2.2", "@commitlint/config-conventional": "^19.2.2", "@react-native/babel-preset": "0.79.0", - "@react-native/eslint-config": "0.76.6", + "@react-native/eslint-config": "0.79.1", "@react-native/metro-config": "0.78.1", "@react-native/typescript-config": "0.79.0", "@types/react": "^19.0.1",