diff --git a/package-lock.json b/package-lock.json index 2e7edff62b..3e4e87286a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -102,7 +102,7 @@ "eslint-plugin-regexp": "3.0.0", "eslint-plugin-sonarjs": "3.0.6", "eslint-plugin-toml": "0.13.1", - "eslint-plugin-unicorn": "62.0.0", + "eslint-plugin-unicorn": "63.0.0", "eslint-plugin-vitest-globals": "1.5.0", "eslint-plugin-vue": "10.7.0", "eslint-plugin-vue-scoped-css": "2.12.0", @@ -8223,20 +8223,18 @@ } }, "node_modules/eslint-plugin-unicorn": { - "version": "62.0.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-62.0.0.tgz", - "integrity": "sha512-HIlIkGLkvf29YEiS/ImuDZQbP12gWyx5i3C6XrRxMvVdqMroCI9qoVYCoIl17ChN+U89pn9sVwLxhIWj5nEc7g==", + "version": "63.0.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-63.0.0.tgz", + "integrity": "sha512-Iqecl9118uQEXYh7adylgEmGfkn5es3/mlQTLLkd4pXkIk9CTGrAbeUux+YljSa2ohXCBmQQ0+Ej1kZaFgcfkA==", "dev": true, "license": "MIT", "dependencies": { "@babel/helper-validator-identifier": "^7.28.5", "@eslint-community/eslint-utils": "^4.9.0", - "@eslint/plugin-kit": "^0.4.0", "change-case": "^5.4.4", "ci-info": "^4.3.1", "clean-regexp": "^1.0.0", "core-js-compat": "^3.46.0", - "esquery": "^1.6.0", "find-up-simple": "^1.0.1", "globals": "^16.4.0", "indent-string": "^5.0.0", diff --git a/package.json b/package.json index a04b538e6f..24bfb69d20 100644 --- a/package.json +++ b/package.json @@ -101,7 +101,7 @@ "eslint-plugin-regexp": "3.0.0", "eslint-plugin-sonarjs": "3.0.6", "eslint-plugin-toml": "0.13.1", - "eslint-plugin-unicorn": "62.0.0", + "eslint-plugin-unicorn": "63.0.0", "eslint-plugin-vitest-globals": "1.5.0", "eslint-plugin-vue": "10.7.0", "eslint-plugin-vue-scoped-css": "2.12.0",