From 6c02f68fe98cd9f1e9fcfa2286269d678e3cfa68 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 28 Apr 2023 01:53:04 +0000 Subject: [PATCH] fix: node_modules/nock/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-GOT-2932019 - https://snyk.io/vuln/SNYK-JS-ISTANBULREPORTS-2328088 - https://snyk.io/vuln/SNYK-JS-MARKED-2342073 - https://snyk.io/vuln/SNYK-JS-MARKED-2342082 - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 - https://snyk.io/vuln/SNYK-JS-MOCHA-2863123 - https://snyk.io/vuln/SNYK-JS-SEMANTICRELEASE-2866292 --- node_modules/nock/package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/node_modules/nock/package.json b/node_modules/nock/package.json index 9f0f2004f6..5a944e03fe 100644 --- a/node_modules/nock/package.json +++ b/node_modules/nock/package.json @@ -40,20 +40,20 @@ "eslint-plugin-node": "^11.0.0", "eslint-plugin-promise": "^4.1.1", "eslint-plugin-standard": "^4.0.0", - "got": "^10.5.2", + "got": "^11.8.5", "@sinonjs/fake-timers": "^6.0.0", - "mocha": "^7.0.1", + "mocha": "^10.1.0", "npm-run-all": "^4.1.5", "nyc": "^15.0.0", "prettier": "1.19.0", "proxyquire": "^2.1.0", "request": "^2.83.0", "rimraf": "^3.0.0", - "semantic-release": "^17.0.2", + "semantic-release": "^19.0.3", "sinon": "^9.0.0", "sinon-chai": "^3.3.0", "superagent": "^5.0.2", - "tap": "14.6.1" + "tap": "15.0.0" }, "scripts": { "format:fix": "prettier --write '**/*.{js,json,md,ts,yml,yaml}'",