npm-update-package 1.2.8 → 1.2.11
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 +10 -10
- package/package.json +10 -10
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.11",
|
|
4
4
|
"description": "CLI tool for creating pull requests to update npm packages",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "tsc --project tsconfig.build.json",
|
|
@@ -26,16 +26,16 @@
|
|
|
26
26
|
"log4js": "6.5.2",
|
|
27
27
|
"mustache": "4.1.0",
|
|
28
28
|
"node-fetch": "2.6.7",
|
|
29
|
-
"npm-check-updates": "13.
|
|
29
|
+
"npm-check-updates": "13.1.1",
|
|
30
30
|
"parse-github-url": "1.0.2",
|
|
31
31
|
"semver": "7.3.7",
|
|
32
32
|
"sleep-promise": "9.1.0",
|
|
33
33
|
"type-guards": "0.15.0"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@jest/types": "
|
|
36
|
+
"@jest/types": "28.1.0",
|
|
37
37
|
"@tsconfig/node14": "1.0.1",
|
|
38
|
-
"@types/jest": "
|
|
38
|
+
"@types/jest": "28.1.0",
|
|
39
39
|
"@types/lodash": "4.14.182",
|
|
40
40
|
"@types/mustache": "4.1.3",
|
|
41
41
|
"@types/node": "14.18.20",
|
|
@@ -43,12 +43,12 @@
|
|
|
43
43
|
"@types/parse-github-url": "1.0.0",
|
|
44
44
|
"@types/semver": "7.3.9",
|
|
45
45
|
"@typescript-eslint/eslint-plugin": "5.27.0",
|
|
46
|
-
"eslint": "8.
|
|
46
|
+
"eslint": "8.17.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.4.
|
|
51
|
+
"eslint-plugin-jest": "26.4.7",
|
|
52
52
|
"eslint-plugin-lodash": "7.4.0",
|
|
53
53
|
"eslint-plugin-node": "11.1.0",
|
|
54
54
|
"eslint-plugin-promise": "6.0.0",
|
|
@@ -56,13 +56,13 @@
|
|
|
56
56
|
"eslint-plugin-unicorn": "42.0.0",
|
|
57
57
|
"eslint-plugin-you-dont-need-lodash-underscore": "6.12.0",
|
|
58
58
|
"husky": "8.0.1",
|
|
59
|
-
"jest": "
|
|
59
|
+
"jest": "28.1.0",
|
|
60
60
|
"lint-staged": "13.0.0",
|
|
61
61
|
"npm-run-all": "4.1.5",
|
|
62
62
|
"rimraf": "3.0.2",
|
|
63
|
-
"ts-jest": "
|
|
64
|
-
"ts-node": "10.8.
|
|
65
|
-
"typescript": "4.7.
|
|
63
|
+
"ts-jest": "28.0.4",
|
|
64
|
+
"ts-node": "10.8.1",
|
|
65
|
+
"typescript": "4.7.3",
|
|
66
66
|
"utility-types": "3.10.0"
|
|
67
67
|
},
|
|
68
68
|
"repository": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "npm-update-package",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.11",
|
|
4
4
|
"description": "CLI tool for creating pull requests to update npm packages",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "tsc --project tsconfig.build.json",
|
|
@@ -26,16 +26,16 @@
|
|
|
26
26
|
"log4js": "6.5.2",
|
|
27
27
|
"mustache": "4.1.0",
|
|
28
28
|
"node-fetch": "2.6.7",
|
|
29
|
-
"npm-check-updates": "13.
|
|
29
|
+
"npm-check-updates": "13.1.1",
|
|
30
30
|
"parse-github-url": "1.0.2",
|
|
31
31
|
"semver": "7.3.7",
|
|
32
32
|
"sleep-promise": "9.1.0",
|
|
33
33
|
"type-guards": "0.15.0"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@jest/types": "
|
|
36
|
+
"@jest/types": "28.1.0",
|
|
37
37
|
"@tsconfig/node14": "1.0.1",
|
|
38
|
-
"@types/jest": "
|
|
38
|
+
"@types/jest": "28.1.0",
|
|
39
39
|
"@types/lodash": "4.14.182",
|
|
40
40
|
"@types/mustache": "4.1.3",
|
|
41
41
|
"@types/node": "14.18.20",
|
|
@@ -43,12 +43,12 @@
|
|
|
43
43
|
"@types/parse-github-url": "1.0.0",
|
|
44
44
|
"@types/semver": "7.3.9",
|
|
45
45
|
"@typescript-eslint/eslint-plugin": "5.27.0",
|
|
46
|
-
"eslint": "8.
|
|
46
|
+
"eslint": "8.17.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.4.
|
|
51
|
+
"eslint-plugin-jest": "26.4.7",
|
|
52
52
|
"eslint-plugin-lodash": "7.4.0",
|
|
53
53
|
"eslint-plugin-node": "11.1.0",
|
|
54
54
|
"eslint-plugin-promise": "6.0.0",
|
|
@@ -56,13 +56,13 @@
|
|
|
56
56
|
"eslint-plugin-unicorn": "42.0.0",
|
|
57
57
|
"eslint-plugin-you-dont-need-lodash-underscore": "6.12.0",
|
|
58
58
|
"husky": "8.0.1",
|
|
59
|
-
"jest": "
|
|
59
|
+
"jest": "28.1.0",
|
|
60
60
|
"lint-staged": "13.0.0",
|
|
61
61
|
"npm-run-all": "4.1.5",
|
|
62
62
|
"rimraf": "3.0.2",
|
|
63
|
-
"ts-jest": "
|
|
64
|
-
"ts-node": "10.8.
|
|
65
|
-
"typescript": "4.7.
|
|
63
|
+
"ts-jest": "28.0.4",
|
|
64
|
+
"ts-node": "10.8.1",
|
|
65
|
+
"typescript": "4.7.3",
|
|
66
66
|
"utility-types": "3.10.0"
|
|
67
67
|
},
|
|
68
68
|
"repository": {
|