From 5bd9ec1610ab8d77495abe0b37fe61f5046f4541 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 05:11:53 +0000 Subject: [PATCH] build(deps-dev): bump @stylistic/eslint-plugin-js from 1.0.1 to 1.4.0 Bumps [@stylistic/eslint-plugin-js](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin-js) from 1.0.1 to 1.4.0. - [Release notes](https://github.com/eslint-stylistic/eslint-stylistic/releases) - [Commits](https://github.com/eslint-stylistic/eslint-stylistic/commits/v1.4.0/packages/eslint-plugin-js) --- updated-dependencies: - dependency-name: "@stylistic/eslint-plugin-js" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++++----------- package.json | 2 +- 2 files changed, 8 insertions(+), 12 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4736f13..90c5f80 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "puppeteer-extra-plugin-stealth": "^2.11.2" }, "devDependencies": { - "@stylistic/eslint-plugin-js": "^1.0.1", + "@stylistic/eslint-plugin-js": "^1.4.0", "eslint": "^8.53.0" } }, @@ -198,17 +198,15 @@ } }, "node_modules/@stylistic/eslint-plugin-js": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin-js/-/eslint-plugin-js-1.0.1.tgz", - "integrity": "sha512-SfJlEnmBowaWx9GyN/7vQ/7jQP2wVQe5CcaoVL6V5nmCWl9Q+VSeJPSBOjB7XOYSYL1HoEQsvA+8Hy7Zt2XrnA==", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin-js/-/eslint-plugin-js-1.4.0.tgz", + "integrity": "sha512-cANyn4ECWu8kxPmBM4K/Q4WocD3JbA0POmGbA2lJ4tynPE8jGyKpfP8SZj6BIidXV0pkyqvxEfaKppB4D16UsA==", "dev": true, "dependencies": { - "@eslint-community/eslint-utils": "^4.4.0", "acorn": "^8.11.2", "escape-string-regexp": "^4.0.0", "eslint-visitor-keys": "^3.4.3", "espree": "^9.6.1", - "esutils": "^2.0.3", "graphemer": "^1.4.0" } }, @@ -1750,17 +1748,15 @@ } }, "@stylistic/eslint-plugin-js": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin-js/-/eslint-plugin-js-1.0.1.tgz", - "integrity": "sha512-SfJlEnmBowaWx9GyN/7vQ/7jQP2wVQe5CcaoVL6V5nmCWl9Q+VSeJPSBOjB7XOYSYL1HoEQsvA+8Hy7Zt2XrnA==", + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin-js/-/eslint-plugin-js-1.4.0.tgz", + "integrity": "sha512-cANyn4ECWu8kxPmBM4K/Q4WocD3JbA0POmGbA2lJ4tynPE8jGyKpfP8SZj6BIidXV0pkyqvxEfaKppB4D16UsA==", "dev": true, "requires": { - "@eslint-community/eslint-utils": "^4.4.0", "acorn": "^8.11.2", "escape-string-regexp": "^4.0.0", "eslint-visitor-keys": "^3.4.3", "espree": "^9.6.1", - "esutils": "^2.0.3", "graphemer": "^1.4.0" } }, diff --git a/package.json b/package.json index fe2b52b..404dd3c 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "author": "Ralf Vogler", "license": "AGPL-3.0-only", "devDependencies": { - "@stylistic/eslint-plugin-js": "^1.0.1", + "@stylistic/eslint-plugin-js": "^1.4.0", "eslint": "^8.53.0" } }