Upgrade some the dependencies version to the one followed by the github alerts

This commit is contained in:
lionsoul
2019-07-07 11:33:31 +08:00
parent 7e81847d01
commit 4f52d8c4ef
2 changed files with 70 additions and 70 deletions

View File

@@ -1212,8 +1212,8 @@
"dev": true
},
"handlebars": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.1.0.tgz",
"version": "4.1.2",
"resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.1.2.tgz",
"integrity": "sha1-Ywo13+ApS8KB7a5v/F0yn8eYLcw=",
"dev": true,
"requires": {
@@ -1711,7 +1711,7 @@
"integrity": "sha512-y2Z2IMqE1gefWUaVjrBm0mSKvUkaBy9Vqz8iwr/r40Y9hBbIteH5wqHG/9DLTfJ9xUnUT2j7A3+VVJ6EaYBllA==",
"dev": true,
"requires": {
"handlebars": "^4.1.0"
"handlebars": "^4.1.2"
}
},
"jest": {