Skip to content

Commit ea93eea

Browse files
committed
chore: bump deps
1 parent 4fc5c97 commit ea93eea

File tree

2 files changed

+155
-51
lines changed

2 files changed

+155
-51
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -53,17 +53,17 @@
5353
}
5454
},
5555
"devDependencies": {
56-
"@babel/core": "^7.13.10",
56+
"@babel/core": "^7.13.14",
5757
"@babel/plugin-transform-flow-strip-types": "7.13.0",
58-
"@babel/preset-env": "7.13.10",
58+
"@babel/preset-env": "7.13.12",
5959
"@commitlint/cli": "12.0.1",
6060
"@commitlint/config-conventional": "12.0.1",
61-
"@nativescript/core": "7.3.0",
61+
"@nativescript/core": "8.0.0-alpha.9",
6262
"@rollup/plugin-alias": "3.1.2",
6363
"@rollup/plugin-buble": "0.21.3",
64-
"@rollup/plugin-commonjs": "17.1.0",
65-
"@rollup/plugin-node-resolve": "11.2.0",
66-
"@rollup/plugin-replace": "2.4.1",
64+
"@rollup/plugin-commonjs": "18.0.0",
65+
"@rollup/plugin-node-resolve": "11.2.1",
66+
"@rollup/plugin-replace": "2.4.2",
6767
"babel-jest": "26.6.3",
6868
"chalk": "4.1.0",
6969
"commitizen": "4.2.3",
@@ -74,12 +74,12 @@
7474
"jest": "26.6.3",
7575
"jest-junit": "12.0.0",
7676
"lint-staged": "10.5.4",
77-
"patch-package": "^6.4.6",
77+
"patch-package": "^6.4.7",
7878
"prettier": "2.2.1",
79-
"rollup": "^2.41.0",
79+
"rollup": "^2.44.0",
8080
"rollup-plugin-flow-no-whitespace": "1.0.0",
8181
"rollup-plugin-resolve-aliases": "0.3.0",
82-
"semver": "7.3.4",
82+
"semver": "7.3.5",
8383
"set-value": "3.0.2",
8484
"vue": "2.6.12"
8585
},

yarn.lock

Lines changed: 146 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@
2121
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.8.tgz#5b783b9808f15cef71547f1b691f34f8ff6003a6"
2222
integrity sha512-EaI33z19T4qN3xLXsGf48M2cDqa6ei9tPZlfLdb2HC+e/cFtREiRd8hdSqDbwdLB0/+gLwqJmCYASH0z2bUdog==
2323

24+
"@babel/compat-data@^7.13.12":
25+
version "7.13.12"
26+
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.12.tgz#a8a5ccac19c200f9dd49624cac6e19d7be1236a1"
27+
integrity sha512-3eJJ841uKxeV8dcN/2yGEUy+RfgQspPEgQat85umsE1rotuquQ2AbIub4S6j7c50a2d+4myc+zSlnXeIHrOnhQ==
28+
2429
"@babel/core@^7.1.0", "@babel/core@^7.7.5":
2530
version "7.10.5"
2631
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.10.5.tgz#1f15e2cca8ad9a1d78a38ddba612f5e7cdbbd330"
@@ -43,25 +48,24 @@
4348
semver "^5.4.1"
4449
source-map "^0.5.0"
4550

46-
"@babel/core@^7.13.10":
47-
version "7.13.10"
48-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.10.tgz#07de050bbd8193fcd8a3c27918c0890613a94559"
49-
integrity sha512-bfIYcT0BdKeAZrovpMqX2Mx5NrgAckGbwT982AkdS5GNfn3KMGiprlBAtmBcFZRUmpaufS6WZFP8trvx8ptFDw==
51+
"@babel/core@^7.13.14":
52+
version "7.13.14"
53+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.14.tgz#8e46ebbaca460a63497c797e574038ab04ae6d06"
54+
integrity sha512-wZso/vyF4ki0l0znlgM4inxbdrUvCb+cVz8grxDq+6C9k6qbqoIJteQOKicaKjCipU3ISV+XedCqpL2RJJVehA==
5055
dependencies:
5156
"@babel/code-frame" "^7.12.13"
5257
"@babel/generator" "^7.13.9"
53-
"@babel/helper-compilation-targets" "^7.13.10"
54-
"@babel/helper-module-transforms" "^7.13.0"
58+
"@babel/helper-compilation-targets" "^7.13.13"
59+
"@babel/helper-module-transforms" "^7.13.14"
5560
"@babel/helpers" "^7.13.10"
56-
"@babel/parser" "^7.13.10"
61+
"@babel/parser" "^7.13.13"
5762
"@babel/template" "^7.12.13"
58-
"@babel/traverse" "^7.13.0"
59-
"@babel/types" "^7.13.0"
63+
"@babel/traverse" "^7.13.13"
64+
"@babel/types" "^7.13.14"
6065
convert-source-map "^1.7.0"
6166
debug "^4.1.0"
6267
gensync "^1.0.0-beta.2"
6368
json5 "^2.1.2"
64-
lodash "^4.17.19"
6569
semver "^6.3.0"
6670
source-map "^0.5.0"
6771

