weboptimizer 2.0.1575 → 2.0.1576

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "weboptimizer",
3
- "version": "2.0.1575",
3
+ "version": "2.0.1576",
4
4
  "description": "A generic web optimizer, (module) bundler and development environment.",
5
5
  "keywords": [
6
6
  "webpack",
@@ -127,12 +127,12 @@
127
127
  "@types/html-minifier": "^4.0.5",
128
128
  "@types/html-minifier-terser": "^7.0.2",
129
129
  "@types/imagemin": "^9.0.1",
130
- "@types/node": "^22.13.14",
130
+ "@types/node": "^22.13.17",
131
131
  "@types/postcss-import": "^14.0.3",
132
132
  "@types/postcss-url": "^10.0.4",
133
133
  "@types/webpack-env": "^1.18.8",
134
134
  "@types/webpack-sources": "^3.2.3",
135
- "@typescript-eslint/parser": "^8.28.0",
135
+ "@typescript-eslint/parser": "^8.29.0",
136
136
  "css-loader": "^7.1.2",
137
137
  "cssnano": "^7.0.6",
138
138
  "documentation-website": "^1.0.345",
@@ -160,7 +160,7 @@
160
160
  "stylelint": "^16.17.0",
161
161
  "stylelint-config-standard": "^37.0.0",
162
162
  "stylelint-config-standard-scss": "^14.0.0",
163
- "typescript-eslint": "^8.28.0",
163
+ "typescript-eslint": "^8.29.0",
164
164
  "typescript-plugin-css-modules": "^5.1.0",
165
165
  "workbox-webpack-plugin": "^7.3.0"
166
166
  },