dependabot-npm_and_yarn 0.154.2 → 0.154.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/helpers/package-lock.json +26 -14
- data/helpers/package.json +2 -2
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cacfa5ef8864e8780a5845a2564794c1adf10547c04f122ca718db29368205e6
|
|
4
|
+
data.tar.gz: b83e7feb74634bc5e28c2f7718eb5b24e95b2abad642d3c39f624e46053a51e8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6e6b1cde7c1137ffa40a37f303efa46dba58690bdff84f9148a2e886dc91524480ceec5af0d70cff9f28c4ea4d550e5288bb73549c4a20bfb6bf79ee1b424a16
|
|
7
|
+
data.tar.gz: ddcad487b4e8fdfb37b9737d3685c25aa7dba5e7db8470f90935b9071ee9eb342b473261c8a59763a5fd675a21c01bf0b6b86ca98699511416239617ab380790
|
data/helpers/package-lock.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"name": "@dependabot/helper",
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"@dependabot/yarn-lib": "^1.21.1",
|
|
10
|
-
"@npmcli/arborist": "^2.6.
|
|
10
|
+
"@npmcli/arborist": "^2.6.3",
|
|
11
11
|
"detect-indent": "^6.1.0",
|
|
12
12
|
"npm": "6.14.13",
|
|
13
13
|
"semver": "^7.3.4"
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"helper": "run.js"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
|
-
"eslint": "^7.
|
|
19
|
+
"eslint": "^7.29.0",
|
|
20
20
|
"eslint-config-prettier": "^8.3.0",
|
|
21
21
|
"jest": "^27.0.4",
|
|
22
22
|
"prettier": "^2.3.1",
|
|
@@ -1430,9 +1430,9 @@
|
|
|
1430
1430
|
}
|
|
1431
1431
|
},
|
|
1432
1432
|
"node_modules/@npmcli/arborist": {
|
|
1433
|
-
"version": "2.6.
|
|
1434
|
-
"resolved": "https://registry.npmjs.org/@npmcli/arborist/-/arborist-2.6.
|
|
1435
|
-
"integrity": "sha512-
|
|
1433
|
+
"version": "2.6.3",
|
|
1434
|
+
"resolved": "https://registry.npmjs.org/@npmcli/arborist/-/arborist-2.6.3.tgz",
|
|
1435
|
+
"integrity": "sha512-R8U2dZ8+jeE7go+qNU4Mt6aiXyBu3mM75iRIugNCA4P0OWlsLOpuDPPhsaRcOVbtXheOGZXrqe36qP1g+M68KQ==",
|
|
1436
1436
|
"dependencies": {
|
|
1437
1437
|
"@npmcli/installed-package-contents": "^1.0.7",
|
|
1438
1438
|
"@npmcli/map-workspaces": "^1.0.2",
|
|
@@ -1453,6 +1453,7 @@
|
|
|
1453
1453
|
"npm-registry-fetch": "^11.0.0",
|
|
1454
1454
|
"pacote": "^11.2.6",
|
|
1455
1455
|
"parse-conflict-json": "^1.1.1",
|
|
1456
|
+
"proc-log": "^1.0.0",
|
|
1456
1457
|
"promise-all-reject-late": "^1.0.0",
|
|
1457
1458
|
"promise-call-limit": "^1.0.1",
|
|
1458
1459
|
"read-package-json-fast": "^2.0.2",
|
|
@@ -3260,9 +3261,9 @@
|
|
|
3260
3261
|
}
|
|
3261
3262
|
},
|
|
3262
3263
|
"node_modules/eslint": {
|
|
3263
|
-
"version": "7.
|
|
3264
|
-
"resolved": "https://registry.npmjs.org/eslint/-/eslint-7.
|
|
3265
|
-
"integrity": "sha512-
|
|
3264
|
+
"version": "7.29.0",
|
|
3265
|
+
"resolved": "https://registry.npmjs.org/eslint/-/eslint-7.29.0.tgz",
|
|
3266
|
+
"integrity": "sha512-82G/JToB9qIy/ArBzIWG9xvvwL3R86AlCjtGw+A29OMZDqhTybz/MByORSukGxeI+YPCR4coYyITKk8BFH9nDA==",
|
|
3266
3267
|
"dev": true,
|
|
3267
3268
|
"dependencies": {
|
|
3268
3269
|
"@babel/code-frame": "7.12.11",
|
|
@@ -12553,6 +12554,11 @@
|
|
|
12553
12554
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
12554
12555
|
}
|
|
12555
12556
|
},
|
|
12557
|
+
"node_modules/proc-log": {
|
|
12558
|
+
"version": "1.0.0",
|
|
12559
|
+
"resolved": "https://registry.npmjs.org/proc-log/-/proc-log-1.0.0.tgz",
|
|
12560
|
+
"integrity": "sha512-aCk8AO51s+4JyuYGg3Q/a6gnrlDO09NpVWePtjp7xwphcoQ04x5WAfCyugcsbLooWcMJ87CLkD4+604IckEdhg=="
|
|
12561
|
+
},
|
|
12556
12562
|
"node_modules/process-nextick-args": {
|
|
12557
12563
|
"version": "2.0.1",
|
|
12558
12564
|
"resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
|
|
@@ -15480,9 +15486,9 @@
|
|
|
15480
15486
|
}
|
|
15481
15487
|
},
|
|
15482
15488
|
"@npmcli/arborist": {
|
|
15483
|
-
"version": "2.6.
|
|
15484
|
-
"resolved": "https://registry.npmjs.org/@npmcli/arborist/-/arborist-2.6.
|
|
15485
|
-
"integrity": "sha512-
|
|
15489
|
+
"version": "2.6.3",
|
|
15490
|
+
"resolved": "https://registry.npmjs.org/@npmcli/arborist/-/arborist-2.6.3.tgz",
|
|
15491
|
+
"integrity": "sha512-R8U2dZ8+jeE7go+qNU4Mt6aiXyBu3mM75iRIugNCA4P0OWlsLOpuDPPhsaRcOVbtXheOGZXrqe36qP1g+M68KQ==",
|
|
15486
15492
|
"requires": {
|
|
15487
15493
|
"@npmcli/installed-package-contents": "^1.0.7",
|
|
15488
15494
|
"@npmcli/map-workspaces": "^1.0.2",
|
|
@@ -15503,6 +15509,7 @@
|
|
|
15503
15509
|
"npm-registry-fetch": "^11.0.0",
|
|
15504
15510
|
"pacote": "^11.2.6",
|
|
15505
15511
|
"parse-conflict-json": "^1.1.1",
|
|
15512
|
+
"proc-log": "^1.0.0",
|
|
15506
15513
|
"promise-all-reject-late": "^1.0.0",
|
|
15507
15514
|
"promise-call-limit": "^1.0.1",
|
|
15508
15515
|
"read-package-json-fast": "^2.0.2",
|
|
@@ -16970,9 +16977,9 @@
|
|
|
16970
16977
|
}
|
|
16971
16978
|
},
|
|
16972
16979
|
"eslint": {
|
|
16973
|
-
"version": "7.
|
|
16974
|
-
"resolved": "https://registry.npmjs.org/eslint/-/eslint-7.
|
|
16975
|
-
"integrity": "sha512-
|
|
16980
|
+
"version": "7.29.0",
|
|
16981
|
+
"resolved": "https://registry.npmjs.org/eslint/-/eslint-7.29.0.tgz",
|
|
16982
|
+
"integrity": "sha512-82G/JToB9qIy/ArBzIWG9xvvwL3R86AlCjtGw+A29OMZDqhTybz/MByORSukGxeI+YPCR4coYyITKk8BFH9nDA==",
|
|
16976
16983
|
"dev": true,
|
|
16977
16984
|
"requires": {
|
|
16978
16985
|
"@babel/code-frame": "7.12.11",
|
|
@@ -23759,6 +23766,11 @@
|
|
|
23759
23766
|
}
|
|
23760
23767
|
}
|
|
23761
23768
|
},
|
|
23769
|
+
"proc-log": {
|
|
23770
|
+
"version": "1.0.0",
|
|
23771
|
+
"resolved": "https://registry.npmjs.org/proc-log/-/proc-log-1.0.0.tgz",
|
|
23772
|
+
"integrity": "sha512-aCk8AO51s+4JyuYGg3Q/a6gnrlDO09NpVWePtjp7xwphcoQ04x5WAfCyugcsbLooWcMJ87CLkD4+604IckEdhg=="
|
|
23773
|
+
},
|
|
23762
23774
|
"process-nextick-args": {
|
|
23763
23775
|
"version": "2.0.1",
|
|
23764
23776
|
"resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
|
data/helpers/package.json
CHANGED
|
@@ -10,13 +10,13 @@
|
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@dependabot/yarn-lib": "^1.21.1",
|
|
13
|
-
"@npmcli/arborist": "^2.6.
|
|
13
|
+
"@npmcli/arborist": "^2.6.3",
|
|
14
14
|
"detect-indent": "^6.1.0",
|
|
15
15
|
"npm": "6.14.13",
|
|
16
16
|
"semver": "^7.3.4"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
|
-
"eslint": "^7.
|
|
19
|
+
"eslint": "^7.29.0",
|
|
20
20
|
"eslint-config-prettier": "^8.3.0",
|
|
21
21
|
"jest": "^27.0.4",
|
|
22
22
|
"prettier": "^2.3.1",
|
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.154.
|
|
4
|
+
version: 0.154.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Dependabot
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-06-
|
|
11
|
+
date: 2021-06-21 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.154.
|
|
19
|
+
version: 0.154.3
|
|
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.154.
|
|
26
|
+
version: 0.154.3
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: byebug
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|