Bump welshman

This commit is contained in:
Jon Staab
2024-08-23 14:45:59 -07:00
parent 6722bd8493
commit 1edf7f9f02
2 changed files with 24 additions and 24 deletions

40
package-lock.json generated
View File

@@ -24,10 +24,10 @@
"@tiptap/suggestion": "^2.6.4",
"@types/throttle-debounce": "^5.0.2",
"@welshman/lib": "^0.0.15",
"@welshman/net": "^0.0.19",
"@welshman/signer": "^0.0.3",
"@welshman/store": "^0.0.3",
"@welshman/util": "^0.0.27",
"@welshman/net": "^0.0.20",
"@welshman/signer": "^0.0.4",
"@welshman/store": "^0.0.4",
"@welshman/util": "^0.0.28",
"daisyui": "^4.12.10",
"fuse.js": "^7.0.0",
"idb": "^8.0.0",
@@ -1665,41 +1665,41 @@
}
},
"node_modules/@welshman/net": {
"version": "0.0.19",
"resolved": "https://registry.npmjs.org/@welshman/net/-/net-0.0.19.tgz",
"integrity": "sha512-KDRSlbc1hotGTz1JH0ZH+vuxFSudWux0o5WudS+/E9WamqfJSaIT9yFUkOvobiSoSNcN+CkM0SDFY91h053oAg==",
"version": "0.0.20",
"resolved": "https://registry.npmjs.org/@welshman/net/-/net-0.0.20.tgz",
"integrity": "sha512-GPoQ3cuPV5t9gqhRoKQ2xxyVejdbQLqyXY6OxwXwtuSikbWt4Y9QWw/CwENn2doQ2JnE1lVkIoO7xwHJxPcPlQ==",
"dependencies": {
"@welshman/lib": "0.0.15",
"@welshman/util": "0.0.27",
"@welshman/util": "0.0.28",
"isomorphic-ws": "^5.0.0",
"ws": "^8.16.0"
}
},
"node_modules/@welshman/signer": {
"version": "0.0.3",
"resolved": "https://registry.npmjs.org/@welshman/signer/-/signer-0.0.3.tgz",
"integrity": "sha512-sJgqjHotTLBv5LjArUFjg77R9t0VFZ8Esqw5fir0h4wgthlFwSkZUrhQdNZ1d0NkQeApyudtw8c/+qTAYA1hMQ==",
"version": "0.0.4",
"resolved": "https://registry.npmjs.org/@welshman/signer/-/signer-0.0.4.tgz",
"integrity": "sha512-CX6mdLDkbtOQ8jXo0RNhAmBflZ52j896BPZJRbMXk0B9yC8L7df//gPOimAYy+ffZV7NOb495LaBsrwfvJhKcw==",
"dependencies": {
"@welshman/lib": "0.0.15",
"@welshman/net": "0.0.19",
"@welshman/util": "0.0.27",
"@welshman/net": "0.0.20",
"@welshman/util": "0.0.28",
"nostr-tools": "^2.7.2"
}
},
"node_modules/@welshman/store": {
"version": "0.0.3",
"resolved": "https://registry.npmjs.org/@welshman/store/-/store-0.0.3.tgz",
"integrity": "sha512-pL2rcrxPAOggB+7R0OUDNs/5YleNpiDDKF6qiAHfbmY31bI1XcQjgkkMnnlCpfIRpOiDTiqCetYGli/leB+xfA==",
"version": "0.0.4",
"resolved": "https://registry.npmjs.org/@welshman/store/-/store-0.0.4.tgz",
"integrity": "sha512-bdI89bONcJugBS7rqoLxxZfWPSHaJVOH11ohnA8uhZX7PwuWtNwUHAwwsl3YTBUMyB1Vfp5P4rsdC7LEmAQloA==",
"dependencies": {
"@welshman/lib": "0.0.15",
"@welshman/util": "0.0.27",
"@welshman/util": "0.0.28",
"svelte": "^4.2.18"
}
},
"node_modules/@welshman/util": {
"version": "0.0.27",
"resolved": "https://registry.npmjs.org/@welshman/util/-/util-0.0.27.tgz",
"integrity": "sha512-pJXbSlhLzSV0F9cp94XlY9ZZjlroryaVDYRpNBfhFZmUJrEy1p8F1frlU6R51jBHGlXawImxhZDsphqtzGBpaA==",
"version": "0.0.28",
"resolved": "https://registry.npmjs.org/@welshman/util/-/util-0.0.28.tgz",
"integrity": "sha512-2U77yGM1cc9UeM8L8YQvqxSClv9x1q9u94rJYajGV0LJx3O0Iog4gRlb8aPei8fSHst92JemcqF45ghrFTCeeQ==",
"dependencies": {
"@welshman/lib": "0.0.15",
"nostr-tools": "^2.7.2"

View File

@@ -49,10 +49,10 @@
"@tiptap/suggestion": "^2.6.4",
"@types/throttle-debounce": "^5.0.2",
"@welshman/lib": "^0.0.15",
"@welshman/net": "^0.0.19",
"@welshman/signer": "^0.0.3",
"@welshman/store": "^0.0.3",
"@welshman/util": "^0.0.27",
"@welshman/net": "^0.0.20",
"@welshman/signer": "^0.0.4",
"@welshman/store": "^0.0.4",
"@welshman/util": "^0.0.28",
"daisyui": "^4.12.10",
"fuse.js": "^7.0.0",
"idb": "^8.0.0",