From 2b9a1023ac6b6b831ce5f6e6df4e82a06f41bf4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Apr 2025 19:28:02 +0000 Subject: [PATCH] build(deps-dev): bump @react-native/eslint-config from 0.78.1 to 0.78.2 Bumps [@react-native/eslint-config](https://github.com/facebook/react-native/tree/HEAD/packages/eslint-config-react-native) from 0.78.1 to 0.78.2. - [Release notes](https://github.com/facebook/react-native/releases) - [Changelog](https://github.com/facebook/react-native/blob/main/CHANGELOG.md) - [Commits](https://github.com/facebook/react-native/commits/v0.78.2/packages/eslint-config-react-native) --- updated-dependencies: - dependency-name: "@react-native/eslint-config" dependency-version: 0.78.2 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index b97c200..eefa336 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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.78.2", + "resolved": "https://registry.npmjs.org/@react-native/eslint-config/-/eslint-config-0.78.2.tgz", + "integrity": "sha512-9j78XWShZtJrcwRXtYJXnqspCNwGHYiphRXUbs3KdGI8YYKEHk0WD85OKvd5avd9jJkqWIC0Xk/OIDbyWIaIxA==", "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.78.2", "@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.78.2", + "resolved": "https://registry.npmjs.org/@react-native/eslint-plugin/-/eslint-plugin-0.78.2.tgz", + "integrity": "sha512-M5IXc5fenRCSYdkGu05u7ep8LVwNyLjIXyYlkTQDMC/xJqTFauhGdCRv2E9x7TxMho+L4ieI1XISmoT84S10FA==", "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.78.2", + "resolved": "https://registry.npmjs.org/@react-native/eslint-config/-/eslint-config-0.78.2.tgz", + "integrity": "sha512-9j78XWShZtJrcwRXtYJXnqspCNwGHYiphRXUbs3KdGI8YYKEHk0WD85OKvd5avd9jJkqWIC0Xk/OIDbyWIaIxA==", "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.78.2", "@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.78.2", + "resolved": "https://registry.npmjs.org/@react-native/eslint-plugin/-/eslint-plugin-0.78.2.tgz", + "integrity": "sha512-M5IXc5fenRCSYdkGu05u7ep8LVwNyLjIXyYlkTQDMC/xJqTFauhGdCRv2E9x7TxMho+L4ieI1XISmoT84S10FA==", "dev": true }, "@react-native/normalize-color": {