Browse Source

chore(deps): bump simplewebauthn to v12

pull/4407/head
KenTandrian 6 months ago
parent
commit
edd2c1a1d5
  1. 28
      package-lock.json
  2. 6
      package.json

28
package-lock.json

@ -41,8 +41,8 @@
"@nestjs/schedule": "4.1.2", "@nestjs/schedule": "4.1.2",
"@nestjs/serve-static": "4.0.2", "@nestjs/serve-static": "4.0.2",
"@prisma/client": "6.4.1", "@prisma/client": "6.4.1",
"@simplewebauthn/browser": "11.0.0", "@simplewebauthn/browser": "12.0.0",
"@simplewebauthn/server": "11.0.0", "@simplewebauthn/server": "12.0.0",
"@stripe/stripe-js": "5.4.0", "@stripe/stripe-js": "5.4.0",
"alphavantage": "2.2.0", "alphavantage": "2.2.0",
"big.js": "6.2.2", "big.js": "6.2.2",
@ -120,7 +120,7 @@
"@nx/web": "20.3.2", "@nx/web": "20.3.2",
"@nx/workspace": "20.3.2", "@nx/workspace": "20.3.2",
"@schematics/angular": "19.0.6", "@schematics/angular": "19.0.6",
"@simplewebauthn/types": "11.0.0", "@simplewebauthn/types": "12.0.0",
"@storybook/addon-essentials": "8.4.7", "@storybook/addon-essentials": "8.4.7",
"@storybook/addon-interactions": "8.4.7", "@storybook/addon-interactions": "8.4.7",
"@storybook/angular": "8.4.7", "@storybook/angular": "8.4.7",
@ -9225,18 +9225,18 @@
} }
}, },
"node_modules/@simplewebauthn/browser": { "node_modules/@simplewebauthn/browser": {
"version": "11.0.0", "version": "12.0.0",
"resolved": "https://registry.npmjs.org/@simplewebauthn/browser/-/browser-11.0.0.tgz", "resolved": "https://registry.npmjs.org/@simplewebauthn/browser/-/browser-12.0.0.tgz",
"integrity": "sha512-KEGCStrl08QC2I561BzxqGiwoknblP6O1YW7jApdXLPtIqZ+vgJYAv8ssLCdm1wD8HGAHd49CJLkUF8X70x/pg==", "integrity": "sha512-0w6W8qkACycyaRMb2XnHfpA9kkgs5e2Aw2Ul9ObBYmvFBbtzipyWu9u2+WP1wy98chM+GIlQFnPheUbiMBQr8w==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@simplewebauthn/types": "^11.0.0" "@simplewebauthn/types": "^12.0.0"
} }
}, },
"node_modules/@simplewebauthn/server": { "node_modules/@simplewebauthn/server": {
"version": "11.0.0", "version": "12.0.0",
"resolved": "https://registry.npmjs.org/@simplewebauthn/server/-/server-11.0.0.tgz", "resolved": "https://registry.npmjs.org/@simplewebauthn/server/-/server-12.0.0.tgz",
"integrity": "sha512-zu8dxKcPiRUNSN2kmrnNOzNbRI8VaR/rL4ENCHUfC6PEE7SAAdIql9g5GBOd/wOVZolIsaZz3ccFxuGoVP0iaw==", "integrity": "sha512-aJdTe9GikOk40U7Q5Mm/Sqkxcq4a2oPZAcLcnyqMyFqrUaOS6vdsZW8/H3Mnsw9umcr88pcgB7kozPPt+5wOBw==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@hexagon/base64": "^1.1.27", "@hexagon/base64": "^1.1.27",
@ -9246,7 +9246,7 @@
"@peculiar/asn1-rsa": "^2.3.8", "@peculiar/asn1-rsa": "^2.3.8",
"@peculiar/asn1-schema": "^2.3.8", "@peculiar/asn1-schema": "^2.3.8",
"@peculiar/asn1-x509": "^2.3.8", "@peculiar/asn1-x509": "^2.3.8",
"@simplewebauthn/types": "^11.0.0", "@simplewebauthn/types": "^12.0.0",
"cross-fetch": "^4.0.0" "cross-fetch": "^4.0.0"
}, },
"engines": { "engines": {
@ -9263,9 +9263,9 @@
} }
}, },
"node_modules/@simplewebauthn/types": { "node_modules/@simplewebauthn/types": {
"version": "11.0.0", "version": "12.0.0",
"resolved": "https://registry.npmjs.org/@simplewebauthn/types/-/types-11.0.0.tgz", "resolved": "https://registry.npmjs.org/@simplewebauthn/types/-/types-12.0.0.tgz",
"integrity": "sha512-b2o0wC5u2rWts31dTgBkAtSNKGX0cvL6h8QedNsKmj8O4QoLFQFR3DBVBUlpyVEhYKA+mXGUaXbcOc4JdQ3HzA==", "integrity": "sha512-q6y8MkoV8V8jB4zzp18Uyj2I7oFp2/ONL8c3j8uT06AOWu3cIChc1au71QYHrP2b+xDapkGTiv+9lX7xkTlAsA==",
"license": "MIT" "license": "MIT"
}, },
"node_modules/@sinclair/typebox": { "node_modules/@sinclair/typebox": {

6
package.json

@ -87,8 +87,8 @@
"@nestjs/schedule": "4.1.2", "@nestjs/schedule": "4.1.2",
"@nestjs/serve-static": "4.0.2", "@nestjs/serve-static": "4.0.2",
"@prisma/client": "6.4.1", "@prisma/client": "6.4.1",
"@simplewebauthn/browser": "11.0.0", "@simplewebauthn/browser": "12.0.0",
"@simplewebauthn/server": "11.0.0", "@simplewebauthn/server": "12.0.0",
"@stripe/stripe-js": "5.4.0", "@stripe/stripe-js": "5.4.0",
"alphavantage": "2.2.0", "alphavantage": "2.2.0",
"big.js": "6.2.2", "big.js": "6.2.2",
@ -166,7 +166,7 @@
"@nx/web": "20.3.2", "@nx/web": "20.3.2",
"@nx/workspace": "20.3.2", "@nx/workspace": "20.3.2",
"@schematics/angular": "19.0.6", "@schematics/angular": "19.0.6",
"@simplewebauthn/types": "11.0.0", "@simplewebauthn/types": "12.0.0",
"@storybook/addon-essentials": "8.4.7", "@storybook/addon-essentials": "8.4.7",
"@storybook/addon-interactions": "8.4.7", "@storybook/addon-interactions": "8.4.7",
"@storybook/angular": "8.4.7", "@storybook/angular": "8.4.7",

Loading…
Cancel
Save