@@ -115,6 +119,16 @@
115119
browserslist "^4.14.5"
116120
semver "^6.3.0"
117121

122+
"@babel/helper-compilation-targets@^7.13.13":
123+
version "7.13.13"
124+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.13.tgz#2b2972a0926474853f41e4adbc69338f520600e5"
125+
integrity sha512-q1kcdHNZehBwD9jYPh3WyXcsFERi39X4I59I3NadciWtNDyZ6x+GboOxncFK0kXlKIv6BJm5acncehXWUjWQMQ==
126+
dependencies:
127+
"@babel/compat-data" "^7.13.12"
128+
"@babel/helper-validator-option" "^7.12.17"
129+
browserslist "^4.14.5"
130+
semver "^6.3.0"
131+
118132
"@babel/helper-create-class-features-plugin@^7.13.0":
119133
version "7.13.10"
120134
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.13.10.tgz#073b2bbb925a097643c6fc5770e5f13394e887c9"
@@ -218,6 +232,13 @@
218232
dependencies:
219233
"@babel/types" "^7.13.0"
220234

235+
"@babel/helper-member-expression-to-functions@^7.13.12":
236+
version "7.13.12"
237+
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.13.12.tgz#dfe368f26d426a07299d8d6513821768216e6d72"
238+
integrity sha512-48ql1CLL59aKbU94Y88Xgb2VFy7a95ykGRbJJaaVv+LX5U8wFpLfiGXJJGUozsmA1oEh/o5Bp60Voq7ACyA/Sw==
239+
dependencies:
240+
"@babel/types" "^7.13.12"
241+
221242
"@babel/helper-module-imports@^7.10.4":
222243
version "7.10.4"
223244
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.10.4.tgz#4c5c54be04bd31670a7382797d75b9fa2e5b5620"
@@ -232,6 +253,13 @@
232253
dependencies:
233254
"@babel/types" "^7.12.13"
234255

256+
"@babel/helper-module-imports@^7.13.12":
257+
version "7.13.12"
258+
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.13.12.tgz#c6a369a6f3621cb25da014078684da9196b61977"
259+
integrity sha512-4cVvR2/1B693IuOvSI20xqqa/+bl7lqAMR59R4iu39R9aOX8/JoYY1sFaNvUMyMBGnHdwvJgUrzNLoUZxXypxA==
260+
dependencies:
261+
"@babel/types" "^7.13.12"
262+
235263
"@babel/helper-module-transforms@^7.10.5":
236264
version "7.10.5"
237265
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.10.5.tgz#120c271c0b3353673fcdfd8c053db3c544a260d6"
@@ -260,6 +288,20 @@
260288
"@babel/types" "^7.13.0"
261289
lodash "^4.17.19"
262290

291+
"@babel/helper-module-transforms@^7.13.14":
292+
version "7.13.14"
293+
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.13.14.tgz#e600652ba48ccb1641775413cb32cfa4e8b495ef"
294+
integrity sha512-QuU/OJ0iAOSIatyVZmfqB0lbkVP0kDRiKj34xy+QNsnVZi/PA6BoSoreeqnxxa9EHFAIL0R9XOaAR/G9WlIy5g==
295+
dependencies:
296+
"@babel/helper-module-imports" "^7.13.12"
297+
"@babel/helper-replace-supers" "^7.13.12"
298+
"@babel/helper-simple-access" "^7.13.12"
299+
"@babel/helper-split-export-declaration" "^7.12.13"
300+
"@babel/helper-validator-identifier" "^7.12.11"
301+
"@babel/template" "^7.12.13"
302+
"@babel/traverse" "^7.13.13"
303+
"@babel/types" "^7.13.14"
304+
263305
"@babel/helper-optimise-call-expression@^7.10.4":
264306
version "7.10.4"
265307
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.10.4.tgz#50dc96413d594f995a77905905b05893cd779673"
@@ -325,6 +367,16 @@
325367
"@babel/traverse" "^7.13.0"
326368
"@babel/types" "^7.13.0"
327369

