Skip to content

Commit

Permalink
fix(deps): update dependency ow to ^0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 25, 2020
1 parent 112dc62 commit 90ae74f
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions packages/jsdoc-cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/jsdoc-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dependencies": {
"@jsdoc/core": "^0.3.0",
"lodash": "^4.17.15",
"ow": "^0.15.0",
"ow": "^0.15.1",
"strip-bom": "^4.0.0",
"yargs-parser": "^16.1.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/jsdoc-task-runner/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/jsdoc-task-runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"dependencies": {
"dependency-graph": "^0.8.1",
"emittery": "^0.5.1",
"ow": "^0.15.0",
"ow": "^0.15.1",
"p-queue": "^6.2.1"
},
"engines": {
Expand Down
6 changes: 3 additions & 3 deletions packages/jsdoc-util/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/jsdoc-util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"dependencies": {
"klaw-sync": "^6.0.0",
"lodash": "^4.17.15",
"ow": "^0.15.0"
"ow": "^0.15.1"
},
"engines": {
"node": ">=10.18.0"
Expand Down

0 comments on commit 90ae74f

Please sign in to comment.