Skip to content

Commit

Permalink
Merge pull request #19 from vrk-kpa/bump-xml-encryption-version
Browse files Browse the repository at this point in the history
update xml-crypto to 2.0.0
  • Loading branch information
eero3 authored Nov 26, 2020
2 parents 3fbaaec + 3632b09 commit c31f3f1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "suomifi-passport-saml",
"version": "1.3.3-sfi.1",
"version": "1.3.3-sfi.2",
"license": "MIT",
"keywords": [
"saml",
Expand Down Expand Up @@ -30,7 +30,7 @@
"debug": "^3.1.0",
"passport-strategy": "*",
"q": "^1.5.0",
"xml-crypto": "^1.4.0",
"xml-crypto": "^2.0.0",
"xml-encryption": "^1.0.0",
"xml2js": "0.4.x",
"xmlbuilder": "^11.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1885,10 +1885,10 @@ [email protected]:
dependencies:
mkdirp "^0.5.1"

xml-crypto@^1.4.0:
version "1.4.0"
resolved "https://registry.yarnpkg.com/xml-crypto/-/xml-crypto-1.4.0.tgz#de1cec8cd31cbd689cd90d3d6e8a27d4ae807de7"
integrity sha512-K8FRdRxICVulK4WhiTUcJrRyAIJFPVOqxfurA3x/JlmXBTxy+SkEENF6GeRt7p/rB6WSOUS9g0gXNQw5n+407g==
xml-crypto@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/xml-crypto/-/xml-crypto-2.0.0.tgz#54cd268ad9d31930afcf7092cbb664258ca9e826"
integrity sha512-/a04qr7RpONRZHOxROZ6iIHItdsQQjN3sj8lJkYDDss8tAkEaAs0VrFjb3tlhmS5snQru5lTs9/5ISSMdPDHlg==
dependencies:
xmldom "0.1.27"
xpath "0.0.27"
Expand Down

0 comments on commit c31f3f1

Please sign in to comment.