chore(deps-dev): bump html-webpack-skip-assets-plugin (#9768)

This commit is contained in:
dependabot[bot]
2024-04-01 11:38:11 +00:00
committed by GitHub
parent 65e4f23822
commit f3e3b4a71d
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@@ -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"

View File

@@ -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",