Skip to content

Commit 66619c8

Browse files
chore(deps): update all non-major dependencies (#5275)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 3ecd650 commit 66619c8

File tree

2 files changed

+166
-30
lines changed

2 files changed

+166
-30
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,11 @@
9898
},
9999
"devDependencies": {
100100
"@babel/cli": "^7.8.4",
101-
"@babel/core": "^7.9.0",
102-
"@babel/plugin-transform-modules-commonjs": "^7.9.0",
103-
"@babel/plugin-transform-runtime": "^7.9.0",
104-
"@babel/preset-env": "^7.9.5",
105-
"@babel/standalone": "^7.9.5",
101+
"@babel/core": "^7.9.6",
102+
"@babel/plugin-transform-modules-commonjs": "^7.9.6",
103+
"@babel/plugin-transform-runtime": "^7.9.6",
104+
"@babel/preset-env": "^7.9.6",
105+
"@babel/standalone": "^7.9.6",
106106
"@nuxtjs/google-analytics": "^2.2.3",
107107
"@nuxtjs/pwa": "^3.0.0-beta.20",
108108
"@nuxtjs/robots": "^2.4.2",
@@ -149,7 +149,7 @@
149149
"postcss-cli": "^7.1.1",
150150
"prettier": "1.14.3",
151151
"require-context": "^1.1.0",
152-
"rollup": "^2.7.3",
152+
"rollup": "^2.7.5",
153153
"rollup-plugin-babel": "^4.4.0",
154154
"rollup-plugin-commonjs": "^10.1.0",
155155
"rollup-plugin-node-resolve": "^5.2.0",

yarn.lock

Lines changed: 160 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,15 @@
3434
invariant "^2.2.4"
3535
semver "^5.5.0"
3636

37+
"@babel/compat-data@^7.9.6":
38+
version "7.9.6"
39+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.9.6.tgz#3f604c40e420131affe6f2c8052e9a275ae2049b"
40+
integrity sha512-5QPTrNen2bm7RBc7dsOmcA5hbrS4O2Vhmk5XOL4zWW/zD/hV0iinpefDlkm+tBBy8kDtFaaeEvmAqt+nURAV2g==
41+
dependencies:
42+
browserslist "^4.11.1"
43+
invariant "^2.2.4"
44+
semver "^5.5.0"
45+
3746
"@babel/core@^7.1.0", "@babel/core@^7.7.5", "@babel/core@^7.9.0":
3847
version "7.9.0"
3948
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.9.0.tgz#ac977b538b77e132ff706f3b8a4dbad09c03c56e"
@@ -56,6 +65,28 @@
5665
semver "^5.4.1"
5766
source-map "^0.5.0"
5867

68+
"@babel/core@^7.9.6":
69+
version "7.9.6"
70+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.9.6.tgz#d9aa1f580abf3b2286ef40b6904d390904c63376"
71+
integrity sha512-nD3deLvbsApbHAHttzIssYqgb883yU/d9roe4RZymBCDaZryMJDbptVpEpeQuRh4BJ+SYI8le9YGxKvFEvl1Wg==
72+
dependencies:
73+
"@babel/code-frame" "^7.8.3"
74+
"@babel/generator" "^7.9.6"
75+
"@babel/helper-module-transforms" "^7.9.0"
76+
"@babel/helpers" "^7.9.6"
77+
"@babel/parser" "^7.9.6"
78+
"@babel/template" "^7.8.6"
79+
"@babel/traverse" "^7.9.6"
80+
"@babel/types" "^7.9.6"
81+
convert-source-map "^1.7.0"
82+
debug "^4.1.0"
83+
gensync "^1.0.0-beta.1"
84+
json5 "^2.1.2"
85+
lodash "^4.17.13"
86+
resolve "^1.3.2"
87+
semver "^5.4.1"
88+
source-map "^0.5.0"
89+
5990
"@babel/generator@^7.4.0", "@babel/generator@^7.9.0":
6091
version "7.9.4"
6192
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.9.4.tgz#12441e90c3b3c4159cdecf312075bf1a8ce2dbce"
@@ -66,6 +97,16 @@
6697
lodash "^4.17.13"
6798
source-map "^0.5.0"
6899

100+
"@babel/generator@^7.9.6":
101+
version "7.9.6"
102+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.9.6.tgz#5408c82ac5de98cda0d77d8124e99fa1f2170a43"
103+
integrity sha512-+htwWKJbH2bL72HRluF8zumBxzuX0ZZUFl3JLNyoUjM/Ho8wnVpPXM6aUz8cfKDqQ/h7zHqKt4xzJteUosckqQ==
104+
dependencies:
105+
"@babel/types" "^7.9.6"
106+
jsesc "^2.5.1"
107+
lodash "^4.17.13"
108+
source-map "^0.5.0"
109+
69110
"@babel/helper-annotate-as-pure@^7.8.3":
70111
version "7.8.3"
71112
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.8.3.tgz#60bc0bc657f63a0924ff9a4b4a0b24a13cf4deee"
@@ -92,6 +133,17 @@
92133
levenary "^1.1.1"
93134
semver "^5.5.0"
94135

136+
"@babel/helper-compilation-targets@^7.9.6":
137+
version "7.9.6"
138+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.9.6.tgz#1e05b7ccc9d38d2f8b40b458b380a04dcfadd38a"
139+
integrity sha512-x2Nvu0igO0ejXzx09B/1fGBxY9NXQlBW2kZsSxCJft+KHN8t9XWzIvFxtPHnBOAXpVsdxZKZFbRUC8TsNKajMw==
140+
dependencies:
141+
"@babel/compat-data" "^7.9.6"
142+
browserslist "^4.11.1"
143+
invariant "^2.2.4"
144+
levenary "^1.1.1"
145+
semver "^5.5.0"
146+
95147
"@babel/helper-create-class-features-plugin@^7.8.3":
96148
version "7.8.6"
97149
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.8.6.tgz#243a5b46e2f8f0f674dc1387631eb6b28b851de0"
@@ -273,6 +325,15 @@
273325
"@babel/traverse" "^7.9.0"
274326
"@babel/types" "^7.9.0"
275327

328+
"@babel/helpers@^7.9.6":
329+
version "7.9.6"
330+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.9.6.tgz#092c774743471d0bb6c7de3ad465ab3d3486d580"
331+
integrity sha512-tI4bUbldloLcHWoRUMAj4g1bF313M/o6fBKhIsb3QnGVPwRm9JsNf/gqMkQ7zjqReABiffPV6RWj7hEglID5Iw==
332+
dependencies:
333+
"@babel/template" "^7.8.3"
334+
"@babel/traverse" "^7.9.6"
335+
"@babel/types" "^7.9.6"
336+
276337
"@babel/highlight@^7.8.3":
277338
version "7.9.0"
278339
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.9.0.tgz#4e9b45ccb82b79607271b2979ad82c7b68163079"
@@ -287,6 +348,11 @@
287348
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.9.4.tgz#68a35e6b0319bbc014465be43828300113f2f2e8"
288349
integrity sha512-bC49otXX6N0/VYhgOMh4gnP26E9xnDZK3TmbNpxYzzz9BQLBosQwfyOe9/cXUU3txYhTzLCbcqd5c8y/OmCjHA==
289350

351+
"@babel/parser@^7.9.6":
352+
version "7.9.6"
353+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.9.6.tgz#3b1bbb30dabe600cd72db58720998376ff653bc7"
354+
integrity sha512-AoeIEJn8vt+d/6+PXDRPaksYhnlbMIiejioBZvvMQsOjW/JYK6k/0dKnvvP3EhK5GfMBWDPtrxRtegWdAcdq9Q==
355+
290356
"@babel/plugin-proposal-async-generator-functions@^7.8.3":
291357
version "7.8.3"
292358
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.8.3.tgz#bad329c670b382589721b27540c7d288601c6e6f"
@@ -353,10 +419,10 @@
353419
"@babel/helper-plugin-utils" "^7.8.3"
354420
"@babel/plugin-syntax-object-rest-spread" "^7.8.0"
355421

356-
"@babel/plugin-proposal-object-rest-spread@^7.9.5":
357-
version "7.9.5"
358-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.9.5.tgz#3fd65911306d8746014ec0d0cf78f0e39a149116"
359-
integrity sha512-VP2oXvAf7KCYTthbUHwBlewbl1Iq059f6seJGsxMizaCdgHIeczOr7FBqELhSqfkIl04Fi8okzWzl63UKbQmmg==
422+
"@babel/plugin-proposal-object-rest-spread@^7.9.6":
423+
version "7.9.6"
424+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.9.6.tgz#7a093586fcb18b08266eb1a7177da671ac575b63"
425+
integrity sha512-Ga6/fhGqA9Hj+y6whNpPv8psyaK5xzrQwSPsGPloVkvmH+PqW1ixdnfJ9uIO06OjQNYol3PMnfmJ8vfZtkzF+A==
360426
dependencies:
361427
"@babel/helper-plugin-utils" "^7.8.3"
362428
"@babel/plugin-syntax-object-rest-spread" "^7.8.0"
@@ -625,6 +691,15 @@
625691
"@babel/helper-plugin-utils" "^7.8.3"
626692
babel-plugin-dynamic-import-node "^2.3.0"
627693

694+
"@babel/plugin-transform-modules-amd@^7.9.6":
695+
version "7.9.6"
696+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.9.6.tgz#8539ec42c153d12ea3836e0e3ac30d5aae7b258e"
697+
integrity sha512-zoT0kgC3EixAyIAU+9vfaUVKTv9IxBDSabgHoUCBP6FqEJ+iNiN7ip7NBKcYqbfUDfuC2mFCbM7vbu4qJgOnDw==
698+
dependencies:
699+
"@babel/helper-module-transforms" "^7.9.0"
700+
"@babel/helper-plugin-utils" "^7.8.3"
701+
babel-plugin-dynamic-import-node "^2.3.3"
702+
628703
"@babel/plugin-transform-modules-commonjs@^7.9.0":
629704
version "7.9.0"
630705
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.9.0.tgz#e3e72f4cbc9b4a260e30be0ea59bdf5a39748940"
@@ -635,6 +710,16 @@
635710
"@babel/helper-simple-access" "^7.8.3"
636711
babel-plugin-dynamic-import-node "^2.3.0"
637712

713+
"@babel/plugin-transform-modules-commonjs@^7.9.6":
714+
version "7.9.6"
715+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.9.6.tgz#64b7474a4279ee588cacd1906695ca721687c277"
716+
integrity sha512-7H25fSlLcn+iYimmsNe3uK1at79IE6SKW9q0/QeEHTMC9MdOZ+4bA+T1VFB5fgOqBWoqlifXRzYD0JPdmIrgSQ==
717+
dependencies:
718+
"@babel/helper-module-transforms" "^7.9.0"
719+
"@babel/helper-plugin-utils" "^7.8.3"
720+
"@babel/helper-simple-access" "^7.8.3"
721+
babel-plugin-dynamic-import-node "^2.3.3"
722+
638723
"@babel/plugin-transform-modules-systemjs@^7.9.0":
639724
version "7.9.0"
640725
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.9.0.tgz#e9fd46a296fc91e009b64e07ddaa86d6f0edeb90"
@@ -645,6 +730,16 @@
645730
"@babel/helper-plugin-utils" "^7.8.3"
646731
babel-plugin-dynamic-import-node "^2.3.0"
647732

733+
"@babel/plugin-transform-modules-systemjs@^7.9.6":
734+
version "7.9.6"
735+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.9.6.tgz#207f1461c78a231d5337a92140e52422510d81a4"
736+
integrity sha512-NW5XQuW3N2tTHim8e1b7qGy7s0kZ2OH3m5octc49K1SdAKGxYxeIx7hiIz05kS1R2R+hOWcsr1eYwcGhrdHsrg==
737+
dependencies:
738+
"@babel/helper-hoist-variables" "^7.8.3"
739+
"@babel/helper-module-transforms" "^7.9.0"
740+
"@babel/helper-plugin-utils" "^7.8.3"
741+
babel-plugin-dynamic-import-node "^2.3.3"
742+
648743
"@babel/plugin-transform-modules-umd@^7.9.0":
649744
version "7.9.0"
650745
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.9.0.tgz#e909acae276fec280f9b821a5f38e1f08b480697"
@@ -722,6 +817,16 @@
722817
resolve "^1.8.1"
723818
semver "^5.5.1"
724819

820+
"@babel/plugin-transform-runtime@^7.9.6":
821+
version "7.9.6"
822+
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.9.6.tgz#3ba804438ad0d880a17bca5eaa0cdf1edeedb2fd"
823+
integrity sha512-qcmiECD0mYOjOIt8YHNsAP1SxPooC/rDmfmiSK9BNY72EitdSc7l44WTEklaWuFtbOEBjNhWWyph/kOImbNJ4w==
824+
dependencies:
825+
"@babel/helper-module-imports" "^7.8.3"
826+
"@babel/helper-plugin-utils" "^7.8.3"
827+
resolve "^1.8.1"
828+
semver "^5.5.1"
829+
725830
"@babel/plugin-transform-shorthand-properties@^7.8.3":
726831
version "7.8.3"
727832
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.8.3.tgz#28545216e023a832d4d3a1185ed492bcfeac08c8"
@@ -833,21 +938,21 @@
833938
levenary "^1.1.1"
834939
semver "^5.5.0"
835940

836-
"@babel/preset-env@^7.9.5":
837-
version "7.9.5"
838-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.9.5.tgz#8ddc76039bc45b774b19e2fc548f6807d8a8919f"
839-
integrity sha512-eWGYeADTlPJH+wq1F0wNfPbVS1w1wtmMJiYk55Td5Yu28AsdR9AsC97sZ0Qq8fHqQuslVSIYSGJMcblr345GfQ==
941+
"@babel/preset-env@^7.9.6":
942+
version "7.9.6"
943+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.9.6.tgz#df063b276c6455ec6fcfc6e53aacc38da9b0aea6"
944+
integrity sha512-0gQJ9RTzO0heXOhzftog+a/WyOuqMrAIugVYxMYf83gh1CQaQDjMtsOpqOwXyDL/5JcWsrCm8l4ju8QC97O7EQ==
840945
dependencies:
841-
"@babel/compat-data" "^7.9.0"
842-
"@babel/helper-compilation-targets" "^7.8.7"
946+
"@babel/compat-data" "^7.9.6"
947+
"@babel/helper-compilation-targets" "^7.9.6"
843948
"@babel/helper-module-imports" "^7.8.3"
844949
"@babel/helper-plugin-utils" "^7.8.3"
845950
"@babel/plugin-proposal-async-generator-functions" "^7.8.3"
846951
"@babel/plugin-proposal-dynamic-import" "^7.8.3"
847952
"@babel/plugin-proposal-json-strings" "^7.8.3"
848953
"@babel/plugin-proposal-nullish-coalescing-operator" "^7.8.3"
849954
"@babel/plugin-proposal-numeric-separator" "^7.8.3"
850-
"@babel/plugin-proposal-object-rest-spread" "^7.9.5"
955+
"@babel/plugin-proposal-object-rest-spread" "^7.9.6"
851956
"@babel/plugin-proposal-optional-catch-binding" "^7.8.3"
852957
"@babel/plugin-proposal-optional-chaining" "^7.9.0"
853958
"@babel/plugin-proposal-unicode-property-regex" "^7.8.3"
@@ -874,9 +979,9 @@
874979
"@babel/plugin-transform-function-name" "^7.8.3"
875980
"@babel/plugin-transform-literals" "^7.8.3"
876981
"@babel/plugin-transform-member-expression-literals" "^7.8.3"
877-
"@babel/plugin-transform-modules-amd" "^7.9.0"
878-
"@babel/plugin-transform-modules-commonjs" "^7.9.0"
879-
"@babel/plugin-transform-modules-systemjs" "^7.9.0"
982+
"@babel/plugin-transform-modules-amd" "^7.9.6"
983+
"@babel/plugin-transform-modules-commonjs" "^7.9.6"
984+
"@babel/plugin-transform-modules-systemjs" "^7.9.6"
880985
"@babel/plugin-transform-modules-umd" "^7.9.0"
881986
"@babel/plugin-transform-named-capturing-groups-regex" "^7.8.3"
882987
"@babel/plugin-transform-new-target" "^7.8.3"
@@ -892,8 +997,8 @@
892997
"@babel/plugin-transform-typeof-symbol" "^7.8.4"
893998
"@babel/plugin-transform-unicode-regex" "^7.8.3"
894999
"@babel/preset-modules" "^0.1.3"
895-
"@babel/types" "^7.9.5"
896-
browserslist "^4.9.1"
1000+
"@babel/types" "^7.9.6"
1001+
browserslist "^4.11.1"
8971002
core-js-compat "^3.6.2"
8981003
invariant "^2.2.2"
8991004
levenary "^1.1.1"
@@ -917,10 +1022,10 @@
9171022
dependencies:
9181023
regenerator-runtime "^0.13.4"
9191024

920-
"@babel/standalone@^7.9.5":
921-
version "7.9.5"
922-
resolved "https://registry.yarnpkg.com/@babel/standalone/-/standalone-7.9.5.tgz#aba82195a39a8ed8ae56eacff72cf2bda551a7c3"
923-
integrity sha512-J6mHRjRUh4pKCd1uz5ghF2LpUwMuGwxy4z+TM+jbvt0dM6NiXd8Z2UOD1ftmGfkuAuDYlgcz4fm62MIjt8iUlg==
1025+
"@babel/standalone@^7.9.6":
1026+
version "7.9.6"
1027+
resolved "https://registry.yarnpkg.com/@babel/standalone/-/standalone-7.9.6.tgz#7a5f82c6fa29959b12f708213be6de8ec0b79338"
1028+
integrity sha512-UE0vm/4vuwzGgGNY9wR78ft3DUcHvAU0o/esXas2qjUL8yHMAEc04OmLkb3dfkUwlqbQ4+vC1OLBzwhcoIqLsA==
9241029

9251030
"@babel/template@^7.3.3", "@babel/template@^7.4.0", "@babel/template@^7.7.4", "@babel/template@^7.8.3", "@babel/template@^7.8.6":
9261031
version "7.8.6"
@@ -946,6 +1051,21 @@
9461051
globals "^11.1.0"
9471052
lodash "^4.17.13"
9481053

1054+
"@babel/traverse@^7.9.6":
1055+
version "7.9.6"
1056+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.9.6.tgz#5540d7577697bf619cc57b92aa0f1c231a94f442"
1057+
integrity sha512-b3rAHSjbxy6VEAvlxM8OV/0X4XrG72zoxme6q1MOoe2vd0bEc+TwayhuC1+Dfgqh1QEG+pj7atQqvUprHIccsg==
1058+
dependencies:
1059+
"@babel/code-frame" "^7.8.3"
1060+
"@babel/generator" "^7.9.6"
1061+
"@babel/helper-function-name" "^7.9.5"
1062+
"@babel/helper-split-export-declaration" "^7.8.3"
1063+
"@babel/parser" "^7.9.6"
1064+
"@babel/types" "^7.9.6"
1065+
debug "^4.1.0"
1066+
globals "^11.1.0"
1067+
lodash "^4.17.13"
1068+
9491069
"@babel/types@^7.0.0", "@babel/types@^7.3.0", "@babel/types@^7.4.0", "@babel/types@^7.4.4", "@babel/types@^7.7.0", "@babel/types@^7.8.3", "@babel/types@^7.8.6", "@babel/types@^7.9.0":
9501070
version "7.9.0"
9511071
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.0.tgz#00b064c3df83ad32b2dbf5ff07312b15c7f1efb5"
@@ -964,6 +1084,15 @@
9641084
lodash "^4.17.13"
9651085
to-fast-properties "^2.0.0"
9661086

1087+
"@babel/types@^7.9.6":
1088+
version "7.9.6"
1089+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.9.6.tgz#2c5502b427251e9de1bd2dff95add646d95cc9f7"
1090+
integrity sha512-qxXzvBO//jO9ZnoasKF1uJzHd2+M6Q2ZPIVfnFps8JJvXy0ZBbwbNOmE6SGIY5XOY6d1Bo5lb9d9RJ8nv3WSeA==
1091+
dependencies:
1092+
"@babel/helper-validator-identifier" "^7.9.5"
1093+
lodash "^4.17.13"
1094+
to-fast-properties "^2.0.0"
1095+
9671096
"@bcoe/v8-coverage@^0.2.3":
9681097
version "0.2.3"
9691098
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
@@ -2521,6 +2650,13 @@ babel-plugin-dynamic-import-node@^2.3.0:
25212650
dependencies:
25222651
object.assign "^4.1.0"
25232652

2653+
babel-plugin-dynamic-import-node@^2.3.3:
2654+
version "2.3.3"
2655+
resolved "https://registry.yarnpkg.com/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz#84fda19c976ec5c6defef57f9427b3def66e17a3"
2656+
integrity sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ==
2657+
dependencies:
2658+
object.assign "^4.1.0"
2659+
25242660
babel-plugin-istanbul@^5.1.0:
25252661
version "5.2.0"
25262662
resolved "https://registry.yarnpkg.com/babel-plugin-istanbul/-/babel-plugin-istanbul-5.2.0.tgz#df4ade83d897a92df069c4d9a25cf2671293c854"
@@ -11282,10 +11418,10 @@ rollup-pluginutils@^2.8.1:
1128211418
dependencies:
1128311419
estree-walker "^0.6.1"
1128411420

11285-
rollup@^2.7.3:
11286-
version "2.7.3"
11287-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.7.3.tgz#24ebb08533b9ca6bc5a7aef8100e155e50035c31"
11288-
integrity sha512-lAWJGZ5BQzcu/5fhMKGJrh5oy9LQUoaCid8cQV8k+E2vE9E/UWptzcM+bSBg+u8akORsvnybsqQUE/wVChIazg==
11421+
rollup@^2.7.5:
11422+
version "2.7.5"
11423+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.7.5.tgz#dd4e4518b58348a841aefa47bea544f3be27a76f"
11424+
integrity sha512-xQSM8uzhgtF6tTnTVEvOQThrcG3LPUP3T/4l4EukzDp0kbTY1QRDuXjiwtYzs9odKj9Bj/PccRG6viFfS7DmCQ==
1128911425
optionalDependencies:
1129011426
fsevents "~2.1.2"
1129111427

0 commit comments

Comments
 (0)