diff --git a/package-lock.json b/package-lock.json index b666715..8c01c14 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3954,9 +3954,9 @@ "license": "MIT" }, "node_modules/@simplewebauthn/server": { - "version": "13.3.2", - "resolved": "https://registry.npmjs.org/@simplewebauthn/server/-/server-13.3.2.tgz", - "integrity": "sha512-KEDhfcGP1PAKRVSDjA3npTQFqS2b/srm+ipoNBNHdkzrHAlaRQUTE+a5f4ywsx6thxAw1NU2rYcLEY1949RGbQ==", + "version": "13.3.3", + "resolved": "https://registry.npmjs.org/@simplewebauthn/server/-/server-13.3.3.tgz", + "integrity": "sha512-LelX/lcy5cjc15A86i/aNxHhB5eU7dd20QsbP0VLAf9e38+SLlsnqCCyecx3xqfGofhmX05h1J9fKRYWxw+luA==", "license": "MIT", "dependencies": { "@hexagon/base64": "^1.1.27", @@ -10077,7 +10077,7 @@ "@1auth/account": "0.0.0-rc.7", "@1auth/authn": "0.0.0-rc.7", "@1auth/crypto": "0.0.0-rc.7", - "@simplewebauthn/server": "13.3.2" + "@simplewebauthn/server": "^13.3.3" }, "engines": { "node": ">=24" diff --git a/packages/authn-webauthn/package.json b/packages/authn-webauthn/package.json index 5a633d7..40fa01e 100644 --- a/packages/authn-webauthn/package.json +++ b/packages/authn-webauthn/package.json @@ -56,6 +56,6 @@ "@1auth/account": "0.0.0-rc.7", "@1auth/authn": "0.0.0-rc.7", "@1auth/crypto": "0.0.0-rc.7", - "@simplewebauthn/server": "13.3.2" + "@simplewebauthn/server": "13.3.3" } }