Skip to content

Commit edc27fa

Browse files
committed
chore: upgrade handlebars to 4.1.2
Signed-off-by: BoHong Li <[email protected]>
1 parent 947c887 commit edc27fa

File tree

2 files changed

+3
-14
lines changed

2 files changed

+3
-14
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"formidable": "~1.2.1",
6464
"gist-embed": "~2.6.0",
6565
"graceful-fs": "~4.2.1",
66-
"handlebars": "~4.0.13",
66+
"handlebars": "~4.1.2",
6767
"helmet": "~3.13.0",
6868
"highlight.js": "~9.12.0",
6969
"i18n": "~0.8.3",

yarn.lock

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1780,7 +1780,7 @@ async-limiter@~1.0.0:
17801780
resolved "https://registry.yarnpkg.com/async-limiter/-/async-limiter-1.0.0.tgz#78faed8c3d074ab81f22b4e985d79e8738f720f8"
17811781
integrity sha512-jp/uFnooOiO+L211eZOoSyzpOITMXx1rBITauYykG3BRYPu8h0UcxsPNB04RR5vo4Tyz3+ay17tR6JVf9qzYWg==
17821782

1783-
async@>=0.6.0, async@^2.1.5, async@^2.5.0:
1783+
async@>=0.6.0, async@^2.1.5:
17841784
version "2.6.2"
17851785
resolved "https://registry.yarnpkg.com/async/-/async-2.6.2.tgz#18330ea7e6e313887f5d2f2a904bac6fe4dd5381"
17861786
integrity sha512-H1qVYh1MYhEEFLsP97cVKqCGo7KfCyTt6uEWqsTBr9SO84oK9Uwbyd/yCW+6rKJLHksBNUVWZDAjfS+Ccx0Bbg==
@@ -6163,7 +6163,7 @@ gulp-print@^5.0.2:
61636163
map-stream "0.0.7"
61646164
vinyl "^2.2.0"
61656165

6166-
handlebars@^4.1.2:
6166+
handlebars@^4.1.2, handlebars@~4.1.2:
61676167
version "4.1.2"
61686168
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.1.2.tgz#b6b37c1ced0306b221e094fc7aca3ec23b131b67"
61696169
integrity sha512-nvfrjqvt9xQ8Z/w0ijewdD/vvWDTOweBUm96NTr66Wfvo1mJenBLwcYmPs3TIBP5ruzYGD7Hx/DaM9RmhroGPw==
@@ -6174,17 +6174,6 @@ handlebars@^4.1.2:
61746174
optionalDependencies:
61756175
uglify-js "^3.1.4"
61766176

6177-
handlebars@~4.0.13:
6178-
version "4.0.14"
6179-
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.0.14.tgz#88de711eb693a5b783ae06065f9b91b0dd373a71"
6180-
integrity sha512-E7tDoyAA8ilZIV3xDJgl18sX3M8xB9/fMw8+mfW4msLW8jlX97bAnWgT3pmaNXuvzIEgSBMnAHfuXsB2hdzfow==
6181-
dependencies:
6182-
async "^2.5.0"
6183-
optimist "^0.6.1"
6184-
source-map "^0.6.1"
6185-
optionalDependencies:
6186-
uglify-js "^3.1.4"
6187-
61886177
har-schema@^2.0.0:
61896178
version "2.0.0"
61906179
resolved "https://registry.yarnpkg.com/har-schema/-/har-schema-2.0.0.tgz#a94c2224ebcac04782a0d9035521f24735b7ec92"

0 commit comments

Comments
 (0)