dependabot-npm_and_yarn 0.125.4 → 0.126.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/helpers/package.json +7 -7
- data/helpers/yarn.lock +169 -141
- data/lib/dependabot/npm_and_yarn/file_parser/lockfile_parser.rb +3 -3
- data/lib/dependabot/npm_and_yarn/file_updater/npm_lockfile_updater.rb +1 -1
- data/lib/dependabot/npm_and_yarn/update_checker.rb +1 -1
- data/lib/dependabot/npm_and_yarn/update_checker/conflicting_dependency_resolver.rb +9 -3
- data/lib/dependabot/npm_and_yarn/update_checker/latest_version_finder.rb +3 -1
- metadata +8 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 47899471bed9b6dc3ee69988900938d242b9bfcfd6f2e84a825651e30c02a80d
|
4
|
+
data.tar.gz: dd64854b77e1a77591d569aa0c46c2517c3340c16f8b99b919eaead26e8308c4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 383df76b16fb1b264f0fb42951c4c51f59ff101c1d9c5230e3f8e85c8eeaa6e1925f7e34780bb2062e00fe3ec2b0afab33d298e19f5fe55173117f3fdd740989
|
7
|
+
data.tar.gz: 86e0aa27b3d5cda634c49c456c0353a268902017b17aed253b7a4f3ef5bafd95662ee1d8f519c65b7a189717d61dac18ba924b92744edbc8d65c6e567b45a629
|
data/helpers/package.json
CHANGED
@@ -10,16 +10,16 @@
|
|
10
10
|
},
|
11
11
|
"dependencies": {
|
12
12
|
"@dependabot/yarn-lib": "^1.21.1",
|
13
|
-
"@npmcli/arborist": "^
|
13
|
+
"@npmcli/arborist": "^2.0.0",
|
14
14
|
"detect-indent": "^6.0.0",
|
15
|
-
"npm": "6.14.
|
16
|
-
"semver": "^7.3.
|
15
|
+
"npm": "6.14.9",
|
16
|
+
"semver": "^7.3.4"
|
17
17
|
},
|
18
18
|
"devDependencies": {
|
19
|
-
"eslint": "^7.
|
20
|
-
"eslint-plugin-prettier": "^3.
|
21
|
-
"jest": "^26.6.
|
22
|
-
"prettier": "^2.1
|
19
|
+
"eslint": "^7.15.0",
|
20
|
+
"eslint-plugin-prettier": "^3.2.0",
|
21
|
+
"jest": "^26.6.3",
|
22
|
+
"prettier": "^2.2.1",
|
23
23
|
"rimraf": "^3.0.2"
|
24
24
|
}
|
25
25
|
}
|
data/helpers/yarn.lock
CHANGED
@@ -331,10 +331,10 @@
|
|
331
331
|
validate-npm-package-license "^3.0.4"
|
332
332
|
yn "^2.0.0"
|
333
333
|
|
334
|
-
"@eslint/eslintrc@^0.2.
|
335
|
-
version "0.2.
|
336
|
-
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.2.
|
337
|
-
integrity sha512-
|
334
|
+
"@eslint/eslintrc@^0.2.2":
|
335
|
+
version "0.2.2"
|
336
|
+
resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.2.2.tgz#d01fc791e2fc33e88a29d6f3dc7e93d0cd784b76"
|
337
|
+
integrity sha512-EfB5OHNYp1F4px/LI/FEnGylop7nOqkQ1LRzCM0KccA2U8tvV8w01KBv37LbO7nW4H+YhKyo2LcJhRwjjV17QQ==
|
338
338
|
dependencies:
|
339
339
|
ajv "^6.12.4"
|
340
340
|
debug "^4.1.1"
|
@@ -384,10 +384,10 @@
|
|
384
384
|
jest-util "^26.6.2"
|
385
385
|
slash "^3.0.0"
|
386
386
|
|
387
|
-
"@jest/core@^26.6.
|
388
|
-
version "26.6.
|
389
|
-
resolved "https://registry.yarnpkg.com/@jest/core/-/core-26.6.
|
390
|
-
integrity sha512-
|
387
|
+
"@jest/core@^26.6.3":
|
388
|
+
version "26.6.3"
|
389
|
+
resolved "https://registry.yarnpkg.com/@jest/core/-/core-26.6.3.tgz#7639fcb3833d748a4656ada54bde193051e45fad"
|
390
|
+
integrity sha512-xvV1kKbhfUqFVuZ8Cyo+JPpipAHHAV3kcDBftiduK8EICXmTFddryy3P7NfZt8Pv37rA9nEJBKCCkglCPt/Xjw==
|
391
391
|
dependencies:
|
392
392
|
"@jest/console" "^26.6.2"
|
393
393
|
"@jest/reporters" "^26.6.2"
|
@@ -400,14 +400,14 @@
|
|
400
400
|
exit "^0.1.2"
|
401
401
|
graceful-fs "^4.2.4"
|
402
402
|
jest-changed-files "^26.6.2"
|
403
|
-
jest-config "^26.6.
|
403
|
+
jest-config "^26.6.3"
|
404
404
|
jest-haste-map "^26.6.2"
|
405
405
|
jest-message-util "^26.6.2"
|
406
406
|
jest-regex-util "^26.0.0"
|
407
407
|
jest-resolve "^26.6.2"
|
408
|
-
jest-resolve-dependencies "^26.6.
|
409
|
-
jest-runner "^26.6.
|
410
|
-
jest-runtime "^26.6.
|
408
|
+
jest-resolve-dependencies "^26.6.3"
|
409
|
+
jest-runner "^26.6.3"
|
410
|
+
jest-runtime "^26.6.3"
|
411
411
|
jest-snapshot "^26.6.2"
|
412
412
|
jest-util "^26.6.2"
|
413
413
|
jest-validate "^26.6.2"
|
@@ -500,16 +500,16 @@
|
|
500
500
|
"@types/istanbul-lib-coverage" "^2.0.0"
|
501
501
|
collect-v8-coverage "^1.0.0"
|
502
502
|
|
503
|
-
"@jest/test-sequencer@^26.6.
|
504
|
-
version "26.6.
|
505
|
-
resolved "https://registry.yarnpkg.com/@jest/test-sequencer/-/test-sequencer-26.6.
|
506
|
-
integrity sha512-
|
503
|
+
"@jest/test-sequencer@^26.6.3":
|
504
|
+
version "26.6.3"
|
505
|
+
resolved "https://registry.yarnpkg.com/@jest/test-sequencer/-/test-sequencer-26.6.3.tgz#98e8a45100863886d074205e8ffdc5a7eb582b17"
|
506
|
+
integrity sha512-YHlVIjP5nfEyjlrSr8t/YdNfU/1XEt7c5b4OxcXCjyRhjzLYu/rO69/WHPuYcbCWkz8kAeZVZp2N2+IOLLEPGw==
|
507
507
|
dependencies:
|
508
508
|
"@jest/test-result" "^26.6.2"
|
509
509
|
graceful-fs "^4.2.4"
|
510
510
|
jest-haste-map "^26.6.2"
|
511
|
-
jest-runner "^26.6.
|
512
|
-
jest-runtime "^26.6.
|
511
|
+
jest-runner "^26.6.3"
|
512
|
+
jest-runtime "^26.6.3"
|
513
513
|
|
514
514
|
"@jest/transform@^26.6.2":
|
515
515
|
version "26.6.2"
|
@@ -543,18 +543,18 @@
|
|
543
543
|
"@types/yargs" "^15.0.0"
|
544
544
|
chalk "^4.0.0"
|
545
545
|
|
546
|
-
"@npmcli/arborist@^
|
547
|
-
version "
|
548
|
-
resolved "https://registry.yarnpkg.com/@npmcli/arborist/-/arborist-
|
549
|
-
integrity sha512-
|
546
|
+
"@npmcli/arborist@^2.0.0":
|
547
|
+
version "2.0.0"
|
548
|
+
resolved "https://registry.yarnpkg.com/@npmcli/arborist/-/arborist-2.0.0.tgz#bdf845b648218edd0fe1836287b7d60e926b3dd9"
|
549
|
+
integrity sha512-0h32rv2ZU6j5NR6V3WWx+8u10rwoF2SH1uTRzuNeTxfkHWbiuMd4xeUqJDMYzzlVAi9Jdk9L3pgtiDyXZP+8Lw==
|
550
550
|
dependencies:
|
551
551
|
"@npmcli/installed-package-contents" "^1.0.5"
|
552
552
|
"@npmcli/map-workspaces" "^1.0.1"
|
553
553
|
"@npmcli/metavuln-calculator" "^1.0.0"
|
554
554
|
"@npmcli/move-file" "^1.0.1"
|
555
555
|
"@npmcli/name-from-folder" "^1.0.1"
|
556
|
-
"@npmcli/node-gyp" "^1.0.
|
557
|
-
"@npmcli/run-script" "^1.
|
556
|
+
"@npmcli/node-gyp" "^1.0.1"
|
557
|
+
"@npmcli/run-script" "^1.8.1"
|
558
558
|
bin-links "^2.2.1"
|
559
559
|
cacache "^15.0.3"
|
560
560
|
common-ancestor-path "^1.0.1"
|
@@ -562,15 +562,15 @@
|
|
562
562
|
json-stringify-nice "^1.1.1"
|
563
563
|
mkdirp-infer-owner "^2.0.0"
|
564
564
|
npm-install-checks "^4.0.0"
|
565
|
-
npm-package-arg "^8.
|
565
|
+
npm-package-arg "^8.1.0"
|
566
566
|
npm-pick-manifest "^6.1.0"
|
567
|
-
pacote "^11.1.
|
567
|
+
pacote "^11.1.13"
|
568
568
|
parse-conflict-json "^1.1.1"
|
569
569
|
promise-all-reject-late "^1.0.0"
|
570
570
|
promise-call-limit "^1.0.1"
|
571
571
|
read-package-json-fast "^1.2.1"
|
572
572
|
readdir-scoped-modules "^1.1.0"
|
573
|
-
semver "^7.
|
573
|
+
semver "^7.3.4"
|
574
574
|
treeverse "^1.0.4"
|
575
575
|
walk-up-path "^1.0.0"
|
576
576
|
|
@@ -635,7 +635,7 @@
|
|
635
635
|
resolved "https://registry.yarnpkg.com/@npmcli/name-from-folder/-/name-from-folder-1.0.1.tgz#77ecd0a4fcb772ba6fe927e2e2e155fbec2e6b1a"
|
636
636
|
integrity sha512-qq3oEfcLFwNfEYOQ8HLimRGKlD8WSeGEdtUa7hmzpR8Sa7haL1KVQrvgO6wqMjhWFFVjgtrh1gIxDz+P8sjUaA==
|
637
637
|
|
638
|
-
"@npmcli/node-gyp@^1.0.0":
|
638
|
+
"@npmcli/node-gyp@^1.0.0", "@npmcli/node-gyp@^1.0.1":
|
639
639
|
version "1.0.1"
|
640
640
|
resolved "https://registry.yarnpkg.com/@npmcli/node-gyp/-/node-gyp-1.0.1.tgz#dedc4ea9b3c6ef207081ebcd82c053ef60edc478"
|
641
641
|
integrity sha512-pBqoKPWmuk9iaEcXlLBVRIA6I1kG9JiICU+sG0NuD6NAR461F+02elHJS4WkQxHW2W5rnsfvP/ClKwmsZ9RaaA==
|
@@ -647,15 +647,16 @@
|
|
647
647
|
dependencies:
|
648
648
|
infer-owner "^1.0.4"
|
649
649
|
|
650
|
-
"@npmcli/run-script@^1.3.0", "@npmcli/run-script@^1.
|
651
|
-
version "1.
|
652
|
-
resolved "https://registry.yarnpkg.com/@npmcli/run-script/-/run-script-1.
|
653
|
-
integrity sha512-
|
650
|
+
"@npmcli/run-script@^1.3.0", "@npmcli/run-script@^1.8.1":
|
651
|
+
version "1.8.1"
|
652
|
+
resolved "https://registry.yarnpkg.com/@npmcli/run-script/-/run-script-1.8.1.tgz#729c5ac7293f250b654504d263952703af6da39c"
|
653
|
+
integrity sha512-G8c86g9cQHyRINosIcpovzv0BkXQc3urhL1ORf3KTe4TS4UBsg2O4Z2feca/W3pfzdHEJzc83ETBW4aKbb3SaA==
|
654
654
|
dependencies:
|
655
655
|
"@npmcli/node-gyp" "^1.0.0"
|
656
656
|
"@npmcli/promise-spawn" "^1.3.0"
|
657
657
|
infer-owner "^1.0.4"
|
658
658
|
node-gyp "^7.1.0"
|
659
|
+
puka "^1.0.1"
|
659
660
|
read-package-json-fast "^1.1.3"
|
660
661
|
|
661
662
|
"@sinonjs/commons@^1.7.0":
|
@@ -808,7 +809,7 @@ acorn-globals@^6.0.0:
|
|
808
809
|
acorn "^7.1.1"
|
809
810
|
acorn-walk "^7.1.1"
|
810
811
|
|
811
|
-
acorn-jsx@^5.
|
812
|
+
acorn-jsx@^5.3.1:
|
812
813
|
version "5.3.1"
|
813
814
|
resolved "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.1.tgz#fc8661e11b7ac1539c47dbfea2e72b3af34d267b"
|
814
815
|
integrity sha512-K0Ptm/47OKfQRpNQ2J/oIN/3QYiK6FwW+eJbILhsdxh2WTLdl+30o8aGdTbm5JbffpFFAg/g+zi1E+jvJha5ng==
|
@@ -1082,10 +1083,10 @@ aws4@^1.8.0:
|
|
1082
1083
|
resolved "https://registry.npmjs.org/aws4/-/aws4-1.10.1.tgz#e1e82e4f3e999e2cfd61b161280d16a111f86428"
|
1083
1084
|
integrity sha512-zg7Hz2k5lI8kb7U32998pRRFin7zJlkfezGJjUc2heaD4Pw2wObakCDVzkKztTm/Ln7eiVvYsjqak0Ed4LkMDA==
|
1084
1085
|
|
1085
|
-
babel-jest@^26.6.
|
1086
|
-
version "26.6.
|
1087
|
-
resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-26.6.
|
1088
|
-
integrity sha512-
|
1086
|
+
babel-jest@^26.6.3:
|
1087
|
+
version "26.6.3"
|
1088
|
+
resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-26.6.3.tgz#d87d25cb0037577a0c89f82e5755c5d293c01056"
|
1089
|
+
integrity sha512-pl4Q+GAVOHwvjrck6jKjvmGhnO3jHX/xuB9d27f+EJZ/6k+6nMuPjorrYp7s++bKKdANwzElBWnLWaObvTnaZA==
|
1089
1090
|
dependencies:
|
1090
1091
|
"@jest/transform" "^26.6.2"
|
1091
1092
|
"@jest/types" "^26.6.2"
|
@@ -1890,7 +1891,7 @@ debug@^3.0.0, debug@^3.1.0:
|
|
1890
1891
|
dependencies:
|
1891
1892
|
ms "^2.1.1"
|
1892
1893
|
|
1893
|
-
debuglog@^1.0.1:
|
1894
|
+
debuglog@*, debuglog@^1.0.1:
|
1894
1895
|
version "1.0.1"
|
1895
1896
|
resolved "https://registry.npmjs.org/debuglog/-/debuglog-1.0.1.tgz#aa24ffb9ac3df9a2351837cfb2d279360cd78492"
|
1896
1897
|
integrity sha1-qiT/uaw9+aI1GDfPstJ5NgzXhJI=
|
@@ -2226,10 +2227,10 @@ escodegen@^1.14.1:
|
|
2226
2227
|
optionalDependencies:
|
2227
2228
|
source-map "~0.6.1"
|
2228
2229
|
|
2229
|
-
eslint-plugin-prettier@^3.
|
2230
|
-
version "3.
|
2231
|
-
resolved "https://registry.
|
2232
|
-
integrity sha512-
|
2230
|
+
eslint-plugin-prettier@^3.2.0:
|
2231
|
+
version "3.2.0"
|
2232
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-3.2.0.tgz#af391b2226fa0e15c96f36c733f6e9035dbd952c"
|
2233
|
+
integrity sha512-kOUSJnFjAUFKwVxuzy6sA5yyMx6+o9ino4gCdShzBNx4eyFRudWRYKCFolKjoM40PEiuU6Cn7wBLfq3WsGg7qg==
|
2233
2234
|
dependencies:
|
2234
2235
|
prettier-linter-helpers "^1.0.0"
|
2235
2236
|
|
@@ -2258,13 +2259,13 @@ eslint-visitor-keys@^2.0.0:
|
|
2258
2259
|
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-2.0.0.tgz#21fdc8fbcd9c795cc0321f0563702095751511a8"
|
2259
2260
|
integrity sha512-QudtT6av5WXels9WjIM7qz1XD1cWGvX4gGXvp/zBn9nXG02D0utdU3Em2m/QjTnrsk6bBjmCygl3rmj118msQQ==
|
2260
2261
|
|
2261
|
-
eslint@^7.
|
2262
|
-
version "7.
|
2263
|
-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.
|
2264
|
-
integrity sha512-
|
2262
|
+
eslint@^7.15.0:
|
2263
|
+
version "7.15.0"
|
2264
|
+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-7.15.0.tgz#eb155fb8ed0865fcf5d903f76be2e5b6cd7e0bc7"
|
2265
|
+
integrity sha512-Vr64xFDT8w30wFll643e7cGrIkPEU50yIiI36OdSIDoSGguIeaLzBo0vpGvzo9RECUqq7htURfwEtKqwytkqzA==
|
2265
2266
|
dependencies:
|
2266
2267
|
"@babel/code-frame" "^7.0.0"
|
2267
|
-
"@eslint/eslintrc" "^0.2.
|
2268
|
+
"@eslint/eslintrc" "^0.2.2"
|
2268
2269
|
ajv "^6.10.0"
|
2269
2270
|
chalk "^4.0.0"
|
2270
2271
|
cross-spawn "^7.0.2"
|
@@ -2274,10 +2275,10 @@ eslint@^7.12.1:
|
|
2274
2275
|
eslint-scope "^5.1.1"
|
2275
2276
|
eslint-utils "^2.1.0"
|
2276
2277
|
eslint-visitor-keys "^2.0.0"
|
2277
|
-
espree "^7.3.
|
2278
|
+
espree "^7.3.1"
|
2278
2279
|
esquery "^1.2.0"
|
2279
2280
|
esutils "^2.0.2"
|
2280
|
-
file-entry-cache "^
|
2281
|
+
file-entry-cache "^6.0.0"
|
2281
2282
|
functional-red-black-tree "^1.0.1"
|
2282
2283
|
glob-parent "^5.0.0"
|
2283
2284
|
globals "^12.1.0"
|
@@ -2301,13 +2302,13 @@ eslint@^7.12.1:
|
|
2301
2302
|
text-table "^0.2.0"
|
2302
2303
|
v8-compile-cache "^2.0.3"
|
2303
2304
|
|
2304
|
-
espree@^7.3.0:
|
2305
|
-
version "7.3.
|
2306
|
-
resolved "https://registry.
|
2307
|
-
integrity sha512-
|
2305
|
+
espree@^7.3.0, espree@^7.3.1:
|
2306
|
+
version "7.3.1"
|
2307
|
+
resolved "https://registry.yarnpkg.com/espree/-/espree-7.3.1.tgz#f2df330b752c6f55019f8bd89b7660039c1bbbb6"
|
2308
|
+
integrity sha512-v3JCNCE64umkFpmkFGqzVKsOT0tN1Zr+ueqLZfpV1Ob8e+CEgPWa+OxCoGH3tnhimMKIaBm4m/vaRpJ/krRz2g==
|
2308
2309
|
dependencies:
|
2309
2310
|
acorn "^7.4.0"
|
2310
|
-
acorn-jsx "^5.
|
2311
|
+
acorn-jsx "^5.3.1"
|
2311
2312
|
eslint-visitor-keys "^1.3.0"
|
2312
2313
|
|
2313
2314
|
esprima@^4.0.0, esprima@^4.0.1:
|
@@ -2533,12 +2534,12 @@ figures@^2.0.0:
|
|
2533
2534
|
dependencies:
|
2534
2535
|
escape-string-regexp "^1.0.5"
|
2535
2536
|
|
2536
|
-
file-entry-cache@^
|
2537
|
-
version "
|
2538
|
-
resolved "https://registry.
|
2539
|
-
integrity sha512-
|
2537
|
+
file-entry-cache@^6.0.0:
|
2538
|
+
version "6.0.0"
|
2539
|
+
resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-6.0.0.tgz#7921a89c391c6d93efec2169ac6bf300c527ea0a"
|
2540
|
+
integrity sha512-fqoO76jZ3ZnYrXLDRxBR1YvOvc0k844kcOg40bgsPrE25LAb/PDqTY+ho64Xh2c8ZXgIKldchCFHczG2UVRcWA==
|
2540
2541
|
dependencies:
|
2541
|
-
flat-cache "^
|
2542
|
+
flat-cache "^3.0.4"
|
2542
2543
|
|
2543
2544
|
filename-regex@^2.0.0:
|
2544
2545
|
version "2.0.1"
|
@@ -2600,19 +2601,18 @@ find-up@^4.0.0, find-up@^4.1.0:
|
|
2600
2601
|
locate-path "^5.0.0"
|
2601
2602
|
path-exists "^4.0.0"
|
2602
2603
|
|
2603
|
-
flat-cache@^
|
2604
|
-
version "
|
2605
|
-
resolved "https://registry.
|
2606
|
-
integrity sha512-
|
2604
|
+
flat-cache@^3.0.4:
|
2605
|
+
version "3.0.4"
|
2606
|
+
resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-3.0.4.tgz#61b0338302b2fe9f957dcc32fc2a87f1c3048b11"
|
2607
|
+
integrity sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==
|
2607
2608
|
dependencies:
|
2608
|
-
flatted "^
|
2609
|
-
rimraf "
|
2610
|
-
write "1.0.3"
|
2609
|
+
flatted "^3.1.0"
|
2610
|
+
rimraf "^3.0.2"
|
2611
2611
|
|
2612
|
-
flatted@^
|
2613
|
-
version "
|
2614
|
-
resolved "https://registry.
|
2615
|
-
integrity sha512-
|
2612
|
+
flatted@^3.1.0:
|
2613
|
+
version "3.1.0"
|
2614
|
+
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.1.0.tgz#a5d06b4a8b01e3a63771daa5cb7a1903e2e57067"
|
2615
|
+
integrity sha512-tW+UkmtNg/jv9CSofAKvgVcO7c2URjhTdW1ZTkcAritblu8tajiYy7YisnIflEwtKssCtOxpnBRoCB7iap0/TA==
|
2616
2616
|
|
2617
2617
|
flush-write-stream@^1.0.0:
|
2618
2618
|
version "1.1.1"
|
@@ -3170,7 +3170,7 @@ imports-loader@^0.8.0:
|
|
3170
3170
|
loader-utils "^1.0.2"
|
3171
3171
|
source-map "^0.6.1"
|
3172
3172
|
|
3173
|
-
imurmurhash@^0.1.4:
|
3173
|
+
imurmurhash@*, imurmurhash@^0.1.4:
|
3174
3174
|
version "0.1.4"
|
3175
3175
|
resolved "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea"
|
3176
3176
|
integrity sha1-khi5srkoojixPcT7a21XbyMUU+o=
|
@@ -3673,12 +3673,12 @@ jest-changed-files@^26.6.2:
|
|
3673
3673
|
execa "^4.0.0"
|
3674
3674
|
throat "^5.0.0"
|
3675
3675
|
|
3676
|
-
jest-cli@^26.6.
|
3677
|
-
version "26.6.
|
3678
|
-
resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-26.6.
|
3679
|
-
integrity sha512-
|
3676
|
+
jest-cli@^26.6.3:
|
3677
|
+
version "26.6.3"
|
3678
|
+
resolved "https://registry.yarnpkg.com/jest-cli/-/jest-cli-26.6.3.tgz#43117cfef24bc4cd691a174a8796a532e135e92a"
|
3679
|
+
integrity sha512-GF9noBSa9t08pSyl3CY4frMrqp+aQXFGFkf5hEPbh/pIUFYWMK6ZLTfbmadxJVcJrdRoChlWQsA2VkJcDFK8hg==
|
3680
3680
|
dependencies:
|
3681
|
-
"@jest/core" "^26.6.
|
3681
|
+
"@jest/core" "^26.6.3"
|
3682
3682
|
"@jest/test-result" "^26.6.2"
|
3683
3683
|
"@jest/types" "^26.6.2"
|
3684
3684
|
chalk "^4.0.0"
|
@@ -3686,21 +3686,21 @@ jest-cli@^26.6.2:
|
|
3686
3686
|
graceful-fs "^4.2.4"
|
3687
3687
|
import-local "^3.0.2"
|
3688
3688
|
is-ci "^2.0.0"
|
3689
|
-
jest-config "^26.6.
|
3689
|
+
jest-config "^26.6.3"
|
3690
3690
|
jest-util "^26.6.2"
|
3691
3691
|
jest-validate "^26.6.2"
|
3692
3692
|
prompts "^2.0.1"
|
3693
3693
|
yargs "^15.4.1"
|
3694
3694
|
|
3695
|
-
jest-config@^26.6.
|
3696
|
-
version "26.6.
|
3697
|
-
resolved "https://registry.yarnpkg.com/jest-config/-/jest-config-26.6.
|
3698
|
-
integrity sha512-
|
3695
|
+
jest-config@^26.6.3:
|
3696
|
+
version "26.6.3"
|
3697
|
+
resolved "https://registry.yarnpkg.com/jest-config/-/jest-config-26.6.3.tgz#64f41444eef9eb03dc51d5c53b75c8c71f645349"
|
3698
|
+
integrity sha512-t5qdIj/bCj2j7NFVHb2nFB4aUdfucDn3JRKgrZnplb8nieAirAzRSHP8uDEd+qV6ygzg9Pz4YG7UTJf94LPSyg==
|
3699
3699
|
dependencies:
|
3700
3700
|
"@babel/core" "^7.1.0"
|
3701
|
-
"@jest/test-sequencer" "^26.6.
|
3701
|
+
"@jest/test-sequencer" "^26.6.3"
|
3702
3702
|
"@jest/types" "^26.6.2"
|
3703
|
-
babel-jest "^26.6.
|
3703
|
+
babel-jest "^26.6.3"
|
3704
3704
|
chalk "^4.0.0"
|
3705
3705
|
deepmerge "^4.2.2"
|
3706
3706
|
glob "^7.1.1"
|
@@ -3708,7 +3708,7 @@ jest-config@^26.6.2:
|
|
3708
3708
|
jest-environment-jsdom "^26.6.2"
|
3709
3709
|
jest-environment-node "^26.6.2"
|
3710
3710
|
jest-get-type "^26.3.0"
|
3711
|
-
jest-jasmine2 "^26.6.
|
3711
|
+
jest-jasmine2 "^26.6.3"
|
3712
3712
|
jest-regex-util "^26.0.0"
|
3713
3713
|
jest-resolve "^26.6.2"
|
3714
3714
|
jest-util "^26.6.2"
|
@@ -3795,10 +3795,10 @@ jest-haste-map@^26.6.2:
|
|
3795
3795
|
optionalDependencies:
|
3796
3796
|
fsevents "^2.1.2"
|
3797
3797
|
|
3798
|
-
jest-jasmine2@^26.6.
|
3799
|
-
version "26.6.
|
3800
|
-
resolved "https://registry.yarnpkg.com/jest-jasmine2/-/jest-jasmine2-26.6.
|
3801
|
-
integrity sha512-
|
3798
|
+
jest-jasmine2@^26.6.3:
|
3799
|
+
version "26.6.3"
|
3800
|
+
resolved "https://registry.yarnpkg.com/jest-jasmine2/-/jest-jasmine2-26.6.3.tgz#adc3cf915deacb5212c93b9f3547cd12958f2edd"
|
3801
|
+
integrity sha512-kPKUrQtc8aYwBV7CqBg5pu+tmYXlvFlSFYn18ev4gPFtrRzB15N2gW/Roew3187q2w2eHuu0MU9TJz6w0/nPEg==
|
3802
3802
|
dependencies:
|
3803
3803
|
"@babel/traverse" "^7.1.0"
|
3804
3804
|
"@jest/environment" "^26.6.2"
|
@@ -3813,7 +3813,7 @@ jest-jasmine2@^26.6.2:
|
|
3813
3813
|
jest-each "^26.6.2"
|
3814
3814
|
jest-matcher-utils "^26.6.2"
|
3815
3815
|
jest-message-util "^26.6.2"
|
3816
|
-
jest-runtime "^26.6.
|
3816
|
+
jest-runtime "^26.6.3"
|
3817
3817
|
jest-snapshot "^26.6.2"
|
3818
3818
|
jest-util "^26.6.2"
|
3819
3819
|
pretty-format "^26.6.2"
|
@@ -3870,10 +3870,10 @@ jest-regex-util@^26.0.0:
|
|
3870
3870
|
resolved "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-26.0.0.tgz#d25e7184b36e39fd466c3bc41be0971e821fee28"
|
3871
3871
|
integrity sha512-Gv3ZIs/nA48/Zvjrl34bf+oD76JHiGDUxNOVgUjh3j890sblXryjY4rss71fPtD/njchl6PSE2hIhvyWa1eT0A==
|
3872
3872
|
|
3873
|
-
jest-resolve-dependencies@^26.6.
|
3874
|
-
version "26.6.
|
3875
|
-
resolved "https://registry.yarnpkg.com/jest-resolve-dependencies/-/jest-resolve-dependencies-26.6.
|
3876
|
-
integrity sha512-
|
3873
|
+
jest-resolve-dependencies@^26.6.3:
|
3874
|
+
version "26.6.3"
|
3875
|
+
resolved "https://registry.yarnpkg.com/jest-resolve-dependencies/-/jest-resolve-dependencies-26.6.3.tgz#6680859ee5d22ee5dcd961fe4871f59f4c784fb6"
|
3876
|
+
integrity sha512-pVwUjJkxbhe4RY8QEWzN3vns2kqyuldKpxlxJlzEYfKSvY6/bMvxoFrYYzUO1Gx28yKWN37qyV7rIoIp2h8fTg==
|
3877
3877
|
dependencies:
|
3878
3878
|
"@jest/types" "^26.6.2"
|
3879
3879
|
jest-regex-util "^26.0.0"
|
@@ -3893,10 +3893,10 @@ jest-resolve@^26.6.2:
|
|
3893
3893
|
resolve "^1.18.1"
|
3894
3894
|
slash "^3.0.0"
|
3895
3895
|
|
3896
|
-
jest-runner@^26.6.
|
3897
|
-
version "26.6.
|
3898
|
-
resolved "https://registry.yarnpkg.com/jest-runner/-/jest-runner-26.6.
|
3899
|
-
integrity sha512-
|
3896
|
+
jest-runner@^26.6.3:
|
3897
|
+
version "26.6.3"
|
3898
|
+
resolved "https://registry.yarnpkg.com/jest-runner/-/jest-runner-26.6.3.tgz#2d1fed3d46e10f233fd1dbd3bfaa3fe8924be159"
|
3899
|
+
integrity sha512-atgKpRHnaA2OvByG/HpGA4g6CSPS/1LK0jK3gATJAoptC1ojltpmVlYC3TYgdmGp+GLuhzpH30Gvs36szSL2JQ==
|
3900
3900
|
dependencies:
|
3901
3901
|
"@jest/console" "^26.6.2"
|
3902
3902
|
"@jest/environment" "^26.6.2"
|
@@ -3907,22 +3907,22 @@ jest-runner@^26.6.2:
|
|
3907
3907
|
emittery "^0.7.1"
|
3908
3908
|
exit "^0.1.2"
|
3909
3909
|
graceful-fs "^4.2.4"
|
3910
|
-
jest-config "^26.6.
|
3910
|
+
jest-config "^26.6.3"
|
3911
3911
|
jest-docblock "^26.0.0"
|
3912
3912
|
jest-haste-map "^26.6.2"
|
3913
3913
|
jest-leak-detector "^26.6.2"
|
3914
3914
|
jest-message-util "^26.6.2"
|
3915
3915
|
jest-resolve "^26.6.2"
|
3916
|
-
jest-runtime "^26.6.
|
3916
|
+
jest-runtime "^26.6.3"
|
3917
3917
|
jest-util "^26.6.2"
|
3918
3918
|
jest-worker "^26.6.2"
|
3919
3919
|
source-map-support "^0.5.6"
|
3920
3920
|
throat "^5.0.0"
|
3921
3921
|
|
3922
|
-
jest-runtime@^26.6.
|
3923
|
-
version "26.6.
|
3924
|
-
resolved "https://registry.yarnpkg.com/jest-runtime/-/jest-runtime-26.6.
|
3925
|
-
integrity sha512-
|
3922
|
+
jest-runtime@^26.6.3:
|
3923
|
+
version "26.6.3"
|
3924
|
+
resolved "https://registry.yarnpkg.com/jest-runtime/-/jest-runtime-26.6.3.tgz#4f64efbcfac398331b74b4b3c82d27d401b8fa2b"
|
3925
|
+
integrity sha512-lrzyR3N8sacTAMeonbqpnSka1dHNux2uk0qqDXVkMv2c/A3wYnvQ4EXuI013Y6+gSKSCxdaczvf4HF0mVXHRdw==
|
3926
3926
|
dependencies:
|
3927
3927
|
"@jest/console" "^26.6.2"
|
3928
3928
|
"@jest/environment" "^26.6.2"
|
@@ -3939,7 +3939,7 @@ jest-runtime@^26.6.2:
|
|
3939
3939
|
exit "^0.1.2"
|
3940
3940
|
glob "^7.1.3"
|
3941
3941
|
graceful-fs "^4.2.4"
|
3942
|
-
jest-config "^26.6.
|
3942
|
+
jest-config "^26.6.3"
|
3943
3943
|
jest-haste-map "^26.6.2"
|
3944
3944
|
jest-message-util "^26.6.2"
|
3945
3945
|
jest-mock "^26.6.2"
|
@@ -4028,14 +4028,14 @@ jest-worker@^26.6.2:
|
|
4028
4028
|
merge-stream "^2.0.0"
|
4029
4029
|
supports-color "^7.0.0"
|
4030
4030
|
|
4031
|
-
jest@^26.6.
|
4032
|
-
version "26.6.
|
4033
|
-
resolved "https://registry.yarnpkg.com/jest/-/jest-26.6.
|
4034
|
-
integrity sha512-
|
4031
|
+
jest@^26.6.3:
|
4032
|
+
version "26.6.3"
|
4033
|
+
resolved "https://registry.yarnpkg.com/jest/-/jest-26.6.3.tgz#40e8fdbe48f00dfa1f0ce8121ca74b88ac9148ef"
|
4034
|
+
integrity sha512-lGS5PXGAzR4RF7V5+XObhqz2KZIDUA1yD0DG6pBVmy10eh0ZIXQImRuzocsI/N2XZ1GrLFwTS27In2i2jlpq1Q==
|
4035
4035
|
dependencies:
|
4036
|
-
"@jest/core" "^26.6.
|
4036
|
+
"@jest/core" "^26.6.3"
|
4037
4037
|
import-local "^3.0.2"
|
4038
|
-
jest-cli "^26.6.
|
4038
|
+
jest-cli "^26.6.3"
|
4039
4039
|
|
4040
4040
|
"js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0:
|
4041
4041
|
version "4.0.0"
|
@@ -4437,6 +4437,11 @@ lockfile@^1.0.4:
|
|
4437
4437
|
dependencies:
|
4438
4438
|
signal-exit "^3.0.2"
|
4439
4439
|
|
4440
|
+
lodash._baseindexof@*:
|
4441
|
+
version "3.1.0"
|
4442
|
+
resolved "https://registry.yarnpkg.com/lodash._baseindexof/-/lodash._baseindexof-3.1.0.tgz#fe52b53a1c6761e42618d654e4a25789ed61822c"
|
4443
|
+
integrity sha1-/lK1OhxnYeQmGNZU5KJXie1hgiw=
|
4444
|
+
|
4440
4445
|
lodash._baseuniq@~4.6.0:
|
4441
4446
|
version "4.6.0"
|
4442
4447
|
resolved "https://registry.npmjs.org/lodash._baseuniq/-/lodash._baseuniq-4.6.0.tgz#0ebb44e456814af7905c6212fa2c9b2d51b841e8"
|
@@ -4445,11 +4450,33 @@ lodash._baseuniq@~4.6.0:
|
|
4445
4450
|
lodash._createset "~4.0.0"
|
4446
4451
|
lodash._root "~3.0.0"
|
4447
4452
|
|
4453
|
+
lodash._bindcallback@*:
|
4454
|
+
version "3.0.1"
|
4455
|
+
resolved "https://registry.yarnpkg.com/lodash._bindcallback/-/lodash._bindcallback-3.0.1.tgz#e531c27644cf8b57a99e17ed95b35c748789392e"
|
4456
|
+
integrity sha1-5THCdkTPi1epnhftlbNcdIeJOS4=
|
4457
|
+
|
4458
|
+
lodash._cacheindexof@*:
|
4459
|
+
version "3.0.2"
|
4460
|
+
resolved "https://registry.yarnpkg.com/lodash._cacheindexof/-/lodash._cacheindexof-3.0.2.tgz#3dc69ac82498d2ee5e3ce56091bafd2adc7bde92"
|
4461
|
+
integrity sha1-PcaayCSY0u5ePOVgkbr9Ktx73pI=
|
4462
|
+
|
4463
|
+
lodash._createcache@*:
|
4464
|
+
version "3.1.2"
|
4465
|
+
resolved "https://registry.yarnpkg.com/lodash._createcache/-/lodash._createcache-3.1.2.tgz#56d6a064017625e79ebca6b8018e17440bdcf093"
|
4466
|
+
integrity sha1-VtagZAF2JeeevKa4AY4XRAvc8JM=
|
4467
|
+
dependencies:
|
4468
|
+
lodash._getnative "^3.0.0"
|
4469
|
+
|
4448
4470
|
lodash._createset@~4.0.0:
|
4449
4471
|
version "4.0.3"
|
4450
4472
|
resolved "https://registry.npmjs.org/lodash._createset/-/lodash._createset-4.0.3.tgz#0f4659fbb09d75194fa9e2b88a6644d363c9fe26"
|
4451
4473
|
integrity sha1-D0ZZ+7CddRlPqeK4imZE02PJ/iY=
|
4452
4474
|
|
4475
|
+
lodash._getnative@*, lodash._getnative@^3.0.0:
|
4476
|
+
version "3.9.1"
|
4477
|
+
resolved "https://registry.yarnpkg.com/lodash._getnative/-/lodash._getnative-3.9.1.tgz#570bc7dede46d61cdcde687d65d3eecbaa3aaff5"
|
4478
|
+
integrity sha1-VwvH3t5G1hzc3mh9ZdPuy6o6r/U=
|
4479
|
+
|
4453
4480
|
lodash._root@~3.0.0:
|
4454
4481
|
version "3.0.1"
|
4455
4482
|
resolved "https://registry.npmjs.org/lodash._root/-/lodash._root-3.0.1.tgz#fba1c4524c19ee9a5f8136b4609f017cf4ded692"
|
@@ -4465,6 +4492,11 @@ lodash.clonedeep@^4.5.0, lodash.clonedeep@~4.5.0:
|
|
4465
4492
|
resolved "https://registry.npmjs.org/lodash.clonedeep/-/lodash.clonedeep-4.5.0.tgz#e23f3f9c4f8fbdde872529c1071857a086e5ccef"
|
4466
4493
|
integrity sha1-4j8/nE+Pvd6HJSnBBxhXoIblzO8=
|
4467
4494
|
|
4495
|
+
lodash.restparam@*:
|
4496
|
+
version "3.6.1"
|
4497
|
+
resolved "https://registry.yarnpkg.com/lodash.restparam/-/lodash.restparam-3.6.1.tgz#936a4e309ef330a7645ed4145986c85ae5b20805"
|
4498
|
+
integrity sha1-k2pOMJ7zMKdkXtQUWYbIWuWyCAU=
|
4499
|
+
|
4468
4500
|
lodash.sortby@^4.7.0:
|
4469
4501
|
version "4.7.0"
|
4470
4502
|
resolved "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz#edd14c824e2cc9c1e0b0a1b42bb5210516a42438"
|
@@ -5092,7 +5124,7 @@ npm-normalize-package-bin@^1.0.0, npm-normalize-package-bin@^1.0.1:
|
|
5092
5124
|
semver "^5.6.0"
|
5093
5125
|
validate-npm-package-name "^3.0.0"
|
5094
5126
|
|
5095
|
-
npm-package-arg@^8.0.0, npm-package-arg@^8.0.1:
|
5127
|
+
npm-package-arg@^8.0.0, npm-package-arg@^8.0.1, npm-package-arg@^8.1.0:
|
5096
5128
|
version "8.1.0"
|
5097
5129
|
resolved "https://registry.yarnpkg.com/npm-package-arg/-/npm-package-arg-8.1.0.tgz#b5f6319418c3246a1c38e1a8fbaa06231bc5308f"
|
5098
5130
|
integrity sha512-/ep6QDxBkm9HvOhOg0heitSd7JHA1U7y1qhhlRlteYYAi9Pdb/ZV7FW5aHpkrpM8+P+4p/jjR8zCyKPBMBjSig==
|
@@ -5188,15 +5220,15 @@ npm-run-path@^4.0.0:
|
|
5188
5220
|
dependencies:
|
5189
5221
|
path-key "^3.0.0"
|
5190
5222
|
|
5191
|
-
npm-user-validate
|
5223
|
+
npm-user-validate@^1.0.1:
|
5192
5224
|
version "1.0.1"
|
5193
5225
|
resolved "https://registry.yarnpkg.com/npm-user-validate/-/npm-user-validate-1.0.1.tgz#31428fc5475fe8416023f178c0ab47935ad8c561"
|
5194
5226
|
integrity sha512-uQwcd/tY+h1jnEaze6cdX/LrhWhoBxfSknxentoqmIuStxUExxjWd3ULMLFPiFUrZKbOVMowH6Jq2FRWfmhcEw==
|
5195
5227
|
|
5196
|
-
npm@6.14.
|
5197
|
-
version "6.14.
|
5198
|
-
resolved "https://registry.
|
5199
|
-
integrity sha512-
|
5228
|
+
npm@6.14.9:
|
5229
|
+
version "6.14.9"
|
5230
|
+
resolved "https://registry.yarnpkg.com/npm/-/npm-6.14.9.tgz#d2b4237562bfd95689249e2c2874700ed952ed82"
|
5231
|
+
integrity sha512-yHi1+i9LyAZF1gAmgyYtVk+HdABlLy94PMIDoK1TRKWvmFQAt5z3bodqVwKvzY0s6dLqQPVsRLiwhJfNtiHeCg==
|
5200
5232
|
dependencies:
|
5201
5233
|
JSONStream "^1.3.5"
|
5202
5234
|
abbrev "~1.1.1"
|
@@ -5216,6 +5248,7 @@ npm@6.14.8:
|
|
5216
5248
|
cmd-shim "^3.0.3"
|
5217
5249
|
columnify "~1.5.4"
|
5218
5250
|
config-chain "^1.1.12"
|
5251
|
+
debuglog "*"
|
5219
5252
|
detect-indent "~5.0.0"
|
5220
5253
|
detect-newline "^2.1.0"
|
5221
5254
|
dezalgo "~1.0.3"
|
@@ -5230,6 +5263,7 @@ npm@6.14.8:
|
|
5230
5263
|
has-unicode "~2.0.1"
|
5231
5264
|
hosted-git-info "^2.8.8"
|
5232
5265
|
iferr "^1.0.2"
|
5266
|
+
imurmurhash "*"
|
5233
5267
|
infer-owner "^1.0.4"
|
5234
5268
|
inflight "~1.0.6"
|
5235
5269
|
inherits "^2.0.4"
|
@@ -5248,8 +5282,14 @@ npm@6.14.8:
|
|
5248
5282
|
libnpx "^10.2.4"
|
5249
5283
|
lock-verify "^2.1.0"
|
5250
5284
|
lockfile "^1.0.4"
|
5285
|
+
lodash._baseindexof "*"
|
5251
5286
|
lodash._baseuniq "~4.6.0"
|
5287
|
+
lodash._bindcallback "*"
|
5288
|
+
lodash._cacheindexof "*"
|
5289
|
+
lodash._createcache "*"
|
5290
|
+
lodash._getnative "*"
|
5252
5291
|
lodash.clonedeep "~4.5.0"
|
5292
|
+
lodash.restparam "*"
|
5253
5293
|
lodash.union "~4.6.0"
|
5254
5294
|
lodash.uniq "~4.5.0"
|
5255
5295
|
lodash.without "~4.4.0"
|
@@ -5270,7 +5310,7 @@ npm@6.14.8:
|
|
5270
5310
|
npm-pick-manifest "^3.0.2"
|
5271
5311
|
npm-profile "^4.0.4"
|
5272
5312
|
npm-registry-fetch "^4.0.7"
|
5273
|
-
npm-user-validate "
|
5313
|
+
npm-user-validate "^1.0.1"
|
5274
5314
|
npmlog "~4.1.2"
|
5275
5315
|
once "~1.4.0"
|
5276
5316
|
opener "^1.5.1"
|
@@ -5565,7 +5605,7 @@ package-json@^4.0.0:
|
|
5565
5605
|
registry-url "^3.0.3"
|
5566
5606
|
semver "^5.1.0"
|
5567
5607
|
|
5568
|
-
pacote@^11.1.
|
5608
|
+
pacote@^11.1.11, pacote@^11.1.13:
|
5569
5609
|
version "11.1.13"
|
5570
5610
|
resolved "https://registry.yarnpkg.com/pacote/-/pacote-11.1.13.tgz#7e85213693b0b4b1119c4026dc1b68c087641dc2"
|
5571
5611
|
integrity sha512-oJ7Bg7p3izrIMhZPHCCHmMHQl+xb+pKBXL5ZYeM2oCZrw6sBRSx7f8l7F+95V2qA0BP3c1cNaaBmUNkbo6Hn9w==
|
@@ -5827,10 +5867,10 @@ prettier-linter-helpers@^1.0.0:
|
|
5827
5867
|
dependencies:
|
5828
5868
|
fast-diff "^1.1.2"
|
5829
5869
|
|
5830
|
-
prettier@^2.1
|
5831
|
-
version "2.1
|
5832
|
-
resolved "https://registry.
|
5833
|
-
integrity sha512-
|
5870
|
+
prettier@^2.2.1:
|
5871
|
+
version "2.2.1"
|
5872
|
+
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.2.1.tgz#795a1a78dd52f073da0cd42b21f9c91381923ff5"
|
5873
|
+
integrity sha512-PqyhM2yCjg/oKkFPtTGUojv7gnZAoG80ttl45O6x2Ug/rMJw4wcc9k6aaf2hibP7BGVCCM33gZoGjyvt9mm16Q==
|
5834
5874
|
|
5835
5875
|
pretty-format@^26.6.2:
|
5836
5876
|
version "26.6.2"
|
@@ -5925,7 +5965,7 @@ psl@^1.1.28:
|
|
5925
5965
|
resolved "https://registry.npmjs.org/psl/-/psl-1.8.0.tgz#9326f8bcfb013adcc005fdff056acce020e51c24"
|
5926
5966
|
integrity sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ==
|
5927
5967
|
|
5928
|
-
puka@^1.0.0:
|
5968
|
+
puka@^1.0.0, puka@^1.0.1:
|
5929
5969
|
version "1.0.1"
|
5930
5970
|
resolved "https://registry.npmjs.org/puka/-/puka-1.0.1.tgz#a2df782b7eb4cf9564e4c93a5da422de0dfacc02"
|
5931
5971
|
integrity sha512-ssjRZxBd7BT3dte1RR3VoeT2cT/ODH8x+h0rUF1rMqB0srHYf48stSDWfiYakTp5UBZMxroZhB2+ExLDHm7W3g==
|
@@ -6356,13 +6396,6 @@ retry@^0.12.0:
|
|
6356
6396
|
resolved "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz#1b42a6266a21f07421d1b0b54b7dc167b01c013b"
|
6357
6397
|
integrity sha1-G0KmJmoh8HQh0bC1S33BZ7AcATs=
|
6358
6398
|
|
6359
|
-
rimraf@2.6.3:
|
6360
|
-
version "2.6.3"
|
6361
|
-
resolved "https://registry.npmjs.org/rimraf/-/rimraf-2.6.3.tgz#b2d104fe0d8fb27cf9e0a1cda8262dd3833c6cab"
|
6362
|
-
integrity sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==
|
6363
|
-
dependencies:
|
6364
|
-
glob "^7.1.3"
|
6365
|
-
|
6366
6399
|
rimraf@^2.5.0, rimraf@^2.5.2, rimraf@^2.5.4, rimraf@^2.6.2, rimraf@^2.6.3, rimraf@^2.7.1:
|
6367
6400
|
version "2.7.1"
|
6368
6401
|
resolved "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz#35797f13a7fdadc566142c29d4f07ccad483e3ec"
|
@@ -6467,10 +6500,12 @@ semver@^6.0.0, semver@^6.3.0:
|
|
6467
6500
|
resolved "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
|
6468
6501
|
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==
|
6469
6502
|
|
6470
|
-
semver@^7.0.0, semver@^7.1.1, semver@^7.1
|
6471
|
-
version "7.3.
|
6472
|
-
resolved "https://registry.
|
6473
|
-
integrity sha512-
|
6503
|
+
semver@^7.0.0, semver@^7.1.1, semver@^7.2.1, semver@^7.3.2, semver@^7.3.4:
|
6504
|
+
version "7.3.4"
|
6505
|
+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.4.tgz#27aaa7d2e4ca76452f98d3add093a72c943edc97"
|
6506
|
+
integrity sha512-tCfb2WLjqFAtXn4KEdxIhalnRtoKFN7nAwj0B3ZXCbQloV2tq5eDbcTmT68JJD3nRJq24/XgxtQKFIpQdtvmVw==
|
6507
|
+
dependencies:
|
6508
|
+
lru-cache "^6.0.0"
|
6474
6509
|
|
6475
6510
|
set-blocking@^2.0.0, set-blocking@~2.0.0:
|
6476
6511
|
version "2.0.0"
|
@@ -7575,13 +7610,6 @@ write-file-atomic@^3.0.0, write-file-atomic@^3.0.3:
|
|
7575
7610
|
signal-exit "^3.0.2"
|
7576
7611
|
typedarray-to-buffer "^3.1.5"
|
7577
7612
|
|
7578
|
-
write@1.0.3:
|
7579
|
-
version "1.0.3"
|
7580
|
-
resolved "https://registry.npmjs.org/write/-/write-1.0.3.tgz#0800e14523b923a387e415123c865616aae0f5c3"
|
7581
|
-
integrity sha512-/lg70HAjtkUgWPVZhZcm+T4hkL8Zbtp1nFNOn3lRrxnlv50SRBv7cR7RqR+GMsd3hUXy9hWBo4CHTbFTcOYwig==
|
7582
|
-
dependencies:
|
7583
|
-
mkdirp "^0.5.1"
|
7584
|
-
|
7585
7613
|
ws@^7.2.3:
|
7586
7614
|
version "7.3.1"
|
7587
7615
|
resolved "https://registry.npmjs.org/ws/-/ws-7.3.1.tgz#d0547bf67f7ce4f12a72dfe31262c68d7dc551c8"
|
@@ -73,7 +73,7 @@ module Dependabot
|
|
73
73
|
next unless semver_version_for(details["version"])
|
74
74
|
next if alias_package?(req)
|
75
75
|
|
76
|
-
#
|
76
|
+
# NOTE: The DependencySet will de-dupe our dependencies, so they
|
77
77
|
# end up unique by name. That's not a perfect representation of
|
78
78
|
# the nested nature of JS resolution, but it makes everything work
|
79
79
|
# comparably to other flat-resolution strategies
|
@@ -92,7 +92,7 @@ module Dependabot
|
|
92
92
|
def package_lock_dependencies
|
93
93
|
dependency_set = Dependabot::NpmAndYarn::FileParser::DependencySet.new
|
94
94
|
|
95
|
-
#
|
95
|
+
# NOTE: The DependencySet will de-dupe our dependencies, so they
|
96
96
|
# end up unique by name. That's not a perfect representation of
|
97
97
|
# the nested nature of JS resolution, but it makes everything work
|
98
98
|
# comparably to other flat-resolution strategies
|
@@ -108,7 +108,7 @@ module Dependabot
|
|
108
108
|
def shrinkwrap_dependencies
|
109
109
|
dependency_set = Dependabot::NpmAndYarn::FileParser::DependencySet.new
|
110
110
|
|
111
|
-
#
|
111
|
+
# NOTE: The DependencySet will de-dupe our dependencies, so they
|
112
112
|
# end up unique by name. That's not a perfect representation of
|
113
113
|
# the nested nature of JS resolution, but it makes everything work
|
114
114
|
# comparably to other flat-resolution strategies
|
@@ -286,7 +286,7 @@ module Dependabot
|
|
286
286
|
lockfile)
|
287
287
|
lockfile_dir = Pathname.new(lockfile.name).dirname
|
288
288
|
modules_path = lockfile_dir.join("node_modules")
|
289
|
-
#
|
289
|
+
# NOTE: don't include the dependency names to prevent opening
|
290
290
|
# multiple issues for each dependency that fails because we unique
|
291
291
|
# issues on the error message (issue detail) on the backend
|
292
292
|
#
|
@@ -43,7 +43,7 @@ module Dependabot
|
|
43
43
|
|
44
44
|
def lowest_resolvable_security_fix_version
|
45
45
|
raise "Dependency not vulnerable!" unless vulnerable?
|
46
|
-
#
|
46
|
+
# NOTE: we currently don't resolve transitive/sub-dependencies as
|
47
47
|
# npm/yarn don't provide any control over updating to a specific
|
48
48
|
# sub-dependency
|
49
49
|
return latest_resolvable_version unless dependency.top_level?
|
@@ -36,16 +36,22 @@ module Dependabot
|
|
36
36
|
)
|
37
37
|
dependency_files_builder.write_temporary_dependency_files
|
38
38
|
|
39
|
-
|
39
|
+
# TODO: Look into using npm/arborist for parsing yarn lockfiles (there's currently partial yarn support)
|
40
|
+
#
|
41
|
+
# Prefer the npm conflicting dependency parser if there's both a npm lockfile and a yarn.lock file as the
|
42
|
+
# npm parser handles edge cases where the package.json is out of sync with the lockfile, something the yarn
|
43
|
+
# parser doesn't deal with at the moment.
|
44
|
+
if dependency_files_builder.package_locks.any? ||
|
45
|
+
dependency_files_builder.shrinkwraps.any?
|
40
46
|
SharedHelpers.run_helper_subprocess(
|
41
47
|
command: NativeHelpers.helper_path,
|
42
|
-
function: "
|
48
|
+
function: "npm:findConflictingDependencies",
|
43
49
|
args: [Dir.pwd, dependency.name, target_version.to_s]
|
44
50
|
)
|
45
51
|
else
|
46
52
|
SharedHelpers.run_helper_subprocess(
|
47
53
|
command: NativeHelpers.helper_path,
|
48
|
-
function: "
|
54
|
+
function: "yarn:findConflictingDependencies",
|
49
55
|
args: [Dir.pwd, dependency.name, target_version.to_s]
|
50
56
|
)
|
51
57
|
end
|
@@ -361,7 +361,9 @@ module Dependabot
|
|
361
361
|
idempotent: true,
|
362
362
|
**SharedHelpers.excon_defaults
|
363
363
|
)
|
364
|
-
|
364
|
+
# NOTE: returns 429 when the login page is rate limited
|
365
|
+
return web_response.body.include?("Forgot password?") ||
|
366
|
+
web_response.status == 429
|
365
367
|
end
|
366
368
|
|
367
369
|
true
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: dependabot-npm_and_yarn
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.126.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Dependabot
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-12-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: dependabot-common
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - '='
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
19
|
+
version: 0.126.1
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - '='
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 0.
|
26
|
+
version: 0.126.1
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: byebug
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -100,28 +100,28 @@ dependencies:
|
|
100
100
|
requirements:
|
101
101
|
- - "~>"
|
102
102
|
- !ruby/object:Gem::Version
|
103
|
-
version:
|
103
|
+
version: 1.6.0
|
104
104
|
type: :development
|
105
105
|
prerelease: false
|
106
106
|
version_requirements: !ruby/object:Gem::Requirement
|
107
107
|
requirements:
|
108
108
|
- - "~>"
|
109
109
|
- !ruby/object:Gem::Version
|
110
|
-
version:
|
110
|
+
version: 1.6.0
|
111
111
|
- !ruby/object:Gem::Dependency
|
112
112
|
name: simplecov
|
113
113
|
requirement: !ruby/object:Gem::Requirement
|
114
114
|
requirements:
|
115
115
|
- - "~>"
|
116
116
|
- !ruby/object:Gem::Version
|
117
|
-
version: 0.
|
117
|
+
version: 0.20.0
|
118
118
|
type: :development
|
119
119
|
prerelease: false
|
120
120
|
version_requirements: !ruby/object:Gem::Requirement
|
121
121
|
requirements:
|
122
122
|
- - "~>"
|
123
123
|
- !ruby/object:Gem::Version
|
124
|
-
version: 0.
|
124
|
+
version: 0.20.0
|
125
125
|
- !ruby/object:Gem::Dependency
|
126
126
|
name: simplecov-console
|
127
127
|
requirement: !ruby/object:Gem::Requirement
|