From 20ea422f770716540d6a8f043112dc8ec9fbbad1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 May 2023 10:21:39 -0700 Subject: [PATCH] chore(deps-dev): bump babel-plugin-tsconfig-paths-module-resolver from 1.0.3 to 1.0.4 (#5396) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 02e3e606b..c1484c4fc 100644 --- a/package.json +++ b/package.json @@ -292,7 +292,7 @@ "babel-jest": "^29.4.3", "babel-plugin-transform-inline-environment-variables": "^0.4.4", "babel-plugin-transform-typescript-metadata": "^0.3.2", - "babel-plugin-tsconfig-paths-module-resolver": "^1.0.3", + "babel-plugin-tsconfig-paths-module-resolver": "^1.0.4", "browserslist-to-esbuild": "^1.2.0", "concurrently": "^7.4.0", "enzyme": "^3.11.0", diff --git a/yarn.lock b/yarn.lock index 79ef7a192..3cdeccc6c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4132,10 +4132,10 @@ babel-plugin-transform-typescript-metadata@^0.3.2: dependencies: "@babel/helper-plugin-utils" "^7.0.0" -babel-plugin-tsconfig-paths-module-resolver@^1.0.3: - version "1.0.3" - resolved "https://registry.yarnpkg.com/babel-plugin-tsconfig-paths-module-resolver/-/babel-plugin-tsconfig-paths-module-resolver-1.0.3.tgz#ed5296034c82ac54a55b5e43e5d5789079545823" - integrity sha512-VfQNSKv8kTdKvBYWC7ck5lOs4/yV/6msDNOPjlwQqeRJcpAgp8oS1a6fqeSlhKeumTwVoNeFs9MFGYqG5ut/bg== +babel-plugin-tsconfig-paths-module-resolver@^1.0.4: + version "1.0.4" + resolved "https://registry.yarnpkg.com/babel-plugin-tsconfig-paths-module-resolver/-/babel-plugin-tsconfig-paths-module-resolver-1.0.4.tgz#114a1761033c1534d1b55ad347be67eebefeeeeb" + integrity sha512-XnIYjL6J2l8mt3oO+mXGkuLRCBhhNlS+LlCqmjTZfXpQCJod8dLETKrJA2wPRbQi8YAKqjfFxc7PhklTGcJ9hQ== dependencies: babel-plugin-module-resolver "^4.1.0" tsconfig-paths "^3.11.0"