Skip to content

Commit

Permalink
update dependencies (#572)
Browse files Browse the repository at this point in the history
- uglify-js@3.16.1
  • Loading branch information
alexlamsl committed Jun 17, 2022
1 parent a285b24 commit 70b6eb7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "grunt-contrib-uglify",
"description": "Minify JavaScript files with UglifyJS",
"version": "5.2.1",
"version": "5.2.2",
"author": {
"name": "Grunt Team",
"url": "https://gruntjs.com/"
Expand All @@ -18,7 +18,7 @@
"dependencies": {
"chalk": "^4.1.2",
"maxmin": "^3.0.0",
"uglify-js": "^3.15.4",
"uglify-js": "^3.16.1",
"uri-path": "^1.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit 70b6eb7

Please sign in to comment.