diff --git a/package-lock.json b/package-lock.json index b97c200..aacdbf5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "devDependencies": { "@commitlint/cli": "^19.3.0", "@commitlint/config-conventional": "^19.2.2", - "@react-native/eslint-config": "^0.78.1", + "@react-native/eslint-config": "^0.79.1", "@types/react": "^19.0.8", "@types/react-native": "^0.72.0", "cpx": "^1.5.0", @@ -4835,15 +4835,15 @@ "peer": true }, "node_modules/@react-native/eslint-config": { - "version": "0.78.1", - "resolved": "https://registry.npmjs.org/@react-native/eslint-config/-/eslint-config-0.78.1.tgz", - "integrity": "sha512-WNVlLQw03B0k3V1vNAm//PaRmwjKuaEzI69B045xKkZrPv2jVcvXKcKu8q4oofS4v3KCDeHb7Q00efYEAx7YBw==", + "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.78.1", + "@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", @@ -5173,9 +5173,9 @@ } }, "node_modules/@react-native/eslint-plugin": { - "version": "0.78.1", - "resolved": "https://registry.npmjs.org/@react-native/eslint-plugin/-/eslint-plugin-0.78.1.tgz", - "integrity": "sha512-J8tiNhMQi7CQfMLB8bJQEONPc99qmhHyPN/qbukpWrSMHBhBOgYDdOA+BX16bIwZWtShGm38jFS2jPa5U96qtg==", + "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": { @@ -25650,14 +25650,14 @@ "peer": true }, "@react-native/eslint-config": { - "version": "0.78.1", - "resolved": "https://registry.npmjs.org/@react-native/eslint-config/-/eslint-config-0.78.1.tgz", - "integrity": "sha512-WNVlLQw03B0k3V1vNAm//PaRmwjKuaEzI69B045xKkZrPv2jVcvXKcKu8q4oofS4v3KCDeHb7Q00efYEAx7YBw==", + "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, "requires": { "@babel/core": "^7.25.2", "@babel/eslint-parser": "^7.25.1", - "@react-native/eslint-plugin": "0.78.1", + "@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", @@ -25843,9 +25843,9 @@ } }, "@react-native/eslint-plugin": { - "version": "0.78.1", - "resolved": "https://registry.npmjs.org/@react-native/eslint-plugin/-/eslint-plugin-0.78.1.tgz", - "integrity": "sha512-J8tiNhMQi7CQfMLB8bJQEONPc99qmhHyPN/qbukpWrSMHBhBOgYDdOA+BX16bIwZWtShGm38jFS2jPa5U96qtg==", + "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 }, "@react-native/normalize-color": { diff --git a/package.json b/package.json index c9b27ef..c86a363 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "devDependencies": { "@commitlint/cli": "^19.3.0", "@commitlint/config-conventional": "^19.2.2", - "@react-native/eslint-config": "^0.78.1", + "@react-native/eslint-config": "^0.79.1", "@types/react": "^19.0.8", "@types/react-native": "^0.72.0", "cpx": "^1.5.0",