|
|
|
@ -100,7 +100,7 @@
@@ -100,7 +100,7 @@
|
|
|
|
|
"eslint-plugin-react-hooks": "4.6.0", |
|
|
|
|
"eslint-plugin-storybook": "0.6.15", |
|
|
|
|
"handlebars": "^4.7.7", |
|
|
|
|
"html-webpack-plugin": "5.5.4", |
|
|
|
|
"html-webpack-plugin": "5.6.0", |
|
|
|
|
"install": "^0.13.0", |
|
|
|
|
"knip": "^2.11.0", |
|
|
|
|
"less": "4.2.0", |
|
|
|
@ -18987,9 +18987,9 @@
@@ -18987,9 +18987,9 @@
|
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/html-webpack-plugin": { |
|
|
|
|
"version": "5.5.4", |
|
|
|
|
"resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.5.4.tgz", |
|
|
|
|
"integrity": "sha512-3wNSaVVxdxcu0jd4FpQFoICdqgxs4zIQQvj+2yQKFfBOnLETQ6X5CDWdeasuGlSsooFlMkEioWDTqBv1wvw5Iw==", |
|
|
|
|
"version": "5.6.0", |
|
|
|
|
"resolved": "https://registry.npmjs.org/html-webpack-plugin/-/html-webpack-plugin-5.6.0.tgz", |
|
|
|
|
"integrity": "sha512-iwaY4wzbe48AfKLZ/Cc8k0L+FKG6oSNRaZ8x5A/T/IVDGyXcbHncM9TdDa93wn0FsSm82FhTKW7f3vS61thXAw==", |
|
|
|
|
"dev": true, |
|
|
|
|
"dependencies": { |
|
|
|
|
"@types/html-minifier-terser": "^6.0.0", |
|
|
|
@ -19006,7 +19006,16 @@
@@ -19006,7 +19006,16 @@
|
|
|
|
|
"url": "https://opencollective.com/html-webpack-plugin" |
|
|
|
|
}, |
|
|
|
|
"peerDependencies": { |
|
|
|
|
"@rspack/core": "0.x || 1.x", |
|
|
|
|
"webpack": "^5.20.0" |
|
|
|
|
}, |
|
|
|
|
"peerDependenciesMeta": { |
|
|
|
|
"@rspack/core": { |
|
|
|
|
"optional": true |
|
|
|
|
}, |
|
|
|
|
"webpack": { |
|
|
|
|
"optional": true |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"node_modules/htmlparser2": { |
|
|
|
|