diff --git a/tests/eslint/package-lock.json b/tests/eslint/package-lock.json index f8bba7ef9fb6..93c735c0a132 100644 --- a/tests/eslint/package-lock.json +++ b/tests/eslint/package-lock.json @@ -7,7 +7,7 @@ "name": "tests/eslint", "devDependencies": { "@eslint-community/eslint-plugin-eslint-comments": "^4.1.0", - "@stylistic/eslint-plugin-js": "^0.1.2", + "@stylistic/eslint-plugin-js": "^1.0.0", "confusing-browser-globals": "^1.0.11", "eslint": "^8.52.0", "eslint-plugin-array-func": "^4.0.0", @@ -374,9 +374,9 @@ } }, "node_modules/@stylistic/eslint-plugin-js": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin-js/-/eslint-plugin-js-0.1.2.tgz", - "integrity": "sha512-s0BdSiAd8SIInpBN4aFl17vQhZMEFokennZ64gWGyPvdrO68gJxHgD9Rox5srVXWEPaBw/YIIRA/2JhpNoElCA==", + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin-js/-/eslint-plugin-js-1.0.0.tgz", + "integrity": "sha512-xxvjyYnUEgjBTnXKYMk6JbU0LHkf269d6y4IgW69bK/VwHrqLfdgE6mYvft42U7KVpp6Tbf6Z64tLRYD/rYd/A==", "dev": true, "dependencies": { "@eslint-community/eslint-utils": "^4.4.0", diff --git a/tests/eslint/package.json b/tests/eslint/package.json index 829e324b8f6e..d038fd047787 100644 --- a/tests/eslint/package.json +++ b/tests/eslint/package.json @@ -2,7 +2,7 @@ "name": "tests/eslint", "devDependencies": { "@eslint-community/eslint-plugin-eslint-comments": "^4.1.0", - "@stylistic/eslint-plugin-js": "^0.1.2", + "@stylistic/eslint-plugin-js": "^1.0.0", "confusing-browser-globals": "^1.0.11", "eslint": "^8.52.0", "eslint-plugin-array-func": "^4.0.0",