Skip to content

Commit be848c9

Browse files
committed
- Upgrade dependencies
1 parent 36d31f2 commit be848c9

File tree

2 files changed

+116
-61
lines changed

2 files changed

+116
-61
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@
7070
"rimraf": "^3.0.2"
7171
},
7272
"devDependencies": {
73-
"@babel/cli": "7.13.0",
74-
"@babel/core": "7.13.8",
75-
"@babel/preset-env": "7.13.9",
73+
"@babel/cli": "7.13.10",
74+
"@babel/core": "7.13.10",
75+
"@babel/preset-env": "7.13.10",
7676
"@babel/preset-typescript": "7.13.0",
7777
"@rollup/plugin-commonjs": "17.1.0",
7878
"@rollup/plugin-node-resolve": "11.2.0",
@@ -82,8 +82,8 @@
8282
"@types/node": "14.14.32",
8383
"@types/node-fetch": "2.5.8",
8484
"@types/qs": "6.9.6",
85-
"@typescript-eslint/eslint-plugin": "4.16.1",
86-
"@typescript-eslint/parser": "4.16.1",
85+
"@typescript-eslint/eslint-plugin": "4.17.0",
86+
"@typescript-eslint/parser": "4.17.0",
8787
"codecov": "3.8.1",
8888
"eslint": "7.21.0",
8989
"eslint-config-prettier": "8.1.0",
@@ -98,7 +98,7 @@
9898
"prettier": "2.2.1",
9999
"puppeteer": "8.0.0",
100100
"qs": "6.9.6",
101-
"rollup": "2.40.0",
101+
"rollup": "2.41.0",
102102
"rollup-plugin-terser": "7.0.2",
103103
"rollup-plugin-typescript2": "0.30.0",
104104
"typescript": "4.2.3"

yarn.lock

Lines changed: 110 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
call-me-maybe "^1.0.1"
1212
js-yaml "^3.13.1"
1313

14-
"@babel/[email protected].0":
15-
version "7.13.0"
16-
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.13.0.tgz#48e77614e897615ca299bece587b68a70723ff4c"
17-
integrity sha512-y5AohgeVhU+wO5kU1WGMLdocFj83xCxVjsVFa2ilII8NEwmBZvx7Ambq621FbFIK68loYJ9p43nfoi6es+rzSA==
14+
"@babel/[email protected].10":
15+
version "7.13.10"
16+
resolved "https://registry.yarnpkg.com/@babel/cli/-/cli-7.13.10.tgz#3a9254cbe806639c8ca4ebd49ebe54b4267b88c9"
17+
integrity sha512-lYSBC7B4B9hJ7sv0Ojx1BrGhuzCoOIYfLjd+Xpd4rOzdS+a47yi8voV8vFkfjlZR1N5qZO7ixOCbobUdT304PQ==
1818
dependencies:
1919
commander "^4.0.1"
2020
convert-source-map "^1.1.0"
@@ -47,7 +47,29 @@
4747
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.8.tgz#5b783b9808f15cef71547f1b691f34f8ff6003a6"
4848
integrity sha512-EaI33z19T4qN3xLXsGf48M2cDqa6ei9tPZlfLdb2HC+e/cFtREiRd8hdSqDbwdLB0/+gLwqJmCYASH0z2bUdog==
4949

50-
"@babel/[email protected]", "@babel/core@^7.1.0", "@babel/core@^7.7.5":
50+
51+
version "7.13.10"
52+
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.10.tgz#07de050bbd8193fcd8a3c27918c0890613a94559"
53+
integrity sha512-bfIYcT0BdKeAZrovpMqX2Mx5NrgAckGbwT982AkdS5GNfn3KMGiprlBAtmBcFZRUmpaufS6WZFP8trvx8ptFDw==
54+
dependencies:
55+
"@babel/code-frame" "^7.12.13"
56+
"@babel/generator" "^7.13.9"
57+
"@babel/helper-compilation-targets" "^7.13.10"
58+
"@babel/helper-module-transforms" "^7.13.0"
59+
"@babel/helpers" "^7.13.10"
60+
"@babel/parser" "^7.13.10"
61+
"@babel/template" "^7.12.13"
62+
"@babel/traverse" "^7.13.0"
63+
"@babel/types" "^7.13.0"
64+
convert-source-map "^1.7.0"
65+
debug "^4.1.0"
66+
gensync "^1.0.0-beta.2"
67+
json5 "^2.1.2"
68+
lodash "^4.17.19"
69+
semver "^6.3.0"
70+
source-map "^0.5.0"
71+
72+
"@babel/core@^7.1.0", "@babel/core@^7.7.5":
5173
version "7.13.8"
5274
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.8.tgz#c191d9c5871788a591d69ea1dc03e5843a3680fb"
5375
integrity sha512-oYapIySGw1zGhEFRd6lzWNLWFX2s5dA/jm+Pw/+59ZdXtjyIuwlXbrId22Md0rgZVop+aVoqow2riXhBLNyuQg==
@@ -78,6 +100,15 @@
78100
jsesc "^2.5.1"
79101
source-map "^0.5.0"
80102

103+
"@babel/generator@^7.13.9":
104+
version "7.13.9"
105+
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.13.9.tgz#3a7aa96f9efb8e2be42d38d80e2ceb4c64d8de39"
106+
integrity sha512-mHOOmY0Axl/JCTkxTU6Lf5sWOg/v8nUa+Xkt4zMTftX0wqmb6Sh7J8gvcehBw7q0AhrhAR+FDacKjCZ2X8K+Sw==
107+
dependencies:
108+
"@babel/types" "^7.13.0"
109+
jsesc "^2.5.1"
110+
source-map "^0.5.0"
111+
81112
"@babel/helper-annotate-as-pure@^7.12.13":
82113
version "7.12.13"
83114
resolved "https://registry.yarnpkg.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.12.13.tgz#0f58e86dfc4bb3b1fcd7db806570e177d439b6ab"
@@ -103,6 +134,16 @@
103134
browserslist "^4.14.5"
104135
semver "^6.3.0"
105136

137+
"@babel/helper-compilation-targets@^7.13.10":
138+
version "7.13.10"
139+
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.10.tgz#1310a1678cb8427c07a753750da4f8ce442bdd0c"
140+
integrity sha512-/Xju7Qg1GQO4mHZ/Kcs6Au7gfafgZnwm+a7sy/ow/tV1sHeraRUHbjdat8/UvDor4Tez+siGKDk6zIKtCPKVJA==
141+
dependencies:
142+
"@babel/compat-data" "^7.13.8"
143+
"@babel/helper-validator-option" "^7.12.17"
144+
browserslist "^4.14.5"
145+
semver "^6.3.0"
146+
106147
"@babel/helper-create-class-features-plugin@^7.13.0":
107148
version "7.13.0"
108149
resolved "https://registry.yarnpkg.com/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.13.0.tgz#28d04ad9cfbd1ed1d8b988c9ea7b945263365846"
@@ -277,6 +318,15 @@
277318
"@babel/traverse" "^7.13.0"
278319
"@babel/types" "^7.13.0"
279320

321+
"@babel/helpers@^7.13.10":
322+
version "7.13.10"
323+
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.13.10.tgz#fd8e2ba7488533cdeac45cc158e9ebca5e3c7df8"
324+
integrity sha512-4VO883+MWPDUVRF3PhiLBUFHoX/bsLTGFpFK/HqvvfBZz2D57u9XzPVNFVBTc0PW/CWR9BXTOKt8NF4DInUHcQ==
325+
dependencies:
326+
"@babel/template" "^7.12.13"
327+
"@babel/traverse" "^7.13.0"
328+
"@babel/types" "^7.13.0"
329+
280330
"@babel/highlight@^7.10.4", "@babel/highlight@^7.12.13":
281331
version "7.12.13"
282332
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.12.13.tgz#8ab538393e00370b26271b01fa08f7f27f2e795c"
@@ -291,6 +341,11 @@
291341
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.4.tgz#340211b0da94a351a6f10e63671fa727333d13ab"
292342
integrity sha512-uvoOulWHhI+0+1f9L4BoozY7U5cIkZ9PgJqvb041d6vypgUmtVPG4vmGm4pSggjl8BELzvHyUeJSUyEMY6b+qA==
293343

344+
"@babel/parser@^7.13.10":
345+
version "7.13.10"
346+
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.10.tgz#8f8f9bf7b3afa3eabd061f7a5bcdf4fec3c48409"
347+
integrity sha512-0s7Mlrw9uTWkYua7xWr99Wpk2bnGa0ANleKfksYAES8LpWH4gW1OUr42vqKNf0us5UQNfru2wPqMqRITzq/SIQ==
348+
294349
"@babel/plugin-proposal-async-generator-functions@^7.13.8":
295350
version "7.13.8"
296351
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.13.8.tgz#87aacb574b3bc4b5603f6fe41458d72a5a2ec4b1"
@@ -762,13 +817,13 @@
762817
"@babel/helper-create-regexp-features-plugin" "^7.12.13"
763818
"@babel/helper-plugin-utils" "^7.12.13"
764819

765-
"@babel/[email protected].9":
766-
version "7.13.9"
767-
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.13.9.tgz#3ee5f233316b10d066d7f379c6d1e13a96853654"
768-
integrity sha512-mcsHUlh2rIhViqMG823JpscLMesRt3QbMsv1+jhopXEb3W2wXvQ9QoiOlZI9ZbR3XqPtaFpZwEZKYqGJnGMZTQ==
820+
"@babel/[email protected].10":
821+
version "7.13.10"
822+
resolved "https://registry.yarnpkg.com/@babel/preset-env/-/preset-env-7.13.10.tgz#b5cde31d5fe77ab2a6ab3d453b59041a1b3a5252"
823+
integrity sha512-nOsTScuoRghRtUsRr/c69d042ysfPHcu+KOB4A9aAO9eJYqrkat+LF8G1yp1HD18QiwixT2CisZTr/0b3YZPXQ==
769824
dependencies:
770825
"@babel/compat-data" "^7.13.8"
771-
"@babel/helper-compilation-targets" "^7.13.8"
826+
"@babel/helper-compilation-targets" "^7.13.10"
772827
"@babel/helper-plugin-utils" "^7.13.0"
773828
"@babel/helper-validator-option" "^7.12.17"
774829
"@babel/plugin-proposal-async-generator-functions" "^7.13.8"
@@ -1413,74 +1468,74 @@
14131468
dependencies:
14141469
"@types/node" "*"
14151470

1416-
"@typescript-eslint/eslint-plugin@4.16.1":
1417-
version "4.16.1"
1418-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.16.1.tgz#2caf6a79dd19c3853b8d39769a27fccb24e4e651"
1419-
integrity sha512-SK777klBdlkUZpZLC1mPvyOWk9yAFCWmug13eAjVQ4/Q1LATE/NbcQL1xDHkptQkZOLnPmLUA1Y54m8dqYwnoQ==
1471+
"@typescript-eslint/eslint-plugin@4.17.0":
1472+
version "4.17.0"
1473+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.17.0.tgz#6f856eca4e6a52ce9cf127dfd349096ad936aa2d"
1474+
integrity sha512-/fKFDcoHg8oNan39IKFOb5WmV7oWhQe1K6CDaAVfJaNWEhmfqlA24g+u1lqU5bMH7zuNasfMId4LaYWC5ijRLw==
14201475
dependencies:
1421-
"@typescript-eslint/experimental-utils" "4.16.1"
1422-
"@typescript-eslint/scope-manager" "4.16.1"
1476+
"@typescript-eslint/experimental-utils" "4.17.0"
1477+
"@typescript-eslint/scope-manager" "4.17.0"
14231478
debug "^4.1.1"
14241479
functional-red-black-tree "^1.0.1"
14251480
lodash "^4.17.15"
14261481
regexpp "^3.0.0"
14271482
semver "^7.3.2"
14281483
tsutils "^3.17.1"
14291484

1430-
"@typescript-eslint/experimental-utils@4.16.1":
1431-
version "4.16.1"
1432-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.16.1.tgz#da7a396dc7d0e01922acf102b76efff17320b328"
1433-
integrity sha512-0Hm3LSlMYFK17jO4iY3un1Ve9x1zLNn4EM50Lia+0EV99NdbK+cn0er7HC7IvBA23mBg3P+8dUkMXy4leL33UQ==
1485+
"@typescript-eslint/experimental-utils@4.17.0":
1486+
version "4.17.0"
1487+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.17.0.tgz#762c44aaa1a6a3c05b6d63a8648fb89b89f84c80"
1488+
integrity sha512-ZR2NIUbnIBj+LGqCFGQ9yk2EBQrpVVFOh9/Kd0Lm6gLpSAcCuLLe5lUCibKGCqyH9HPwYC0GIJce2O1i8VYmWA==
14341489
dependencies:
14351490
"@types/json-schema" "^7.0.3"
1436-
"@typescript-eslint/scope-manager" "4.16.1"
1437-
"@typescript-eslint/types" "4.16.1"
1438-
"@typescript-eslint/typescript-estree" "4.16.1"
1491+
"@typescript-eslint/scope-manager" "4.17.0"
1492+
"@typescript-eslint/types" "4.17.0"
1493+
"@typescript-eslint/typescript-estree" "4.17.0"
14391494
eslint-scope "^5.0.0"
14401495
eslint-utils "^2.0.0"
14411496

1442-
"@typescript-eslint/parser@4.16.1":
1443-
version "4.16.1"
1444-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.16.1.tgz#3bbd3234dd3c5b882b2bcd9899bc30e1e1586d2a"
1445-
integrity sha512-/c0LEZcDL5y8RyI1zLcmZMvJrsR6SM1uetskFkoh3dvqDKVXPsXI+wFB/CbVw7WkEyyTKobC1mUNp/5y6gRvXg==
1497+
"@typescript-eslint/parser@4.17.0":
1498+
version "4.17.0"
1499+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.17.0.tgz#141b647ffc72ebebcbf9b0fe6087f65b706d3215"
1500+
integrity sha512-KYdksiZQ0N1t+6qpnl6JeK9ycCFprS9xBAiIrw4gSphqONt8wydBw4BXJi3C11ywZmyHulvMaLjWsxDjUSDwAw==
14461501
dependencies:
1447-
"@typescript-eslint/scope-manager" "4.16.1"
1448-
"@typescript-eslint/types" "4.16.1"
1449-
"@typescript-eslint/typescript-estree" "4.16.1"
1502+
"@typescript-eslint/scope-manager" "4.17.0"
1503+
"@typescript-eslint/types" "4.17.0"
1504+
"@typescript-eslint/typescript-estree" "4.17.0"
14501505
debug "^4.1.1"
14511506

1452-
"@typescript-eslint/scope-manager@4.16.1":
1453-
version "4.16.1"
1454-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.16.1.tgz#244e2006bc60cfe46987e9987f4ff49c9e3f00d5"
1455-
integrity sha512-6IlZv9JaurqV0jkEg923cV49aAn8V6+1H1DRfhRcvZUrptQ+UtSKHb5kwTayzOYTJJ/RsYZdcvhOEKiBLyc0Cw==
1507+
"@typescript-eslint/scope-manager@4.17.0":
1508+
version "4.17.0"
1509+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.17.0.tgz#f4edf94eff3b52a863180f7f89581bf963e3d37d"
1510+
integrity sha512-OJ+CeTliuW+UZ9qgULrnGpPQ1bhrZNFpfT/Bc0pzNeyZwMik7/ykJ0JHnQ7krHanFN9wcnPK89pwn84cRUmYjw==
14561511
dependencies:
1457-
"@typescript-eslint/types" "4.16.1"
1458-
"@typescript-eslint/visitor-keys" "4.16.1"
1512+
"@typescript-eslint/types" "4.17.0"
1513+
"@typescript-eslint/visitor-keys" "4.17.0"
14591514

1460-
"@typescript-eslint/types@4.16.1":
1461-
version "4.16.1"
1462-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.16.1.tgz#5ba2d3e38b1a67420d2487519e193163054d9c15"
1463-
integrity sha512-nnKqBwMgRlhzmJQF8tnFDZWfunXmJyuXj55xc8Kbfup4PbkzdoDXZvzN8//EiKR27J6vUSU8j4t37yUuYPiLqA==
1515+
"@typescript-eslint/types@4.17.0":
1516+
version "4.17.0"
1517+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.17.0.tgz#f57d8fc7f31b348db946498a43050083d25f40ad"
1518+
integrity sha512-RN5z8qYpJ+kXwnLlyzZkiJwfW2AY458Bf8WqllkondQIcN2ZxQowAToGSd9BlAUZDB5Ea8I6mqL2quGYCLT+2g==
14641519

1465-
"@typescript-eslint/typescript-estree@4.16.1":
1466-
version "4.16.1"
1467-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.16.1.tgz#c2fc46b05a48fbf8bbe8b66a63f0a9ba04b356f1"
1468-
integrity sha512-m8I/DKHa8YbeHt31T+UGd/l8Kwr0XCTCZL3H4HMvvLCT7HU9V7yYdinTOv1gf/zfqNeDcCgaFH2BMsS8x6NvJg==
1520+
"@typescript-eslint/typescript-estree@4.17.0":
1521+
version "4.17.0"
1522+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.17.0.tgz#b835d152804f0972b80dbda92477f9070a72ded1"
1523+
integrity sha512-lRhSFIZKUEPPWpWfwuZBH9trYIEJSI0vYsrxbvVvNyIUDoKWaklOAelsSkeh3E2VBSZiNe9BZ4E5tYBZbUczVQ==
14691524
dependencies:
1470-
"@typescript-eslint/types" "4.16.1"
1471-
"@typescript-eslint/visitor-keys" "4.16.1"
1525+
"@typescript-eslint/types" "4.17.0"
1526+
"@typescript-eslint/visitor-keys" "4.17.0"
14721527
debug "^4.1.1"
14731528
globby "^11.0.1"
14741529
is-glob "^4.0.1"
14751530
semver "^7.3.2"
14761531
tsutils "^3.17.1"
14771532

1478-
"@typescript-eslint/visitor-keys@4.16.1":
1479-
version "4.16.1"
1480-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.16.1.tgz#d7571fb580749fae621520deeb134370bbfc7293"
1481-
integrity sha512-s/aIP1XcMkEqCNcPQtl60ogUYjSM8FU2mq1O7y5cFf3Xcob1z1iXWNB6cC43Op+NGRTFgGolri6s8z/efA9i1w==
1533+
"@typescript-eslint/visitor-keys@4.17.0":
1534+
version "4.17.0"
1535+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.17.0.tgz#9c304cfd20287c14a31d573195a709111849b14d"
1536+
integrity sha512-WfuMN8mm5SSqXuAr9NM+fItJ0SVVphobWYkWOwQ1odsfC014Vdxk/92t4JwS1Q6fCA/ABfCKpa3AVtpUKTNKGQ==
14821537
dependencies:
1483-
"@typescript-eslint/types" "4.16.1"
1538+
"@typescript-eslint/types" "4.17.0"
14841539
eslint-visitor-keys "^2.0.0"
14851540

14861541
abab@^2.0.3:
@@ -5073,10 +5128,10 @@ [email protected]:
50735128
resolve "1.20.0"
50745129
tslib "2.1.0"
50755130

5076-
rollup@2.40.0:
5077-
version "2.40.0"
5078-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.40.0.tgz#efc218eaede7ab590954df50f96195188999c304"
5079-
integrity sha512-WiOGAPbXoHu+TOz6hyYUxIksOwsY/21TRWoO593jgYt8mvYafYqQl+axaA8y1z2HFazNUUrsMSjahV2A6/2R9A==
5131+
rollup@2.41.0:
5132+
version "2.41.0"
5133+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.41.0.tgz#b2a398bbabbf227738dedaef099e494aed468982"
5134+
integrity sha512-Gk76XHTggulWPH95q8V62bw6uqDH6UGvbD6LOa3QUyhuMF3eOuaeDHR7SLm1T9faitkpNrqzUAVYx47klcMnlA==
50805135
optionalDependencies:
50815136
fsevents "~2.3.1"
50825137

0 commit comments

Comments
 (0)