From 003632aca1cdfa15e02d0185f1bf119230aff616 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 7 Oct 2023 02:12:55 +0000 Subject: [PATCH] fix: package.json & package-lock.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WEBPACK-3358798 --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index b435045..54597d3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -51,7 +51,7 @@ "tsconfig-paths-webpack-plugin": "^4.0.0", "typescript": "^4.9.5", "web-worker": "github:mmomtchev/web-worker#workerglobalscope", - "webpack": "^5.75.0", + "webpack": "^5.76.0", "webpack-cli": "^5.0.1", "webpack-dev-server": "^4.11.1" }, @@ -9241,9 +9241,9 @@ "license": "Apache-2.0" }, "node_modules/webpack": { - "version": "5.75.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.75.0.tgz", - "integrity": "sha512-piaIaoVJlqMsPtX/+3KTTO6jfvrSYgauFVdt8cr9LTHKmcq/AMd4mhzsiP7ZF/PGRNPGA8336jldh9l2Kt2ogQ==", + "version": "5.76.0", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.76.0.tgz", + "integrity": "sha512-l5sOdYBDunyf72HW8dF23rFtWq/7Zgvt/9ftMof71E/yUb1YLOBmTgA2K4vQthB3kotMrSj609txVE0dnr2fjA==", "dev": true, "dependencies": { "@types/eslint-scope": "^3.7.3", diff --git a/package.json b/package.json index e8d6873..bbe787e 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "tsconfig-paths-webpack-plugin": "^4.0.0", "typescript": "^4.9.5", "web-worker": "github:mmomtchev/web-worker#workerglobalscope", - "webpack": "^5.75.0", + "webpack": "^5.76.0", "webpack-cli": "^5.0.1", "webpack-dev-server": "^4.11.1" },