Update webcrypto-core
This commit is contained in:
parent
3a899e16d5
commit
79e553d06c
|
@ -250,7 +250,7 @@
|
||||||
"resolved": "https://registry.npmjs.org/asn1js/-/asn1js-2.0.21.tgz",
|
"resolved": "https://registry.npmjs.org/asn1js/-/asn1js-2.0.21.tgz",
|
||||||
"integrity": "sha512-yfRxOLyqiUvtn0pO7t//tdEet9ZWBWw5nrsHkdSfC5lLKOHYvhdPcULPD3KANSfGCOqHWXxndmOmXf0tZWjNPg==",
|
"integrity": "sha512-yfRxOLyqiUvtn0pO7t//tdEet9ZWBWw5nrsHkdSfC5lLKOHYvhdPcULPD3KANSfGCOqHWXxndmOmXf0tZWjNPg==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"pvutils": "^1.0.16"
|
"pvutils": "latest"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"assert-plus": {
|
"assert-plus": {
|
||||||
|
@ -3153,9 +3153,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"webcrypto-core": {
|
"webcrypto-core": {
|
||||||
"version": "1.0.5",
|
"version": "1.0.7",
|
||||||
"resolved": "https://registry.npmjs.org/webcrypto-core/-/webcrypto-core-1.0.5.tgz",
|
"resolved": "https://registry.npmjs.org/webcrypto-core/-/webcrypto-core-1.0.7.tgz",
|
||||||
"integrity": "sha512-Poyk4Y3rNVRkReUbl9cTMgMzDMI1GJBJWyYrlGm3BH6c9VwCTKL26xRGccvDgcq7zHDN6GmePlX2kzvRFCNHjQ==",
|
"integrity": "sha512-6IVimwLJxNy7fa9yUduvR0qUcVCNE2t+HK9HRN3JAlqbhgRYoSQg8KtR7I0BwRST03kUG6fusYpn7r2feKNFkg==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"pvtsutils": "^1.0.3",
|
"pvtsutils": "^1.0.3",
|
||||||
"tslib": "^1.9.3"
|
"tslib": "^1.9.3"
|
||||||
|
|
|
@ -56,7 +56,7 @@
|
||||||
"asn1js": "^2.0.21",
|
"asn1js": "^2.0.21",
|
||||||
"pvtsutils": "^1.0.3",
|
"pvtsutils": "^1.0.3",
|
||||||
"tslib": "^1.9.3",
|
"tslib": "^1.9.3",
|
||||||
"webcrypto-core": "^1.0.5"
|
"webcrypto-core": "^1.0.7"
|
||||||
},
|
},
|
||||||
"nyc": {
|
"nyc": {
|
||||||
"extension": [
|
"extension": [
|
||||||
|
|
Reference in New Issue