npm-update-package 1.4.2 → 1.4.6
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.
- package/dist/package.json +16 -16
- package/package.json +16 -16
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "npm-update-package",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.6",
|
|
4
4
|
"description": "CLI tool for creating pull requests to update npm packages",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "tsc --project tsconfig.build.json",
|
|
@@ -18,48 +18,48 @@
|
|
|
18
18
|
"@octokit/rest": "19.0.4",
|
|
19
19
|
"commander": "9.4.0",
|
|
20
20
|
"execa": "5.1.1",
|
|
21
|
-
"fp-ts": "2.12.
|
|
21
|
+
"fp-ts": "2.12.3",
|
|
22
22
|
"http-status-codes": "2.2.0",
|
|
23
|
-
"io-ts": "2.2.
|
|
23
|
+
"io-ts": "2.2.18",
|
|
24
24
|
"lodash": "4.14.2",
|
|
25
25
|
"log4js": "6.6.1",
|
|
26
26
|
"mustache": "4.2.0",
|
|
27
27
|
"node-fetch": "2.6.7",
|
|
28
|
-
"npm-check-updates": "16.
|
|
28
|
+
"npm-check-updates": "16.1.2",
|
|
29
29
|
"parse-github-url": "1.0.2",
|
|
30
30
|
"semver": "7.3.7",
|
|
31
31
|
"sleep-promise": "9.1.0",
|
|
32
32
|
"type-guards": "0.15.0"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@jest/types": "
|
|
35
|
+
"@jest/types": "29.0.3",
|
|
36
36
|
"@tsconfig/node14": "1.0.3",
|
|
37
|
-
"@types/jest": "
|
|
38
|
-
"@types/lodash": "4.14.
|
|
37
|
+
"@types/jest": "29.0.0",
|
|
38
|
+
"@types/lodash": "4.14.184",
|
|
39
39
|
"@types/mustache": "4.2.1",
|
|
40
|
-
"@types/node": "14.18.
|
|
40
|
+
"@types/node": "14.18.26",
|
|
41
41
|
"@types/node-fetch": "2.6.2",
|
|
42
42
|
"@types/parse-github-url": "1.0.0",
|
|
43
43
|
"@types/semver": "7.3.12",
|
|
44
|
-
"@typescript-eslint/eslint-plugin": "5.
|
|
45
|
-
"eslint": "8.
|
|
44
|
+
"@typescript-eslint/eslint-plugin": "5.36.2",
|
|
45
|
+
"eslint": "8.23.0",
|
|
46
46
|
"eslint-config-lodash": "1.1.0",
|
|
47
47
|
"eslint-config-standard-with-typescript": "22.0.0",
|
|
48
48
|
"eslint-plugin-eslint-comments": "3.2.0",
|
|
49
49
|
"eslint-plugin-import": "2.26.0",
|
|
50
|
-
"eslint-plugin-jest": "
|
|
50
|
+
"eslint-plugin-jest": "27.0.4",
|
|
51
51
|
"eslint-plugin-lodash": "7.4.0",
|
|
52
|
-
"eslint-plugin-n": "15.2.
|
|
53
|
-
"eslint-plugin-promise": "6.0.
|
|
52
|
+
"eslint-plugin-n": "15.2.5",
|
|
53
|
+
"eslint-plugin-promise": "6.0.1",
|
|
54
54
|
"eslint-plugin-tsdoc": "0.2.16",
|
|
55
55
|
"eslint-plugin-unicorn": "43.0.2",
|
|
56
56
|
"eslint-plugin-you-dont-need-lodash-underscore": "6.12.0",
|
|
57
|
-
"jest": "
|
|
57
|
+
"jest": "29.0.3",
|
|
58
58
|
"npm-run-all": "4.1.5",
|
|
59
59
|
"rimraf": "3.0.2",
|
|
60
|
-
"ts-jest": "
|
|
60
|
+
"ts-jest": "29.0.0",
|
|
61
61
|
"ts-node": "10.9.1",
|
|
62
|
-
"typescript": "4.
|
|
62
|
+
"typescript": "4.8.3",
|
|
63
63
|
"utility-types": "3.10.0"
|
|
64
64
|
},
|
|
65
65
|
"repository": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "npm-update-package",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.6",
|
|
4
4
|
"description": "CLI tool for creating pull requests to update npm packages",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "tsc --project tsconfig.build.json",
|
|
@@ -18,48 +18,48 @@
|
|
|
18
18
|
"@octokit/rest": "19.0.4",
|
|
19
19
|
"commander": "9.4.0",
|
|
20
20
|
"execa": "5.1.1",
|
|
21
|
-
"fp-ts": "2.12.
|
|
21
|
+
"fp-ts": "2.12.3",
|
|
22
22
|
"http-status-codes": "2.2.0",
|
|
23
|
-
"io-ts": "2.2.
|
|
23
|
+
"io-ts": "2.2.18",
|
|
24
24
|
"lodash": "4.14.2",
|
|
25
25
|
"log4js": "6.6.1",
|
|
26
26
|
"mustache": "4.2.0",
|
|
27
27
|
"node-fetch": "2.6.7",
|
|
28
|
-
"npm-check-updates": "16.
|
|
28
|
+
"npm-check-updates": "16.1.2",
|
|
29
29
|
"parse-github-url": "1.0.2",
|
|
30
30
|
"semver": "7.3.7",
|
|
31
31
|
"sleep-promise": "9.1.0",
|
|
32
32
|
"type-guards": "0.15.0"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@jest/types": "
|
|
35
|
+
"@jest/types": "29.0.3",
|
|
36
36
|
"@tsconfig/node14": "1.0.3",
|
|
37
|
-
"@types/jest": "
|
|
38
|
-
"@types/lodash": "4.14.
|
|
37
|
+
"@types/jest": "29.0.0",
|
|
38
|
+
"@types/lodash": "4.14.184",
|
|
39
39
|
"@types/mustache": "4.2.1",
|
|
40
|
-
"@types/node": "14.18.
|
|
40
|
+
"@types/node": "14.18.26",
|
|
41
41
|
"@types/node-fetch": "2.6.2",
|
|
42
42
|
"@types/parse-github-url": "1.0.0",
|
|
43
43
|
"@types/semver": "7.3.12",
|
|
44
|
-
"@typescript-eslint/eslint-plugin": "5.
|
|
45
|
-
"eslint": "8.
|
|
44
|
+
"@typescript-eslint/eslint-plugin": "5.36.2",
|
|
45
|
+
"eslint": "8.23.0",
|
|
46
46
|
"eslint-config-lodash": "1.1.0",
|
|
47
47
|
"eslint-config-standard-with-typescript": "22.0.0",
|
|
48
48
|
"eslint-plugin-eslint-comments": "3.2.0",
|
|
49
49
|
"eslint-plugin-import": "2.26.0",
|
|
50
|
-
"eslint-plugin-jest": "
|
|
50
|
+
"eslint-plugin-jest": "27.0.4",
|
|
51
51
|
"eslint-plugin-lodash": "7.4.0",
|
|
52
|
-
"eslint-plugin-n": "15.2.
|
|
53
|
-
"eslint-plugin-promise": "6.0.
|
|
52
|
+
"eslint-plugin-n": "15.2.5",
|
|
53
|
+
"eslint-plugin-promise": "6.0.1",
|
|
54
54
|
"eslint-plugin-tsdoc": "0.2.16",
|
|
55
55
|
"eslint-plugin-unicorn": "43.0.2",
|
|
56
56
|
"eslint-plugin-you-dont-need-lodash-underscore": "6.12.0",
|
|
57
|
-
"jest": "
|
|
57
|
+
"jest": "29.0.3",
|
|
58
58
|
"npm-run-all": "4.1.5",
|
|
59
59
|
"rimraf": "3.0.2",
|
|
60
|
-
"ts-jest": "
|
|
60
|
+
"ts-jest": "29.0.0",
|
|
61
61
|
"ts-node": "10.9.1",
|
|
62
|
-
"typescript": "4.
|
|
62
|
+
"typescript": "4.8.3",
|
|
63
63
|
"utility-types": "3.10.0"
|
|
64
64
|
},
|
|
65
65
|
"repository": {
|