fix(deps): update dependency js-md5 to ^0.8.0

This commit is contained in:
renovate[bot] 2025-02-11 12:12:15 +00:00 committed by GitHub
parent db93dbf66c
commit 36e2c16397
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

@ -15,7 +15,7 @@
"buffer": "6.0.3",
"cross-fetch": "^4.1.0",
"fastestsmallesttextencoderdecoder": "^1.0.7",
"js-md5": "^0.7.3",
"js-md5": "^0.8.0",
"minilog": "^3.1.0"
},
"devDependencies": {
@ -11872,9 +11872,9 @@
}
},
"node_modules/js-md5": {
"version": "0.7.3",
"resolved": "https://registry.npmjs.org/js-md5/-/js-md5-0.7.3.tgz",
"integrity": "sha512-ZC41vPSTLKGwIRjqDh8DfXoCrdQIyBgspJVPXHBGu4nZlAEvG3nf+jO9avM9RmLiGakg7vz974ms99nEV0tmTQ==",
"version": "0.8.3",
"resolved": "https://registry.npmjs.org/js-md5/-/js-md5-0.8.3.tgz",
"integrity": "sha512-qR0HB5uP6wCuRMrWPTrkMaev7MJZwJuuw4fnwAzRgP4J4/F8RwtodOKpGp4XpqsLBFzzgqIO42efFAyz2Et6KQ==",
"license": "MIT"
},
"node_modules/js-tokens": {

View file

@ -36,7 +36,7 @@
"buffer": "6.0.3",
"cross-fetch": "^4.1.0",
"fastestsmallesttextencoderdecoder": "^1.0.7",
"js-md5": "^0.7.3",
"js-md5": "^0.8.0",
"minilog": "^3.1.0"
},
"devDependencies": {