From 3b85ae89c6075c63aec975b8cd1671c4c27b9f0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 01:34:35 +0200 Subject: [PATCH] Build(deps-dev): Bump babel-import-util from 2.0.1 to 2.0.2 (#26582) Bumps [babel-import-util](https://github.com/ef4/babel-import-util) from 2.0.1 to 2.0.2. - [Commits](https://github.com/ef4/babel-import-util/compare/v2.0.1...v2.0.2) --- updated-dependencies: - dependency-name: babel-import-util dependency-type: direct:development update-type: version-update:semver-patch ... 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 982b4efde84..161100b9971 100644 --- a/app/assets/javascripts/discourse/package.json +++ b/app/assets/javascripts/discourse/package.json @@ -62,7 +62,7 @@ "a11y-dialog": "8.0.4", "admin": "1.0.0", "autosize": "^6.0.1", - "babel-import-util": "^2.0.1", + "babel-import-util": "^2.0.2", "babel-plugin-ember-template-compilation": "^2.2.1", "bootstrap": "3.4.1", "custom-proxy": "1.0.0", diff --git a/yarn.lock b/yarn.lock index 34347d46cdd..ee8f82f0e33 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3296,10 +3296,10 @@ babel-import-util@^1.2.2: resolved "https://registry.yarnpkg.com/babel-import-util/-/babel-import-util-1.4.1.tgz#1df6fd679845df45494bac9ca12461d49497fdd4" integrity sha512-TNdiTQdPhXlx02pzG//UyVPSKE7SNWjY0n4So/ZnjQpWwaM5LvWBLkWa1JKll5u06HNscHD91XZPuwrMg1kadQ== -babel-import-util@^2.0.0, babel-import-util@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/babel-import-util/-/babel-import-util-2.0.1.tgz#263a2963ee9208428c04f05326c6ea32b2206ac6" - integrity sha512-N1ZfNprtf/37x0R05J0QCW/9pCAcuI+bjZIK9tlu0JEkwEST7ssdD++gxHRbD58AiG5QE5OuNYhRoEFsc1wESw== +babel-import-util@^2.0.0, babel-import-util@^2.0.2: + version "2.0.2" + resolved "https://registry.yarnpkg.com/babel-import-util/-/babel-import-util-2.0.2.tgz#c46a1272cb844ffaa17228883cd29bedd69ad93d" + integrity sha512-pR4vWlVujmYENFbceYcLPYCD+ulYGfmNmbTVd6Xp49d0uk+K3sWy6+O+5RLEa0OonXw9rf3hc9xFmglFnS0MWg== babel-loader@^8.0.6, babel-loader@^8.2.2: version "8.3.0"