npm-update-package 1.4.3 → 1.4.7

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.
Files changed (2) hide show
  1. package/dist/package.json +16 -16
  2. 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",
3
+ "version": "1.4.7",
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.2",
21
+ "fp-ts": "2.12.3",
22
22
  "http-status-codes": "2.2.0",
23
- "io-ts": "2.2.17",
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.0.5",
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": "28.1.3",
35
+ "@jest/types": "29.0.3",
36
36
  "@tsconfig/node14": "1.0.3",
37
- "@types/jest": "28.1.7",
38
- "@types/lodash": "4.14.184",
37
+ "@types/jest": "29.0.1",
38
+ "@types/lodash": "4.14.185",
39
39
  "@types/mustache": "4.2.1",
40
- "@types/node": "14.18.24",
40
+ "@types/node": "14.18.28",
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.33.1",
45
- "eslint": "8.22.0",
44
+ "@typescript-eslint/eslint-plugin": "5.36.2",
45
+ "eslint": "8.23.1",
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": "26.8.5",
50
+ "eslint-plugin-jest": "27.0.4",
51
51
  "eslint-plugin-lodash": "7.4.0",
52
- "eslint-plugin-n": "15.2.4",
53
- "eslint-plugin-promise": "6.0.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": "28.1.3",
57
+ "jest": "29.0.3",
58
58
  "npm-run-all": "4.1.5",
59
59
  "rimraf": "3.0.2",
60
- "ts-jest": "28.0.8",
60
+ "ts-jest": "29.0.0",
61
61
  "ts-node": "10.9.1",
62
- "typescript": "4.7.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",
3
+ "version": "1.4.7",
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.2",
21
+ "fp-ts": "2.12.3",
22
22
  "http-status-codes": "2.2.0",
23
- "io-ts": "2.2.17",
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.0.5",
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": "28.1.3",
35
+ "@jest/types": "29.0.3",
36
36
  "@tsconfig/node14": "1.0.3",
37
- "@types/jest": "28.1.7",
38
- "@types/lodash": "4.14.184",
37
+ "@types/jest": "29.0.1",
38
+ "@types/lodash": "4.14.185",
39
39
  "@types/mustache": "4.2.1",
40
- "@types/node": "14.18.24",
40
+ "@types/node": "14.18.28",
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.33.1",
45
- "eslint": "8.22.0",
44
+ "@typescript-eslint/eslint-plugin": "5.36.2",
45
+ "eslint": "8.23.1",
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": "26.8.5",
50
+ "eslint-plugin-jest": "27.0.4",
51
51
  "eslint-plugin-lodash": "7.4.0",
52
- "eslint-plugin-n": "15.2.4",
53
- "eslint-plugin-promise": "6.0.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": "28.1.3",
57
+ "jest": "29.0.3",
58
58
  "npm-run-all": "4.1.5",
59
59
  "rimraf": "3.0.2",
60
- "ts-jest": "28.0.8",
60
+ "ts-jest": "29.0.0",
61
61
  "ts-node": "10.9.1",
62
- "typescript": "4.7.4",
62
+ "typescript": "4.8.3",
63
63
  "utility-types": "3.10.0"
64
64
  },
65
65
  "repository": {