diff --git a/ams-express-shopping/package-lock.json b/ams-express-shopping/package-lock.json index 25063d2..2b7df31 100644 --- a/ams-express-shopping/package-lock.json +++ b/ams-express-shopping/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "ISC", "dependencies": { - "@sap/ams": "^3.5.0", + "@sap/ams": "^3.5.1", "@sap/xsenv": "^6.1.0", "@sap/xssec": "^4.12.2", "express": "^5.2.1" @@ -1059,9 +1059,9 @@ } }, "node_modules/@sap/ams": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/@sap/ams/-/ams-3.5.0.tgz", - "integrity": "sha512-s+dQtaL3LWcJve2+5z8y86EK7eslo35aYlYctaV2q5GSdn3JeSLgsOcUrfFW/sa6sVef8xkQNhfYWe5RYegSOQ==", + "version": "3.5.1", + "resolved": "https://registry.npmjs.org/@sap/ams/-/ams-3.5.1.tgz", + "integrity": "sha512-3zJPD+zSQWpDk8oaxV75Erb/PxUbRj/onB0CVPwa2Cl2ufqSljvL9Hcm7gHtAmI5BUUdfEoLU+Jitw1rHUkfoA==", "license": "SAP DEVELOPER LICENSE AGREEMENT", "dependencies": { "@sap/xsenv": "^6.0.0", @@ -1069,6 +1069,7 @@ "axios": "^1.6.5", "compressing": "^2.0.0", "debug": "^4.4.1", + "uuid": "^11.1.0", "yargs": "^17.7.2" }, "bin": { @@ -5882,6 +5883,19 @@ "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", "license": "MIT" }, + "node_modules/uuid": { + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.0.tgz", + "integrity": "sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==", + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], + "license": "MIT", + "bin": { + "uuid": "dist/esm/bin/uuid" + } + }, "node_modules/v8-to-istanbul": { "version": "9.3.0", "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-9.3.0.tgz", diff --git a/ams-express-shopping/package.json b/ams-express-shopping/package.json index 9704e1b..51a8de1 100644 --- a/ams-express-shopping/package.json +++ b/ams-express-shopping/package.json @@ -13,7 +13,7 @@ "author": "", "license": "ISC", "dependencies": { - "@sap/ams": "^3.5.0", + "@sap/ams": "^3.5.1", "@sap/xsenv": "^6.1.0", "@sap/xssec": "^4.12.2", "express": "^5.2.1"