summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--example/package-lock.json14
-rw-r--r--example/package.json2
-rw-r--r--example/public/login/index.html2
-rw-r--r--example/public/register/index.html2
4 files changed, 10 insertions, 10 deletions
diff --git a/example/package-lock.json b/example/package-lock.json
index f007060..215e9a9 100644
--- a/example/package-lock.json
+++ b/example/package-lock.json
@@ -45,14 +45,14 @@
}
},
"@simplewebauthn/server": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/@simplewebauthn/server/-/server-2.0.0.tgz",
- "integrity": "sha512-bgZjS+7/D3DzU1Bo6XNiMHNgpjV7UIZjQCKcj6O1MweAQuN1+QxdJmtIfVoZ6AQleeyx6IQe6wthgqDkpnDNPA==",
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/@simplewebauthn/server/-/server-2.1.0.tgz",
+ "integrity": "sha512-Ni4vV1eiUAP2dNyAKT0bqb1fFilgzgm6gd1Do1uUxobA2TPa8fSnW+FFBoJAdF9ej48ljf1+zVIw3B0JPM4sxw==",
"requires": {
"@peculiar/asn1-android": "^2.0.26",
"@peculiar/asn1-schema": "^2.0.26",
"@peculiar/asn1-x509": "^2.0.26",
- "@simplewebauthn/typescript-types": "^2.0.0",
+ "@simplewebauthn/typescript-types": "^2.1.0",
"base64url": "^3.0.1",
"cbor": "^5.1.0",
"elliptic": "^6.5.3",
@@ -63,9 +63,9 @@
}
},
"@simplewebauthn/typescript-types": {
- "version": "2.0.0",
- "resolved": "https://registry.npmjs.org/@simplewebauthn/typescript-types/-/typescript-types-2.0.0.tgz",
- "integrity": "sha512-gwpTgUbwbWOlPiZILe41+f06SUqv0ML7b+CPr6wJBkHxhIQyPgswvm+gtAyIFlz4CIngS98pn/0Z7MQpNhn6ug=="
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/@simplewebauthn/typescript-types/-/typescript-types-2.1.0.tgz",
+ "integrity": "sha512-6bsvbxJceEJ/vKXa00+XYCTUl8o/bhdNWSFSxQrZsB0XMhtACoSpctvMG6yf9sPYvb7nZvXx3K5/Y8/4lJHP8A=="
},
"@sindresorhus/is": {
"version": "0.14.0",
diff --git a/example/package.json b/example/package.json
index 0b756d3..bf611fd 100644
--- a/example/package.json
+++ b/example/package.json
@@ -11,7 +11,7 @@
"author": "",
"license": "ISC",
"dependencies": {
- "@simplewebauthn/server": "2.0.0",
+ "@simplewebauthn/server": "2.1.0",
"base64url": "^3.0.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
diff --git a/example/public/login/index.html b/example/public/login/index.html
index aadb238..ddcb0c0 100644
--- a/example/public/login/index.html
+++ b/example/public/login/index.html
@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <script src="https://unpkg.com/@simplewebauthn/browser@2.0.0/dist/simplewebauthn-browser.min.js"></script>
+ <script src="https://unpkg.com/@simplewebauthn/browser@2.1.0/dist/simplewebauthn-browser.min.js"></script>
<link rel="stylesheet" href="../styles.css" />
<title>SimpleWebAuthn Example Site | Login</title>
</head>
diff --git a/example/public/register/index.html b/example/public/register/index.html
index 1a8865a..ede622a 100644
--- a/example/public/register/index.html
+++ b/example/public/register/index.html
@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <script src="https://unpkg.com/@simplewebauthn/browser@2.0.0/dist/simplewebauthn-browser.min.js"></script>
+ <script src="https://unpkg.com/@simplewebauthn/browser@2.1.0/dist/simplewebauthn-browser.min.js"></script>
<link rel="stylesheet" href="../styles.css" />
<title>SimpleWebAuthn Example Site | Register</title>
</head>