From f09228f3cf5ae3da022eb986797a90940dbf1905 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 19:01:35 +0000 Subject: [PATCH] chore(deps): update dependency @babel/types to v7.21.2 --- 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 e9fcd0db..9daa5f6c 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.21.0", + "@babel/types": "7.21.2", "@types/node": "18.14.1", "@vitejs/plugin-vue": "2.3.4", "typescript": "4.9.5", diff --git a/packages/vue3-marquee/yarn.lock b/packages/vue3-marquee/yarn.lock index 99573e1e..b9d6d976 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.21.0": - version "7.21.0" - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.21.0.tgz#1da00d89c2f18b226c9207d96edbeb79316a1819" - integrity sha512-uR7NWq2VNFnDi7EYqiRz2Jv/VQIu38tu64Zy8TX2nQFQ6etJ9V/Rr2msW8BS132mum2rL645qpDrLtAJtVpuow== +"@babel/types@7.21.2": + version "7.21.2" + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.21.2.tgz#92246f6e00f91755893c2876ad653db70c8310d1" + integrity sha512-3wRZSs7jiFaB8AjxiiD+VqN5DTG2iRvJGQ+qYFrs/654lg6kGTQWIOFjlBo5RaXuAZjBmP3+OQH4dmhqiiyYxw== 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 78861e88..26ac091d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -27,7 +27,7 @@ importers: packages/vue3-marquee: specifiers: - '@babel/types': 7.21.0 + '@babel/types': 7.21.2 '@types/node': 18.14.1 '@vitejs/plugin-vue': 2.3.4 typescript: 4.9.5 @@ -36,7 +36,7 @@ importers: vue-tsc: 0.40.13 vue-typegen: 0.2.0 devDependencies: - '@babel/types': 7.21.0 + '@babel/types': 7.21.2 '@types/node': 18.14.1 '@vitejs/plugin-vue': 2.3.4_vite@2.9.15+vue@3.2.47 typescript: 4.9.5 @@ -60,10 +60,10 @@ packages: engines: {node: '>=6.0.0'} hasBin: true dependencies: - '@babel/types': 7.21.0 + '@babel/types': 7.21.2 - /@babel/types/7.21.0: - resolution: {integrity: sha512-uR7NWq2VNFnDi7EYqiRz2Jv/VQIu38tu64Zy8TX2nQFQ6etJ9V/Rr2msW8BS132mum2rL645qpDrLtAJtVpuow==} + /@babel/types/7.21.2: + resolution: {integrity: sha512-3wRZSs7jiFaB8AjxiiD+VqN5DTG2iRvJGQ+qYFrs/654lg6kGTQWIOFjlBo5RaXuAZjBmP3+OQH4dmhqiiyYxw==} engines: {node: '>=6.9.0'} dependencies: '@babel/helper-string-parser': 7.19.4