From 03cff8acbfd1fdcf009e27fa78aa6c68d4c95b1e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 22 Jun 2023 03:00:51 +0000 Subject: [PATCH] fix: test/fixtures/qs-package/node_modules/clite/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 --- test/fixtures/qs-package/node_modules/clite/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/fixtures/qs-package/node_modules/clite/package.json b/test/fixtures/qs-package/node_modules/clite/package.json index 78e748fc48..2c5f966425 100644 --- a/test/fixtures/qs-package/node_modules/clite/package.json +++ b/test/fixtures/qs-package/node_modules/clite/package.json @@ -101,8 +101,8 @@ "lodash.defaultsdeep": "^4.3.1", "lodash.mergewith": "^4.3.1", "then-fs": "^2.0.0", - "update-notifier": "^0.6.0", - "yargs": "^4.3.2" + "update-notifier": "^6.0.0", + "yargs": "^10.0.0" }, "description": "A slight CLI framework", "devDependencies": { @@ -113,8 +113,8 @@ "mock-stdin": "^0.3.0", "proxyquire": "^1.7.4", "rimraf": "^2.5.2", - "semantic-release": "^4.3.5", - "tap": "^5.4.3", + "semantic-release": "^16.0.1", + "tap": "^15.0.0", "tap-only": "0.0.5", "validate-commit-msg": "^2.3.0" },