From 8255a64acdd17896af63fc2a1da37658d3c78af0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 27 Nov 2023 20:02:11 +0000 Subject: [PATCH] fix: test/fixtures/proton/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-REQUEST-3361831 - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 - https://snyk.io/vuln/SNYK-JS-TAR-1536528 - https://snyk.io/vuln/SNYK-JS-TAR-1536531 - https://snyk.io/vuln/SNYK-JS-TAR-1536758 - https://snyk.io/vuln/SNYK-JS-TAR-1579147 - https://snyk.io/vuln/SNYK-JS-TAR-1579152 - https://snyk.io/vuln/SNYK-JS-TAR-1579155 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 --- test/fixtures/proton/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/fixtures/proton/package.json b/test/fixtures/proton/package.json index d6faf14d397..9e264a3fe5d 100644 --- a/test/fixtures/proton/package.json +++ b/test/fixtures/proton/package.json @@ -4,7 +4,7 @@ "description": "a notepad app built using proton-native", "main": "index.js", "dependencies": { - "proton-native": "~1.1.10" + "proton-native": "~2.0.0" }, "scripts": { "start": "node_modules/.bin/babel-node index.js"