From 9e8d34add4f116f45b1478b717b003671c6171c8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 10:21:25 -0700 Subject: [PATCH] chore(deps): update dependency @babel/types to v7.20.0 (#75) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 a78c8950..a1da35ec 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.19.4", + "@babel/types": "7.20.0", "@types/node": "18.11.4", "@vitejs/plugin-vue": "2.3.4", "typescript": "4.8.4", diff --git a/packages/vue3-marquee/yarn.lock b/packages/vue3-marquee/yarn.lock index 36dfeb5c..7b56a04a 100644 --- a/packages/vue3-marquee/yarn.lock +++ b/packages/vue3-marquee/yarn.lock @@ -17,10 +17,10 @@ resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.3.tgz#b07702b982990bf6fdc1da5049a23fece4c5c3d0" integrity sha512-7yJPvPV+ESz2IUTPbOL+YkIGyCqOyNIzdguKQuJGnH7bg1WTIifuM21YqokFt/THWh1AkCRn9IgoykTRCBVpzA== -"@babel/types@7.19.4": - version "7.19.4" - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.19.4.tgz#0dd5c91c573a202d600490a35b33246fed8a41c7" - integrity sha512-M5LK7nAeS6+9j7hAq+b3fQs+pNfUtTGq+yFFfHnauFA8zQtLRfmuipmsKDKKLuyG+wC8ABW43A153YNawNTEtw== +"@babel/types@7.20.0": + version "7.20.0" + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.0.tgz#52c94cf8a7e24e89d2a194c25c35b17a64871479" + integrity sha512-Jlgt3H0TajCW164wkTOTzHkZb075tMQMULzrLUoUeKmO7eFL96GgDxf7/Axhc5CAuKE3KFyVW1p6ysKsi2oXAg== dependencies: "@babel/helper-string-parser" "^7.19.4" "@babel/helper-validator-identifier" "^7.19.1" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 415b2f78..b7b045f3 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -27,7 +27,7 @@ importers: packages/vue3-marquee: specifiers: - '@babel/types': 7.19.4 + '@babel/types': 7.20.0 '@types/node': 18.11.4 '@vitejs/plugin-vue': 2.3.4 typescript: 4.8.4 @@ -36,7 +36,7 @@ importers: vue-tsc: 0.40.13 vue-typegen: 0.2.0 devDependencies: - '@babel/types': 7.19.4 + '@babel/types': 7.20.0 '@types/node': 18.11.4 '@vitejs/plugin-vue': 2.3.4_vite@2.9.15+vue@3.2.39 typescript: 4.8.4 @@ -60,10 +60,10 @@ packages: engines: {node: '>=6.0.0'} hasBin: true dependencies: - '@babel/types': 7.19.4 + '@babel/types': 7.20.0 - /@babel/types/7.19.4: - resolution: {integrity: sha512-M5LK7nAeS6+9j7hAq+b3fQs+pNfUtTGq+yFFfHnauFA8zQtLRfmuipmsKDKKLuyG+wC8ABW43A153YNawNTEtw==} + /@babel/types/7.20.0: + resolution: {integrity: sha512-Jlgt3H0TajCW164wkTOTzHkZb075tMQMULzrLUoUeKmO7eFL96GgDxf7/Axhc5CAuKE3KFyVW1p6ysKsi2oXAg==} engines: {node: '>=6.9.0'} dependencies: '@babel/helper-string-parser': 7.19.4