Skip to content

Commit

Permalink
fix(deps): downgrade to 0.13.0 - last known working ver
Browse files Browse the repository at this point in the history
  • Loading branch information
LoneRifle committed Jun 11, 2020
1 parent 8f87ca8 commit dff22bc
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lib/crypto.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = (serviceProvider) => {
rsa_pub: serviceProvider.pubKey,
pem: serviceProvider.cert,
encryptionAlgorithm: 'http://www.w3.org/2001/04/xmlenc#aes256-cbc',
keyEncryptionAlgorithm: 'http://www.w3.org/2001/04/xmlenc#rsa-1_5',
keyEncryptionAlgorighm: 'http://www.w3.org/2001/04/xmlenc#rsa-1_5',
}

const apexBaseString = function apexBaseString({
Expand Down
13 changes: 9 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"node-jose": "^1.1.4",
"uuid": "^8.0.0",
"xml-crypto": "^1.3.0",
"xml-encryption": "^1.2.0",
"xml-encryption": "^0.13.0",
"xmldom": "^0.3.0",
"xpath": "0.0.27"
},
Expand Down

0 comments on commit dff22bc

Please sign in to comment.