370+
"@babel/helper-replace-supers@^7.13.12":
371+
version "7.13.12"
372+
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.13.12.tgz#6442f4c1ad912502481a564a7386de0c77ff3804"
373+
integrity sha512-Gz1eiX+4yDO8mT+heB94aLVNCL+rbuT2xy4YfyNqu8F+OI6vMvJK891qGBTqL9Uc8wxEvRW92Id6G7sDen3fFw==
374+
dependencies:
375+
"@babel/helper-member-expression-to-functions" "^7.13.12"
376+
"@babel/helper-optimise-call-expression" "^7.12.13"
377+
"@babel/traverse" "^7.13.0"
378+
"@babel/types" "^7.13.12"
379+
328380
"@babel/helper-simple-access@^7.10.4":
329381
version "7.10.4"
330382
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.10.4.tgz#0f5ccda2945277a2a7a2d3a821e15395edcf3461"
@@ -340,6 +392,13 @@
340392
dependencies:
341393
"@babel/types" "^7.12.13"
342394

395+
"@babel/helper-simple-access@^7.13.12":
396+
version "7.13.12"
397+
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.13.12.tgz#dd6c538afb61819d205a012c31792a39c7a5eaf6"
398+
integrity sha512-7FEjbrx5SL9cWvXioDbnlYTppcZGuCY6ow3/D5vMggb2Ywgu4dMrpTJX0JdQAIcRRUElOIxF3yEooa9gUb9ZbA==
399+
dependencies:
400+
"@babel/types" "^7.13.12"
401+
343402
"@babel/helper-skip-transparent-expression-wrappers@^7.12.1":
344403
version "7.12.1"
345404
resolved "https://registry.yarnpkg.com/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.12.1.tgz#462dc63a7e435ade8468385c63d2b84cce4b3cbf"
@@ -427,11 +486,25 @@
427486
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.10.5.tgz#e7c6bf5a7deff957cec9f04b551e2762909d826b"
428487
integrity sha512-wfryxy4bE1UivvQKSQDU4/X6dr+i8bctjUjj8Zyt3DQy7NtPizJXT8M52nqpNKL+nq2PW8lxk4ZqLj0fD4B4hQ==
429488

430-
"@babel/parser@^7.12.13", "@babel/parser@^7.13.0", "@babel/parser@^7.13.10":
489+
"@babel/parser@^7.12.13", "@babel/parser@^7.13.0":
431490
version "7.13.10"
432491
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.10.tgz#8f8f9bf7b3afa3eabd061f7a5bcdf4fec3c48409"
433492
integrity sha512-0s7Mlrw9uTWkYua7xWr99Wpk2bnGa0ANleKfksYAES8LpWH4gW1OUr42vqKNf0us5UQNfru2wPqMqRITzq/SIQ==
434493

494+
"@babel/parser@^7.13.13":
495+
version "7.13.13"
496+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.13.tgz#42f03862f4aed50461e543270916b47dd501f0df"
497+
integrity sha512-OhsyMrqygfk5v8HmWwOzlYjJrtLaFhF34MrfG/Z73DgYCI6ojNUTUp2TYbtnjo8PegeJp12eamsNettCQjKjVw==
498+
499+
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.13.12":
500+
version "7.13.12"
501+
resolved "https://registry.yarnpkg.com/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.13.12.tgz#a3484d84d0b549f3fc916b99ee4783f26fabad2a"
502+
integrity sha512-d0u3zWKcoZf379fOeJdr1a5WPDny4aOFZ6hlfKivgK0LY7ZxNfoaHL2fWwdGtHyVvra38FC+HVYkO+byfSA8AQ==
503+
dependencies:
504+
"@babel/helper-plugin-utils" "^7.13.0"
505+
"@babel/helper-skip-transparent-expression-wrappers" "^7.12.1"
506+
"@babel/plugin-proposal-optional-chaining" "^7.13.12"
507+
435508
"@babel/plugin-proposal-async-generator-functions@^7.13.8":
436509
version "7.13.8"
437510
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.13.8.tgz#87aacb574b3bc4b5603f6fe41458d72a5a2ec4b1"
@@ -516,10 +589,10 @@
516589
"@babel/helper-plugin-utils" "^7.13.0"
517590
"@babel/plugin-syntax-optional-catch-binding" "^7.8.3"
518591

