Skip to content

Commit a3d8131

Browse files
committed
Update terser to v5.9.0.
1 parent e482fbb commit a3d8131

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

.bundlewatch.config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@
3030
},
3131
{
3232
"path": "./dist/js/bootstrap.bundle.min.js",
33-
"maxSize": "21.5 kB"
33+
"maxSize": "21.75 kB"
3434
},
3535
{
3636
"path": "./dist/js/bootstrap.js",
3737
"maxSize": "25.5 kB"
3838
},
3939
{
4040
"path": "./dist/js/bootstrap.min.js",
41-
"maxSize": "14.75 kB"
41+
"maxSize": "15 kB"
4242
}
4343
],
4444
"ci": {

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"docs-serve": "hugo server --port 9001 --disableFastRender",
5959
"docs-serve-only": "npx sirv-cli _site --port 9001",
6060
"lockfile-lint": "lockfile-lint --allowed-hosts npm --allowed-schemes https: --empty-hostname false --type npm --path package-lock.json",
61-
"update-deps": "ncu -u -x \"globby,jquery,karma-browserstack-launcher,sinon,terser\" && npm update && echo Manually update site/assets/js/vendor",
61+
"update-deps": "ncu -u -x \"globby,jquery,karma-browserstack-launcher,sinon\" && npm update && echo Manually update site/assets/js/vendor",
6262
"release": "npm-run-all dist release-sri docs-build release-zip*",
6363
"release-sri": "node build/generate-sri.js",
6464
"release-version": "node build/change-version.js",
@@ -139,7 +139,7 @@
139139
"sinon": "^7.5.0",
140140
"stylelint": "^13.13.1",
141141
"stylelint-config-twbs-bootstrap": "^2.2.3",
142-
"terser": "5.1.0",
142+
"terser": "^5.9.0",
143143
"vnu-jar": "21.9.2"
144144
},
145145
"files": [

0 commit comments

Comments
 (0)