Merge pull request #521 from padloc/chore/update-simplewebauthn

Update SimpeWebAuthn dependency to latest
This commit is contained in:
Martin Kleinschrodt 2022-08-02 08:22:16 +02:00 committed by GitHub
commit 12b027b37c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10214 additions and 10181 deletions

View File

@ -9,8 +9,8 @@
"version": "4.0.0",
"license": "GPL-3.0",
"dependencies": {
"@simplewebauthn/browser": "4.0.0",
"@simplewebauthn/typescript-types": "4.0.0",
"@simplewebauthn/browser": "5.4.0",
"@simplewebauthn/typescript-types": "5.4.0",
"@tiptap/core": "2.0.0-beta.182",
"@tiptap/starter-kit": "2.0.0-beta.191",
"@types/autosize": "4.0.1",
@ -98,12 +98,14 @@
"license": "BSD-3-Clause"
},
"node_modules/@simplewebauthn/browser": {
"version": "4.0.0",
"license": "MIT"
"version": "5.4.0",
"resolved": "https://registry.npmjs.org/@simplewebauthn/browser/-/browser-5.4.0.tgz",
"integrity": "sha512-SCSIgyGbFGsG8WgzN0SA6bDrWMKPC0TMT0byA6qpmkmypFUCaUWZXJQgUTGTy5o6mBoGJBAjqD1UNBHkV/L7zg=="
},
"node_modules/@simplewebauthn/typescript-types": {
"version": "4.0.0",
"license": "MIT"
"version": "5.4.0",
"resolved": "https://registry.npmjs.org/@simplewebauthn/typescript-types/-/typescript-types-5.4.0.tgz",
"integrity": "sha512-LeJq6Jx+o7D6iIlCy8CH5jCjwVcUvAReEo66VcF3nysfc/yKW5yCAPLSRmPITF4CRZTfnVPxUBUcveUQL6aBMA=="
},
"node_modules/@tiptap/core": {
"version": "2.0.0-beta.182",
@ -2181,10 +2183,14 @@
"version": "1.0.2"
},
"@simplewebauthn/browser": {
"version": "4.0.0"
"version": "5.4.0",
"resolved": "https://registry.npmjs.org/@simplewebauthn/browser/-/browser-5.4.0.tgz",
"integrity": "sha512-SCSIgyGbFGsG8WgzN0SA6bDrWMKPC0TMT0byA6qpmkmypFUCaUWZXJQgUTGTy5o6mBoGJBAjqD1UNBHkV/L7zg=="
},
"@simplewebauthn/typescript-types": {
"version": "4.0.0"
"version": "5.4.0",
"resolved": "https://registry.npmjs.org/@simplewebauthn/typescript-types/-/typescript-types-5.4.0.tgz",
"integrity": "sha512-LeJq6Jx+o7D6iIlCy8CH5jCjwVcUvAReEo66VcF3nysfc/yKW5yCAPLSRmPITF4CRZTfnVPxUBUcveUQL6aBMA=="
},
"@tiptap/core": {
"version": "2.0.0-beta.182",

View File

@ -22,8 +22,8 @@
"dependencies": {
"@padloc/core": "4.0.0",
"@padloc/locale": "4.0.0",
"@simplewebauthn/browser": "4.0.0",
"@simplewebauthn/typescript-types": "4.0.0",
"@simplewebauthn/browser": "5.4.0",
"@simplewebauthn/typescript-types": "5.4.0",
"@tiptap/core": "2.0.0-beta.182",
"@tiptap/starter-kit": "2.0.0-beta.191",
"@types/autosize": "4.0.1",

View File

@ -11,7 +11,7 @@
"dependencies": {
"@aws-sdk/client-s3": "3.25.0",
"@aws-sdk/types": "3.25.0",
"@simplewebauthn/server": "4.0.0",
"@simplewebauthn/server": "5.4.0",
"@types/fs-extra": "9.0.11",
"@types/mixpanel": "2.14.3",
"@types/node": "15.6.1",
@ -1042,45 +1042,49 @@
}
},
"node_modules/@peculiar/asn1-android": {
"version": "2.0.38",
"license": "MIT",
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/@peculiar/asn1-android/-/asn1-android-2.2.0.tgz",
"integrity": "sha512-YqbKhWvecnuxcFqyel4GCTORDu5B3BOcvbOtaDfhiVDxZP0zgnw3cxGQtE5/wGmVehvgr3+bLBo1Bu27FcQBAA==",
"dependencies": {
"@peculiar/asn1-schema": "^2.0.38",
"asn1js": "^2.1.1",
"tslib": "^2.3.0"
"@peculiar/asn1-schema": "^2.2.0",
"asn1js": "^3.0.5",
"tslib": "^2.4.0"
}
},
"node_modules/@peculiar/asn1-schema": {
"version": "2.0.38",
"license": "MIT",
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/@peculiar/asn1-schema/-/asn1-schema-2.2.0.tgz",
"integrity": "sha512-1ENEJNY7Lwlua/1wvzpYP194WtjQBfFxvde2FlzfBFh/ln6wvChrtxlORhbKEnYswzn6fOC4c7HdC5izLPMTJg==",
"dependencies": {
"@types/asn1js": "^2.0.2",
"asn1js": "^2.1.1",
"pvtsutils": "^1.2.0",
"tslib": "^2.3.0"
"asn1js": "^3.0.5",
"pvtsutils": "^1.3.2",
"tslib": "^2.4.0"
}
},
"node_modules/@peculiar/asn1-x509": {
"version": "2.0.38",
"license": "MIT",
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/@peculiar/asn1-x509/-/asn1-x509-2.2.0.tgz",
"integrity": "sha512-YORcf7XFy9TKWGnPmK2MNQqAJgIvGNaCrK8vUF/ZRO+BnahZJOgX2HuEiEmoAozZpSlyJnI6CGJOABOjPiDucA==",
"dependencies": {
"@peculiar/asn1-schema": "^2.0.38",
"asn1js": "^2.1.1",
"@peculiar/asn1-schema": "^2.2.0",
"asn1js": "^3.0.5",
"ipaddr.js": "^2.0.1",
"pvtsutils": "^1.2.0",
"tslib": "^2.3.0"
"pvtsutils": "^1.3.2",
"tslib": "^2.4.0"
}
},
"node_modules/@simplewebauthn/server": {
"version": "4.0.0",
"license": "MIT",
"version": "5.4.0",
"resolved": "https://registry.npmjs.org/@simplewebauthn/server/-/server-5.4.0.tgz",
"integrity": "sha512-uFL7v6KMW4E1sg6NnK0qIoQXX0a3Vh4AgYkj9IhFyiblXaGbSPO2HhaQfkmLTFcBj1IXwiZcI2qcoltxT0GOeA==",
"dependencies": {
"@peculiar/asn1-android": "^2.0.38",
"@peculiar/asn1-schema": "^2.0.38",
"@peculiar/asn1-x509": "^2.0.38",
"@simplewebauthn/typescript-types": "^4.0.0",
"@peculiar/asn1-android": "^2.1.7",
"@peculiar/asn1-schema": "^2.1.7",
"@peculiar/asn1-x509": "^2.1.7",
"@simplewebauthn/typescript-types": "^5.4.0",
"base64url": "^3.0.1",
"cbor": "^5.1.0",
"debug": "^4.3.2",
"elliptic": "^6.5.3",
"jsrsasign": "^10.4.0",
"jwk-to-pem": "^2.0.4",
@ -1092,8 +1096,9 @@
}
},
"node_modules/@simplewebauthn/typescript-types": {
"version": "4.0.0",
"license": "MIT"
"version": "5.4.0",
"resolved": "https://registry.npmjs.org/@simplewebauthn/typescript-types/-/typescript-types-5.4.0.tgz",
"integrity": "sha512-LeJq6Jx+o7D6iIlCy8CH5jCjwVcUvAReEo66VcF3nysfc/yKW5yCAPLSRmPITF4CRZTfnVPxUBUcveUQL6aBMA=="
},
"node_modules/@tootallnate/once": {
"version": "2.0.0",
@ -1119,10 +1124,6 @@
"version": "1.0.2",
"license": "MIT"
},
"node_modules/@types/asn1js": {
"version": "2.0.2",
"license": "MIT"
},
"node_modules/@types/chai": {
"version": "4.2.18",
"dev": true,
@ -1372,13 +1373,16 @@
}
},
"node_modules/asn1js": {
"version": "2.1.1",
"license": "BSD-3-Clause",
"version": "3.0.5",
"resolved": "https://registry.npmjs.org/asn1js/-/asn1js-3.0.5.tgz",
"integrity": "sha512-FVnvrKJwpt9LP2lAMl8qZswRNm3T4q9CON+bxldk2iwk3FFpuwhx2FfinyitizWHsVYyaY+y5JzDR0rCMV5yTQ==",
"dependencies": {
"pvutils": "latest"
"pvtsutils": "^1.3.2",
"pvutils": "^1.1.3",
"tslib": "^2.4.0"
},
"engines": {
"node": ">=6.0.0"
"node": ">=12.0.0"
}
},
"node_modules/assertion-error": {
@ -2376,7 +2380,8 @@
},
"node_modules/ipaddr.js": {
"version": "2.0.1",
"license": "MIT",
"resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-2.0.1.tgz",
"integrity": "sha512-1qTgH9NG+IIJ4yfKs2e6Pp1bZg8wbDbKHT21HrLIeYBTRLgMYKnMTPAuI3Lcs61nfx5h1xlXnbJtH1kX5/d/ng==",
"engines": {
"node": ">= 10"
}
@ -3278,15 +3283,17 @@
}
},
"node_modules/pvtsutils": {
"version": "1.2.0",
"license": "MIT",
"version": "1.3.2",
"resolved": "https://registry.npmjs.org/pvtsutils/-/pvtsutils-1.3.2.tgz",
"integrity": "sha512-+Ipe2iNUyrZz+8K/2IOo+kKikdtfhRKzNpQbruF2URmqPtoqAs8g3xS7TJvFF2GcPXjh7DkqMnpVveRFq4PgEQ==",
"dependencies": {
"tslib": "^2.2.0"
"tslib": "^2.4.0"
}
},
"node_modules/pvutils": {
"version": "1.0.17",
"license": "MIT",
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/pvutils/-/pvutils-1.1.3.tgz",
"integrity": "sha512-pMpnA0qRdFp32b1sJl1wOJNxZLQ2cbQx+k6tjNtZ8CpvVhNqEPRgivZ2WOUev2YMajecdH7ctUPDvEe87nariQ==",
"engines": {
"node": ">=6.0.0"
}
@ -3754,8 +3761,9 @@
}
},
"node_modules/tslib": {
"version": "2.3.0",
"license": "0BSD"
"version": "2.4.0",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz",
"integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ=="
},
"node_modules/type-check": {
"version": "0.3.2",
@ -4798,41 +4806,49 @@
}
},
"@peculiar/asn1-android": {
"version": "2.0.38",
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/@peculiar/asn1-android/-/asn1-android-2.2.0.tgz",
"integrity": "sha512-YqbKhWvecnuxcFqyel4GCTORDu5B3BOcvbOtaDfhiVDxZP0zgnw3cxGQtE5/wGmVehvgr3+bLBo1Bu27FcQBAA==",
"requires": {
"@peculiar/asn1-schema": "^2.0.38",
"asn1js": "^2.1.1",
"tslib": "^2.3.0"
"@peculiar/asn1-schema": "^2.2.0",
"asn1js": "^3.0.5",
"tslib": "^2.4.0"
}
},
"@peculiar/asn1-schema": {
"version": "2.0.38",
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/@peculiar/asn1-schema/-/asn1-schema-2.2.0.tgz",
"integrity": "sha512-1ENEJNY7Lwlua/1wvzpYP194WtjQBfFxvde2FlzfBFh/ln6wvChrtxlORhbKEnYswzn6fOC4c7HdC5izLPMTJg==",
"requires": {
"@types/asn1js": "^2.0.2",
"asn1js": "^2.1.1",
"pvtsutils": "^1.2.0",
"tslib": "^2.3.0"
"asn1js": "^3.0.5",
"pvtsutils": "^1.3.2",
"tslib": "^2.4.0"
}
},
"@peculiar/asn1-x509": {
"version": "2.0.38",
"version": "2.2.0",
"resolved": "https://registry.npmjs.org/@peculiar/asn1-x509/-/asn1-x509-2.2.0.tgz",
"integrity": "sha512-YORcf7XFy9TKWGnPmK2MNQqAJgIvGNaCrK8vUF/ZRO+BnahZJOgX2HuEiEmoAozZpSlyJnI6CGJOABOjPiDucA==",
"requires": {
"@peculiar/asn1-schema": "^2.0.38",
"asn1js": "^2.1.1",
"@peculiar/asn1-schema": "^2.2.0",
"asn1js": "^3.0.5",
"ipaddr.js": "^2.0.1",
"pvtsutils": "^1.2.0",
"tslib": "^2.3.0"
"pvtsutils": "^1.3.2",
"tslib": "^2.4.0"
}
},
"@simplewebauthn/server": {
"version": "4.0.0",
"version": "5.4.0",
"resolved": "https://registry.npmjs.org/@simplewebauthn/server/-/server-5.4.0.tgz",
"integrity": "sha512-uFL7v6KMW4E1sg6NnK0qIoQXX0a3Vh4AgYkj9IhFyiblXaGbSPO2HhaQfkmLTFcBj1IXwiZcI2qcoltxT0GOeA==",
"requires": {
"@peculiar/asn1-android": "^2.0.38",
"@peculiar/asn1-schema": "^2.0.38",
"@peculiar/asn1-x509": "^2.0.38",
"@simplewebauthn/typescript-types": "^4.0.0",
"@peculiar/asn1-android": "^2.1.7",
"@peculiar/asn1-schema": "^2.1.7",
"@peculiar/asn1-x509": "^2.1.7",
"@simplewebauthn/typescript-types": "^5.4.0",
"base64url": "^3.0.1",
"cbor": "^5.1.0",
"debug": "^4.3.2",
"elliptic": "^6.5.3",
"jsrsasign": "^10.4.0",
"jwk-to-pem": "^2.0.4",
@ -4841,7 +4857,9 @@
}
},
"@simplewebauthn/typescript-types": {
"version": "4.0.0"
"version": "5.4.0",
"resolved": "https://registry.npmjs.org/@simplewebauthn/typescript-types/-/typescript-types-5.4.0.tgz",
"integrity": "sha512-LeJq6Jx+o7D6iIlCy8CH5jCjwVcUvAReEo66VcF3nysfc/yKW5yCAPLSRmPITF4CRZTfnVPxUBUcveUQL6aBMA=="
},
"@tootallnate/once": {
"version": "2.0.0",
@ -4860,9 +4878,6 @@
"@tsconfig/node16": {
"version": "1.0.2"
},
"@types/asn1js": {
"version": "2.0.2"
},
"@types/chai": {
"version": "4.2.18",
"dev": true
@ -5055,9 +5070,13 @@
}
},
"asn1js": {
"version": "2.1.1",
"version": "3.0.5",
"resolved": "https://registry.npmjs.org/asn1js/-/asn1js-3.0.5.tgz",
"integrity": "sha512-FVnvrKJwpt9LP2lAMl8qZswRNm3T4q9CON+bxldk2iwk3FFpuwhx2FfinyitizWHsVYyaY+y5JzDR0rCMV5yTQ==",
"requires": {
"pvutils": "latest"
"pvtsutils": "^1.3.2",
"pvutils": "^1.1.3",
"tslib": "^2.4.0"
}
},
"assertion-error": {
@ -5669,7 +5688,9 @@
"version": "2.0.4"
},
"ipaddr.js": {
"version": "2.0.1"
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-2.0.1.tgz",
"integrity": "sha512-1qTgH9NG+IIJ4yfKs2e6Pp1bZg8wbDbKHT21HrLIeYBTRLgMYKnMTPAuI3Lcs61nfx5h1xlXnbJtH1kX5/d/ng=="
},
"is-binary-path": {
"version": "2.1.0",
@ -6225,13 +6246,17 @@
"version": "2.1.1"
},
"pvtsutils": {
"version": "1.2.0",
"version": "1.3.2",
"resolved": "https://registry.npmjs.org/pvtsutils/-/pvtsutils-1.3.2.tgz",
"integrity": "sha512-+Ipe2iNUyrZz+8K/2IOo+kKikdtfhRKzNpQbruF2URmqPtoqAs8g3xS7TJvFF2GcPXjh7DkqMnpVveRFq4PgEQ==",
"requires": {
"tslib": "^2.2.0"
"tslib": "^2.4.0"
}
},
"pvutils": {
"version": "1.0.17"
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/pvutils/-/pvutils-1.1.3.tgz",
"integrity": "sha512-pMpnA0qRdFp32b1sJl1wOJNxZLQ2cbQx+k6tjNtZ8CpvVhNqEPRgivZ2WOUev2YMajecdH7ctUPDvEe87nariQ=="
},
"qs": {
"version": "6.10.1",
@ -6499,7 +6524,9 @@
}
},
"tslib": {
"version": "2.3.0"
"version": "2.4.0",
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz",
"integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ=="
},
"type-check": {
"version": "0.3.2",

View File

@ -24,7 +24,7 @@
"@aws-sdk/types": "3.25.0",
"@padloc/core": "4.0.0",
"@padloc/locale": "4.0.0",
"@simplewebauthn/server": "4.0.0",
"@simplewebauthn/server": "5.4.0",
"@types/fs-extra": "9.0.11",
"@types/mixpanel": "2.14.3",
"@types/node": "15.6.1",