From 0d080092396931d0dd9ff471427058d128049105 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 6 Sep 2024 10:15:09 +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-SEMVER-3247795 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 898c300c..3baa25d3 100644 --- a/package.json +++ b/package.json @@ -24,11 +24,11 @@ "docs-all": "npm run docs --workspaces --if-present" }, "dependencies": { - "@typescript-eslint/eslint-plugin": "^5.62.0", - "@typescript-eslint/parser": "^5.62.0", + "@typescript-eslint/eslint-plugin": "^8.3.0", + "@typescript-eslint/parser": "^8.3.0", "eslint": "^8.18.0", "eslint-plugin-import": "^2.29.1", - "lint-staged": "^13.3.0", + "lint-staged": "^15.2.4", "prettier": "^2.8.8", "typescript": "^4.9.5" },