From 3f14782b68d35e262dfb1458e4e74f5b38d05a6c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 2 Oct 2024 04:27:28 +0000 Subject: [PATCH] fix: upgrade @stylistic/eslint-plugin from 2.7.2 to 2.8.0 Snyk has created this PR to upgrade @stylistic/eslint-plugin from 2.7.2 to 2.8.0. See this package in npm: @stylistic/eslint-plugin See this project in Snyk: https://app.snyk.io/org/tygyh/project/7aaee8df-51f7-414d-a942-4be338e9b430?utm_source=github&utm_medium=referral&page=upgrade-pr --- platform/web/package-lock.json | 36 +++++----------------------------- platform/web/package.json | 2 +- 2 files changed, 6 insertions(+), 32 deletions(-) diff --git a/platform/web/package-lock.json b/platform/web/package-lock.json index 85f4f42ccd7e..5b57e0828648 100644 --- a/platform/web/package-lock.json +++ b/platform/web/package-lock.json @@ -12,7 +12,7 @@ "@eslint/js": "^9.10.0", "@html-eslint/eslint-plugin": "^0.24.1", "@html-eslint/parser": "^0.24.1", - "@stylistic/eslint-plugin": "^2.7.2", + "@stylistic/eslint-plugin": "^2.8.0", "eslint": "^9.3.0", "eslint-plugin-html": "^8.1.1", "espree": "^10.0.1", @@ -228,14 +228,13 @@ } }, "node_modules/@stylistic/eslint-plugin": { - "version": "2.7.2", - "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin/-/eslint-plugin-2.7.2.tgz", - "integrity": "sha512-3DVLU5HEuk2pQoBmXJlzvrxbKNpu2mJ0SRqz5O/CJjyNCr12ZiPcYMEtuArTyPOk5i7bsAU44nywh1rGfe3gKQ==", + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/@stylistic/eslint-plugin/-/eslint-plugin-2.8.0.tgz", + "integrity": "sha512-Ufvk7hP+bf+pD35R/QfunF793XlSRIC7USr3/EdgduK9j13i2JjmsM0LUz3/foS+jDYp2fzyWZA9N44CPur0Ow==", "dev": true, "license": "MIT", "dependencies": { - "@types/eslint": "^9.6.1", - "@typescript-eslint/utils": "^8.3.0", + "@typescript-eslint/utils": "^8.4.0", "eslint-visitor-keys": "^4.0.0", "espree": "^10.1.0", "estraverse": "^5.3.0", @@ -247,31 +246,6 @@ "peerDependencies": { "eslint": ">=8.40.0" } - }, - "node_modules/@types/eslint": { - "version": "9.6.1", - "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-9.6.1.tgz", - "integrity": "sha512-FXx2pKgId/WyYo2jXw63kk7/+TY7u7AziEJxJAnSFzHlqTAS3Ync6SvgYAN/k4/PQpnnVuzoMuVnByKK2qp0ag==", - "dev": true, - "license": "MIT", - "dependencies": { - "@types/estree": "*", - "@types/json-schema": "*" - } - }, - "node_modules/@types/estree": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.6.tgz", - "integrity": "sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==", - "dev": true, - "license": "MIT" - }, - "node_modules/@types/json-schema": { - "version": "7.0.15", - "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz", - "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==", - "dev": true, - "license": "MIT" }, "node_modules/@types/linkify-it": { "version": "5.0.0", diff --git a/platform/web/package.json b/platform/web/package.json index 43f7172bf0e6..725d8ce71ba2 100644 --- a/platform/web/package.json +++ b/platform/web/package.json @@ -14,7 +14,7 @@ "@eslint/js": "^9.10.0", "@html-eslint/eslint-plugin": "^0.24.1", "@html-eslint/parser": "^0.24.1", - "@stylistic/eslint-plugin": "^2.7.2", + "@stylistic/eslint-plugin": "^2.8.0", "eslint": "^9.3.0", "eslint-plugin-html": "^8.1.1", "espree": "^10.0.1",