3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-02-04 07:45:29 +00:00

Update sha.js to 2.4.12

This commit is contained in:
snipe
2026-01-05 17:19:43 +00:00
parent 4995bc0d0d
commit 9c06a2126d
2 changed files with 23 additions and 3 deletions

15
package-lock.json generated
View File

@ -9587,14 +9587,23 @@
"dev": true
},
"node_modules/sha.js": {
"version": "2.4.11",
"version": "2.4.12",
"resolved": "https://registry.npmjs.org/sha.js/-/sha.js-2.4.12.tgz",
"integrity": "sha512-8LzC5+bvI45BjpfXU8V5fdU2mfeKiQe1D1gIMn7XUlF3OTUrpdJpPPH4EMAnF0DsHHdSZqCdSss5qCmJKuiO3w==",
"license": "(MIT AND BSD-3-Clause)",
"dependencies": {
"inherits": "^2.0.1",
"safe-buffer": "^5.0.1"
"inherits": "^2.0.4",
"safe-buffer": "^5.2.1",
"to-buffer": "^1.2.0"
},
"bin": {
"sha.js": "bin.js"
},
"engines": {
"node": ">= 0.10"
},
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/shallow-clone": {

View File

@ -58,5 +58,16 @@
"signature_pad": "^4.2.0",
"tableexport.jquery.plugin": "^1.33.0",
"tether": "^1.4.0"
},
"overrides": {
"pbkdf2": {
"sha.js": ">=2.4.12"
},
"create-hmac": {
"sha.js": ">=2.4.12"
},
"create-hash": {
"sha.js": ">=2.4.12"
}
}
}