diff --git a/package-lock.json b/package-lock.json index 9259bb7d08c..b9c49373611 100644 --- a/package-lock.json +++ b/package-lock.json @@ -86,7 +86,7 @@ "express": "^4.19.2", "git-describe": "^4.1.0", "html-webpack-plugin": "^5.5.1", - "html-webpack-skip-assets-plugin": "^1.0.3", + "html-webpack-skip-assets-plugin": "^1.0.4", "husky": "=9.0.11", "inspectpack": "=4.7.1", "jest": "=29.7.0", @@ -13943,12 +13943,12 @@ } }, "node_modules/html-webpack-skip-assets-plugin": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/html-webpack-skip-assets-plugin/-/html-webpack-skip-assets-plugin-1.0.3.tgz", - "integrity": "sha512-vpdh+JZGlE1Df3IftH2gw5P7b6yfTsahcOIJnkkkj5iJU9dUStXgzgALoXWwl8+17wWgFm3edcJzeYTJBYfMAw==", + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/html-webpack-skip-assets-plugin/-/html-webpack-skip-assets-plugin-1.0.4.tgz", + "integrity": "sha512-SkU+XTccajJ4aH9e0SYK5Gc8XeOMLlNwru2kJI7i0gStdvRQJzyqECHkIcNuuAnJu1K5gi1+FWRwraSD47FtxQ==", "dev": true, "dependencies": { - "minimatch": "3.0.4" + "minimatch": "3.0.5" }, "peerDependencies": { "html-webpack-plugin": ">=3.0.0", @@ -13956,9 +13956,9 @@ } }, "node_modules/html-webpack-skip-assets-plugin/node_modules/minimatch": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", - "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.5.tgz", + "integrity": "sha512-tUpxzX0VAzJHjLu0xUfFv1gwVp9ba3IOuRAVH2EGuRW8a5emA2FlACLqiT/lDVtS1W+TGNwqz3sWaNyLgDJWuw==", "dev": true, "dependencies": { "brace-expansion": "^1.1.7" diff --git a/package.json b/package.json index 1b734ad7c69..64f250248dc 100644 --- a/package.json +++ b/package.json @@ -148,7 +148,7 @@ "express": "^4.19.2", "git-describe": "^4.1.0", "html-webpack-plugin": "^5.5.1", - "html-webpack-skip-assets-plugin": "^1.0.3", + "html-webpack-skip-assets-plugin": "^1.0.4", "husky": "=9.0.11", "inspectpack": "=4.7.1", "jest": "=29.7.0",