From e9320147673c405f86a0ea27e6765d5b9d0a3a80 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 28 Oct 2024 05:28:35 +0000 Subject: [PATCH] fix: packages/scripts/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6124857 --- packages/scripts/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/scripts/package.json b/packages/scripts/package.json index 35dae5d7d3dce4..a03d3c207a61a3 100644 --- a/packages/scripts/package.json +++ b/packages/scripts/package.json @@ -62,7 +62,7 @@ "filenamify": "^4.2.0", "jest": "^26.6.3", "jest-circus": "^26.6.3", - "jest-dev-server": "^5.0.3", + "jest-dev-server": "^10.1.4", "jest-environment-node": "^26.6.2", "markdownlint": "^0.23.1", "markdownlint-cli": "^0.27.1",