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 19490b1..e11da9e 100644
--- a/example/package-lock.json
+++ b/example/package-lock.json
@@ -5,11 +5,11 @@
"requires": true,
"dependencies": {
"@simplewebauthn/server": {
- "version": "0.5.0",
- "resolved": "https://registry.npmjs.org/@simplewebauthn/server/-/server-0.5.0.tgz",
- "integrity": "sha512-u00N8uNImOPoXsxRHlM5c0HD4CFQ5K8kKEM3TSnTEch19fKmNst6InNObzGbm/wzgnbWXTZNmPGFacaHmNYt2Q==",
+ "version": "0.5.1",
+ "resolved": "https://registry.npmjs.org/@simplewebauthn/server/-/server-0.5.1.tgz",
+ "integrity": "sha512-9rJgwOa5Kw655xyTo3HBxCcQZwEY9M2NTyW3iA/YG2M6se2VajqVFO/qN2HbK/FuJiinuGyqjuR1FRY4qHNCIA==",
"requires": {
- "@simplewebauthn/typescript-types": "^0.5.0",
+ "@simplewebauthn/typescript-types": "^0.5.1",
"base64url": "^3.0.1",
"cbor": "^5.0.2",
"elliptic": "^6.5.2",
@@ -18,9 +18,9 @@
}
},
"@simplewebauthn/typescript-types": {
- "version": "0.5.0",
- "resolved": "https://registry.npmjs.org/@simplewebauthn/typescript-types/-/typescript-types-0.5.0.tgz",
- "integrity": "sha512-4e7EQE10zKuE5rMMMkC/AIaw0+xAHwNBvF53kSV9F2F00/uF3AzX1Mnqy2UhpVAKCBwvlHhdf9fPlbI4V3rQtQ=="
+ "version": "0.5.1",
+ "resolved": "https://registry.npmjs.org/@simplewebauthn/typescript-types/-/typescript-types-0.5.1.tgz",
+ "integrity": "sha512-1Qi7lFZKVJ5AseicSTk/Hm22xdT6uTZFRxiYiZr3SLGpLhF60mXRNjqkqeCbPT/8EBMaH2aazfAi30/TMAHXhw=="
},
"@sindresorhus/is": {
"version": "0.14.0",
diff --git a/example/package.json b/example/package.json
index b6685e7..d672c18 100644
--- a/example/package.json
+++ b/example/package.json
@@ -10,7 +10,7 @@
"author": "",
"license": "ISC",
"dependencies": {
- "@simplewebauthn/server": "^0.5.0",
+ "@simplewebauthn/server": "^0.5.1",
"express": "^4.17.1"
},
"devDependencies": {
diff --git a/example/public/login/index.html b/example/public/login/index.html
index a5e1f66..e59d81e 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@0.5.0/dist/simplewebauthn-browser.min.js"></script>
+ <script src="https://unpkg.com/@simplewebauthn/browser@0.5.1/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 c8f0fa1..7d465c9 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@0.5.0/dist/simplewebauthn-browser.min.js"></script>
+ <script src="https://unpkg.com/@simplewebauthn/browser@0.5.1/dist/simplewebauthn-browser.min.js"></script>
<link rel="stylesheet" href="../styles.css" />
<title>SimpleWebAuthn Example Site | Register</title>
</head>