Skip to content

Commit 70b6eb7

Browse files
authoredJun 17, 2022
update dependencies (#572)
- uglify-js@3.16.1
1 parent a285b24 commit 70b6eb7

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed
 

‎package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "grunt-contrib-uglify",
33
"description": "Minify JavaScript files with UglifyJS",
4-
"version": "5.2.1",
4+
"version": "5.2.2",
55
"author": {
66
"name": "Grunt Team",
77
"url": "https://gruntjs.com/"
@@ -18,7 +18,7 @@
1818
"dependencies": {
1919
"chalk": "^4.1.2",
2020
"maxmin": "^3.0.0",
21-
"uglify-js": "^3.15.4",
21+
"uglify-js": "^3.16.1",
2222
"uri-path": "^1.0.0"
2323
},
2424
"devDependencies": {

0 commit comments

Comments
 (0)
Please sign in to comment.