npm-update-package 1.3.0 → 1.3.3

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
@@ -1,5 +1,4 @@
1
1
  [![npm version](https://badge.fury.io/js/npm-update-package.svg)](https://badge.fury.io/js/npm-update-package)
2
- [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
3
2
  [![eslint](https://github.com/npm-update-package/npm-update-package/actions/workflows/eslint.yml/badge.svg)](https://github.com/npm-update-package/npm-update-package/actions/workflows/eslint.yml)
4
3
  [![test](https://github.com/npm-update-package/npm-update-package/actions/workflows/test.yml/badge.svg)](https://github.com/npm-update-package/npm-update-package/actions/workflows/test.yml)
5
4
 
@@ -142,9 +141,9 @@ Dependency types to be updated.
142
141
  |required|-|
143
142
  |default|`dependencies`, `devDependencies`, `peerDependencies`, `bundledDependencies`, `optionalDependencies`|
144
143
 
145
- Available variables:
144
+ Allowed values:
146
145
 
147
- |Variable|Description|
146
+ |Value|Description|
148
147
  |---|---|
149
148
  |`dependencies`|dependencies|
150
149
  |`devDependencies`|devDependencies|
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "npm-update-package",
3
- "version": "1.3.0",
3
+ "version": "1.3.3",
4
4
  "description": "CLI tool for creating pull requests to update npm packages",
5
5
  "scripts": {
6
6
  "build": "tsc --project tsconfig.build.json",
@@ -23,9 +23,9 @@
23
23
  "io-ts": "2.2.16",
24
24
  "lodash": "4.14.2",
25
25
  "log4js": "6.6.0",
26
- "mustache": "4.1.0",
26
+ "mustache": "4.2.0",
27
27
  "node-fetch": "2.6.7",
28
- "npm-check-updates": "15.2.6",
28
+ "npm-check-updates": "16.0.0",
29
29
  "parse-github-url": "1.0.2",
30
30
  "semver": "7.3.7",
31
31
  "sleep-promise": "9.1.0",
@@ -36,7 +36,7 @@
36
36
  "@tsconfig/node14": "1.0.3",
37
37
  "@types/jest": "28.1.6",
38
38
  "@types/lodash": "4.14.182",
39
- "@types/mustache": "4.1.3",
39
+ "@types/mustache": "4.2.1",
40
40
  "@types/node": "14.18.22",
41
41
  "@types/node-fetch": "2.6.2",
42
42
  "@types/parse-github-url": "1.0.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "npm-update-package",
3
- "version": "1.3.0",
3
+ "version": "1.3.3",
4
4
  "description": "CLI tool for creating pull requests to update npm packages",
5
5
  "scripts": {
6
6
  "build": "tsc --project tsconfig.build.json",
@@ -23,9 +23,9 @@
23
23
  "io-ts": "2.2.16",
24
24
  "lodash": "4.14.2",
25
25
  "log4js": "6.6.0",
26
- "mustache": "4.1.0",
26
+ "mustache": "4.2.0",
27
27
  "node-fetch": "2.6.7",
28
- "npm-check-updates": "15.2.6",
28
+ "npm-check-updates": "16.0.0",
29
29
  "parse-github-url": "1.0.2",
30
30
  "semver": "7.3.7",
31
31
  "sleep-promise": "9.1.0",
@@ -36,7 +36,7 @@
36
36
  "@tsconfig/node14": "1.0.3",
37
37
  "@types/jest": "28.1.6",
38
38
  "@types/lodash": "4.14.182",
39
- "@types/mustache": "4.1.3",
39
+ "@types/mustache": "4.2.1",
40
40
  "@types/node": "14.18.22",
41
41
  "@types/node-fetch": "2.6.2",
42
42
  "@types/parse-github-url": "1.0.0",