weboptimizer 2.0.1550 → 2.0.1551

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 +9 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "weboptimizer",
3
- "version": "2.0.1550",
3
+ "version": "2.0.1551",
4
4
  "description": "A generic web optimizer, (module) bundler and development environment.",
5
5
  "keywords": [
6
6
  "webpack",
@@ -115,7 +115,7 @@
115
115
  "script-loader": "^0.7.2",
116
116
  "typescript": "^5.7.2",
117
117
  "webpack": "^5.97.1",
118
- "webpack-cli": "^5.1.4",
118
+ "webpack-cli": "^6.0.1",
119
119
  "webpack-sources": "^3.2.3"
120
120
  },
121
121
  "devDependencies": {
@@ -133,17 +133,17 @@
133
133
  "@types/postcss-url": "^10.0.4",
134
134
  "@types/webpack-env": "^1.18.5",
135
135
  "@types/webpack-sources": "^3.2.3",
136
- "@typescript-eslint/parser": "^8.18.0",
136
+ "@typescript-eslint/parser": "^8.18.2",
137
137
  "css-loader": "^7.1.2",
138
138
  "cssnano": "^7.0.6",
139
139
  "documentation-website": "^1.0.341",
140
- "eslint": "^9.16.0",
140
+ "eslint": "^9.17.0",
141
141
  "eslint-config-google": "^0.14.0",
142
142
  "eslint-plugin-jsdoc": "^50.6.1",
143
143
  "favicons": "^7.2.0",
144
144
  "favicons-webpack-plugin": "^6.0.1",
145
- "globals": "^15.13.0",
146
- "image-minimizer-webpack-plugin": "^4.1.1",
145
+ "globals": "^15.14.0",
146
+ "image-minimizer-webpack-plugin": "^4.1.3",
147
147
  "jest": "^29.7.0",
148
148
  "jsdoc": "^4.0.4",
149
149
  "mini-css-extract-plugin": "^2.9.2",
@@ -153,15 +153,15 @@
153
153
  "postcss-fontpath": "^1.0.0",
154
154
  "postcss-import": "^16.1.0",
155
155
  "postcss-loader": "^8.1.1",
156
- "postcss-preset-env": "^10.1.1",
156
+ "postcss-preset-env": "^10.1.3",
157
157
  "postcss-sprites": "^4.2.1",
158
158
  "postcss-url": "^10.1.3",
159
159
  "shx": "^0.3.4",
160
160
  "style-loader": "^4.0.0",
161
- "stylelint": "^16.11.0",
161
+ "stylelint": "^16.12.0",
162
162
  "stylelint-config-standard": "^36.0.1",
163
163
  "stylelint-config-standard-scss": "^14.0.0",
164
- "typescript-eslint": "^8.18.0",
164
+ "typescript-eslint": "^8.18.2",
165
165
  "typescript-plugin-css-modules": "^5.1.0",
166
166
  "workbox-webpack-plugin": "^7.3.0"
167
167
  },