Skip to content

Commit 873cf1a

Browse files
Bump ember-cli-htmlbars from 6.0.0 to 6.2.0
Bumps [ember-cli-htmlbars](https://github.com/ember-cli/ember-cli-htmlbars) from 6.0.0 to 6.2.0. - [Release notes](https://github.com/ember-cli/ember-cli-htmlbars/releases) - [Changelog](https://github.com/ember-cli/ember-cli-htmlbars/blob/master/CHANGELOG.md) - [Commits](ember-cli/ember-cli-htmlbars@v6.0.0...v6.2.0) --- updated-dependencies: - dependency-name: ember-cli-htmlbars dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent aa2fc22 commit 873cf1a

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
@@ -2966,10 +2966,10 @@ babel-helpers@^6.24.1:
29662966
babel-runtime "^6.22.0"
29672967
babel-template "^6.24.1"
29682968

2969-
babel-import-util@^0.2.0:
2970-
version "0.2.0"
2971-
resolved "https://registry.yarnpkg.com/babel-import-util/-/babel-import-util-0.2.0.tgz#b468bb679919601a3570f9e317536c54f2862e23"
2972-
integrity sha512-CtWYYHU/MgK88rxMrLfkD356dApswtR/kWZ/c6JifG1m10e7tBBrs/366dFzWMAoqYmG5/JSh+94tUSpIwh+ag==
2969+
babel-import-util@^1.3.0:
2970+
version "1.3.0"
2971+
resolved "https://registry.yarnpkg.com/babel-import-util/-/babel-import-util-1.3.0.tgz#dc9251ea39a7747bd586c1c13b8d785a42797f8e"
2972+
integrity sha512-PPzUT17eAI18zn6ek1R3sB4Krc/MbnmT1MkZQFmyhjoaEGBVwNABhfVU9+EKcDSKrrOm9OIpGhjxukx1GCiy1g==
29732973

29742974
babel-loader@^8.0.6:
29752975
version "8.2.2"
@@ -3023,15 +3023,12 @@ babel-plugin-ember-modules-api-polyfill@^3.5.0:
30233023
dependencies:
30243024
ember-rfc176-data "^0.3.17"
30253025

3026-
babel-plugin-ember-template-compilation@^1.0.0:
3027-
version "1.0.1"
3028-
resolved "https://registry.yarnpkg.com/babel-plugin-ember-template-compilation/-/babel-plugin-ember-template-compilation-1.0.1.tgz#64baf434ff1b751c6292936f8b9eb75a2f8149dc"
3029-
integrity sha512-V/kY6CDyUNrl5Kx6UPKUPhzSKNfdrxNii+S5zK4dgJvVyoxFv7Ykg06Ct/yskY0LkA4wUPdYN7JOBtYJwHk2sg==
3026+
babel-plugin-ember-template-compilation@^2.0.0:
3027+
version "2.0.0"
3028+
resolved "https://registry.yarnpkg.com/babel-plugin-ember-template-compilation/-/babel-plugin-ember-template-compilation-2.0.0.tgz#41d895874ba6119dd461f61993c16d1154bf8a57"
3029+
integrity sha512-d+4jaB2ik0rt9TH0K9kOlKJeRBHEb373FgFMcU9ZaJL2zYuVXe19bqy+cWlLpLf1tpOBcBG9QTlFBCoImlOt1g==
30303030
dependencies:
3031-
babel-import-util "^0.2.0"
3032-
line-column "^1.0.2"
3033-
magic-string "^0.25.7"
3034-
string.prototype.matchall "^4.0.5"
3031+
babel-import-util "^1.3.0"
30353032

30363033
babel-plugin-filter-imports@^4.0.0:
30373034
version "4.0.0"
@@ -5300,13 +5297,13 @@ ember-cli-htmlbars@^5.7.1:
53005297
strip-bom "^4.0.0"
53015298
walk-sync "^2.2.0"
53025299

5303-
ember-cli-htmlbars@^6.0.0:
5304-
version "6.0.0"
5305-
resolved "https://registry.yarnpkg.com/ember-cli-htmlbars/-/ember-cli-htmlbars-6.0.0.tgz#9d0b67c0f107467b6c8ecdc47d64e877489841bf"
5306-
integrity sha512-7h9Lb1kfvLecMUOX8wCbwjzCsgXdNDs8qpOsDuKV6YaGS9jDZHu4P5xTYLX78YepEUnwOw1atCYWzBUsJHWrzA==
5300+
ember-cli-htmlbars@^6.2.0:
5301+
version "6.2.0"
5302+
resolved "https://registry.yarnpkg.com/ember-cli-htmlbars/-/ember-cli-htmlbars-6.2.0.tgz#18ec48ee1c93f9eed862a64eb24a9d14604f1dfc"
5303+
integrity sha512-j5EGixjGau23HrqRiW/JjoAovg5UBHfjbyN7wX5ekE90knIEqUUj1z/Mo/cTx/J2VepQ2lE6HdXW9LWQ/WdMtw==
53075304
dependencies:
53085305
"@ember/edition-utils" "^1.2.0"
5309-
babel-plugin-ember-template-compilation "^1.0.0"
5306+
babel-plugin-ember-template-compilation "^2.0.0"
53105307
babel-plugin-htmlbars-inline-precompile "^5.3.0"
53115308
broccoli-debug "^0.6.5"
53125309
broccoli-persistent-filter "^3.1.2"
@@ -5315,10 +5312,9 @@ ember-cli-htmlbars@^6.0.0:
53155312
fs-tree-diff "^2.0.1"
53165313
hash-for-dep "^1.5.1"
53175314
heimdalljs-logger "^0.1.10"
5318-
json-stable-stringify "^1.0.1"
5315+
js-string-escape "^1.0.1"
53195316
semver "^7.3.4"
53205317
silent-error "^1.1.1"
5321-
strip-bom "^4.0.0"
53225318
walk-sync "^2.2.0"
53235319

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

0 commit comments

Comments
 (0)