From 98a0ee89d530fe0d8ea6dd78882208195a526e13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 20:43:36 +0200 Subject: [PATCH] Bump @stylistic/eslint-plugin-js from 1.7.0 to 1.7.2 (#40) Bumps [@stylistic/eslint-plugin-js](https://github.com/eslint-community/eslint-stylistic/tree/HEAD/packages/eslint-plugin-js) from 1.7.0 to 1.7.2. - [Release notes](https://github.com/eslint-community/eslint-stylistic/releases) - [Changelog](https://github.com/eslint-community/eslint-stylistic/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint-community/eslint-stylistic/commits/v1.7.2/packages/eslint-plugin-js) --- updated-dependencies: - dependency-name: "@stylistic/eslint-plugin-js" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index be4b513..1eb70d5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.3", "license": "MIT", "devDependencies": { - "@stylistic/eslint-plugin-js": "^1.7.0", + "@stylistic/eslint-plugin-js": "^1.7.2", "@types/node": "^20.12.7", "@types/vscode": "^1.88.0", "@typescript-eslint/eslint-plugin": "^7.7.1", @@ -239,12 +239,12 @@ } }, "node_modules/@stylistic/eslint-plugin-js": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin-js/-/eslint-plugin-js-1.7.0.tgz", - "integrity": "sha512-PN6On/+or63FGnhhMKSQfYcWutRlzOiYlVdLM6yN7lquoBTqUJHYnl4TA4MHwiAt46X5gRxDr1+xPZ1lOLcL+Q==", + "version": "1.7.2", + "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin-js/-/eslint-plugin-js-1.7.2.tgz", + "integrity": "sha512-ZYX7C5p7zlHbACwFLU+lISVh6tdcRP/++PWegh2Sy0UgMT5kU0XkPa2tKWEtJYzZmPhJxu9LxbnWcnE/tTwSDQ==", "dev": true, "dependencies": { - "@types/eslint": "^8.56.2", + "@types/eslint": "^8.56.8", "acorn": "^8.11.3", "escape-string-regexp": "^4.0.0", "eslint-visitor-keys": "^3.4.3", @@ -270,9 +270,9 @@ } }, "node_modules/@types/eslint": { - "version": "8.56.7", - "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.56.7.tgz", - "integrity": "sha512-SjDvI/x3zsZnOkYZ3lCt9lOZWZLB2jIlNKz+LBgCtDurK0JZcwucxYHn1w2BJkD34dgX9Tjnak0txtq4WTggEA==", + "version": "8.56.10", + "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.56.10.tgz", + "integrity": "sha512-Shavhk87gCtY2fhXDctcfS3e6FdxWkCx1iUZ9eEUbh7rTqlZT0/IzOkCOVt0fCjcFuZ9FPYfuezTBImfHCDBGQ==", "dev": true, "dependencies": { "@types/estree": "*", diff --git a/package.json b/package.json index 12bf943..fdd52a8 100644 --- a/package.json +++ b/package.json @@ -112,7 +112,7 @@ "sideload-win": "npx serve --cors -l 5000 --ssl-cert %userprofile%\\certs\\localhost.pem --ssl-key %userprofile%\\certs\\localhost-key.pem" }, "devDependencies": { - "@stylistic/eslint-plugin-js": "^1.7.0", + "@stylistic/eslint-plugin-js": "^1.7.2", "@types/node": "^20.12.7", "@types/vscode": "^1.88.0", "@typescript-eslint/eslint-plugin": "^7.7.1",