From 25d07f6d90a6dc32d16a87efdd658b6818273f26 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 19 Dec 2023 16:19:19 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-COOKIEJAR-3149984 - https://snyk.io/vuln/SNYK-JS-DECODEURICOMPONENT-3149970 - https://snyk.io/vuln/SNYK-JS-JSONSCHEMA-1920922 - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 - https://snyk.io/vuln/SNYK-JS-MINIMIST-2429795 - https://snyk.io/vuln/SNYK-JS-NODEFETCH-2342118 - https://snyk.io/vuln/SNYK-JS-QS-3153490 - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 - https://snyk.io/vuln/SNYK-JS-TMPL-1583443 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 972102cd08ee..edb1f9454c92 100644 --- a/package.json +++ b/package.json @@ -144,7 +144,7 @@ "is-url": "^1.2.4", "japanese-characters": "^1.1.0", "javascript-stringify": "^2.1.0", - "jest": "^26.6.3", + "jest": "^27.0.0", "jest-expect-message": "^1.0.2", "jest-github-actions-reporter": "^1.0.3", "jest-slow-test-reporter": "^1.0.0", @@ -169,13 +169,13 @@ "start-server-and-test": "^2.0.3", "strip-ansi": "^7.0.0", "style-loader": "^2.0.0", - "supertest": "^6.1.3", + "supertest": "^6.2.0", "ts-loader": "^9.2.3", "typescript": "^4.3.2", "url-template": "^2.0.8", "webpack": "^5.37.0", "webpack-cli": "^4.7.0", - "website-scraper": "^4.2.3" + "website-scraper": "^5.0.0" }, "optionalDependencies": { "jest-puppeteer": "^5.0.3",