Skip to content

Commit 8ba57d7

Browse files
authored
Updates web-eid.js in PHP examples (#11)
Changed PHP examples to use latest version of web-eid.js 2.0.1; Changed PHP examples to use guzzlehttp/psr7 version 2.4.5 (CVE-2023-29197)
1 parent e34c535 commit 8ba57d7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
"php": ">=7.4",
1414
"web-eid/web-eid-authtoken-validation-php": "1.0.0",
1515
"altorouter/altorouter": "1.1.0",
16-
"guzzlehttp/psr7": "2.4.3",
16+
"guzzlehttp/psr7": "2.4.5",
1717
"psr/log": "^3.0"
1818
},
1919
"autoload": {
2020
"classmap": ["src"]
2121
}
22-
}
22+
}

examples/public/js/web-eid.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ class ExtensionUnavailableError extends Error {
112112
}
113113

114114
var config = Object.freeze({
115-
VERSION: "2.0.0",
115+
VERSION: "2.0.1",
116116
EXTENSION_HANDSHAKE_TIMEOUT: 1000,
117117
NATIVE_APP_HANDSHAKE_TIMEOUT: 5 * 1000,
118118
DEFAULT_USER_INTERACTION_TIMEOUT: 2 * 60 * 1000,

0 commit comments

Comments
 (0)