From e9e74f12600f39a8434a06b76fbca8e9bc620222 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 2 Aug 2024 10:25:53 +0000 Subject: [PATCH] fix: upgrade webpack from 5.92.1 to 5.93.0 Snyk has created this PR to upgrade webpack from 5.92.1 to 5.93.0. See this package in npm: webpack See this project in Snyk: https://app.snyk.io/org/snipe/project/3d53e1dd-b8bf-46b5-ba61-18ce26933166?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 11 ++++++----- package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8ede991415..0f3bb9b5c4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "snipe-it", + "name": "relock-npm-lock-v2-VkVH1B", "lockfileVersion": 3, "requires": true, "packages": { @@ -36,7 +36,7 @@ "signature_pad": "^4.2.0", "tableexport.jquery.plugin": "1.30.0", "tether": "^1.4.0", - "webpack": "^5.92.0" + "webpack": "^5.93.0" }, "devDependencies": { "all-contributors-cli": "^6.26.1", @@ -10869,9 +10869,10 @@ "license": "BSD-2-Clause" }, "node_modules/webpack": { - "version": "5.92.1", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.92.1.tgz", - "integrity": "sha512-JECQ7IwJb+7fgUFBlrJzbyu3GEuNBcdqr1LD7IbSzwkSmIevTm8PF+wej3Oxuz/JFBUZ6O1o43zsPkwm1C4TmA==", + "version": "5.93.0", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.93.0.tgz", + "integrity": "sha512-Y0m5oEY1LRuwly578VqluorkXbvXKh7U3rLoQCEO04M97ScRr44afGVkI0FQFsXzysk5OgFAxjZAb9rsGQVihA==", + "license": "MIT", "dependencies": { "@types/eslint-scope": "^3.7.3", "@types/estree": "^1.0.5", diff --git a/package.json b/package.json index e933aae374..284176c650 100644 --- a/package.json +++ b/package.json @@ -56,6 +56,6 @@ "signature_pad": "^4.2.0", "tableexport.jquery.plugin": "1.30.0", "tether": "^1.4.0", - "webpack": "^5.92.0" + "webpack": "^5.93.0" } }