From dbb4e118d0bef0af9f68aab07f4f02b454287d52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 05:28:46 +0000 Subject: [PATCH] build(deps-dev): bump @stylistic/eslint-plugin-js from 1.4.1 to 1.5.0 Bumps [@stylistic/eslint-plugin-js](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin-js) from 1.4.1 to 1.5.0. - [Release notes](https://github.com/eslint-stylistic/eslint-stylistic/releases) - [Commits](https://github.com/eslint-stylistic/eslint-stylistic/commits/v1.5.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 | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2b19e37..4c78147 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.4.1", + "@stylistic/eslint-plugin-js": "^1.5.0", "eslint": "^8.54.0" } }, @@ -198,9 +198,9 @@ } }, "node_modules/@stylistic/eslint-plugin-js": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin-js/-/eslint-plugin-js-1.4.1.tgz", - "integrity": "sha512-WXHPEVw5PB7OML7cLwHJDEcCyLiP7vzKeBbSwmpHLK0oh0JYkoJfTg2hEdFuQT5rQxFy3KzCy9R1mZ0wgLjKrA==", + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin-js/-/eslint-plugin-js-1.5.0.tgz", + "integrity": "sha512-TuGQv1bsIshkbJUInCewp4IUWy24W5RFiVNMV0quPSkuZ8gsYoqq6kLHvvaxpjxN9TvwSoOIwnhgrYKei2Tgcw==", "dev": true, "dependencies": { "acorn": "^8.11.2", @@ -1754,9 +1754,9 @@ } }, "@stylistic/eslint-plugin-js": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin-js/-/eslint-plugin-js-1.4.1.tgz", - "integrity": "sha512-WXHPEVw5PB7OML7cLwHJDEcCyLiP7vzKeBbSwmpHLK0oh0JYkoJfTg2hEdFuQT5rQxFy3KzCy9R1mZ0wgLjKrA==", + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin-js/-/eslint-plugin-js-1.5.0.tgz", + "integrity": "sha512-TuGQv1bsIshkbJUInCewp4IUWy24W5RFiVNMV0quPSkuZ8gsYoqq6kLHvvaxpjxN9TvwSoOIwnhgrYKei2Tgcw==", "dev": true, "requires": { "acorn": "^8.11.2", diff --git a/package.json b/package.json index 9395767..2bf8463 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.4.1", + "@stylistic/eslint-plugin-js": "^1.5.0", "eslint": "^8.54.0" } }