Skip to content

Commit 45e1120

Browse files
chore(deps): bump acorn in /packages/babel-sugar-v-model (#132)
Bumps [acorn](https://github.com/acornjs/acorn) from 6.0.4 to 6.4.1. - [Release notes](https://github.com/acornjs/acorn/releases) - [Commits](acornjs/acorn@6.0.4...6.4.1) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b21209c commit 45e1120

File tree

1 file changed

+25
-3
lines changed

1 file changed

+25
-3
lines changed

packages/babel-sugar-v-model/yarn.lock

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -674,6 +674,23 @@
674674
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.12.12.tgz#e15a9d034d9210f00320ef718a50c4a799417c47"
675675
integrity sha512-Pr+6JRiKkfsFvmU/LK68oBRCQeEg36TyAbPhc2xpez24OOZZCuoIhWGTd39VZy6nGafSbxzGouFPTFD/rR1A0A==
676676

677+
"@vue/babel-helper-vue-jsx-merge-props@^1.0.0":
678+
version "1.0.0"
679+
resolved "https://registry.yarnpkg.com/@vue/babel-helper-vue-jsx-merge-props/-/babel-helper-vue-jsx-merge-props-1.0.0.tgz#048fe579958da408fb7a8b2a3ec050b50a661040"
680+
integrity sha512-6tyf5Cqm4m6v7buITuwS+jHzPlIPxbFzEhXR5JGZpbrvOcp1hiQKckd305/3C7C36wFekNTQSxAtgeM0j0yoUw==
681+
682+
"@vue/babel-plugin-transform-vue-jsx@^1.1.2":
683+
version "1.1.2"
684+
resolved "https://registry.yarnpkg.com/@vue/babel-plugin-transform-vue-jsx/-/babel-plugin-transform-vue-jsx-1.1.2.tgz#c0a3e6efc022e75e4247b448a8fc6b86f03e91c0"
685+
integrity sha512-YfdaoSMvD1nj7+DsrwfTvTnhDXI7bsuh+Y5qWwvQXlD24uLgnsoww3qbiZvWf/EoviZMrvqkqN4CBw0W3BWUTQ==
686+
dependencies:
687+
"@babel/helper-module-imports" "^7.0.0"
688+
"@babel/plugin-syntax-jsx" "^7.2.0"
689+
"@vue/babel-helper-vue-jsx-merge-props" "^1.0.0"
690+
html-tags "^2.0.0"
691+
lodash.kebabcase "^4.1.1"
692+
svg-tags "^1.0.0"
693+
677694
"@vue/test-utils@^1.0.0-beta.26":
678695
version "1.0.0-beta.26"
679696
resolved "https://registry.yarnpkg.com/@vue/test-utils/-/test-utils-1.0.0-beta.26.tgz#1ae7e1dc2bef4f49f9dbfdfecad342d17d6c5c88"
@@ -706,9 +723,9 @@ acorn-walk@^6.0.1:
706723
integrity sha512-OtUw6JUTgxA2QoqqmrmQ7F2NYqiBPi/L2jqHyFtllhOUvXYQXf0Z1CYUinIfyT4bTCGmrA7gX9FvHA81uzCoVw==
707724

708725
acorn@^6.0.1, acorn@^6.0.2:
709-
version "6.0.4"
710-
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.0.4.tgz#77377e7353b72ec5104550aa2d2097a2fd40b754"
711-
integrity sha512-VY4i5EKSKkofY2I+6QLTbTTN/UvEQPCo6eiwzzSaSWfpaDhOmStMCMod6wmuPciNq+XS0faCglFu2lHZpdHUtg==
726+
version "6.4.1"
727+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.4.1.tgz#531e58ba3f51b9dacb9a6646ca4debf5b14ca474"
728+
integrity sha512-ZVA9k326Nwrj3Cj9jlh3wGFutC2ZornPNARZwsNYqQYgN0EsV2d53w5RN/co65Ohn4sUAUtb1rSUAOD6XN9idA==
712729

713730
ajv@^6.5.5:
714731
version "6.6.1"
@@ -3410,6 +3427,11 @@ lodash.isequal@^4.5.0:
34103427
resolved "https://registry.yarnpkg.com/lodash.isequal/-/lodash.isequal-4.5.0.tgz#415c4478f2bcc30120c22ce10ed3226f7d3e18e0"
34113428
integrity sha1-QVxEePK8wwEgwizhDtMib30+GOA=
34123429

3430+
lodash.kebabcase@^4.1.1:
3431+
version "4.1.1"
3432+
resolved "https://registry.yarnpkg.com/lodash.kebabcase/-/lodash.kebabcase-4.1.1.tgz#8489b1cb0d29ff88195cceca448ff6d6cc295c36"
3433+
integrity sha1-hImxyw0p/4gZXM7KRI/21swpXDY=
3434+
34133435
lodash.merge@^4.6.0:
34143436
version "4.6.2"
34153437
resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.2.tgz#558aa53b43b661e1925a0afdfa36a9a1085fe57a"

0 commit comments

Comments
 (0)