Skip to content

Commit bb59edd

Browse files
authored
Merge pull request #369 from emberjs/dependabot/npm_and_yarn/ember-cli-htmlbars-6.2.0
Bump ember-cli-htmlbars from 6.0.0 to 6.2.0
2 parents f8bc54d + 873cf1a commit bb59edd

2 files changed

Lines changed: 16 additions & 20 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"ember-auto-import": "^2.2.3",
5656
"ember-cli": "~3.28.0",
5757
"ember-cli-dependency-checker": "^3.2.0",
58-
"ember-cli-htmlbars": "^6.0.0",
58+
"ember-cli-htmlbars": "^6.2.0",
5959
"ember-cli-inject-live-reload": "^2.1.0",
6060
"ember-cli-sri": "^2.1.1",
6161
"ember-cli-terser": "^4.0.2",

yarn.lock

Lines changed: 15 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3052,10 +3052,10 @@ babel-helpers@^6.24.1:
30523052
babel-runtime "^6.22.0"
30533053
babel-template "^6.24.1"
30543054

3055-
babel-import-util@^0.2.0:
3056-
version "0.2.0"
3057-
resolved "https://registry.yarnpkg.com/babel-import-util/-/babel-import-util-0.2.0.tgz#b468bb679919601a3570f9e317536c54f2862e23"
3058-
integrity sha512-CtWYYHU/MgK88rxMrLfkD356dApswtR/kWZ/c6JifG1m10e7tBBrs/366dFzWMAoqYmG5/JSh+94tUSpIwh+ag==
3055+
babel-import-util@^1.3.0:
3056+
version "1.3.0"
3057+
resolved "https://registry.yarnpkg.com/babel-import-util/-/babel-import-util-1.3.0.tgz#dc9251ea39a7747bd586c1c13b8d785a42797f8e"
3058+
integrity sha512-PPzUT17eAI18zn6ek1R3sB4Krc/MbnmT1MkZQFmyhjoaEGBVwNABhfVU9+EKcDSKrrOm9OIpGhjxukx1GCiy1g==
30593059

30603060
babel-loader@^8.0.6:
30613061
version "8.2.2"
@@ -3109,15 +3109,12 @@ babel-plugin-ember-modules-api-polyfill@^3.5.0:
31093109
dependencies:
31103110
ember-rfc176-data "^0.3.17"
31113111

3112-
babel-plugin-ember-template-compilation@^1.0.0:
3113-
version "1.0.1"
3114-
resolved "https://registry.yarnpkg.com/babel-plugin-ember-template-compilation/-/babel-plugin-ember-template-compilation-1.0.1.tgz#64baf434ff1b751c6292936f8b9eb75a2f8149dc"
3115-
integrity sha512-V/kY6CDyUNrl5Kx6UPKUPhzSKNfdrxNii+S5zK4dgJvVyoxFv7Ykg06Ct/yskY0LkA4wUPdYN7JOBtYJwHk2sg==
3112+
babel-plugin-ember-template-compilation@^2.0.0:
3113+
version "2.0.0"
3114+
resolved "https://registry.yarnpkg.com/babel-plugin-ember-template-compilation/-/babel-plugin-ember-template-compilation-2.0.0.tgz#41d895874ba6119dd461f61993c16d1154bf8a57"
3115+
integrity sha512-d+4jaB2ik0rt9TH0K9kOlKJeRBHEb373FgFMcU9ZaJL2zYuVXe19bqy+cWlLpLf1tpOBcBG9QTlFBCoImlOt1g==
31163116
dependencies:
3117-
babel-import-util "^0.2.0"
3118-
line-column "^1.0.2"
3119-
magic-string "^0.25.7"
3120-
string.prototype.matchall "^4.0.5"
3117+
babel-import-util "^1.3.0"
31213118

31223119
babel-plugin-filter-imports@^4.0.0:
31233120
version "4.0.0"
@@ -5388,13 +5385,13 @@ ember-cli-htmlbars@^5.7.1:
53885385
strip-bom "^4.0.0"
53895386
walk-sync "^2.2.0"
53905387

5391-
ember-cli-htmlbars@^6.0.0:
5392-
version "6.0.0"
5393-
resolved "https://registry.yarnpkg.com/ember-cli-htmlbars/-/ember-cli-htmlbars-6.0.0.tgz#9d0b67c0f107467b6c8ecdc47d64e877489841bf"
5394-
integrity sha512-7h9Lb1kfvLecMUOX8wCbwjzCsgXdNDs8qpOsDuKV6YaGS9jDZHu4P5xTYLX78YepEUnwOw1atCYWzBUsJHWrzA==
5388+
ember-cli-htmlbars@^6.2.0:
5389+
version "6.2.0"
5390+
resolved "https://registry.yarnpkg.com/ember-cli-htmlbars/-/ember-cli-htmlbars-6.2.0.tgz#18ec48ee1c93f9eed862a64eb24a9d14604f1dfc"
5391+
integrity sha512-j5EGixjGau23HrqRiW/JjoAovg5UBHfjbyN7wX5ekE90knIEqUUj1z/Mo/cTx/J2VepQ2lE6HdXW9LWQ/WdMtw==
53955392
dependencies:
53965393
"@ember/edition-utils" "^1.2.0"
5397-
babel-plugin-ember-template-compilation "^1.0.0"
5394+
babel-plugin-ember-template-compilation "^2.0.0"
53985395
babel-plugin-htmlbars-inline-precompile "^5.3.0"
53995396
broccoli-debug "^0.6.5"
54005397
broccoli-persistent-filter "^3.1.2"
@@ -5403,10 +5400,9 @@ ember-cli-htmlbars@^6.0.0:
54035400
fs-tree-diff "^2.0.1"
54045401
hash-for-dep "^1.5.1"
54055402
heimdalljs-logger "^0.1.10"
5406-
json-stable-stringify "^1.0.1"
5403+
js-string-escape "^1.0.1"
54075404
semver "^7.3.4"
54085405
silent-error "^1.1.1"
5409-
strip-bom "^4.0.0"
54105406
walk-sync "^2.2.0"
54115407

54125408
ember-cli-inject-live-reload@^2.1.0:

0 commit comments

Comments
 (0)