From a68059ba535d0d0c6072098ea525e59fdf302351 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2020 17:48:37 +0000 Subject: [PATCH] Bump @vue/component-compiler-utils from 3.1.2 to 3.2.0 Bumps [@vue/component-compiler-utils](https://github.com/vuejs/component-compiler-utils) from 3.1.2 to 3.2.0. - [Release notes](https://github.com/vuejs/component-compiler-utils/releases) - [Changelog](https://github.com/vuejs/component-compiler-utils/blob/master/CHANGELOG.md) - [Commits](https://github.com/vuejs/component-compiler-utils/compare/v3.1.2...v3.2.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 703d038a..1937dcf8 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "devDependencies": { "@babel/core": "^7.10.5", "@babel/plugin-transform-runtime": "^7.10.5", - "@vue/component-compiler-utils": "^3.1.2", + "@vue/component-compiler-utils": "^3.2.0", "@vue/test-utils": "^1.0.3", "babel-core": "^7.0.0-bridge.0", "babel-jest": "^26.1.0", diff --git a/yarn.lock b/yarn.lock index 62433118..609350fd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1082,10 +1082,10 @@ dependencies: "@types/yargs-parser" "*" -"@vue/component-compiler-utils@^3.1.0", "@vue/component-compiler-utils@^3.1.2": - version "3.1.2" - resolved "https://registry.yarnpkg.com/@vue/component-compiler-utils/-/component-compiler-utils-3.1.2.tgz#8213a5ff3202f9f2137fe55370f9e8b9656081c3" - integrity sha512-QLq9z8m79mCinpaEeSURhnNCN6djxpHw0lpP/bodMlt5kALfONpryMthvnrQOlTcIKoF+VoPi+lPHUYeDFPXug== +"@vue/component-compiler-utils@^3.1.0", "@vue/component-compiler-utils@^3.2.0": + version "3.2.0" + resolved "https://registry.yarnpkg.com/@vue/component-compiler-utils/-/component-compiler-utils-3.2.0.tgz#8f85182ceed28e9b3c75313de669f83166d11e5d" + integrity sha512-lejBLa7xAMsfiZfNp7Kv51zOzifnb29FwdnMLa96z26kXErPFioSf9BMcePVIQ6/Gc6/mC0UrPpxAWIHyae0vw== dependencies: consolidate "^0.15.1" hash-sum "^1.0.2"