Skip to content

Commit e97a859

Browse files
Bump @vue/compiler-sfc from 3.2.40 to 3.2.41 (#138)
Bumps [@vue/compiler-sfc](https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc) from 3.2.40 to 3.2.41. - [Release notes](https://github.com/vuejs/core/releases) - [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md) - [Commits](https://github.com/vuejs/core/commits/v3.2.41/packages/compiler-sfc) --- updated-dependencies: - dependency-name: "@vue/compiler-sfc" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 19445e1 commit e97a859

File tree

2 files changed

+37
-37
lines changed

2 files changed

+37
-37
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@vue/cli-plugin-e2e-cypress": "^5.0.4",
4747
"@vue/cli-plugin-eslint": "^5.0.8",
4848
"@vue/cli-service": "^5.0.8",
49-
"@vue/compiler-sfc": "^3.2.40",
49+
"@vue/compiler-sfc": "^3.2.41",
5050
"babel-eslint": "^10.1.0",
5151
"cross-env": "^7.0.2",
5252
"cypress": "^10.9.0",

yarn.lock

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -2112,23 +2112,23 @@
21122112
semver "^7.3.4"
21132113
strip-ansi "^6.0.0"
21142114

2115-
2116-
version "3.2.40"
2117-
resolved "https://registry.yarnpkg.com/@vue/compiler-core/-/compiler-core-3.2.40.tgz#c785501f09536748121e937fb87605bbb1ada8e5"
2118-
integrity sha512-2Dc3Stk0J/VyQ4OUr2yEC53kU28614lZS+bnrCbFSAIftBJ40g/2yQzf4mPBiFuqguMB7hyHaujdgZAQ67kZYA==
2115+
2116+
version "3.2.41"
2117+
resolved "https://registry.yarnpkg.com/@vue/compiler-core/-/compiler-core-3.2.41.tgz#fb5b25f23817400f44377d878a0cdead808453ef"
2118+
integrity sha512-oA4mH6SA78DT+96/nsi4p9DX97PHcNROxs51lYk7gb9Z4BPKQ3Mh+BLn6CQZBw857Iuhu28BfMSRHAlPvD4vlw==
21192119
dependencies:
21202120
"@babel/parser" "^7.16.4"
2121-
"@vue/shared" "3.2.40"
2121+
"@vue/shared" "3.2.41"
21222122
estree-walker "^2.0.2"
21232123
source-map "^0.6.1"
21242124

2125-
2126-
version "3.2.40"
2127-
resolved "https://registry.yarnpkg.com/@vue/compiler-dom/-/compiler-dom-3.2.40.tgz#c225418773774db536174d30d3f25ba42a33e7e4"
2128-
integrity sha512-OZCNyYVC2LQJy4H7h0o28rtk+4v+HMQygRTpmibGoG9wZyomQiS5otU7qo3Wlq5UfHDw2RFwxb9BJgKjVpjrQw==
2125+
2126+
version "3.2.41"
2127+
resolved "https://registry.yarnpkg.com/@vue/compiler-dom/-/compiler-dom-3.2.41.tgz#dc63dcd3ce8ca8a8721f14009d498a7a54380299"
2128+
integrity sha512-xe5TbbIsonjENxJsYRbDJvthzqxLNk+tb3d/c47zgREDa/PCp6/Y4gC/skM4H6PIuX5DAxm7fFJdbjjUH2QTMw==
21292129
dependencies:
2130-
"@vue/compiler-core" "3.2.40"
2131-
"@vue/shared" "3.2.40"
2130+
"@vue/compiler-core" "3.2.41"
2131+
"@vue/shared" "3.2.41"
21322132

21332133
21342134
version "2.7.13"
@@ -2139,29 +2139,29 @@
21392139
postcss "^8.4.14"
21402140
source-map "^0.6.1"
21412141

2142-
"@vue/compiler-sfc@^3.2.40":
2143-
version "3.2.40"
2144-
resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-3.2.40.tgz#61823283efc84d25d9d2989458f305d32a2ed141"
2145-
integrity sha512-tzqwniIN1fu1PDHC3CpqY/dPCfN/RN1thpBC+g69kJcrl7mbGiHKNwbA6kJ3XKKy8R6JLKqcpVugqN4HkeBFFg==
2142+
"@vue/compiler-sfc@^3.2.41":
2143+
version "3.2.41"
2144+
resolved "https://registry.yarnpkg.com/@vue/compiler-sfc/-/compiler-sfc-3.2.41.tgz#238fb8c48318408c856748f4116aff8cc1dc2a73"
2145+
integrity sha512-+1P2m5kxOeaxVmJNXnBskAn3BenbTmbxBxWOtBq3mQTCokIreuMULFantBUclP0+KnzNCMOvcnKinqQZmiOF8w==
21462146
dependencies:
21472147
"@babel/parser" "^7.16.4"
2148-
"@vue/compiler-core" "3.2.40"
2149-
"@vue/compiler-dom" "3.2.40"
2150-
"@vue/compiler-ssr" "3.2.40"
2151-
"@vue/reactivity-transform" "3.2.40"
2152-
"@vue/shared" "3.2.40"
2148+
"@vue/compiler-core" "3.2.41"
2149+
"@vue/compiler-dom" "3.2.41"
2150+
"@vue/compiler-ssr" "3.2.41"
2151+
"@vue/reactivity-transform" "3.2.41"
2152+
"@vue/shared" "3.2.41"
21532153
estree-walker "^2.0.2"
21542154
magic-string "^0.25.7"
21552155
postcss "^8.1.10"
21562156
source-map "^0.6.1"
21572157

2158-
2159-
version "3.2.40"
2160-
resolved "https://registry.yarnpkg.com/@vue/compiler-ssr/-/compiler-ssr-3.2.40.tgz#67df95a096c63e9ec4b50b84cc6f05816793629c"
2161-
integrity sha512-80cQcgasKjrPPuKcxwuCx7feq+wC6oFl5YaKSee9pV3DNq+6fmCVwEEC3vvkf/E2aI76rIJSOYHsWSEIxK74oQ==
2158+
2159+
version "3.2.41"
2160+
resolved "https://registry.yarnpkg.com/@vue/compiler-ssr/-/compiler-ssr-3.2.41.tgz#344f564d68584b33367731c04ffc949784611fcb"
2161+
integrity sha512-Y5wPiNIiaMz/sps8+DmhaKfDm1xgj6GrH99z4gq2LQenfVQcYXmHIOBcs5qPwl7jaW3SUQWjkAPKMfQemEQZwQ==
21622162
dependencies:
2163-
"@vue/compiler-dom" "3.2.40"
2164-
"@vue/shared" "3.2.40"
2163+
"@vue/compiler-dom" "3.2.41"
2164+
"@vue/shared" "3.2.41"
21652165

21662166
"@vue/component-compiler-utils@^3.1.0", "@vue/component-compiler-utils@^3.3.0":
21672167
version "3.3.0"
@@ -2179,21 +2179,21 @@
21792179
optionalDependencies:
21802180
prettier "^1.18.2 || ^2.0.0"
21812181

2182-
2183-
version "3.2.40"
2184-
resolved "https://registry.yarnpkg.com/@vue/reactivity-transform/-/reactivity-transform-3.2.40.tgz#dc24b9074b26f0d9dd2034c6349f5bb2a51c86ac"
2185-
integrity sha512-HQUCVwEaacq6fGEsg2NUuGKIhUveMCjOk8jGHqLXPI2w6zFoPrlQhwWEaINTv5kkZDXKEnCijAp+4gNEHG03yw==
2182+
2183+
version "3.2.41"
2184+
resolved "https://registry.yarnpkg.com/@vue/reactivity-transform/-/reactivity-transform-3.2.41.tgz#9ff938877600c97f646e09ac1959b5150fb11a0c"
2185+
integrity sha512-mK5+BNMsL4hHi+IR3Ft/ho6Za+L3FA5j8WvreJ7XzHrqkPq8jtF/SMo7tuc9gHjLDwKZX1nP1JQOKo9IEAn54A==
21862186
dependencies:
21872187
"@babel/parser" "^7.16.4"
2188-
"@vue/compiler-core" "3.2.40"
2189-
"@vue/shared" "3.2.40"
2188+
"@vue/compiler-core" "3.2.41"
2189+
"@vue/shared" "3.2.41"
21902190
estree-walker "^2.0.2"
21912191
magic-string "^0.25.7"
21922192

2193-
2194-
version "3.2.40"
2195-
resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.2.40.tgz#e57799da2a930b975321981fcee3d1e90ed257ae"
2196-
integrity sha512-0PLQ6RUtZM0vO3teRfzGi4ltLUO5aO+kLgwh4Um3THSR03rpQWLTuRCkuO5A41ITzwdWeKdPHtSARuPkoo5pCQ==
2193+
2194+
version "3.2.41"
2195+
resolved "https://registry.yarnpkg.com/@vue/shared/-/shared-3.2.41.tgz#fbc95422df654ea64e8428eced96ba6ad555d2bb"
2196+
integrity sha512-W9mfWLHmJhkfAmV+7gDjcHeAWALQtgGT3JErxULl0oz6R6+3ug91I7IErs93eCFhPCZPHBs4QJS7YWEV7A3sxw==
21972197

21982198
"@vue/vue-loader-v15@npm:vue-loader@^15.9.7":
21992199
version "15.9.8"

0 commit comments

Comments
 (0)