weboptimizer 4.0.24 → 4.0.25

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "weboptimizer",
3
- "version": "4.0.24",
3
+ "version": "4.0.25",
4
4
  "description": "A generic web optimizer, (module) bundler and development environment.",
5
5
  "keywords": [
6
6
  "webpack",
@@ -94,7 +94,7 @@
94
94
  "babel-loader": "^10.1.1",
95
95
  "babel-plugin-polyfill-corejs3": "^1.0.0",
96
96
  "babel-plugin-transform-rewrite-imports": "^1.5.4",
97
- "clientnode": "4.0.1453",
97
+ "clientnode": "4.0.1454",
98
98
  "core-js": "^3.49.0",
99
99
  "ejs": "^6.0.1",
100
100
  "exports-loader": "^5.0.0",
@@ -132,7 +132,7 @@
132
132
  "cssnano": "^8.0.2",
133
133
  "eslint": "^10.7.0",
134
134
  "eslint-config-google": "^0.14.0",
135
- "eslint-plugin-jsdoc": "^63.0.14",
135
+ "eslint-plugin-jsdoc": "^63.2.0",
136
136
  "favicons": "^7.3.0",
137
137
  "favicons-webpack-plugin": "^6.0.1",
138
138
  "globals": "^17.7.0",
@@ -142,7 +142,7 @@
142
142
  "mini-css-extract-plugin": "^2.10.2",
143
143
  "mkdirp": "^3.0.1",
144
144
  "node-fetch": "^3.3.2",
145
- "postcss": "^8.5.19",
145
+ "postcss": "^8.5.20",
146
146
  "postcss-fontpath": "^1.0.0",
147
147
  "postcss-import": "^16.1.1",
148
148
  "postcss-loader": "^8.2.1",
@@ -151,7 +151,7 @@
151
151
  "postcss-url": "^10.1.4",
152
152
  "shx": "^0.4.0",
153
153
  "style-loader": "^4.0.0",
154
- "stylelint": "^17.14.0",
154
+ "stylelint": "^17.14.1",
155
155
  "stylelint-config-standard": "^40.0.0",
156
156
  "stylelint-config-standard-scss": "^17.0.0",
157
157
  "terser-webpack-plugin": "^5.6.1",
@@ -873,7 +873,8 @@ export let webpackConfiguration = extend(true, {
873
873
  data: true,
874
874
  font: true,
875
875
  htmlMinifier: true,
876
- image: true
876
+ image: true,
877
+ terser: true
877
878
  }
878
879
  })
879
880
  },