From 0b631f930f480c254155d6ae50a11b443b620133 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 03:50:15 +0000 Subject: [PATCH] fix: node_modules/responselike/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-BABELTRAVERSE-5962463 - https://snyk.io/vuln/SNYK-JS-GLOBPARENT-1016905 - https://snyk.io/vuln/SNYK-JS-JSON5-3182856 - https://snyk.io/vuln/SNYK-JS-SHELLJS-2332187 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 --- node_modules/responselike/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/node_modules/responselike/package.json b/node_modules/responselike/package.json index 67f605a8da..fb4d33b42b 100644 --- a/node_modules/responselike/package.json +++ b/node_modules/responselike/package.json @@ -25,12 +25,12 @@ "author": "lukechilds", "license": "MIT", "devDependencies": { - "ava": "^0.22.0", - "coveralls": "^2.13.1", + "ava": "^2.0.0", + "coveralls": "^3.0.0", "eslint-config-xo-lukechilds": "^1.0.0", "get-stream": "^3.0.0", - "nyc": "^11.1.0", - "xo": "^0.19.0" + "nyc": "^14.0.0", + "xo": "^0.22.0" }, "dependencies": { "lowercase-keys": "^1.0.0"