From 06a67aa4c314b2f79826751918dfcb67aab4b801 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Sep 2024 00:04:47 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-ES5EXT-6095076 - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 - https://snyk.io/vuln/SNYK-JS-YAML-5458867 - https://snyk.io/vuln/SNYK-JS-JSON5-3182856 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 - https://snyk.io/vuln/SNYK-JS-WORDWRAP-3149973 --- package.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index 29475ae5c035aa..841b5e91411372 100644 --- a/package.json +++ b/package.json @@ -34,37 +34,37 @@ "@types/mocha": "~10.0.0", "@types/node": "~18.11.0", "@types/yargs": "~17.0.10", - "@typescript-eslint/eslint-plugin": "~5.46.0", - "@typescript-eslint/parser": "^5.44.0", + "@typescript-eslint/eslint-plugin": "~8.3.0", + "@typescript-eslint/parser": "^8.3.0", "ajv": "~8.11.0", "ajv-errors": "~3.0.0", "ajv-formats": "~2.1.1", "better-ajv-errors": "~1.2.0", "browser-specs": "~3.34.0", - "c8": "~7.12.0", + "c8": "~8.0.1", "chalk": "~5.2.0", "chalk-template": "~0.4.0", "compare-versions": "~5.0.0", "deep-diff": "~1.0.2", "es-main": "~1.2.0", - "eslint": "~8.29.0", + "eslint": "~8.44.0", "eslint-config-prettier": "~8.5.0", "eslint-config-standard": "~17.0.0", - "eslint-import-resolver-typescript": "^3.5.2", - "eslint-plugin-import": "~2.26.0", - "eslint-plugin-jsdoc": "~39.6.2", + "eslint-import-resolver-typescript": "^3.6.0", + "eslint-plugin-import": "~2.28.0", + "eslint-plugin-jsdoc": "~46.4.5", "eslint-plugin-node": "~11.1.0", "eslint-plugin-prefer-arrow-functions": "~3.1.4", "eslint-plugin-prettier": "~4.2.1", "eslint-plugin-promise": "~6.1.0", - "eslint-plugin-unicorn": "^45.0.0", + "eslint-plugin-unicorn": "^48.0.0", "fast-json-stable-stringify": "~2.1.0", "fdir": "~5.3.0", "husky": "^8.0.1", - "json-schema-to-typescript": "~10.1.5", - "lint-staged": "^13.0.3", + "json-schema-to-typescript": "~15.0.1", + "lint-staged": "^15.2.4", "mocha": "~10.2.0", - "open-cli": "~7.1.0", + "open-cli": "~8.0.0", "ora": "~6.1.0", "prettier": "~2.8.0", "ts-node": "~10.9.1",