diff --git a/ams-express-shopping/package-lock.json b/ams-express-shopping/package-lock.json index 1bf1b06..1af2c20 100644 --- a/ams-express-shopping/package-lock.json +++ b/ams-express-shopping/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@sap/ams": "^3.5.1", "@sap/xsenv": "^6.1.0", - "@sap/xssec": "^4.12.2", + "@sap/xssec": "^4.13.0", "express": "^5.2.1" }, "devDependencies": { @@ -1156,9 +1156,9 @@ } }, "node_modules/@sap/xssec": { - "version": "4.12.2", - "resolved": "https://registry.npmjs.org/@sap/xssec/-/xssec-4.12.2.tgz", - "integrity": "sha512-T4yy/lXZerAREJnb2Yte3oL4iDJOKlmWrMwMLXY5/U33tuKDVzIVO3VQqfLTGTIJABk4msE+km0YWpds+fSv3w==", + "version": "4.13.0", + "resolved": "https://registry.npmjs.org/@sap/xssec/-/xssec-4.13.0.tgz", + "integrity": "sha512-8e+bU+OyAIpAGXQanOopZa5YEK+yHKw84dhhihcCotF40MSNFbVHjQ4xM5hf4QndlqDGfXIuvXmoOMuDATa/gA==", "license": "SAP DEVELOPER LICENSE AGREEMENT", "dependencies": { "debug": "^4.4.3", diff --git a/ams-express-shopping/package.json b/ams-express-shopping/package.json index 16676a1..4be7c26 100644 --- a/ams-express-shopping/package.json +++ b/ams-express-shopping/package.json @@ -15,7 +15,7 @@ "dependencies": { "@sap/ams": "^3.5.1", "@sap/xsenv": "^6.1.0", - "@sap/xssec": "^4.12.2", + "@sap/xssec": "^4.13.0", "express": "^5.2.1" }, "devDependencies": {