fix(deps): update dependency ow to ^0.16.0

This commit is contained in:
Renovate Bot 2020-02-13 19:09:21 +00:00
parent 623e115183
commit 36f3546024
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
6 changed files with 12 additions and 12 deletions

View File

@ -20,9 +20,9 @@
"integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A=="
},
"ow": {
"version": "0.15.1",
"resolved": "https://registry.npmjs.org/ow/-/ow-0.15.1.tgz",
"integrity": "sha512-rwiuvCnk3Ug9T4s5oKzw3QXQSiTXlTUiQgHmZ9Ozw/37YzeX8LycosVKOtO3v5+fuARGmCgz9rVhaBJeGV+2bQ==",
"version": "0.16.0",
"resolved": "https://registry.npmjs.org/ow/-/ow-0.16.0.tgz",
"integrity": "sha512-pJAkOEbRT7vhJZlkyKp/rQKR4YQ3qqdek6f3MnHMs7MRBKm5RfZq6GiLnqMRbQeYTwhMFXsTFuyhDrFuPu+yFQ==",
"requires": {
"type-fest": "^0.8.1"
}

View File

@ -24,7 +24,7 @@
"dependencies": {
"@jsdoc/core": "^0.3.0",
"lodash": "^4.17.15",
"ow": "^0.15.1",
"ow": "^0.16.0",
"strip-bom": "^4.0.0",
"yargs-parser": "^17.0.0"
},

View File

@ -20,9 +20,9 @@
"integrity": "sha512-qerSRB0p+UDEssxTtm6EDKcE7W4OaoisfIMl4CngyEhjpYglocpNg6UEqCvemdGhosAsg4sO2dXJOdyBifPGCg=="
},
"ow": {
"version": "0.15.1",
"resolved": "https://registry.npmjs.org/ow/-/ow-0.15.1.tgz",
"integrity": "sha512-rwiuvCnk3Ug9T4s5oKzw3QXQSiTXlTUiQgHmZ9Ozw/37YzeX8LycosVKOtO3v5+fuARGmCgz9rVhaBJeGV+2bQ==",
"version": "0.16.0",
"resolved": "https://registry.npmjs.org/ow/-/ow-0.16.0.tgz",
"integrity": "sha512-pJAkOEbRT7vhJZlkyKp/rQKR4YQ3qqdek6f3MnHMs7MRBKm5RfZq6GiLnqMRbQeYTwhMFXsTFuyhDrFuPu+yFQ==",
"requires": {
"type-fest": "^0.8.1"
}

View File

@ -25,7 +25,7 @@
"dependencies": {
"dependency-graph": "^0.9.0",
"emittery": "^0.5.1",
"ow": "^0.15.1",
"ow": "^0.16.0",
"p-queue": "^6.2.1"
},
"engines": {

View File

@ -23,9 +23,9 @@
"integrity": "sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A=="
},
"ow": {
"version": "0.15.1",
"resolved": "https://registry.npmjs.org/ow/-/ow-0.15.1.tgz",
"integrity": "sha512-rwiuvCnk3Ug9T4s5oKzw3QXQSiTXlTUiQgHmZ9Ozw/37YzeX8LycosVKOtO3v5+fuARGmCgz9rVhaBJeGV+2bQ==",
"version": "0.16.0",
"resolved": "https://registry.npmjs.org/ow/-/ow-0.16.0.tgz",
"integrity": "sha512-pJAkOEbRT7vhJZlkyKp/rQKR4YQ3qqdek6f3MnHMs7MRBKm5RfZq6GiLnqMRbQeYTwhMFXsTFuyhDrFuPu+yFQ==",
"requires": {
"type-fest": "^0.8.1"
}

View File

@ -24,7 +24,7 @@
"dependencies": {
"klaw-sync": "^6.0.0",
"lodash": "^4.17.15",
"ow": "^0.15.1"
"ow": "^0.16.0"
},
"engines": {
"node": ">=10.18.0"