From 90705b86e43436d00bef2f5f5e13708d207e876a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 May 2023 17:06:47 +0000 Subject: [PATCH] chore(deps): update dependency @babel/types to v7.22.4 --- packages/vue3-marquee/package.json | 2 +- packages/vue3-marquee/yarn.lock | 8 ++++---- pnpm-lock.yaml | 10 +++++----- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/packages/vue3-marquee/package.json b/packages/vue3-marquee/package.json index fa7151a8..bec7629b 100644 --- a/packages/vue3-marquee/package.json +++ b/packages/vue3-marquee/package.json @@ -38,7 +38,7 @@ "./dist/style.css": "./dist/style.css" }, "devDependencies": { - "@babel/types": "7.22.3", + "@babel/types": "7.22.4", "@types/node": "18.15.11", "@vitejs/plugin-vue": "2.3.4", "typescript": "5.0.4", diff --git a/packages/vue3-marquee/yarn.lock b/packages/vue3-marquee/yarn.lock index 5ed0f67c..8c3371a1 100644 --- a/packages/vue3-marquee/yarn.lock +++ b/packages/vue3-marquee/yarn.lock @@ -22,10 +22,10 @@ resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.8.tgz#642af7d0333eab9c0ad70b14ac5e76dbde7bfdf8" integrity sha512-6zavDGdzG3gUqAdWvlLFfk+36RilI+Pwyuuh7HItyeScCWP3k6i8vKclAQ0bM/0y/Kz/xiwvxhMv9MgTJP5gmA== -"@babel/types@7.22.3": - version "7.22.3" - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.22.3.tgz#0cc6af178b91490acaeb4a2f70dcbf27cdf3d8f3" - integrity sha512-P3na3xIQHTKY4L0YOG7pM8M8uoUIB910WQaSiiMCZUC2Cy8XFEQONGABFnHWBa2gpGKODTAJcNhi5Zk0sLRrzg== +"@babel/types@7.22.4": + version "7.22.4" + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.22.4.tgz#56a2653ae7e7591365dabf20b76295410684c071" + integrity sha512-Tx9x3UBHTTsMSW85WB2kphxYQVvrZ/t1FxD88IpSgIjiUJlCm9z+xWIDwyo1vffTwSqteqyznB8ZE9vYYk16zA== dependencies: "@babel/helper-string-parser" "^7.21.5" "@babel/helper-validator-identifier" "^7.19.1" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 819237bd..8b74ec77 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -27,7 +27,7 @@ importers: packages/vue3-marquee: specifiers: - '@babel/types': 7.22.3 + '@babel/types': 7.22.4 '@types/node': 18.15.11 '@vitejs/plugin-vue': 2.3.4 typescript: 5.0.4 @@ -36,7 +36,7 @@ importers: vue-tsc: 0.40.13 vue-typegen: 0.2.0 devDependencies: - '@babel/types': 7.22.3 + '@babel/types': 7.22.4 '@types/node': 18.15.11 '@vitejs/plugin-vue': 2.3.4_vite@2.9.16+vue@3.3.4 typescript: 5.0.4 @@ -60,10 +60,10 @@ packages: engines: {node: '>=6.0.0'} hasBin: true dependencies: - '@babel/types': 7.22.3 + '@babel/types': 7.22.4 - /@babel/types/7.22.3: - resolution: {integrity: sha512-P3na3xIQHTKY4L0YOG7pM8M8uoUIB910WQaSiiMCZUC2Cy8XFEQONGABFnHWBa2gpGKODTAJcNhi5Zk0sLRrzg==} + /@babel/types/7.22.4: + resolution: {integrity: sha512-Tx9x3UBHTTsMSW85WB2kphxYQVvrZ/t1FxD88IpSgIjiUJlCm9z+xWIDwyo1vffTwSqteqyznB8ZE9vYYk16zA==} engines: {node: '>=6.9.0'} dependencies: '@babel/helper-string-parser': 7.21.5