bump handlebars in extensions (#8411)

This commit is contained in:
Anthony Dresser
2019-11-20 13:08:59 -08:00
committed by Karl Burtram
parent de4b7af1ad
commit 134b0b32c6
8 changed files with 16 additions and 16 deletions

View File

@@ -2823,9 +2823,9 @@
}
},
"handlebars": {
"version": "4.5.2",
"resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.5.2.tgz",
"integrity": "sha512-29Zxv/cynYB7mkT1rVWQnV7mGX6v7H/miQ6dbEpYTKq5eJBN7PsRB+ViYJlcT6JINTSu4dVB9kOqEun78h6Exg==",
"version": "4.5.3",
"resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.5.3.tgz",
"integrity": "sha512-3yPecJoJHK/4c6aZhSvxOyG4vJKDshV36VHp0iVCDVh7o9w2vwi3NSnL2MMPj3YdduqaBcu7cGbggJQM0br9xA==",
"requires": {
"neo-async": "^2.6.0",
"optimist": "^0.6.1",

View File

@@ -171,7 +171,7 @@
},
"dependencies": {
"fs-extra": "^5.0.0",
"handlebars": "^4.5.2"
"handlebars": "^4.5.3"
},
"devDependencies": {
"@types/mocha": "^2.2.42",

View File

@@ -3030,9 +3030,9 @@
}
},
"handlebars": {
"version": "4.5.2",
"resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.5.2.tgz",
"integrity": "sha512-29Zxv/cynYB7mkT1rVWQnV7mGX6v7H/miQ6dbEpYTKq5eJBN7PsRB+ViYJlcT6JINTSu4dVB9kOqEun78h6Exg==",
"version": "4.5.3",
"resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.5.3.tgz",
"integrity": "sha512-3yPecJoJHK/4c6aZhSvxOyG4vJKDshV36VHp0iVCDVh7o9w2vwi3NSnL2MMPj3YdduqaBcu7cGbggJQM0br9xA==",
"requires": {
"neo-async": "^2.6.0",
"optimist": "^0.6.1",

View File

@@ -382,7 +382,7 @@
},
"dependencies": {
"fs-extra": "^8.1.0",
"handlebars": "^4.5.2",
"handlebars": "^4.5.3",
"openurl": "^1.1.1"
},
"devDependencies": {

View File

@@ -3567,9 +3567,9 @@
}
},
"handlebars": {
"version": "4.5.2",
"resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.5.2.tgz",
"integrity": "sha512-29Zxv/cynYB7mkT1rVWQnV7mGX6v7H/miQ6dbEpYTKq5eJBN7PsRB+ViYJlcT6JINTSu4dVB9kOqEun78h6Exg==",
"version": "4.5.3",
"resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.5.3.tgz",
"integrity": "sha512-3yPecJoJHK/4c6aZhSvxOyG4vJKDshV36VHp0iVCDVh7o9w2vwi3NSnL2MMPj3YdduqaBcu7cGbggJQM0br9xA==",
"requires": {
"neo-async": "^2.6.0",
"optimist": "^0.6.1",

View File

@@ -245,7 +245,7 @@
},
"dependencies": {
"fs-extra": "^5.0.0",
"handlebars": "^4.5.2",
"handlebars": "^4.5.3",
"openurl": "^1.1.1"
},
"devDependencies": {

View File

@@ -3027,9 +3027,9 @@
}
},
"handlebars": {
"version": "4.5.2",
"resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.5.2.tgz",
"integrity": "sha512-29Zxv/cynYB7mkT1rVWQnV7mGX6v7H/miQ6dbEpYTKq5eJBN7PsRB+ViYJlcT6JINTSu4dVB9kOqEun78h6Exg==",
"version": "4.5.3",
"resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.5.3.tgz",
"integrity": "sha512-3yPecJoJHK/4c6aZhSvxOyG4vJKDshV36VHp0iVCDVh7o9w2vwi3NSnL2MMPj3YdduqaBcu7cGbggJQM0br9xA==",
"requires": {
"neo-async": "^2.6.0",
"optimist": "^0.6.1",

View File

@@ -89,7 +89,7 @@
},
"dependencies": {
"fs-extra": "^5.0.0",
"handlebars": "^4.5.2",
"handlebars": "^4.5.3",
"vscode-nls": "^4.0.0"
},
"devDependencies": {