diff --git a/package-lock.json b/package-lock.json index 7e0ee52a87d0..9533cd3e5004 100644 --- a/package-lock.json +++ b/package-lock.json @@ -49,7 +49,7 @@ "react-dom": "^18.3.1" }, "devDependencies": { - "@alxshelepenok/eslint-config": "^1.0.520", + "@alxshelepenok/eslint-config": "^1.0.521", "@commitlint/cli": "^19.6.0", "@commitlint/config-conventional": "^19.6.0", "@jest/globals": "^29.7.0", @@ -143,10 +143,11 @@ } }, "node_modules/@alxshelepenok/eslint-config": { - "version": "1.0.520", - "resolved": "https://registry.npmjs.org/@alxshelepenok/eslint-config/-/eslint-config-1.0.520.tgz", - "integrity": "sha512-7K2ZArkHN8NWItVmAYCQJmMDlGfXo4m/TjLF3UDaZ7hIWUdj9HK7WXww6TjjPe7Z0ofhEvjc2fw9CLFRfmvtfA==", + "version": "1.0.521", + "resolved": "https://registry.npmjs.org/@alxshelepenok/eslint-config/-/eslint-config-1.0.521.tgz", + "integrity": "sha512-4cTk3/cxdLw4NmEWZgVs+Px/7oyfxnQ+GzTv0xC6N1ngZ8BBTuU5DEgW7pLZx2Rm42LL9UHUAwmezplI6vrCJQ==", "dev": true, + "license": "MIT", "peerDependencies": { "eslint": "^7.7.0 || ^8.2.0" } diff --git a/package.json b/package.json index 17a2dd029efe..3bc2a8659ee2 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,7 @@ "react-dom": "^18.3.1" }, "devDependencies": { - "@alxshelepenok/eslint-config": "^1.0.520", + "@alxshelepenok/eslint-config": "^1.0.521", "@commitlint/cli": "^19.6.0", "@commitlint/config-conventional": "^19.6.0", "@jest/globals": "^29.7.0",