Skip to content

Commit 04be3f9

Browse files
committed
chore(deps): update dependency @vue/compiler-sfc to v3.1.3
1 parent 34c31de commit 04be3f9

2 files changed

Lines changed: 30 additions & 30 deletions

File tree

packages/graphql-tag-pluck/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
},
3838
"devDependencies": {
3939
"@types/babel__traverse": "7.14.0",
40-
"@vue/compiler-sfc": "3.1.2"
40+
"@vue/compiler-sfc": "3.1.3"
4141
},
4242
"buildOptions": {
4343
"external": [

yarn.lock

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -2950,37 +2950,37 @@
29502950
resolved "https://registry.yarnpkg.com/@vercel/ncc/-/ncc-0.28.3.tgz#9461bdbf334d616759b0e7e5415e2f480b9aa30f"
29512951
integrity sha512-g3gk4D9itbhUQa5MtN7TOdeoQnNLkPDCox5SBaQ/H3Or5lo59TOaZWrLb+x47StiAJ+8DXZS/9MJ67cIBWSsRw==
29522952

2953-
2954-
version "3.1.2"
2955-
resolved "https://registry.yarnpkg.com/@vue/compiler-core/-/compiler-core-3.1.2.tgz#31ab1d88e1706a5c7a545faeeb64c31bd0101db0"
2956-
integrity sha512-nHmq7vLjq/XM2IMbZUcKWoH5sPXa2uR/nIKZtjbK5F3TcbnYE/zKsrSUR9WZJ03unlwotNBX1OyxVt9HbWD7/Q==
2953+
2954+
version "3.1.3"
2955+
resolved "https://registry.yarnpkg.com/@vue/compiler-core/-/compiler-core-3.1.3.tgz#cd9587aa1fda533b1bdf752689e281efccfb7062"
2956+
integrity sha512-I58MDtVa8AYEIa3waLO6/89JdmgpkDAEcL3Vrmlsbnt07KZ5sIGLqaXjzGrOT57j9s8ty0WTYlLQq2rWUVYGCg==
29572957
dependencies:
29582958
"@babel/parser" "^7.12.0"
29592959
"@babel/types" "^7.12.0"
2960-
"@vue/shared" "3.1.2"
2960+
"@vue/shared" "3.1.3"
29612961
estree-walker "^2.0.1"
29622962
source-map "^0.6.1"
29632963

2964-
2965-
version "3.1.2"
2966-
resolved "https://registry.yarnpkg.com/@vue/compiler-dom/-/compiler-dom-3.1.2.tgz#75a7731bcc5d9718183a3c56c18e992f7c13e7b1"
2967-
integrity sha512-k2+SWcWH0jL6WQAX7Or2ONqu5MbtTgTO0dJrvebQYzgqaKMXNI90RNeWeCxS4BnNFMDONpHBeFgbwbnDWIkmRg==
2964+
2965+
version "3.1.3"
2966+
resolved "https://registry.yarnpkg.com/@vue/compiler-dom/-/compiler-dom-3.1.3.tgz#ade4ff7db4b0a197c543dd67b5bd467d737ac344"
2967+
integrity sha512-BunLXKP+UvY1XJ0L6M7KD/De0XP+kOlIxFg3OfXtVQZcLLgnLcTgSK3t/ylvIpYJOadGaHhb+BfCK/hdqOVAyw==
29682968
dependencies:
2969-
"@vue/compiler-core" "3.1.2"
2970-
"@vue/shared" "3.1.2"
2969+
"@vue/compiler-core" "3.1.3"
2970+
"@vue/shared" "3.1.3"
29712971

2972-
2973-
version "3.1.2"
2974-
resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-3.1.2.tgz#23ff1e366d887b964899568bffcb11e3d0511fc4"
2975-
integrity sha512-SeG/2+DvwejQ7oAiSx8BrDh5qOdqCYHGClPiTvVIHTfSIHiS2JjMbCANdDCjHkTOh/O7WZzo2JhdKm98bRBxTw==
2972+
2973+
version "3.1.3"
2974+
resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-3.1.3.tgz#f8aba30e5254a2b7be9516159630c8f75b412216"
2975+
integrity sha512-WpQ0oHMT5Aeb92UBnYCOxfHwdOGFZJ+BUyFiu2rG6TTDuw+aPNHCsFxvi55eG+2P7uiqRFK03lc0mGh3v8OVmw==
29762976
dependencies:
29772977
"@babel/parser" "^7.13.9"
29782978
"@babel/types" "^7.13.0"
29792979
"@types/estree" "^0.0.48"
2980-
"@vue/compiler-core" "3.1.2"
2981-
"@vue/compiler-dom" "3.1.2"
2982-
"@vue/compiler-ssr" "3.1.2"
2983-
"@vue/shared" "3.1.2"
2980+
"@vue/compiler-core" "3.1.3"
2981+
"@vue/compiler-dom" "3.1.3"
2982+
"@vue/compiler-ssr" "3.1.3"
2983+
"@vue/shared" "3.1.3"
29842984
consolidate "^0.16.0"
29852985
estree-walker "^2.0.1"
29862986
hash-sum "^2.0.0"
@@ -2992,18 +2992,18 @@
29922992
postcss-selector-parser "^6.0.4"
29932993
source-map "^0.6.1"
29942994

2995-
2996-
version "3.1.2"
2997-
resolved "https://registry.yarnpkg.com/@vue/compiler-ssr/-/compiler-ssr-3.1.2.tgz#e33ad0876d9b96f0950e22b0e174b94c1b049d2d"
2998-
integrity sha512-BwXo9LFk5OSWdMyZQ4bX1ELHX0Z/9F+ld/OaVnpUPzAZCHslBYLvyKUVDwv2C/lpLjRffpC2DOUEdl1+RP1aGg==
2995+
2996+
version "3.1.3"
2997+
resolved "https://registry.yarnpkg.com/@vue/compiler-ssr/-/compiler-ssr-3.1.3.tgz#e74394b031f6956710f1881e21fa9fe1fa5a030e"
2998+
integrity sha512-dAktYBae3h9QWJoSKsrfrcZEjh4hwphDMWwj+ZwIkHBhEpyjdFLJks8MpxRjGMZzqz5vNyteVXkbOAaoiWPwwA==
29992999
dependencies:
3000-
"@vue/compiler-dom" "3.1.2"
3001-
"@vue/shared" "3.1.2"
3000+
"@vue/compiler-dom" "3.1.3"
3001+
"@vue/shared" "3.1.3"
30023002

3003-
3004-
version "3.1.2"
3005-
resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.1.2.tgz#1069c0bc7d6f4bd15ccf3a5f3be29450aca368f9"
3006-
integrity sha512-EmH/poaDWBPJaPILXNI/1fvUbArJQmmTyVCwvvyDYDFnkPoTclAbHRAtyIvqfez7jybTDn077HTNILpxlsoWhg==
3003+
3004+
version "3.1.3"
3005+
resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.1.3.tgz#3f6f5e7226d8d2d965ef39780ae3f89dc906b5fc"
3006+
integrity sha512-uGBX4bZVFvgranxzpH3q1gGmICUjEUnNrMIBFeZRw8hBfCPhT+VnuY8+mG2l/yEyY73J9e6d36CtbFUqDXa12w==
30073007

30083008
"@webassemblyjs/[email protected]":
30093009
version "1.11.0"

0 commit comments

Comments
 (0)