From 3e1377578accd0a3a9707a92088324a83a8c353b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 00:45:54 +0200 Subject: [PATCH] Build(deps-dev): Bump babel-import-util from 2.0.3 to 3.0.0 (#26786) Bumps [babel-import-util](https://github.com/ef4/babel-import-util) from 2.0.3 to 3.0.0. - [Release notes](https://github.com/ef4/babel-import-util/releases) - [Changelog](https://github.com/ef4/babel-import-util/blob/main/CHANGELOG.md) - [Commits](https://github.com/ef4/babel-import-util/compare/v2.0.3...v3.0.0) --- updated-dependencies: - dependency-name: babel-import-util dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- app/assets/javascripts/discourse/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/assets/javascripts/discourse/package.json b/app/assets/javascripts/discourse/package.json index e255e7e0a4a..10441631966 100644 --- a/app/assets/javascripts/discourse/package.json +++ b/app/assets/javascripts/discourse/package.json @@ -64,7 +64,7 @@ "a11y-dialog": "8.0.4", "admin": "1.0.0", "autosize": "^6.0.1", - "babel-import-util": "^2.0.3", + "babel-import-util": "^3.0.0", "babel-plugin-ember-template-compilation": "^2.2.2", "bootstrap": "3.4.1", "broccoli-asset-rev": "^3.0.0", diff --git a/yarn.lock b/yarn.lock index c6c9a7250ad..815950af576 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3347,10 +3347,10 @@ babel-import-util@^2.0.0, babel-import-util@^2.0.1: resolved "https://registry.yarnpkg.com/babel-import-util/-/babel-import-util-2.0.2.tgz#c46a1272cb844ffaa17228883cd29bedd69ad93d" integrity sha512-pR4vWlVujmYENFbceYcLPYCD+ulYGfmNmbTVd6Xp49d0uk+K3sWy6+O+5RLEa0OonXw9rf3hc9xFmglFnS0MWg== -babel-import-util@^2.0.3: - version "2.0.3" - resolved "https://registry.yarnpkg.com/babel-import-util/-/babel-import-util-2.0.3.tgz#c85dcc61a9dc09f4fc4a56f378d35791c377f805" - integrity sha512-Bo3kHO12Zf846FA9/Riqmrm1OasWf81uD1QXJJ02q6pDSWTIIeESrr7cWgKUGvtuJOEjw8XjR48pWKC4gIdK0g== +babel-import-util@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/babel-import-util/-/babel-import-util-3.0.0.tgz#5814c6a58e7b80e64156b48fdfd34d48e6e0b1df" + integrity sha512-4YNPkuVsxAW5lnSTa6cn4Wk49RX6GAB6vX+M6LqEtN0YePqoFczv1/x0EyLK/o+4E1j9jEuYj5Su7IEPab5JHQ== babel-loader@^8.0.6, babel-loader@^8.2.2: version "8.3.0"