diff --git a/packages/zero-tag-processor/package.json b/packages/zero-tag-processor/package.json index fe9f790092b387..7bfbf26a0481ea 100644 --- a/packages/zero-tag-processor/package.json +++ b/packages/zero-tag-processor/package.json @@ -53,8 +53,8 @@ "devDependencies": { "@mui/material": "^5.14.10", "@types/babel__core": "^7.20.1", + "@types/babel__helper-plugin-utils": "^7.10.1", "@types/babel__helper-module-imports": "^7.18.1", - "@types/babel__helper-plugin-utils": "^7.10.0", "@types/chai": "^4.3.6", "@types/lodash.get": "^4.4.7", "@types/mocha": "^10.0.1", diff --git a/yarn.lock b/yarn.lock index ca1ccfbb828d00..900fe98d264c8a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3462,10 +3462,10 @@ "@types/babel__core" "*" "@types/babel__traverse" "*" -"@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.1": + version "7.10.1" + resolved "https://registry.yarnpkg.com/@types/babel__helper-plugin-utils/-/babel__helper-plugin-utils-7.10.1.tgz#d24424d9cc7785a64cb1c1b41fac5c2d37c92aac" + integrity sha512-6RaT7i6r2rT6ouIDZ2Cd6dPkq4wn1F8pLyDO+7wPVsL1dodvORiZORImaD6j9FBcHjPGuERE0hhtwkuPNXsO0A== dependencies: "@types/babel__core" "*"