From b8ae2974da6a038e69f197a1fb26805e540591bb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 28 Nov 2023 14:24:55 +0000 Subject: [PATCH] fix: test/acceptance/workspaces/fail-on/patchable/package.json & test/acceptance/workspaces/fail-on/patchable/package-lock.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:ms:20170412 --- .../workspaces/fail-on/patchable/package-lock.json | 6 +++--- test/acceptance/workspaces/fail-on/patchable/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/test/acceptance/workspaces/fail-on/patchable/package-lock.json b/test/acceptance/workspaces/fail-on/patchable/package-lock.json index 3b7f9f2f26..501ccb3bc9 100644 --- a/test/acceptance/workspaces/fail-on/patchable/package-lock.json +++ b/test/acceptance/workspaces/fail-on/patchable/package-lock.json @@ -5,9 +5,9 @@ "requires": true, "dependencies": { "ms": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-1.0.0.tgz", - "integrity": "sha1-Wa3NIu3FQ/e1OBhi0xOHsfS8lHM=" + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" } } } diff --git a/test/acceptance/workspaces/fail-on/patchable/package.json b/test/acceptance/workspaces/fail-on/patchable/package.json index f47a7ef022..ca4627aa4e 100644 --- a/test/acceptance/workspaces/fail-on/patchable/package.json +++ b/test/acceptance/workspaces/fail-on/patchable/package.json @@ -3,7 +3,7 @@ "version": "1.0.0", "description": "patchable application", "dependencies": { - "ms": "^1.0.0" + "ms": "^2.0.0" }, "devDependencies": {} }