From 6185d41c3f848eddfd9eea791891118aa48a68d6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Jun 2025 04:54:23 +0000 Subject: [PATCH] fix: pluralsight/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WEBPACKDEVSERVER-10300775 - https://snyk.io/vuln/SNYK-JS-ANSIREGEX-1583908 - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 - https://snyk.io/vuln/SNYK-JS-WEBPACKDEVSERVER-10300777 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 --- pluralsight/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pluralsight/package.json b/pluralsight/package.json index 79e209e..8f84db8 100644 --- a/pluralsight/package.json +++ b/pluralsight/package.json @@ -6,7 +6,7 @@ "autoprefixer": "7.1.6", "babel-core": "6.26.0", "babel-eslint": "7.2.3", - "babel-jest": "20.0.3", + "babel-jest": "30.0.0", "babel-loader": "7.1.2", "babel-preset-react-app": "^3.1.0", "babel-runtime": "6.26.0", @@ -26,7 +26,7 @@ "file-loader": "1.1.5", "fs-extra": "3.0.1", "html-webpack-plugin": "2.29.0", - "jest": "20.0.4", + "jest": "30.0.0", "jquery": "^3.2.1", "object-assign": "4.1.1", "postcss-flexbugs-fixes": "3.2.0", @@ -45,7 +45,7 @@ "sw-precache-webpack-plugin": "0.11.4", "url-loader": "0.6.2", "webpack": "3.8.1", - "webpack-dev-server": "2.9.4", + "webpack-dev-server": "5.2.1", "webpack-manifest-plugin": "1.3.2", "whatwg-fetch": "2.0.3" },