npm-update-package 1.2.5 → 1.2.8
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 +9 -9
- package/package.json +9 -9
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "npm-update-package",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.8",
|
|
4
4
|
"description": "CLI tool for creating pull requests to update npm packages",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "tsc --project tsconfig.build.json",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@octokit/rest": "18.12.0",
|
|
20
|
-
"commander": "9.
|
|
20
|
+
"commander": "9.3.0",
|
|
21
21
|
"execa": "5.1.1",
|
|
22
22
|
"fp-ts": "2.12.1",
|
|
23
23
|
"http-status-codes": "2.2.0",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"log4js": "6.5.2",
|
|
27
27
|
"mustache": "4.1.0",
|
|
28
28
|
"node-fetch": "2.6.7",
|
|
29
|
-
"npm-check-updates": "13.0.
|
|
29
|
+
"npm-check-updates": "13.0.4",
|
|
30
30
|
"parse-github-url": "1.0.2",
|
|
31
31
|
"semver": "7.3.7",
|
|
32
32
|
"sleep-promise": "9.1.0",
|
|
@@ -35,20 +35,20 @@
|
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@jest/types": "27.5.1",
|
|
37
37
|
"@tsconfig/node14": "1.0.1",
|
|
38
|
-
"@types/jest": "27.5.
|
|
38
|
+
"@types/jest": "27.5.2",
|
|
39
39
|
"@types/lodash": "4.14.182",
|
|
40
|
-
"@types/mustache": "4.1.
|
|
41
|
-
"@types/node": "14.18.
|
|
40
|
+
"@types/mustache": "4.1.3",
|
|
41
|
+
"@types/node": "14.18.20",
|
|
42
42
|
"@types/node-fetch": "2.6.1",
|
|
43
43
|
"@types/parse-github-url": "1.0.0",
|
|
44
44
|
"@types/semver": "7.3.9",
|
|
45
|
-
"@typescript-eslint/eslint-plugin": "5.
|
|
45
|
+
"@typescript-eslint/eslint-plugin": "5.27.0",
|
|
46
46
|
"eslint": "8.16.0",
|
|
47
47
|
"eslint-config-lodash": "1.1.0",
|
|
48
48
|
"eslint-config-standard-with-typescript": "21.0.1",
|
|
49
49
|
"eslint-plugin-eslint-comments": "3.2.0",
|
|
50
50
|
"eslint-plugin-import": "2.26.0",
|
|
51
|
-
"eslint-plugin-jest": "26.
|
|
51
|
+
"eslint-plugin-jest": "26.4.6",
|
|
52
52
|
"eslint-plugin-lodash": "7.4.0",
|
|
53
53
|
"eslint-plugin-node": "11.1.0",
|
|
54
54
|
"eslint-plugin-promise": "6.0.0",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"eslint-plugin-you-dont-need-lodash-underscore": "6.12.0",
|
|
58
58
|
"husky": "8.0.1",
|
|
59
59
|
"jest": "27.5.1",
|
|
60
|
-
"lint-staged": "
|
|
60
|
+
"lint-staged": "13.0.0",
|
|
61
61
|
"npm-run-all": "4.1.5",
|
|
62
62
|
"rimraf": "3.0.2",
|
|
63
63
|
"ts-jest": "27.1.5",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "npm-update-package",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.8",
|
|
4
4
|
"description": "CLI tool for creating pull requests to update npm packages",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "tsc --project tsconfig.build.json",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@octokit/rest": "18.12.0",
|
|
20
|
-
"commander": "9.
|
|
20
|
+
"commander": "9.3.0",
|
|
21
21
|
"execa": "5.1.1",
|
|
22
22
|
"fp-ts": "2.12.1",
|
|
23
23
|
"http-status-codes": "2.2.0",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"log4js": "6.5.2",
|
|
27
27
|
"mustache": "4.1.0",
|
|
28
28
|
"node-fetch": "2.6.7",
|
|
29
|
-
"npm-check-updates": "13.0.
|
|
29
|
+
"npm-check-updates": "13.0.4",
|
|
30
30
|
"parse-github-url": "1.0.2",
|
|
31
31
|
"semver": "7.3.7",
|
|
32
32
|
"sleep-promise": "9.1.0",
|
|
@@ -35,20 +35,20 @@
|
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@jest/types": "27.5.1",
|
|
37
37
|
"@tsconfig/node14": "1.0.1",
|
|
38
|
-
"@types/jest": "27.5.
|
|
38
|
+
"@types/jest": "27.5.2",
|
|
39
39
|
"@types/lodash": "4.14.182",
|
|
40
|
-
"@types/mustache": "4.1.
|
|
41
|
-
"@types/node": "14.18.
|
|
40
|
+
"@types/mustache": "4.1.3",
|
|
41
|
+
"@types/node": "14.18.20",
|
|
42
42
|
"@types/node-fetch": "2.6.1",
|
|
43
43
|
"@types/parse-github-url": "1.0.0",
|
|
44
44
|
"@types/semver": "7.3.9",
|
|
45
|
-
"@typescript-eslint/eslint-plugin": "5.
|
|
45
|
+
"@typescript-eslint/eslint-plugin": "5.27.0",
|
|
46
46
|
"eslint": "8.16.0",
|
|
47
47
|
"eslint-config-lodash": "1.1.0",
|
|
48
48
|
"eslint-config-standard-with-typescript": "21.0.1",
|
|
49
49
|
"eslint-plugin-eslint-comments": "3.2.0",
|
|
50
50
|
"eslint-plugin-import": "2.26.0",
|
|
51
|
-
"eslint-plugin-jest": "26.
|
|
51
|
+
"eslint-plugin-jest": "26.4.6",
|
|
52
52
|
"eslint-plugin-lodash": "7.4.0",
|
|
53
53
|
"eslint-plugin-node": "11.1.0",
|
|
54
54
|
"eslint-plugin-promise": "6.0.0",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"eslint-plugin-you-dont-need-lodash-underscore": "6.12.0",
|
|
58
58
|
"husky": "8.0.1",
|
|
59
59
|
"jest": "27.5.1",
|
|
60
|
-
"lint-staged": "
|
|
60
|
+
"lint-staged": "13.0.0",
|
|
61
61
|
"npm-run-all": "4.1.5",
|
|
62
62
|
"rimraf": "3.0.2",
|
|
63
63
|
"ts-jest": "27.1.5",
|