npm-update-package 0.58.9 → 0.58.10

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/README.md CHANGED
@@ -49,7 +49,7 @@ CLI tool for creating pull requests to update npm packages
49
49
  ## Requirements
50
50
 
51
51
  - Git
52
- - Node.js
52
+ - Node.js v12 or later
53
53
  - npm or Yarn
54
54
 
55
55
  ## Supported platforms
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "npm-update-package",
3
- "version": "0.58.9",
3
+ "version": "0.58.10",
4
4
  "description": "CLI tool for creating pull requests to update npm packages",
5
5
  "scripts": {
6
6
  "build": "tsc --project tsconfig.build.json",
@@ -20,7 +20,7 @@
20
20
  "@octokit/rest": "18.12.0",
21
21
  "commander": "9.2.0",
22
22
  "execa": "5.1.1",
23
- "fp-ts": "2.12.0",
23
+ "fp-ts": "2.12.1",
24
24
  "http-status-codes": "2.2.0",
25
25
  "io-ts": "2.2.16",
26
26
  "lodash": "4.14.2",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "npm-update-package",
3
- "version": "0.58.9",
3
+ "version": "0.58.10",
4
4
  "description": "CLI tool for creating pull requests to update npm packages",
5
5
  "scripts": {
6
6
  "build": "tsc --project tsconfig.build.json",
@@ -20,7 +20,7 @@
20
20
  "@octokit/rest": "18.12.0",
21
21
  "commander": "9.2.0",
22
22
  "execa": "5.1.1",
23
- "fp-ts": "2.12.0",
23
+ "fp-ts": "2.12.1",
24
24
  "http-status-codes": "2.2.0",
25
25
  "io-ts": "2.2.16",
26
26
  "lodash": "4.14.2",