From edd2c1a1d59c689eb7e89960993841213de5acf6 Mon Sep 17 00:00:00 2001 From: KenTandrian Date: Thu, 6 Mar 2025 22:57:31 +0700 Subject: [PATCH] chore(deps): bump simplewebauthn to v12 --- package-lock.json | 28 ++++++++++++++-------------- package.json | 6 +++--- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/package-lock.json b/package-lock.json index e718ea744..768db62bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,8 +41,8 @@ "@nestjs/schedule": "4.1.2", "@nestjs/serve-static": "4.0.2", "@prisma/client": "6.4.1", - "@simplewebauthn/browser": "11.0.0", - "@simplewebauthn/server": "11.0.0", + "@simplewebauthn/browser": "12.0.0", + "@simplewebauthn/server": "12.0.0", "@stripe/stripe-js": "5.4.0", "alphavantage": "2.2.0", "big.js": "6.2.2", @@ -120,7 +120,7 @@ "@nx/web": "20.3.2", "@nx/workspace": "20.3.2", "@schematics/angular": "19.0.6", - "@simplewebauthn/types": "11.0.0", + "@simplewebauthn/types": "12.0.0", "@storybook/addon-essentials": "8.4.7", "@storybook/addon-interactions": "8.4.7", "@storybook/angular": "8.4.7", @@ -9225,18 +9225,18 @@ } }, "node_modules/@simplewebauthn/browser": { - "version": "11.0.0", - "resolved": "https://registry.npmjs.org/@simplewebauthn/browser/-/browser-11.0.0.tgz", - "integrity": "sha512-KEGCStrl08QC2I561BzxqGiwoknblP6O1YW7jApdXLPtIqZ+vgJYAv8ssLCdm1wD8HGAHd49CJLkUF8X70x/pg==", + "version": "12.0.0", + "resolved": "https://registry.npmjs.org/@simplewebauthn/browser/-/browser-12.0.0.tgz", + "integrity": "sha512-0w6W8qkACycyaRMb2XnHfpA9kkgs5e2Aw2Ul9ObBYmvFBbtzipyWu9u2+WP1wy98chM+GIlQFnPheUbiMBQr8w==", "license": "MIT", "dependencies": { - "@simplewebauthn/types": "^11.0.0" + "@simplewebauthn/types": "^12.0.0" } }, "node_modules/@simplewebauthn/server": { - "version": "11.0.0", - "resolved": "https://registry.npmjs.org/@simplewebauthn/server/-/server-11.0.0.tgz", - "integrity": "sha512-zu8dxKcPiRUNSN2kmrnNOzNbRI8VaR/rL4ENCHUfC6PEE7SAAdIql9g5GBOd/wOVZolIsaZz3ccFxuGoVP0iaw==", + "version": "12.0.0", + "resolved": "https://registry.npmjs.org/@simplewebauthn/server/-/server-12.0.0.tgz", + "integrity": "sha512-aJdTe9GikOk40U7Q5Mm/Sqkxcq4a2oPZAcLcnyqMyFqrUaOS6vdsZW8/H3Mnsw9umcr88pcgB7kozPPt+5wOBw==", "license": "MIT", "dependencies": { "@hexagon/base64": "^1.1.27", @@ -9246,7 +9246,7 @@ "@peculiar/asn1-rsa": "^2.3.8", "@peculiar/asn1-schema": "^2.3.8", "@peculiar/asn1-x509": "^2.3.8", - "@simplewebauthn/types": "^11.0.0", + "@simplewebauthn/types": "^12.0.0", "cross-fetch": "^4.0.0" }, "engines": { @@ -9263,9 +9263,9 @@ } }, "node_modules/@simplewebauthn/types": { - "version": "11.0.0", - "resolved": "https://registry.npmjs.org/@simplewebauthn/types/-/types-11.0.0.tgz", - "integrity": "sha512-b2o0wC5u2rWts31dTgBkAtSNKGX0cvL6h8QedNsKmj8O4QoLFQFR3DBVBUlpyVEhYKA+mXGUaXbcOc4JdQ3HzA==", + "version": "12.0.0", + "resolved": "https://registry.npmjs.org/@simplewebauthn/types/-/types-12.0.0.tgz", + "integrity": "sha512-q6y8MkoV8V8jB4zzp18Uyj2I7oFp2/ONL8c3j8uT06AOWu3cIChc1au71QYHrP2b+xDapkGTiv+9lX7xkTlAsA==", "license": "MIT" }, "node_modules/@sinclair/typebox": { diff --git a/package.json b/package.json index 0a0ac81f9..7ca96ba80 100644 --- a/package.json +++ b/package.json @@ -87,8 +87,8 @@ "@nestjs/schedule": "4.1.2", "@nestjs/serve-static": "4.0.2", "@prisma/client": "6.4.1", - "@simplewebauthn/browser": "11.0.0", - "@simplewebauthn/server": "11.0.0", + "@simplewebauthn/browser": "12.0.0", + "@simplewebauthn/server": "12.0.0", "@stripe/stripe-js": "5.4.0", "alphavantage": "2.2.0", "big.js": "6.2.2", @@ -166,7 +166,7 @@ "@nx/web": "20.3.2", "@nx/workspace": "20.3.2", "@schematics/angular": "19.0.6", - "@simplewebauthn/types": "11.0.0", + "@simplewebauthn/types": "12.0.0", "@storybook/addon-essentials": "8.4.7", "@storybook/addon-interactions": "8.4.7", "@storybook/angular": "8.4.7",