Bump welshman/util

This commit is contained in:
Jon Staab 2024-06-21 14:02:28 -07:00
parent 5cbdda2438
commit d7e808d977
2 changed files with 12 additions and 3 deletions

13
package-lock.json generated
View File

@ -22,7 +22,7 @@
"@welshman/feeds": "^0.0.12",
"@welshman/lib": "^0.0.10",
"@welshman/net": "^0.0.14",
"@welshman/util": "^0.0.15",
"@welshman/util": "^0.0.16",
"bowser": "^2.11.0",
"classnames": "^2.5.1",
"compressorjs": "^1.2.1",
@ -4654,7 +4654,7 @@
"ws": "^8.16.0"
}
},
"node_modules/@welshman/util": {
"node_modules/@welshman/net/node_modules/@welshman/util": {
"version": "0.0.15",
"resolved": "https://registry.npmjs.org/@welshman/util/-/util-0.0.15.tgz",
"integrity": "sha512-v82QSwDSc48URqXA7SaL5FZLOBN1LHmamIBXart1iGBheXdA+VSDEJG2HjI8Iq6RanKQRBVzbTP+rwUXq1lePw==",
@ -4663,6 +4663,15 @@
"nostr-tools": "^2.3.2"
}
},
"node_modules/@welshman/util": {
"version": "0.0.16",
"resolved": "https://registry.npmjs.org/@welshman/util/-/util-0.0.16.tgz",
"integrity": "sha512-BQyBF5MeKe/bMLJs7oX9/xPyTavHwerDVwl3WEXuhOE7NzItPY5T0+1uNROkp3cbLhhz/twckQ0nh9+bApeIqw==",
"dependencies": {
"@welshman/lib": "0.0.10",
"nostr-tools": "^2.3.2"
}
},
"node_modules/@xmldom/xmldom": {
"version": "0.8.10",
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.10.tgz",

View File

@ -59,7 +59,7 @@
"@welshman/feeds": "^0.0.12",
"@welshman/lib": "^0.0.10",
"@welshman/net": "^0.0.14",
"@welshman/util": "^0.0.15",
"@welshman/util": "^0.0.16",
"bowser": "^2.11.0",
"classnames": "^2.5.1",
"compressorjs": "^1.2.1",