diff --git a/packages/vue3-marquee/package.json b/packages/vue3-marquee/package.json index 804b89c7..db073b27 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.18.10", + "@babel/types": "7.18.13", "@types/node": "17.0.21", "@vitejs/plugin-vue": "2.3.4", "typescript": "4.7.4", diff --git a/packages/vue3-marquee/yarn.lock b/packages/vue3-marquee/yarn.lock index 693f880f..d28ef8ed 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.18.10": - version "7.18.10" - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.10.tgz#4908e81b6b339ca7c6b7a555a5fc29446f26dde6" - integrity sha512-MJvnbEiiNkpjo+LknnmRrqbY1GPUUggjv+wQVjetM/AONoupqRALB7I6jGqNUAZsKcRIEu2J6FRFvsczljjsaQ== +"@babel/types@7.18.13": + version "7.18.13" + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.18.13.tgz#30aeb9e514f4100f7c1cb6e5ba472b30e48f519a" + integrity sha512-ePqfTihzW0W6XAU+aMw2ykilisStJfDnsejDCXRchCcMJ4O0+8DhPXf2YUbZ6wjBlsEmZwLK/sPweWtu8hcJYQ== dependencies: "@babel/helper-string-parser" "^7.18.10" "@babel/helper-validator-identifier" "^7.18.6" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6fe43214..1915daea 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -27,7 +27,7 @@ importers: packages/vue3-marquee: specifiers: - '@babel/types': 7.18.10 + '@babel/types': 7.18.13 '@types/node': 17.0.21 '@vitejs/plugin-vue': 2.3.4 typescript: 4.7.4 @@ -36,7 +36,7 @@ importers: vue-tsc: 0.40.1 vue-typegen: 0.2.0 devDependencies: - '@babel/types': 7.18.10 + '@babel/types': 7.18.13 '@types/node': 17.0.21 '@vitejs/plugin-vue': 2.3.4_vite@2.9.15+vue@3.2.37 typescript: 4.7.4 @@ -60,10 +60,10 @@ packages: engines: {node: '>=6.0.0'} hasBin: true dependencies: - '@babel/types': 7.18.10 + '@babel/types': 7.18.13 - /@babel/types/7.18.10: - resolution: {integrity: sha512-MJvnbEiiNkpjo+LknnmRrqbY1GPUUggjv+wQVjetM/AONoupqRALB7I6jGqNUAZsKcRIEu2J6FRFvsczljjsaQ==} + /@babel/types/7.18.13: + resolution: {integrity: sha512-ePqfTihzW0W6XAU+aMw2ykilisStJfDnsejDCXRchCcMJ4O0+8DhPXf2YUbZ6wjBlsEmZwLK/sPweWtu8hcJYQ==} engines: {node: '>=6.9.0'} dependencies: '@babel/helper-string-parser': 7.18.10