mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
fix(deps): update dependency on-change to ^6.0.1
This commit is contained in:
parent
78eada9c47
commit
083286c59f
8
package-lock.json
generated
8
package-lock.json
generated
@ -5063,9 +5063,9 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/on-change": {
|
"node_modules/on-change": {
|
||||||
"version": "6.0.0",
|
"version": "6.0.1",
|
||||||
"resolved": "https://registry.npmjs.org/on-change/-/on-change-6.0.0.tgz",
|
"resolved": "https://registry.npmjs.org/on-change/-/on-change-6.0.1.tgz",
|
||||||
"integrity": "sha512-J7kocOS+ZNyjmW6tUUTtA7jLt8GjQlrOdz9z3yLNTvdsswO+b5lYSdMVzDczWnooyFAkkQiKyap5g/Zba+cFRA==",
|
"integrity": "sha512-P7o0hkMahOhjb1niG28vLNAXsJrRcfpJvYWcTmPt/Tf4xedcF2PA1E9++N1tufY8/vIsaiJgHhjQp53hJCe+zw==",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=20"
|
"node": ">=20"
|
||||||
@ -6657,7 +6657,7 @@
|
|||||||
"@jsdoc/tag": "^0.2.13",
|
"@jsdoc/tag": "^0.2.13",
|
||||||
"common-path-prefix": "^3.0.0",
|
"common-path-prefix": "^3.0.0",
|
||||||
"lodash": "^4.17.21",
|
"lodash": "^4.17.21",
|
||||||
"on-change": "^6.0.0",
|
"on-change": "^6.0.1",
|
||||||
"strip-bom": "^5.0.0"
|
"strip-bom": "^5.0.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|||||||
@ -36,7 +36,7 @@
|
|||||||
"@jsdoc/tag": "^0.2.13",
|
"@jsdoc/tag": "^0.2.13",
|
||||||
"common-path-prefix": "^3.0.0",
|
"common-path-prefix": "^3.0.0",
|
||||||
"lodash": "^4.17.21",
|
"lodash": "^4.17.21",
|
||||||
"on-change": "^6.0.0",
|
"on-change": "^6.0.1",
|
||||||
"strip-bom": "^5.0.0"
|
"strip-bom": "^5.0.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user