From 032b72d99c64786688f02813c9a9667d0c950ac1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 08:23:23 +0000 Subject: [PATCH] npm: bump babel-plugin-htmlbars-inline-precompile from 4.2.1 to 4.4.5 Bumps [babel-plugin-htmlbars-inline-precompile](https://github.com/ember-cli/babel-plugin-htmlbars-inline-precompile) from 4.2.1 to 4.4.5. - [Release notes](https://github.com/ember-cli/babel-plugin-htmlbars-inline-precompile/releases) - [Changelog](https://github.com/ember-cli/babel-plugin-htmlbars-inline-precompile/blob/master/CHANGELOG.md) - [Commits](https://github.com/ember-cli/babel-plugin-htmlbars-inline-precompile/compare/v4.2.1...v4.4.5) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 19 ++++++++++++++----- 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 69a0c994..941e9874 100644 --- a/package.json +++ b/package.json @@ -111,7 +111,7 @@ "babel-messages": "6.23.0", "babel-plugin-dead-code-elimination": "1.0.2", "babel-plugin-ember-modules-api-polyfill": "3.2.0", - "babel-plugin-htmlbars-inline-precompile": "4.2.1", + "babel-plugin-htmlbars-inline-precompile": "4.4.5", "babel-plugin-inline-environment-variables": "1.0.1", "babel-plugin-transform-es2015-modules-amd": "6.24.1", "babel-plugin-undeclared-variables-check": "6.22.0", diff --git a/yarn.lock b/yarn.lock index f24b258a..8ce2a3d4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3701,7 +3701,7 @@ babel-plugin-ember-data-packages-polyfill@^0.1.2: dependencies: "@ember-data/rfc395-data" "^0.0.4" -babel-plugin-ember-modules-api-polyfill@3.2.0, babel-plugin-ember-modules-api-polyfill@^3.2.0: +babel-plugin-ember-modules-api-polyfill@3.2.0: version "3.2.0" resolved "https://registry.yarnpkg.com/babel-plugin-ember-modules-api-polyfill/-/babel-plugin-ember-modules-api-polyfill-3.2.0.tgz#302cb58a3c0fa33d93ab5115f1e91d76c6ec766b" integrity sha512-k5gyC1kUDyZDcdD8LMGTI7KA+cHdKainuWpmc7d5yv42WgZFO75njPi3hZchEGsFFXtSqm9jiahgvLBUV8E8mA== @@ -3715,6 +3715,13 @@ babel-plugin-ember-modules-api-polyfill@^2.3.0, babel-plugin-ember-modules-api-p dependencies: ember-rfc176-data "^0.3.13" +babel-plugin-ember-modules-api-polyfill@^3.2.0, babel-plugin-ember-modules-api-polyfill@^3.4.0: + version "3.4.0" + resolved "https://registry.yarnpkg.com/babel-plugin-ember-modules-api-polyfill/-/babel-plugin-ember-modules-api-polyfill-3.4.0.tgz#3f5e0457e135f8a29b3a8b6910806bb5b524649e" + integrity sha512-nVu/LqbZBAup1zLij6xGvQwVLWVk4XYu2fl4vIOUR3S6ukdonMLhKAb0d4QXSzH30Pd7OczVTlPffWbiwahdJw== + dependencies: + ember-rfc176-data "^0.3.16" + babel-plugin-filter-imports@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/babel-plugin-filter-imports/-/babel-plugin-filter-imports-3.0.0.tgz#a849683837ad29960da17492fb32789ab6b09a11" @@ -3731,10 +3738,12 @@ babel-plugin-filter-imports@^4.0.0: "@babel/types" "^7.7.2" lodash "^4.17.15" -babel-plugin-htmlbars-inline-precompile@4.2.1, babel-plugin-htmlbars-inline-precompile@^4.2.0: - version "4.2.1" - resolved "https://registry.yarnpkg.com/babel-plugin-htmlbars-inline-precompile/-/babel-plugin-htmlbars-inline-precompile-4.2.1.tgz#9a367f8d7ecb9fb2c2e886edfe285caf7cb9766d" - integrity sha512-MCJXk+1R0YjlF/F52eDbhJTpsnqRVYsPYVP9d0jEu7E46AcRPEWDL5tfSweiQWHLKG017BIedATb91KcIoT3zA== +babel-plugin-htmlbars-inline-precompile@4.4.5, babel-plugin-htmlbars-inline-precompile@^4.2.0: + version "4.4.5" + resolved "https://registry.yarnpkg.com/babel-plugin-htmlbars-inline-precompile/-/babel-plugin-htmlbars-inline-precompile-4.4.5.tgz#ca0fc6ea49fe13b0a91ff995ee381d33d421a4ef" + integrity sha512-7qnZTDm9uUQppOmEWjAyIPTQ54akEdd9PCIfbTJ8HNgUdekeKC+24uwd+M1ZTjUItby1iLy9maQOK3Wv9RjWJA== + dependencies: + babel-plugin-ember-modules-api-polyfill "^3.4.0" babel-plugin-htmlbars-inline-precompile@^0.2.5: version "0.2.6"