Skip to content

Commit

Permalink
chore(deps): bump @sap/xssec from 4.2.1 to 4.2.2 (#4952)
Browse files Browse the repository at this point in the history
Bumps @sap/xssec from 4.2.1 to 4.2.2.

---
updated-dependencies:
- dependency-name: "@sap/xssec"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 30, 2024
1 parent 371d53d commit af56d70
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/connectivity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@sap-cloud-sdk/resilience": "^3.20.0",
"@sap-cloud-sdk/util": "^3.20.0",
"@sap/xsenv": "^5.2.0",
"@sap/xssec": "^4.2.1",
"@sap/xssec": "^4.2.2",
"async-retry": "^1.3.3",
"axios": "^1.7.5",
"jsonwebtoken": "^9.0.2"
Expand Down
2 changes: 1 addition & 1 deletion test-packages/integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@sap-cloud-sdk/test-services-odata-v4": "^3.20.0",
"@sap-cloud-sdk/test-util": "^3.20.0",
"@sap-cloud-sdk/util": "^3.20.0",
"@sap/xssec": "^4.2.1",
"@sap/xssec": "^4.2.2",
"axios": "^1.7.5"
},
"devDependencies": {
Expand Down
11 changes: 5 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1442,14 +1442,13 @@
node-cache "^5.1.0"
verror "1.10.1"

"@sap/xssec@^4.2.1":
version "4.2.1"
resolved "https://registry.npmjs.org/@sap/xssec/-/xssec-4.2.1.tgz#9fb7b59a1ba8c23a18858a967bc6933955885609"
integrity sha512-NEZ28d6Mns5AMTSB82I1iB5ESgZRJPgo33Z/paX3vpJuYji7aK7obWR9FeVMu1OYNAeXhg+44VLdw/AAc3BiJg==
"@sap/xssec@^4.2.2":
version "4.2.2"
resolved "https://registry.npmjs.org/@sap/xssec/-/xssec-4.2.2.tgz#12ac707526048bf6c17491fa6305171196f62b9d"
integrity sha512-3kxvs5JWtYCRjSMPl7lqTxsOTq45HPD1rt20LVsSBOE5YZ2XelC4JV7HAYz4M1NSVhCl7/LflNAaJ/kGLiY4Gg==
dependencies:
debug "^4.3.4"
jwt-decode "^4"
node-fetch "^2"

"@shikijs/[email protected]":
version "1.14.1"
Expand Down Expand Up @@ -6839,7 +6838,7 @@ node-fetch-h2@^2.3.0:
dependencies:
http2-client "^1.2.5"

node-fetch@^2, node-fetch@^2.6.1:
node-fetch@^2.6.1:
version "2.7.0"
resolved "https://registry.npmjs.org/node-fetch/-/node-fetch-2.7.0.tgz#d0f0fa6e3e2dc1d27efcd8ad99d550bda94d187d"
integrity sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==
Expand Down

0 comments on commit af56d70

Please sign in to comment.