Skip to content

Commit

Permalink
updating Mastercard client encryptions library and oauth library
Browse files Browse the repository at this point in the history
  • Loading branch information
karen-avetisyan-mc committed Oct 1, 2024
1 parent 2a061cc commit 0b10eb4
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
"version": "2.4.0",
"description": "An Insomnia plugin for consuming Mastercard APIs",
"license": "Apache-2.0",
"repository": "https://github.com/Mastercard/insomnia-plugin-mastercard-auth",
"repository": {
"type": "git",
"url": "git+https://github.com/Mastercard/insomnia-plugin-mastercard-auth.git"
},
"bugs": {
"url": "https://github.com/Mastercard/insomnia-plugin-mastercard-auth"
},
Expand Down Expand Up @@ -45,8 +48,8 @@
}
},
"dependencies": {
"mastercard-client-encryption": "^1.6.0",
"mastercard-oauth1-signer": "^1.1.6",
"mastercard-client-encryption": "^1.10.3",
"mastercard-oauth1-signer": "^1.1.7",
"node-forge": "^1.3.0"
},
"devDependencies": {
Expand Down

0 comments on commit 0b10eb4

Please sign in to comment.