Feat: bump webnative to version 0.36.3

This commit is contained in:
avivash 2023-02-21 08:53:40 -08:00
parent f3527bcaa4
commit 76bdfdeeca
No known key found for this signature in database
GPG Key ID: C0B34CE5407676C5
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -11,7 +11,7 @@
"clipboard-copy": "^4.0.1",
"qrcode-svg": "^1.1.0",
"uint8arrays": "^4.0.2",
"webnative": "^0.36.0"
"webnative": "^0.36.3"
},
"devDependencies": {
"@playwright/test": "^1.29.2",
@ -6322,9 +6322,9 @@
}
},
"node_modules/webnative": {
"version": "0.36.0",
"resolved": "https://registry.npmjs.org/webnative/-/webnative-0.36.0.tgz",
"integrity": "sha512-gU+a3EvyqcG8yifZW+5ioQcuq/fRX4K3PXDqr2cSYnQhWc3C6DW5r/g+N5uFFL16huCJbn1lg0iSPJAu9El5Ww==",
"version": "0.36.3",
"resolved": "https://registry.npmjs.org/webnative/-/webnative-0.36.3.tgz",
"integrity": "sha512-MucN6ydnyY5E8GczuARAWXSOn3+yjXKSLNTIPeJhcFmZpxPBDRfpZ0SpKJjKWtVLNiEaUQibeiKsIYDfij/wIQ==",
"dependencies": {
"@ipld/dag-cbor": "^8.0.0",
"@ipld/dag-pb": "^3.0.1",
@ -10971,9 +10971,9 @@
"requires": {}
},
"webnative": {
"version": "0.36.0",
"resolved": "https://registry.npmjs.org/webnative/-/webnative-0.36.0.tgz",
"integrity": "sha512-gU+a3EvyqcG8yifZW+5ioQcuq/fRX4K3PXDqr2cSYnQhWc3C6DW5r/g+N5uFFL16huCJbn1lg0iSPJAu9El5Ww==",
"version": "0.36.3",
"resolved": "https://registry.npmjs.org/webnative/-/webnative-0.36.3.tgz",
"integrity": "sha512-MucN6ydnyY5E8GczuARAWXSOn3+yjXKSLNTIPeJhcFmZpxPBDRfpZ0SpKJjKWtVLNiEaUQibeiKsIYDfij/wIQ==",
"requires": {
"@ipld/dag-cbor": "^8.0.0",
"@ipld/dag-pb": "^3.0.1",

View File

@ -59,7 +59,7 @@
"clipboard-copy": "^4.0.1",
"qrcode-svg": "^1.1.0",
"uint8arrays": "^4.0.2",
"webnative": "^0.36.0"
"webnative": "^0.36.3"
},
"engines": {
"node": ">=16.14"