mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
chore(deps): update dependency hereby to ^1.9.0
This commit is contained in:
parent
70147c071a
commit
bb8f592170
29
package-lock.json
generated
29
package-lock.json
generated
@ -41,7 +41,7 @@
|
||||
"c8": "^10.1.2",
|
||||
"eslint": "^9.7.0",
|
||||
"execa": "^9.3.0",
|
||||
"hereby": "^1.8.9",
|
||||
"hereby": "^1.9.0",
|
||||
"husky": "^9.0.11",
|
||||
"jasmine": "^5.1.0",
|
||||
"jasmine-console-reporter": "^3.1.0",
|
||||
@ -5445,16 +5445,16 @@
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/hereby": {
|
||||
"version": "1.8.9",
|
||||
"resolved": "https://registry.npmjs.org/hereby/-/hereby-1.8.9.tgz",
|
||||
"integrity": "sha512-BM/Btsy77GGhuHujCdr2e0jBh3ubrjJcq8M2E/BGQ0O8M9K2uB1PfVSh/LtItAuf9TFe0l8XStaKugMjbYgs4Q==",
|
||||
"version": "1.9.0",
|
||||
"resolved": "https://registry.npmjs.org/hereby/-/hereby-1.9.0.tgz",
|
||||
"integrity": "sha512-ss4aXIae838H1M4N27EhlxZrA3nMP/77DF1sNRFP1pvBo+ITXlrEtkvdea5FIgKY0hWd+XoNQOhr3Jpc5ycLeA==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"command-line-usage": "^6.1.3",
|
||||
"fastest-levenshtein": "^1.0.16",
|
||||
"import-meta-resolve": "^2.2.2",
|
||||
"minimist": "^1.2.8",
|
||||
"picocolors": "^1.0.0",
|
||||
"picocolors": "^1.0.1",
|
||||
"pretty-ms": "^8.0.0"
|
||||
},
|
||||
"bin": {
|
||||
@ -5722,16 +5722,6 @@
|
||||
"url": "https://github.com/sponsors/sindresorhus"
|
||||
}
|
||||
},
|
||||
"node_modules/import-meta-resolve": {
|
||||
"version": "2.2.2",
|
||||
"resolved": "https://registry.npmjs.org/import-meta-resolve/-/import-meta-resolve-2.2.2.tgz",
|
||||
"integrity": "sha512-f8KcQ1D80V7RnqVm+/lirO9zkOxjGxhaTC1IPrBGd3MEfNgmNG67tSUO9gTi2F3Blr2Az6g1vocaxzkVnWl9MA==",
|
||||
"dev": true,
|
||||
"funding": {
|
||||
"type": "github",
|
||||
"url": "https://github.com/sponsors/wooorm"
|
||||
}
|
||||
},
|
||||
"node_modules/imurmurhash": {
|
||||
"version": "0.1.4",
|
||||
"resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
|
||||
@ -10009,9 +9999,10 @@
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/picocolors": {
|
||||
"version": "1.0.0",
|
||||
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz",
|
||||
"integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ=="
|
||||
"version": "1.0.1",
|
||||
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.1.tgz",
|
||||
"integrity": "sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==",
|
||||
"license": "ISC"
|
||||
},
|
||||
"node_modules/picomatch": {
|
||||
"version": "2.3.1",
|
||||
|
||||
@ -20,7 +20,7 @@
|
||||
"c8": "^10.1.2",
|
||||
"eslint": "^9.7.0",
|
||||
"execa": "^9.3.0",
|
||||
"hereby": "^1.8.9",
|
||||
"hereby": "^1.9.0",
|
||||
"husky": "^9.0.11",
|
||||
"jasmine": "^5.1.0",
|
||||
"jasmine-console-reporter": "^3.1.0",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user