From 84d5460168cbd450cd407405f8383f3a2a021feb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 17:28:45 +0000 Subject: [PATCH] chore(deps): update dependency @types/babel__helper-plugin-utils to v7.10.2 --- packages/presets/client/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/presets/client/package.json b/packages/presets/client/package.json index f51374353c3..28db50b2dd7 100644 --- a/packages/presets/client/package.json +++ b/packages/presets/client/package.json @@ -13,7 +13,7 @@ "test": "jest --no-watchman --config ../../../jest.config.js" }, "devDependencies": { - "@types/babel__helper-plugin-utils": "7.10.0", + "@types/babel__helper-plugin-utils": "7.10.2", "@types/babel__template": "7.4.1" }, "dependencies": { diff --git a/yarn.lock b/yarn.lock index fe7da797077..14a8853d066 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4161,10 +4161,10 @@ dependencies: "@babel/types" "^7.0.0" -"@types/babel__helper-plugin-utils@7.10.0": - version "7.10.0" - resolved "https://registry.yarnpkg.com/@types/babel__helper-plugin-utils/-/babel__helper-plugin-utils-7.10.0.tgz#dcd2416f9c189d5837ab2a276368cf67134efe78" - integrity sha512-60YtHzhQ9HAkToHVV+TB4VLzBn9lrfgrsOjiJMtbv/c1jPdekBxaByd6DMsGBzROXWoIL6U3lEFvvbu69RkUoA== +"@types/babel__helper-plugin-utils@7.10.2": + version "7.10.2" + resolved "https://registry.yarnpkg.com/@types/babel__helper-plugin-utils/-/babel__helper-plugin-utils-7.10.2.tgz#d733528f1181c606e92f1a38f18e95575518254b" + integrity sha512-Sa17cG0SKMedlH5bEozh0eXo/54iWpSxbxCoqknRJY0oGGTwO9/SCfIx1taDnG0dvkJnYW+/7tv+PTSFaQsRNA== dependencies: "@types/babel__core" "*"