Skip to content

Commit

Permalink
Merge pull request #113 from SAP-samples/endresult-updates-november-2023
Browse files Browse the repository at this point in the history
updating xsec
  • Loading branch information
matthieupelatan committed Dec 6, 2023
2 parents f97a12f + 3276ab4 commit 93bd64c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion code/day2-operations/source/day2-approuter/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "day2-approuter",
"dependencies": {
"@sap/approuter": "10.15.0"
"@sap/approuter": "14.4.2"
},
"scripts": {
"start": "node node_modules/@sap/approuter/approuter.js"
Expand Down
4 changes: 2 additions & 2 deletions code/easyfranchise/source/approuter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"start": "node approuter-start.js"
},
"dependencies": {
"@sap/approuter": "14.3.4",
"@sap/approuter": "14.4.2",
"@sap/xsenv": "^4.0.0",
"@sap/xssec": "^3.4.0",
"@sap/xssec": "^3.6.0",
"jwt-decode": "^4.0.0"
},
"devDependencies": {},
Expand Down
2 changes: 1 addition & 1 deletion code/easyfranchise/source/broker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"dependencies": {
"@kubernetes/client-node": "~0.15.0",
"@sap/xsenv": "~3.1.0",
"@sap/xssec": "~3.2.8",
"@sap/xssec": "^3.6.0",
"axios": "^0.23.0",
"express": "~4.17.1",
"passport": "^0.5.0"
Expand Down

0 comments on commit 93bd64c

Please sign in to comment.