npm-update-package 0.48.0 → 0.48.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
@@ -36,7 +36,7 @@ User names to assign to pull request.
36
36
  ```sh
37
37
  npx npm-update-package \
38
38
  --github-token $GITHUB_TOKEN \
39
- --assignees npm-update-package npm-update-package-bot
39
+ --assignees octocat mona
40
40
  ```
41
41
 
42
42
  ### `--commit-message`
@@ -207,7 +207,7 @@ User names to request reviews.
207
207
  ```sh
208
208
  npx npm-update-package \
209
209
  --github-token $GITHUB_TOKEN \
210
- --reviewers npm-update-package npm-update-package-bot
210
+ --reviewers octocat mona
211
211
  ```
212
212
 
213
213
  ## GitHub token
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "npm-update-package",
3
- "version": "0.48.0",
3
+ "version": "0.48.3",
4
4
  "description": "CLI tool for creating pull requests to update npm packages",
5
5
  "scripts": {
6
6
  "badges": "jest-coverage-badges output docs",
@@ -23,7 +23,7 @@
23
23
  "http-status-codes": "2.2.0",
24
24
  "io-ts": "2.2.16",
25
25
  "lodash": "4.14.2",
26
- "log4js": "6.4.3",
26
+ "log4js": "6.4.4",
27
27
  "mustache": "4.1.0",
28
28
  "node-fetch": "2.6.7",
29
29
  "npm-check-updates": "12.5.4",
@@ -42,7 +42,7 @@
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.15.0",
45
+ "@typescript-eslint/eslint-plugin": "5.16.0",
46
46
  "eslint": "8.11.0",
47
47
  "eslint-config-standard-with-typescript": "21.0.1",
48
48
  "eslint-plugin-import": "2.25.4",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "npm-update-package",
3
- "version": "0.48.0",
3
+ "version": "0.48.3",
4
4
  "description": "CLI tool for creating pull requests to update npm packages",
5
5
  "scripts": {
6
6
  "badges": "jest-coverage-badges output docs",
@@ -23,7 +23,7 @@
23
23
  "http-status-codes": "2.2.0",
24
24
  "io-ts": "2.2.16",
25
25
  "lodash": "4.14.2",
26
- "log4js": "6.4.3",
26
+ "log4js": "6.4.4",
27
27
  "mustache": "4.1.0",
28
28
  "node-fetch": "2.6.7",
29
29
  "npm-check-updates": "12.5.4",
@@ -42,7 +42,7 @@
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.15.0",
45
+ "@typescript-eslint/eslint-plugin": "5.16.0",
46
46
  "eslint": "8.11.0",
47
47
  "eslint-config-standard-with-typescript": "21.0.1",
48
48
  "eslint-plugin-import": "2.25.4",