Skip to content

Commit 7b8c3de

Browse files
committed
chore: update handlebars to the latest version
1 parent 9571d43 commit 7b8c3de

File tree

2 files changed

+24
-12
lines changed

2 files changed

+24
-12
lines changed

packages/engine-handlebars/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
"version": "5.0.0",
55
"main": "lib/engine_handlebars.js",
66
"dependencies": {
7-
"fs-extra": "0.30.0",
8-
"glob": "7.0.0",
9-
"handlebars": "4.2.0"
7+
"fs-extra": "^8.1.0",
8+
"glob": "^7.1.6",
9+
"handlebars": "^4.5.3"
1010
},
1111
"keywords": [
1212
"Pattern Lab",
@@ -23,7 +23,7 @@
2323
"license": "MIT",
2424
"scripts": {},
2525
"engines": {
26-
"node": ">=10.0"
26+
"node": ">=12.0"
2727
},
2828
"publishConfig": {
2929
"access": "public"

yarn.lock

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7485,6 +7485,18 @@ glob@^7.0.0, glob@^7.0.3, glob@^7.0.5, glob@^7.1.1, glob@^7.1.2, glob@^7.1.3, gl
74857485
once "^1.3.0"
74867486
path-is-absolute "^1.0.0"
74877487

7488+
glob@^7.1.6:
7489+
version "7.1.6"
7490+
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.6.tgz#141f33b81a7c2492e125594307480c46679278a6"
7491+
integrity sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==
7492+
dependencies:
7493+
fs.realpath "^1.0.0"
7494+
inflight "^1.0.4"
7495+
inherits "2"
7496+
minimatch "^3.0.4"
7497+
once "^1.3.0"
7498+
path-is-absolute "^1.0.0"
7499+
74887500
glob@~3.1.21:
74897501
version "3.1.21"
74907502
resolved "https://registry.yarnpkg.com/glob/-/glob-3.1.21.tgz#d29e0a055dea5138f4d07ed40e8982e83c2066cd"
@@ -7781,21 +7793,21 @@ gulplog@^1.0.0:
77817793
dependencies:
77827794
glogg "^1.0.0"
77837795

7784-
handlebars@4.2.0:
7785-
version "4.2.0"
7786-
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.2.0.tgz#57ce8d2175b9bbb3d8b3cf3e4217b1aec8ddcb2e"
7787-
integrity sha512-Kb4xn5Qh1cxAKvQnzNWZ512DhABzyFNmsaJf3OAkWNa4NkaqWcNI8Tao8Tasi0/F4JD9oyG0YxuFyvyR57d+Gw==
7796+
handlebars@^4.0.2, handlebars@^4.1.2, handlebars@^4.2.0, handlebars@^4.4.0:
7797+
version "4.4.3"
7798+
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.4.3.tgz#180bae52c1d0e9ec0c15d7e82a4362d662762f6e"
7799+
integrity sha512-B0W4A2U1ww3q7VVthTKfh+epHx+q4mCt6iK+zEAzbMBpWQAwxCeKxEGpj/1oQTpzPXDNSOG7hmG14TsISH50yw==
77887800
dependencies:
77897801
neo-async "^2.6.0"
77907802
optimist "^0.6.1"
77917803
source-map "^0.6.1"
77927804
optionalDependencies:
77937805
uglify-js "^3.1.4"
77947806

7795-
handlebars@^4.0.2, handlebars@^4.1.2, handlebars@^4.2.0, handlebars@^4.4.0:
7796-
version "4.4.3"
7797-
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.4.3.tgz#180bae52c1d0e9ec0c15d7e82a4362d662762f6e"
7798-
integrity sha512-B0W4A2U1ww3q7VVthTKfh+epHx+q4mCt6iK+zEAzbMBpWQAwxCeKxEGpj/1oQTpzPXDNSOG7hmG14TsISH50yw==
7807+
handlebars@^4.5.3:
7808+
version "4.5.3"
7809+
resolved "https://registry.yarnpkg.com/handlebars/-/handlebars-4.5.3.tgz#5cf75bd8714f7605713511a56be7c349becb0482"
7810+
integrity sha512-3yPecJoJHK/4c6aZhSvxOyG4vJKDshV36VHp0iVCDVh7o9w2vwi3NSnL2MMPj3YdduqaBcu7cGbggJQM0br9xA==
77997811
dependencies:
78007812
neo-async "^2.6.0"
78017813
optimist "^0.6.1"

0 commit comments

Comments
 (0)