weboptimizer 2.0.1573 → 2.0.1575

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 +11 -10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "weboptimizer",
3
- "version": "2.0.1573",
3
+ "version": "2.0.1575",
4
4
  "description": "A generic web optimizer, (module) bundler and development environment.",
5
5
  "keywords": [
6
6
  "webpack",
@@ -95,8 +95,8 @@
95
95
  "@babel/plugin-syntax-top-level-await": "^7.14.5",
96
96
  "@babel/plugin-transform-runtime": "^7.26.10",
97
97
  "@babel/preset-env": "^7.26.9",
98
- "@babel/preset-typescript": "^7.26.0",
99
- "@babel/runtime": "^7.26.10",
98
+ "@babel/preset-typescript": "^7.27.0",
99
+ "@babel/runtime": "^7.27.0",
100
100
  "babel-loader": "^10.0.0",
101
101
  "babel-plugin-transform-modern-regexp": "^0.0.6",
102
102
  "babel-preset-minify": "^0.5.2",
@@ -118,8 +118,8 @@
118
118
  "webpack-sources": "^3.2.3"
119
119
  },
120
120
  "devDependencies": {
121
- "@babel/cli": "^7.26.4",
122
- "@babel/eslint-parser": "^7.26.10",
121
+ "@babel/cli": "^7.27.0",
122
+ "@babel/eslint-parser": "^7.27.0",
123
123
  "@stylistic/eslint-plugin": "^4.2.0",
124
124
  "@stylistic/eslint-plugin-ts": "^4.2.0",
125
125
  "@types/ejs": "^3.1.5",
@@ -127,18 +127,18 @@
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.11",
130
+ "@types/node": "^22.13.14",
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.27.0",
135
+ "@typescript-eslint/parser": "^8.28.0",
136
136
  "css-loader": "^7.1.2",
137
137
  "cssnano": "^7.0.6",
138
138
  "documentation-website": "^1.0.345",
139
139
  "eslint": "^9.23.0",
140
140
  "eslint-config-google": "^0.14.0",
141
- "eslint-plugin-jsdoc": "^50.6.8",
141
+ "eslint-plugin-jsdoc": "^50.6.9",
142
142
  "favicons": "^7.2.0",
143
143
  "favicons-webpack-plugin": "^6.0.1",
144
144
  "globals": "^16.0.0",
@@ -157,10 +157,10 @@
157
157
  "postcss-url": "^10.1.3",
158
158
  "shx": "^0.4.0",
159
159
  "style-loader": "^4.0.0",
160
- "stylelint": "^16.16.0",
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.27.0",
163
+ "typescript-eslint": "^8.28.0",
164
164
  "typescript-plugin-css-modules": "^5.1.0",
165
165
  "workbox-webpack-plugin": "^7.3.0"
166
166
  },
@@ -528,6 +528,7 @@
528
528
  "development": {
529
529
  "includeClient": null,
530
530
  "server": {
531
+ "allowedHosts": "all",
531
532
  "client": false,
532
533
  "compress": {
533
534
  "__evaluate__": "!self.debug"