Skip to content

Commit 7e31fe9

Browse files
Merge pull request #77 from kaliber5/dependabot/npm_and_yarn/ember-cli-htmlbars-5.6.5
2 parents 2718b39 + a13f692 commit 7e31fe9

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"dependencies": {
3030
"ember-cli-babel": "^7.23.1",
31-
"ember-cli-htmlbars": "^5.6.4",
31+
"ember-cli-htmlbars": "^5.6.5",
3232
"ember-cli-lazysizes": "^1.0.0",
3333
"sharp": "^0.27.2"
3434
},

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2417,10 +2417,10 @@ babel-plugin-filter-imports@^4.0.0:
24172417
"@babel/types" "^7.7.2"
24182418
lodash "^4.17.15"
24192419

2420-
babel-plugin-htmlbars-inline-precompile@^4.4.1:
2421-
version "4.4.4"
2422-
resolved "https://registry.yarnpkg.com/babel-plugin-htmlbars-inline-precompile/-/babel-plugin-htmlbars-inline-precompile-4.4.4.tgz#e62bc7f037a3efd7a0c0de88796aaf88e2a2506b"
2423-
integrity sha512-H2EqG91B1Vfzc5caPmMm2G6BioWR3c/0qOvai5NxjAHwhf/BK4N/nQUbUTRA1qeakO8afqOpkNonb2BMEgmmlw==
2420+
babel-plugin-htmlbars-inline-precompile@^4.4.5:
2421+
version "4.4.5"
2422+
resolved "https://registry.yarnpkg.com/babel-plugin-htmlbars-inline-precompile/-/babel-plugin-htmlbars-inline-precompile-4.4.5.tgz#ca0fc6ea49fe13b0a91ff995ee381d33d421a4ef"
2423+
integrity sha512-7qnZTDm9uUQppOmEWjAyIPTQ54akEdd9PCIfbTJ8HNgUdekeKC+24uwd+M1ZTjUItby1iLy9maQOK3Wv9RjWJA==
24242424
dependencies:
24252425
babel-plugin-ember-modules-api-polyfill "^3.4.0"
24262426

@@ -5026,13 +5026,13 @@ ember-cli-github-pages@^0.2.2:
50265026
ember-cli-version-checker "^2.1.0"
50275027
rsvp "^4.7.0"
50285028

5029-
ember-cli-htmlbars@^5.2.0, ember-cli-htmlbars@^5.3.1, ember-cli-htmlbars@^5.6.4:
5030-
version "5.6.4"
5031-
resolved "https://registry.yarnpkg.com/ember-cli-htmlbars/-/ember-cli-htmlbars-5.6.4.tgz#97c1ce813dfe79961c575b4516fbb30cbb782b43"
5032-
integrity sha512-I4zSc6PJpWiDuhru7jozQsodo4tAsNENJP/Ry0LTL0DtlZASEa5cwahPsxBjzEmAnr30oI2AExZhrDcZBryTjQ==
5029+
ember-cli-htmlbars@^5.2.0, ember-cli-htmlbars@^5.3.1, ember-cli-htmlbars@^5.6.5:
5030+
version "5.6.5"
5031+
resolved "https://registry.yarnpkg.com/ember-cli-htmlbars/-/ember-cli-htmlbars-5.6.5.tgz#15a55e4e4f47869a5e95a1e49813f77fd22fb76e"
5032+
integrity sha512-Wl3AntESMmQoG//yKuu+/7qAOznYAwRgWU8ZOCOPaGdPFaFXD6SPd2SKpRW4BEox5KLBJZFH0e7b9m78IAzcUw==
50335033
dependencies:
50345034
"@ember/edition-utils" "^1.2.0"
5035-
babel-plugin-htmlbars-inline-precompile "^4.4.1"
5035+
babel-plugin-htmlbars-inline-precompile "^4.4.5"
50365036
broccoli-debug "^0.6.5"
50375037
broccoli-persistent-filter "^3.1.2"
50385038
broccoli-plugin "^4.0.3"

0 commit comments

Comments
 (0)