🌐 AI搜索 & 代理 主页
Skip to content

Commit c178d29

Browse files
renovate[bot]tmorehouse
authored andcommitted
chore(deps): update all non-major dependencies to ^7.7.5 (#4461)
1 parent c48eb76 commit c178d29

File tree

2 files changed

+155
-17
lines changed

2 files changed

+155
-17
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,12 @@
8484
"vue-functional-data-merge": "^3.1.0"
8585
},
8686
"devDependencies": {
87-
"@babel/cli": "^7.7.4",
88-
"@babel/core": "^7.7.4",
89-
"@babel/plugin-transform-modules-commonjs": "^7.7.4",
90-
"@babel/plugin-transform-runtime": "^7.7.4",
91-
"@babel/preset-env": "^7.7.4",
92-
"@babel/standalone": "^7.7.4",
87+
"@babel/cli": "^7.7.5",
88+
"@babel/core": "^7.7.5",
89+
"@babel/plugin-transform-modules-commonjs": "^7.7.5",
90+
"@babel/plugin-transform-runtime": "^7.7.5",
91+
"@babel/preset-env": "^7.7.5",
92+
"@babel/standalone": "^7.7.5",
9393
"@nuxtjs/google-analytics": "^2.2.2",
9494
"@nuxtjs/pwa": "^3.0.0-beta.19",
9595
"@vue/test-utils": "1.0.0-beta.29",

yarn.lock

Lines changed: 149 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# yarn lockfile v1
33

44

5-
"@babel/cli@^7.7.4":
6-
version "7.7.4"
7-
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.7.4.tgz#38804334c8db40209f88c69a5c90998e60cca18b"
8-
integrity sha512-O7mmzaWdm+VabWQmxuM8hqNrWGGihN83KfhPUzp2lAW4kzIMwBxujXkZbD4fMwKMYY9FXTbDvXsJqU+5XHXi4A==
5+
"@babel/cli@^7.7.5":
6+
version "7.7.5"
7+
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.7.5.tgz#25702cc65418efc06989af3727897b9f4c8690b6"
8+
integrity sha512-y2YrMGXM3NUyu1Myg0pxg+Lx6g8XhEyvLHYNRwTBV6fDek3H7Io6b7N/LXscLs4HWn4HxMdy7f2rM1rTMp2mFg==
99
dependencies:
1010
commander "^4.0.1"
1111
convert-source-map "^1.1.0"
@@ -25,7 +25,7 @@
2525
dependencies:
2626
"@babel/highlight" "^7.0.0"
2727

28-
"@babel/core@^7.1.0", "@babel/core@^7.6.4", "@babel/core@^7.7.4":
28+
"@babel/core@^7.1.0", "@babel/core@^7.6.4":
2929
version "7.7.4"
3030
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.7.4.tgz#37e864532200cb6b50ee9a4045f5f817840166ab"
3131
integrity sha512-+bYbx56j4nYBmpsWtnPUsKW3NdnYxbqyfrP2w9wILBuHzdfIKz9prieZK0DFPyIzkjYVUe4QkusGL07r5pXznQ==
@@ -45,6 +45,26 @@
4545
semver "^5.4.1"
4646
source-map "^0.5.0"
4747

48+
"@babel/core@^7.7.5":
49+
version "7.7.5"
50+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.7.5.tgz#ae1323cd035b5160293307f50647e83f8ba62f7e"
51+
integrity sha512-M42+ScN4+1S9iB6f+TL7QBpoQETxbclx+KNoKJABghnKYE+fMzSGqst0BZJc8CpI625bwPwYgUyRvxZ+0mZzpw==
52+
dependencies:
53+
"@babel/code-frame" "^7.5.5"
54+
"@babel/generator" "^7.7.4"
55+
"@babel/helpers" "^7.7.4"
56+
"@babel/parser" "^7.7.5"
57+
"@babel/template" "^7.7.4"
58+
"@babel/traverse" "^7.7.4"
59+
"@babel/types" "^7.7.4"
60+
convert-source-map "^1.7.0"
61+
debug "^4.1.0"
62+
json5 "^2.1.0"
63+
lodash "^4.17.13"
64+
resolve "^1.3.2"
65+
semver "^5.4.1"
66+
source-map "^0.5.0"
67+
4868
"@babel/generator@^7.4.0", "@babel/generator@^7.7.4":
4969
version "7.7.4"
5070
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.7.4.tgz#db651e2840ca9aa66f327dcec1dc5f5fa9611369"
@@ -165,6 +185,18 @@
165185
"@babel/types" "^7.7.4"
166186
lodash "^4.17.13"
167187

188+
"@babel/helper-module-transforms@^7.7.5":
189+
version "7.7.5"
190+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.7.5.tgz#d044da7ffd91ec967db25cd6748f704b6b244835"
191+
integrity sha512-A7pSxyJf1gN5qXVcidwLWydjftUN878VkalhXX5iQDuGyiGK3sOrrKKHF4/A4fwHtnsotv/NipwAeLzY4KQPvw==
192+
dependencies:
193+
"@babel/helper-module-imports" "^7.7.4"
194+
"@babel/helper-simple-access" "^7.7.4"
195+
"@babel/helper-split-export-declaration" "^7.7.4"
196+
"@babel/template" "^7.7.4"
197+
"@babel/types" "^7.7.4"
198+
lodash "^4.17.13"
199+
168200
"@babel/helper-optimise-call-expression@^7.7.4":
169201
version "7.7.4"
170202
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.7.4.tgz#034af31370d2995242aa4df402c3b7794b2dcdf2"
@@ -253,6 +285,11 @@
253285
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.7.4.tgz#75ab2d7110c2cf2fa949959afb05fa346d2231bb"
254286
integrity sha512-jIwvLO0zCL+O/LmEJQjWA75MQTWwx3c3u2JOTDK5D3/9egrWRRA0/0hk9XXywYnXZVVpzrBYeIQTmhwUaePI9g==
255287

288+
"@babel/parser@^7.7.5":
289+
version "7.7.5"
290+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.7.5.tgz#cbf45321619ac12d83363fcf9c94bb67fa646d71"
291+
integrity sha512-KNlOe9+/nk4i29g0VXgl8PEXIRms5xKLJeuZ6UptN0fHv+jDiriG+y94X6qAgWTR0h3KaoM1wK5G5h7MHFRSig==
292+
256293
"@babel/plugin-proposal-async-generator-functions@^7.7.4":
257294
version "7.7.4"
258295
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.7.4.tgz#0351c5ac0a9e927845fffd5b82af476947b7ce6d"
@@ -495,6 +532,15 @@
495532
"@babel/helper-plugin-utils" "^7.0.0"
496533
babel-plugin-dynamic-import-node "^2.3.0"
497534

535+
"@babel/plugin-transform-modules-amd@^7.7.5":
536+
version "7.7.5"
537+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.7.5.tgz#39e0fb717224b59475b306402bb8eedab01e729c"
538+
integrity sha512-CT57FG4A2ZUNU1v+HdvDSDrjNWBrtCmSH6YbbgN3Lrf0Di/q/lWRxZrE72p3+HCCz9UjfZOEBdphgC0nzOS6DQ==
539+
dependencies:
540+
"@babel/helper-module-transforms" "^7.7.5"
541+
"@babel/helper-plugin-utils" "^7.0.0"
542+
babel-plugin-dynamic-import-node "^2.3.0"
543+
498544
"@babel/plugin-transform-modules-commonjs@^7.7.4":
499545
version "7.7.4"
500546
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.7.4.tgz#bee4386e550446343dd52a571eda47851ff857a3"
@@ -505,6 +551,16 @@
505551
"@babel/helper-simple-access" "^7.7.4"
506552
babel-plugin-dynamic-import-node "^2.3.0"
507553

554+
"@babel/plugin-transform-modules-commonjs@^7.7.5":
555+
version "7.7.5"
556+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.7.5.tgz#1d27f5eb0bcf7543e774950e5b2fa782e637b345"
557+
integrity sha512-9Cq4zTFExwFhQI6MT1aFxgqhIsMWQWDVwOgLzl7PTWJHsNaqFvklAU+Oz6AQLAS0dJKTwZSOCo20INwktxpi3Q==
558+
dependencies:
559+
"@babel/helper-module-transforms" "^7.7.5"
560+
"@babel/helper-plugin-utils" "^7.0.0"
561+
"@babel/helper-simple-access" "^7.7.4"
562+
babel-plugin-dynamic-import-node "^2.3.0"
563+
508564
"@babel/plugin-transform-modules-systemjs@^7.7.4":
509565
version "7.7.4"
510566
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.7.4.tgz#cd98152339d3e763dfe838b7d4273edaf520bb30"
@@ -567,14 +623,21 @@
567623
dependencies:
568624
regenerator-transform "^0.14.0"
569625

626+
"@babel/plugin-transform-regenerator@^7.7.5":
627+
version "7.7.5"
628+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.7.5.tgz#3a8757ee1a2780f390e89f246065ecf59c26fce9"
629+
integrity sha512-/8I8tPvX2FkuEyWbjRCt4qTAgZK0DVy8QRguhA524UH48RfGJy94On2ri+dCuwOpcerPRl9O4ebQkRcVzIaGBw==
630+
dependencies:
631+
regenerator-transform "^0.14.0"
632+
570633
"@babel/plugin-transform-reserved-words@^7.7.4":
571634
version "7.7.4"
572635
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.7.4.tgz#6a7cf123ad175bb5c69aec8f6f0770387ed3f1eb"
573636
integrity sha512-OrPiUB5s5XvkCO1lS7D8ZtHcswIC57j62acAnJZKqGGnHP+TIc/ljQSrgdX/QyOTdEK5COAhuc820Hi1q2UgLQ==
574637
dependencies:
575638
"@babel/helper-plugin-utils" "^7.0.0"
576639

577-
"@babel/plugin-transform-runtime@^7.6.2", "@babel/plugin-transform-runtime@^7.7.4":
640+
"@babel/plugin-transform-runtime@^7.6.2":
578641
version "7.7.4"
579642
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.7.4.tgz#51fe458c1c1fa98a8b07934f4ed38b6cd62177a6"
580643
integrity sha512-O8kSkS5fP74Ad/8pfsCMGa8sBRdLxYoSReaARRNSz3FbFQj3z/QUvoUmJ28gn9BO93YfnXc3j+Xyaqe8cKDNBQ==
@@ -584,6 +647,16 @@
584647
resolve "^1.8.1"
585648
semver "^5.5.1"
586649

650+
"@babel/plugin-transform-runtime@^7.7.5":
651+
version "7.7.5"
652+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.7.5.tgz#b0bd98f54f10b068d66c55bf85c7ab29587627a6"
653+
integrity sha512-X+w9wJRzOoAPBfTEcFJisVppQ8OTQMxrVgmi7ZLVWehqVd8ciHN09A1XjB91Iw+Sgf77Y9Oy7CfxKNr1tVkK7g==
654+
dependencies:
655+
"@babel/helper-module-imports" "^7.7.4"
656+
"@babel/helper-plugin-utils" "^7.0.0"
657+
resolve "^1.8.1"
658+
semver "^5.5.1"
659+
587660
"@babel/plugin-transform-shorthand-properties@^7.7.4":
588661
version "7.7.4"
589662
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.7.4.tgz#74a0a9b2f6d67a684c6fbfd5f0458eb7ba99891e"
@@ -629,7 +702,7 @@
629702
"@babel/helper-create-regexp-features-plugin" "^7.7.4"
630703
"@babel/helper-plugin-utils" "^7.0.0"
631704

632-
"@babel/preset-env@^7.6.3", "@babel/preset-env@^7.7.4":
705+
"@babel/preset-env@^7.6.3":
633706
version "7.7.4"
634707
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.7.4.tgz#ccaf309ae8d1ee2409c85a4e2b5e280ceee830f8"
635708
integrity sha512-Dg+ciGJjwvC1NIe/DGblMbcGq1HOtKbw8RLl4nIjlfcILKEOkWT/vRqPpumswABEBVudii6dnVwrBtzD7ibm4g==
@@ -686,17 +759,74 @@
686759
js-levenshtein "^1.1.3"
687760
semver "^5.5.0"
688761

762+
"@babel/preset-env@^7.7.5":
763+
version "7.7.5"
764+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.7.5.tgz#f28573ed493edb4ba763b37fb4fbb85601469370"
765+
integrity sha512-wDPbiaZdGzsJuTWlpLHJxmwslwHGLZ8F5v69zX3oAWeTOFWdy4OJHoTKg26oAnFg052v+/LAPY5os9KB0LrOEA==
766+
dependencies:
767+
"@babel/helper-module-imports" "^7.7.4"
768+
"@babel/helper-plugin-utils" "^7.0.0"
769+
"@babel/plugin-proposal-async-generator-functions" "^7.7.4"
770+
"@babel/plugin-proposal-dynamic-import" "^7.7.4"
771+
"@babel/plugin-proposal-json-strings" "^7.7.4"
772+
"@babel/plugin-proposal-object-rest-spread" "^7.7.4"
773+
"@babel/plugin-proposal-optional-catch-binding" "^7.7.4"
774+
"@babel/plugin-proposal-unicode-property-regex" "^7.7.4"
775+
"@babel/plugin-syntax-async-generators" "^7.7.4"
776+
"@babel/plugin-syntax-dynamic-import" "^7.7.4"
777+
"@babel/plugin-syntax-json-strings" "^7.7.4"
778+
"@babel/plugin-syntax-object-rest-spread" "^7.7.4"
779+
"@babel/plugin-syntax-optional-catch-binding" "^7.7.4"
780+
"@babel/plugin-syntax-top-level-await" "^7.7.4"
781+
"@babel/plugin-transform-arrow-functions" "^7.7.4"
782+
"@babel/plugin-transform-async-to-generator" "^7.7.4"
783+
"@babel/plugin-transform-block-scoped-functions" "^7.7.4"
784+
"@babel/plugin-transform-block-scoping" "^7.7.4"
785+
"@babel/plugin-transform-classes" "^7.7.4"
786+
"@babel/plugin-transform-computed-properties" "^7.7.4"
787+
"@babel/plugin-transform-destructuring" "^7.7.4"
788+
"@babel/plugin-transform-dotall-regex" "^7.7.4"
789+
"@babel/plugin-transform-duplicate-keys" "^7.7.4"
790+
"@babel/plugin-transform-exponentiation-operator" "^7.7.4"
791+
"@babel/plugin-transform-for-of" "^7.7.4"
792+
"@babel/plugin-transform-function-name" "^7.7.4"
793+
"@babel/plugin-transform-literals" "^7.7.4"
794+
"@babel/plugin-transform-member-expression-literals" "^7.7.4"
795+
"@babel/plugin-transform-modules-amd" "^7.7.5"
796+
"@babel/plugin-transform-modules-commonjs" "^7.7.5"
797+
"@babel/plugin-transform-modules-systemjs" "^7.7.4"
798+
"@babel/plugin-transform-modules-umd" "^7.7.4"
799+
"@babel/plugin-transform-named-capturing-groups-regex" "^7.7.4"
800+
"@babel/plugin-transform-new-target" "^7.7.4"
801+
"@babel/plugin-transform-object-super" "^7.7.4"
802+
"@babel/plugin-transform-parameters" "^7.7.4"
803+
"@babel/plugin-transform-property-literals" "^7.7.4"
804+
"@babel/plugin-transform-regenerator" "^7.7.5"
805+
"@babel/plugin-transform-reserved-words" "^7.7.4"
806+
"@babel/plugin-transform-shorthand-properties" "^7.7.4"
807+
"@babel/plugin-transform-spread" "^7.7.4"
808+
"@babel/plugin-transform-sticky-regex" "^7.7.4"
809+
"@babel/plugin-transform-template-literals" "^7.7.4"
810+
"@babel/plugin-transform-typeof-symbol" "^7.7.4"
811+
"@babel/plugin-transform-unicode-regex" "^7.7.4"
812+
"@babel/types" "^7.7.4"
813+
browserslist "^4.6.0"
814+
core-js-compat "^3.4.7"
815+
invariant "^2.2.2"
816+
js-levenshtein "^1.1.3"
817+
semver "^5.5.0"
818+
689819
"@babel/runtime@^7.6.3":
690820
version "7.7.4"
691821
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.7.4.tgz#b23a856751e4bf099262f867767889c0e3fe175b"
692822
integrity sha512-r24eVUUr0QqNZa+qrImUk8fn5SPhHq+IfYvIoIMg0do3GdK9sMdiLKP3GYVVaxpPKORgm8KRKaNTEhAjgIpLMw==
693823
dependencies:
694824
regenerator-runtime "^0.13.2"
695825

696-
"@babel/standalone@^7.7.4":
697-
version "7.7.4"
698-
resolved "https://registry.yarnpkg.com/@babel/standalone/-/standalone-7.7.4.tgz#9adcda4b7c33627c65eacf87f5c1f950987294c2"
699-
integrity sha512-7erMqY9K0uOsWERAJrKzOkG5BezlZw8s1Yez40PUJrf8XXPTebv/fO7555+5Hmo1kBiDQlf9FOkV6wc7wRQ19A==
826+
"@babel/standalone@^7.7.5":
827+
version "7.7.5"
828+
resolved "https://registry.yarnpkg.com/@babel/standalone/-/standalone-7.7.5.tgz#59d0ea862a419483ccec44045001ad2517fff359"
829+
integrity sha512-DTUfpRWwNbFk0mBdXa+u8MGTpcNcScl9cUZyM+2Sjt/0RcOrH/dWMebn2hVF9bb6vp2VJYypB08/c2NhaKhLqA==
700830

701831
"@babel/template@^7.4.0", "@babel/template@^7.7.4":
702832
version "7.7.4"
@@ -3431,6 +3561,14 @@ core-js-compat@^3.1.1:
34313561
browserslist "^4.7.3"
34323562
semver "^6.3.0"
34333563

3564+
core-js-compat@^3.4.7:
3565+
version "3.4.7"
3566+
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.4.7.tgz#39f8080b1d92a524d6d90505c42b9c5c1eb90611"
3567+
integrity sha512-57+mgz/P/xsGdjwQYkwtBZR3LuISaxD1dEwVDtbk8xJMqAmwqaxLOvnNT7kdJ7jYE/NjNptyzXi+IQFMi/2fCw==
3568+
dependencies:
3569+
browserslist "^4.8.0"
3570+
semver "^6.3.0"
3571+
34343572
"core-js@>=2.6.5 <3.0.0", core-js@^2.4.0, core-js@^2.6.5:
34353573
version "2.6.10"
34363574
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.10.tgz#8a5b8391f8cc7013da703411ce5b585706300d7f"

0 commit comments

Comments
 (0)