diff --git a/examples/auth/server/package-lock.json b/examples/auth/server/package-lock.json index 1984ee28..fe3ccc1e 100644 --- a/examples/auth/server/package-lock.json +++ b/examples/auth/server/package-lock.json @@ -12,7 +12,7 @@ "axios": "^1.7.7", "body-parser": "^1.20.3", "cors": "^2.8.5", - "express": "^5.0.0", + "express": "^5.0.1", "helmet": "^7.1.0", "jsonwebtoken": "^9.0.2", "jwk-to-pem": "^2.0.6", @@ -201,9 +201,9 @@ } }, "node_modules/cookie": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.6.0.tgz", - "integrity": "sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==", + "version": "0.7.1", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.1.tgz", + "integrity": "sha512-6DnInpx7SJ2AK3+CTUE/ZM0vWTUboZCegxhC2xiIydHR9jNuTAASBrfEpHhiGOZw/nX51bHt6YQl8jsGo4y/0w==", "engines": { "node": ">= 0.6" } @@ -352,16 +352,15 @@ } }, "node_modules/express": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/express/-/express-5.0.0.tgz", - "integrity": "sha512-V4UkHQc+B7ldh1YC84HCXHwf60M4BOMvp9rkvTUWCK5apqDC1Esnbid4wm6nFyVuDy8XMfETsJw5lsIGBWyo0A==", - "license": "MIT", + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/express/-/express-5.0.1.tgz", + "integrity": "sha512-ORF7g6qGnD+YtUG9yx4DFoqCShNMmUKiXuT5oWMHiOvt/4WFbHC6yCwQMTSBMno7AqntNCAzzcnnjowRkTL9eQ==", "dependencies": { "accepts": "^2.0.0", "body-parser": "^2.0.1", "content-disposition": "^1.0.0", "content-type": "~1.0.4", - "cookie": "0.6.0", + "cookie": "0.7.1", "cookie-signature": "^1.2.1", "debug": "4.3.6", "depd": "2.0.0", diff --git a/examples/auth/server/package.json b/examples/auth/server/package.json index b2868799..7bee1fb0 100644 --- a/examples/auth/server/package.json +++ b/examples/auth/server/package.json @@ -12,7 +12,7 @@ "axios": "^1.7.7", "body-parser": "^1.20.3", "cors": "^2.8.5", - "express": "^5.0.0", + "express": "^5.0.1", "helmet": "^7.1.0", "jsonwebtoken": "^9.0.2", "jwk-to-pem": "^2.0.6", diff --git a/setup.sh b/setup.sh index 8aa36302..19727d52 100755 --- a/setup.sh +++ b/setup.sh @@ -6,6 +6,6 @@ cd ./examples/basic || exit npm install -export API_BASE_PATH="https://testapi.regulaforensics.com" +export API_BASE_PATH="https://nightly-api.regulaforensics.com" node index.js \ No newline at end of file