From 5f5fe33c45f2cb0329c14bad00cdb1d7887fffc6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 27 Jul 2025 04:03:18 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FORMDATA-10841150 - https://snyk.io/vuln/SNYK-JS-WS-7266574 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-WS-1296835 - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 - https://snyk.io/vuln/SNYK-JS-MINIMIST-2429795 - https://snyk.io/vuln/npm:debug:20170905 - https://snyk.io/vuln/SNYK-JS-BRACEEXPANSION-9789073 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 8368be49c127..0489c3607d8f 100644 --- a/package.json +++ b/package.json @@ -99,7 +99,7 @@ "jest": "^26.0.1", "jest-expect-message": "^1.0.2", "jest-github-actions-reporter": "^1.0.2", - "jest-puppeteer": "^4.4.0", + "jest-puppeteer": "^5.0.0", "jest-silent-reporter": "^0.2.1", "jest-slow-test-reporter": "^1.0.0", "make-promises-safe": "^5.1.0", @@ -109,16 +109,16 @@ "nodemon": "^2.0.4", "npm-merge-driver-install": "^1.1.1", "object-hash": "^2.0.1", - "pa11y-ci": "^2.3.0", + "pa11y-ci": "^4.0.0", "puppeteer": "^2.1.1", "replace": "^1.2.0", "revalidator": "^0.3.1", "robots-parser": "^2.1.1", "standard": "^14.3.1", "start-server-and-test": "^1.11.3", - "supertest": "^4.0.2", + "supertest": "^7.1.3", "webpack-dev-middleware": "^3.7.2", - "website-scraper": "^4.2.0" + "website-scraper": "^5.0.0" }, "scripts": { "start": "cross-env NODE_ENV=development ENABLED_LANGUAGES='en,ja' nodemon server.js",