Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdrogdrog committed Jul 19, 2021
1 parent 7e905bf commit 20933c7
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
"url": "git+https://github.com/mozilla/twemoji-colr.git"
},
"dependencies": {
"grunt": "^1.0.2",
"grunt-cli": "^1.2.0",
"grunt-webfont": "^1.6.0",
"load-grunt-tasks": "^3.5.2",
"grunt": "^1.4.1",
"grunt-cli": "^1.4.3",
"grunt-webfonts": "^3.0.1",
"load-grunt-tasks": "^5.1.0",
"rmdir": "^1.2.0",
"unzip": "^0.1.11",
"xml2js": "^0.4.19",
"xmlbuilder": "^8.2.2"
"xml2js": "^0.4.23",
"xmlbuilder": "^15.1.1"
},
"keywords": [
"emoji",
Expand All @@ -38,5 +38,8 @@
},
"scripts": {
"grunt": "grunt"
},
"resolutions": {
"graceful-fs": "^4.2.4"
}
}

0 comments on commit 20933c7

Please sign in to comment.