Skip to content

Commit

Permalink
fix: pin uglify to workaround breaking change
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis committed Oct 3, 2024
1 parent bf62c38 commit 35c067d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ updates:
commit-message:
prefix: deps
prefix-development: deps(dev)
ignore:
- dependency-name: uglify-js
update-types:
- version-update:semver-major
- version-update:semver-minor
- package-ecosystem: github-actions
directory: /
schedule:
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"grunt-newer": "1.3.0",
"grunt-processhtml": "^0.4.4",
"load-grunt-tasks": "5.1.0",
"uglify-js": "^3.19.3"
"uglify-js": "^3.17.4"
},
"scripts": {
"start": "npx grunt",
Expand Down

0 comments on commit 35c067d

Please sign in to comment.