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

View File

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