From 994e1af4b1d8e4b8dde6b6597f160de15e7e557e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 10:34:27 +0000 Subject: [PATCH] chore(deps): update dependency @babel/types to v7.20.5 --- packages/vue3-lottie/package.json | 2 +- packages/vue3-lottie/yarn.lock | 8 ++++---- pnpm-lock.yaml | 10 +++++----- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/packages/vue3-lottie/package.json b/packages/vue3-lottie/package.json index 9ba2efb5..8e833e38 100644 --- a/packages/vue3-lottie/package.json +++ b/packages/vue3-lottie/package.json @@ -40,7 +40,7 @@ "./dist/style.css": "./dist/style.css" }, "devDependencies": { - "@babel/types": "7.20.2", + "@babel/types": "7.20.5", "@types/lodash": "4.14.190", "@types/node": "18.11.9", "@vitejs/plugin-vue": "2.3.4", diff --git a/packages/vue3-lottie/yarn.lock b/packages/vue3-lottie/yarn.lock index a516a5db..0de7ba91 100644 --- a/packages/vue3-lottie/yarn.lock +++ b/packages/vue3-lottie/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.20.2": - version "7.20.2" - resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.2.tgz#67ac09266606190f496322dbaff360fdaa5e7842" - integrity sha512-FnnvsNWgZCr232sqtXggapvlkk/tuwR/qhGzcmxI0GXLCjmPYQPzio2FbdlWuY6y1sHFfQKk+rRbUZ9VStQMog== +"@babel/types@7.20.5": + version "7.20.5" + resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.20.5.tgz#e206ae370b5393d94dfd1d04cd687cace53efa84" + integrity sha512-c9fst/h2/dcF7H+MJKZ2T0KjEQ8hY/BNnDk/H3XY8C4Aw/eWQXWn/lWntHF9ooUBnGmEvbfGrTgLWc+um0YDUg== 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 35e17632..a53a06c3 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -24,7 +24,7 @@ importers: packages/vue3-lottie: specifiers: - '@babel/types': 7.20.2 + '@babel/types': 7.20.5 '@types/lodash': 4.14.190 '@types/node': 18.11.9 '@vitejs/plugin-vue': 2.3.4 @@ -39,7 +39,7 @@ importers: lodash: 4.17.21 lottie-web: 5.8.1 devDependencies: - '@babel/types': 7.20.2 + '@babel/types': 7.20.5 '@types/lodash': 4.14.190 '@types/node': 18.11.9 '@vitejs/plugin-vue': 2.3.4_vite@2.9.15+vue@3.2.39 @@ -64,10 +64,10 @@ packages: engines: {node: '>=6.0.0'} hasBin: true dependencies: - '@babel/types': 7.20.2 + '@babel/types': 7.20.5 - /@babel/types/7.20.2: - resolution: {integrity: sha512-FnnvsNWgZCr232sqtXggapvlkk/tuwR/qhGzcmxI0GXLCjmPYQPzio2FbdlWuY6y1sHFfQKk+rRbUZ9VStQMog==} + /@babel/types/7.20.5: + resolution: {integrity: sha512-c9fst/h2/dcF7H+MJKZ2T0KjEQ8hY/BNnDk/H3XY8C4Aw/eWQXWn/lWntHF9ooUBnGmEvbfGrTgLWc+um0YDUg==} engines: {node: '>=6.9.0'} dependencies: '@babel/helper-string-parser': 7.19.4