update-versions 5.2.7 → 5.2.8

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/CHANGELOG.md +1 -1
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -125,4 +125,4 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
125
125
 
126
126
  ## 1.0.0 - 2019-01-24
127
127
 
128
- - First public release
128
+ - First public release
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "update-versions",
3
- "version": "5.2.7",
3
+ "version": "5.2.8",
4
4
  "description": "Like npm-check-updates but supports Lerna monorepos and enforces strict semver values",
5
5
  "keywords": [
6
6
  "app",
@@ -68,7 +68,7 @@
68
68
  },
69
69
  "dependencies": {
70
70
  "ansi-diff-stream": "^1.2.1",
71
- "edit-package-json": "^0.7.7",
71
+ "edit-package-json": "^0.7.8",
72
72
  "globby": "^13.1.2",
73
73
  "is-online": "^10.0.0",
74
74
  "lodash.isplainobject": "^4.0.6",
@@ -78,7 +78,7 @@
78
78
  "p-map": "^5.5.0",
79
79
  "p-progress": "^0.6.0",
80
80
  "p-reduce": "^3.0.0",
81
- "pacote": "^15.0.1",
81
+ "pacote": "^15.0.3",
82
82
  "update-notifier": "^6.0.2",
83
83
  "write-file-atomic": "^5.0.0"
84
84
  },