519-
"@babel/plugin-proposal-optional-chaining@^7.13.8":
520-
version "7.13.8"
521-
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.13.8.tgz#e39df93efe7e7e621841babc197982e140e90756"
522-
integrity sha512-hpbBwbTgd7Cz1QryvwJZRo1U0k1q8uyBmeXOSQUjdg/A2TASkhR/rz7AyqZ/kS8kbpsNA80rOYbxySBJAqmhhQ==
592+
"@babel/plugin-proposal-optional-chaining@^7.13.12":
593+
version "7.13.12"
594+
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.13.12.tgz#ba9feb601d422e0adea6760c2bd6bbb7bfec4866"
595+
integrity sha512-fcEdKOkIB7Tf4IxrgEVeFC4zeJSTr78no9wTdBuZZbqF64kzllU0ybo2zrzm7gUQfxGhBgq4E39oRs8Zx/RMYQ==
523596
dependencies:
524597
"@babel/helper-plugin-utils" "^7.13.0"
525598
"@babel/helper-skip-transparent-expression-wrappers" "^7.12.1"
@@ -946,15 +1019,16 @@
9461019
"@babel/helper-create-regexp-features-plugin" "^7.12.13"
9471020
"@babel/helper-plugin-utils" "^7.12.13"
9481021

949-
"@babel/preset-env@7.13.10":
950-
version "7.13.10"
951-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.13.10.tgz#b5cde31d5fe77ab2a6ab3d453b59041a1b3a5252"
952-
integrity sha512-nOsTScuoRghRtUsRr/c69d042ysfPHcu+KOB4A9aAO9eJYqrkat+LF8G1yp1HD18QiwixT2CisZTr/0b3YZPXQ==
1022+
"@babel/preset-env@7.13.12":
1023+
version "7.13.12"
1024+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.13.12.tgz#6dff470478290582ac282fb77780eadf32480237"
1025+
integrity sha512-JzElc6jk3Ko6zuZgBtjOd01pf9yYDEIH8BcqVuYIuOkzOwDesoa/Nz4gIo4lBG6K861KTV9TvIgmFuT6ytOaAA==
9531026
dependencies:
954-
"@babel/compat-data" "^7.13.8"
1027+
"@babel/compat-data" "^7.13.12"
9551028
"@babel/helper-compilation-targets" "^7.13.10"
9561029
"@babel/helper-plugin-utils" "^7.13.0"
9571030
"@babel/helper-validator-option" "^7.12.17"
1031+
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" "^7.13.12"
9581032
"@babel/plugin-proposal-async-generator-functions" "^7.13.8"
9591033
"@babel/plugin-proposal-class-properties" "^7.13.0"
9601034
"@babel/plugin-proposal-dynamic-import" "^7.13.8"
@@ -965,7 +1039,7 @@
9651039
"@babel/plugin-proposal-numeric-separator" "^7.12.13"
9661040
"@babel/plugin-proposal-object-rest-spread" "^7.13.8"
9671041
"@babel/plugin-proposal-optional-catch-binding" "^7.13.8"
968-
"@babel/plugin-proposal-optional-chaining" "^7.13.8"
1042+
"@babel/plugin-proposal-optional-chaining" "^7.13.12"
9691043
"@babel/plugin-proposal-private-methods" "^7.13.0"
9701044
"@babel/plugin-proposal-unicode-property-regex" "^7.12.13"
9711045
"@babel/plugin-syntax-async-generators" "^7.8.4"
@@ -1013,7 +1087,7 @@
10131087
"@babel/plugin-transform-unicode-escapes" "^7.12.13"
10141088
"@babel/plugin-transform-unicode-regex" "^7.12.13"
10151089
"@babel/preset-modules" "^0.1.4"
1016-
"@babel/types" "^7.13.0"
1090+
"@babel/types" "^7.13.12"
10171091
babel-plugin-polyfill-corejs2 "^0.1.4"
10181092
babel-plugin-polyfill-corejs3 "^0.1.3"
10191093
babel-plugin-polyfill-regenerator "^0.1.2"
@@ -1086,6 +1160,20 @@
10861160
globals "^11.1.0"
10871161
lodash "^4.17.19"
10881162

