From 69fc298a6cfdc4a08af8556b176070b54ea5dd55 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 22 May 2024 15:56:08 +0000 Subject: [PATCH] fix: script/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- script/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/script/package.json b/script/package.json index ccd6bc266bf..1b560c2d7e9 100644 --- a/script/package.json +++ b/script/package.json @@ -24,7 +24,7 @@ "eslint-plugin-prettier": "^3.0.1", "eslint-plugin-promise": "^4.1.1", "eslint-plugin-standard": "^4.0.0", - "fs-admin": "^0.12.0", + "fs-admin": "^0.20.0", "fs-extra": "9.0.1", "glob": "7.0.3", "joanna": "0.0.10", @@ -37,7 +37,7 @@ "nock": "^13.0.2", "node-fetch": "^2.6.7", "normalize-package-data": "2.3.5", - "npm": "^6.14.16", + "npm": "^7.21.0", "npm-check": "^5.9.2", "passwd-user": "2.1.0", "pegjs": "0.9.0", @@ -46,7 +46,7 @@ "season": "5.3.0", "semver": "5.3.0", "simple-git": "^2.7.0", - "stylelint": "^9.0.0", + "stylelint": "^13.0.0", "stylelint-config-standard": "^18.1.0", "sync-request": "3.0.1", "tello": "1.2.0",