fix(deps): update dependency on-change to ^6.0.1

This commit is contained in:
renovate[bot] 2025-10-27 05:54:13 +00:00 committed by GitHub
parent 78eada9c47
commit 083286c59f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -5063,9 +5063,9 @@
}
},
"node_modules/on-change": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/on-change/-/on-change-6.0.0.tgz",
"integrity": "sha512-J7kocOS+ZNyjmW6tUUTtA7jLt8GjQlrOdz9z3yLNTvdsswO+b5lYSdMVzDczWnooyFAkkQiKyap5g/Zba+cFRA==",
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/on-change/-/on-change-6.0.1.tgz",
"integrity": "sha512-P7o0hkMahOhjb1niG28vLNAXsJrRcfpJvYWcTmPt/Tf4xedcF2PA1E9++N1tufY8/vIsaiJgHhjQp53hJCe+zw==",
"license": "MIT",
"engines": {
"node": ">=20"
@ -6657,7 +6657,7 @@
"@jsdoc/tag": "^0.2.13",
"common-path-prefix": "^3.0.0",
"lodash": "^4.17.21",
"on-change": "^6.0.0",
"on-change": "^6.0.1",
"strip-bom": "^5.0.0"
},
"engines": {

View File

@ -36,7 +36,7 @@
"@jsdoc/tag": "^0.2.13",
"common-path-prefix": "^3.0.0",
"lodash": "^4.17.21",
"on-change": "^6.0.0",
"on-change": "^6.0.1",
"strip-bom": "^5.0.0"
},
"engines": {