1163+
"@babel/traverse@^7.13.13":
1164+
version "7.13.13"
1165+
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.13.13.tgz#39aa9c21aab69f74d948a486dd28a2dbdbf5114d"
1166+
integrity sha512-CblEcwmXKR6eP43oQGG++0QMTtCjAsa3frUuzHoiIJWpaIIi8dwMyEFUJoXRLxagGqCK+jALRwIO+o3R9p/uUg==
1167+
dependencies:
1168+
"@babel/code-frame" "^7.12.13"
1169+
"@babel/generator" "^7.13.9"
1170+
"@babel/helper-function-name" "^7.12.13"
1171+
"@babel/helper-split-export-declaration" "^7.12.13"
1172+
"@babel/parser" "^7.13.13"
1173+
"@babel/types" "^7.13.13"
1174+
debug "^4.1.0"
1175+
globals "^11.1.0"
1176+
10891177
"@babel/types@^7.0.0", "@babel/types@^7.10.4", "@babel/types@^7.10.5", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4", "@babel/types@^7.8.3":
10901178
version "7.10.5"
10911179
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.10.5.tgz#d88ae7e2fde86bfbfe851d4d81afa70a997b5d15"
@@ -1113,6 +1201,15 @@
11131201
lodash "^4.17.19"
11141202
to-fast-properties "^2.0.0"
11151203

1204+
"@babel/types@^7.13.12", "@babel/types@^7.13.13", "@babel/types@^7.13.14":
1205+
version "7.13.14"
1206+
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.13.14.tgz#c35a4abb15c7cd45a2746d78ab328e362cbace0d"
1207+
integrity sha512-A2aa3QTkWoyqsZZFl56MLUsfmh7O0gN41IPvXAE/++8ojpbz12SszD7JEGYVdn4f9Kt4amIei07swF1h4AqmmQ==
1208+
dependencies:
1209+
"@babel/helper-validator-identifier" "^7.12.11"
1210+
lodash "^4.17.19"
1211+
to-fast-properties "^2.0.0"
1212+
11161213
"@bcoe/v8-coverage@^0.2.3":
11171214
version "0.2.3"
11181215
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
@@ -1512,10 +1609,10 @@
15121609
"@types/buble" "^0.19.2"
15131610
buble "^0.20.0"
15141611

1515-
"@rollup/plugin-commonjs@17.1.0":
1516-
version "17.1.0"
1517-
resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-17.1.0.tgz#757ec88737dffa8aa913eb392fade2e45aef2a2d"
1518-
integrity sha512-PoMdXCw0ZyvjpCMT5aV4nkL0QywxP29sODQsSGeDpr/oI49Qq9tRtAsb/LbYbDzFlOydVEqHmmZWFtXJEAX9ew==
1612+
"@rollup/plugin-commonjs@18.0.0":
1613+
version "18.0.0"
1614+
resolved "https://registry.yarnpkg.com/@rollup/plugin-commonjs/-/plugin-commonjs-18.0.0.tgz#50dc7518b5aa9e66a270e529ea85115d269825c4"
1615+
integrity sha512-fj92shhg8luw7XbA0HowAqz90oo7qtLGwqTKbyZ8pmOyH8ui5e+u0wPEgeHLH3djcVma6gUCUrjY6w5R2o1u6g==
15191616
dependencies:
15201617
"@rollup/pluginutils" "^3.1.0"
15211618
commondir "^1.0.1"
@@ -1525,10 +1622,10 @@
15251622
magic-string "^0.25.7"
15261623
resolve "^1.17.0"
15271624

1528-
"@rollup/plugin-node-resolve@11.2.0":
1529-
version "11.2.0"
1530-
resolved "https://registry.yarnpkg.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-11.2.0.tgz#a5ab88c35bb7622d115f44984dee305112b6f714"
1531-
integrity sha512-qHjNIKYt5pCcn+5RUBQxK8krhRvf1HnyVgUCcFFcweDS7fhkOLZeYh0mhHK6Ery8/bb9tvN/ubPzmfF0qjDCTA==
1625+
"@rollup/plugin-node-resolve@11.2.1":
1626+
version "11.2.1"
1627+
resolved "https://registry.yarnpkg.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-11.2.1.tgz#82aa59397a29cd4e13248b106e6a4a1880362a60"
1628+
integrity sha512-yc2n43jcqVyGE2sqV5/YCmocy9ArjVAP/BeXyTtADTBBX6V0e5UMqwO8CdQ0kzjb6zu5P1qMzsScCMRvE9OlVg==
15321629
dependencies:
15331630
"@rollup/pluginutils" "^3.1.0"
15341631
"@types/resolve" "1.17.1"
@@ -1537,10 +1634,10 @@
15371634
is-module "^1.0.0"
15381635
resolve "^1.19.0"
15391636

