mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
fix(deps): update dependency ow to ^3.1.1
This commit is contained in:
parent
aac6f335cb
commit
291434048c
10
package-lock.json
generated
10
package-lock.json
generated
@ -5101,9 +5101,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/ow": {
|
"node_modules/ow": {
|
||||||
"version": "3.1.0",
|
"version": "3.1.1",
|
||||||
"resolved": "https://registry.npmjs.org/ow/-/ow-3.1.0.tgz",
|
"resolved": "https://registry.npmjs.org/ow/-/ow-3.1.1.tgz",
|
||||||
"integrity": "sha512-0axtCQs9v2C6ff4MFbSyPT7HDLXBuebxF0JADYmazhbxQeMYv+OdUrqa64fZsfqT5c/KdGb9BvuPa7TgVi99hA==",
|
"integrity": "sha512-Hixi5roGFYZuiPV2pnnBi1hXdRG0uqifxE8rCCU6lKeCCQS+VGihuJnYxaJSffDz/clyH+xB2z1hXYRzeIcUMA==",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@sindresorhus/is": "^7.1.0",
|
"@sindresorhus/is": "^7.1.0",
|
||||||
@ -6614,7 +6614,7 @@
|
|||||||
"@jsdoc/core": "^0.5.10",
|
"@jsdoc/core": "^0.5.10",
|
||||||
"@jsdoc/util": "^0.3.4",
|
"@jsdoc/util": "^0.3.4",
|
||||||
"lodash": "^4.17.21",
|
"lodash": "^4.17.21",
|
||||||
"ow": "^3.1.0",
|
"ow": "^3.1.1",
|
||||||
"yargs-parser": "^22.0.0"
|
"yargs-parser": "^22.0.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
@ -6775,7 +6775,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"dependency-graph": "^1.0.0",
|
"dependency-graph": "^1.0.0",
|
||||||
"emittery": "^1.2.0",
|
"emittery": "^1.2.0",
|
||||||
"ow": "^3.1.0",
|
"ow": "^3.1.1",
|
||||||
"p-queue": "^9.0.0"
|
"p-queue": "^9.0.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|||||||
@ -34,7 +34,7 @@
|
|||||||
"@jsdoc/core": "^0.5.10",
|
"@jsdoc/core": "^0.5.10",
|
||||||
"@jsdoc/util": "^0.3.4",
|
"@jsdoc/util": "^0.3.4",
|
||||||
"lodash": "^4.17.21",
|
"lodash": "^4.17.21",
|
||||||
"ow": "^3.1.0",
|
"ow": "^3.1.1",
|
||||||
"yargs-parser": "^22.0.0"
|
"yargs-parser": "^22.0.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|||||||
@ -34,7 +34,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"dependency-graph": "^1.0.0",
|
"dependency-graph": "^1.0.0",
|
||||||
"emittery": "^1.2.0",
|
"emittery": "^1.2.0",
|
||||||
"ow": "^3.1.0",
|
"ow": "^3.1.1",
|
||||||
"p-queue": "^9.0.0"
|
"p-queue": "^9.0.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user