1540-
"@rollup/plugin-replace@2.4.1":
1541-
version "2.4.1"
1542-
resolved "https://registry.yarnpkg.com/@rollup/plugin-replace/-/plugin-replace-2.4.1.tgz#c411b5ab72809fb1bfc8b487d8d02eef661460d3"
1543-
integrity sha512-XwC1oK5rrtRJ0tn1ioLHS6OV5JTluJF7QE1J/q1hN3bquwjnVxjtMyY9iCnoyH9DQbf92CxajB3o98wZbP3oAQ==
1637+
"@rollup/plugin-replace@2.4.2":
1638+
version "2.4.2"
1639+
resolved "https://registry.yarnpkg.com/@rollup/plugin-replace/-/plugin-replace-2.4.2.tgz#a2d539314fbc77c244858faa523012825068510a"
1640+
integrity sha512-IGcu+cydlUMZ5En85jxHH4qj2hta/11BHq95iHEyb2sbgiN0eCdzvUcHw5gt9pBL5lTi4JDYJ1acCoMGpTvEZg==
15441641
dependencies:
15451642
"@rollup/pluginutils" "^3.1.0"
15461643
magic-string "^0.25.7"
@@ -5529,10 +5626,10 @@ pascalcase@^0.1.1:
55295626
resolved "https://registry.yarnpkg.com/pascalcase/-/pascalcase-0.1.1.tgz#b363e55e8006ca6fe21784d2db22bd15d7917f14"
55305627
integrity sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ=
55315628

5532-
patch-package@^6.4.6:
5533-
version "6.4.6"
5534-
resolved "https://registry.yarnpkg.com/patch-package/-/patch-package-6.4.6.tgz#e61fe9f0d23df509338e3b79be6e89b81d5760e4"
5535-
integrity sha512-AO2bh42z8AQL+0OUdcRpS5Z/0X8k9IQ1uc1HzlVye+2RQrtDeNgTk5SbS4rdbLJKtUWRpvPISrYZeyh+OK4AKw==
5629+
patch-package@^6.4.7:
5630+
version "6.4.7"
5631+
resolved "https://registry.yarnpkg.com/patch-package/-/patch-package-6.4.7.tgz#2282d53c397909a0d9ef92dae3fdeb558382b148"
5632+
integrity sha512-S0vh/ZEafZ17hbhgqdnpunKDfzHQibQizx9g8yEf5dcVk3KOflOfdufRXQX8CSEkyOQwuM/bNz1GwKvFj54kaQ==
55365633
dependencies:
55375634
"@yarnpkg/lockfile" "^1.1.0"
55385635
chalk "^2.4.2"
@@ -6147,10 +6244,10 @@ rollup-pluginutils@^1.5.2:
61476244
estree-walker "^0.2.1"
61486245
minimatch "^3.0.2"
61496246

6150-
rollup@^2.41.0:
6151-
version "2.41.0"
6152-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.41.0.tgz#b2a398bbabbf227738dedaef099e494aed468982"
6153-
integrity sha512-Gk76XHTggulWPH95q8V62bw6uqDH6UGvbD6LOa3QUyhuMF3eOuaeDHR7SLm1T9faitkpNrqzUAVYx47klcMnlA==
6247+
rollup@^2.44.0:
6248+
version "2.44.0"
6249+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.44.0.tgz#8da324d1c4fd12beef9ae6e12f4068265b6d95eb"
6250+
integrity sha512-rGSF4pLwvuaH/x4nAS+zP6UNn5YUDWf/TeEU5IoXSZKBbKRNTCI3qMnYXKZgrC0D2KzS2baiOZt1OlqhMu5rnQ==
61546251
optionalDependencies:
61556252
fsevents "~2.3.1"
61566253

@@ -6256,6 +6353,13 @@ semver@7.3.4, semver@^7.3.2:
62566353
dependencies:
62576354
lru-cache "^6.0.0"
62586355

6356+
semver@7.3.5:
6357+
version "7.3.5"
6358+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.5.tgz#0b621c879348d8998e4b0e4be94b3f12e6018ef7"
6359+
integrity sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==
6360+
dependencies:
6361+
lru-cache "^6.0.0"
6362+
62596363
semver@^6.0.0, semver@^6.1.1, semver@^6.1.2, semver@^6.3.0:
62606364
version "6.3.0"
62616365
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"

0 commit comments

Comments
 (0)