Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Upgrade soap from 0.24.0 to 0.31.0 #8

Merged
merged 2 commits into from Mar 25, 2020

Conversation

snyk-bot
Copy link

Snyk has created this PR to upgrade soap from 0.24.0 to 0.31.0.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
  • The recommended version is 8 versions ahead of your current version.
  • The recommended version was released 22 days ago, on 2020-02-21.
Release notes
Package name: soap
  • 0.31.0 - 2020-02-21

    Release v0.31.0

  • 0.30.0 - 2019-10-16
    • [ENHANCEMENT] Allow a fixed file path for local includes (#1089)
    • [ENHANCEMENT] New XML Signing Options, extra tags to sign and small bug fix (#1091)
    • [ENHANCEMENT] added forceMTOM option and updated the Readme (#1086)
    • [FIX] Added undefined check in WSDL.processAttributes (#1090)
    • [FIX] Fixes bug where methodName would not be included in the response event (#1087)
    • [FIX] fixed MTOM removing soap12header (#1084)
  • 0.29.0 - 2019-07-26
    • [ENHANCEMENT] Added Options object for signer.computeSignature (#1066)
    • [FIX] Prototype pollution in lodash versions <=4.17.11. Hence, updating lodash version to ^4.17.15 in package.json and package-lock.json (#1085)
    • [FIX] Fix known vulnerabilities found by npm audit (#1083)
    • [FIX] Adjusts URL detection to be case insensitive (#1082)
    • [FIX] Fixed issue causing error message, "TypeError: Cannot read property 'output' of undefined" (#1081)
  • 0.28.0 - 2019-06-20
    • [ENHANCEMENT] Added support for parsing of doubles and floats. (#1065)
    • [ENHANCEMENT] Adds promise server authentication (#1069)
    • [ENHANCEMENT] Expose the WSDL class (#1071)
    • [ENHANCEMENT] Now supporting XSI namespace overrides (#1079)
    • [ENHANCEMENT] added possibility to add action to content-type header (#1073)
    • [ENHANCEMENT] client.addSoapHeader() dynamic SOAP header (#1062)
    • [ENHANCEMENT] emit response events allowing user override on response XML (#1070)
    • [FIX] Fix description for recursive wsdl with extended element (#1078)
    • [FIX] Fixes issue with unknown ReadableStream type (#1076)
    • [FIX] Update types to make options optional for createClientAsync (#1068)
    • [FIX] fix for soap 1.2 content-type header, missing action key (#1075)
    • [FIX] types: move forceSoap12Headers to IWsdlBaseOptions (#1063)
    • [MAINTENANCE] Updated read me to reflect changes in soap.listen (#1060)
  • 0.27.1 - 2019-04-19

    Release v0.27.1

  • 0.27.0 - 2019-04-18

    Release v0.27.0

  • 0.26.0 - 2019-02-11
    • [FIX] WSDL: make merging external schema works correctly (#1023)
    • [FIX] WSDL: pass error from parsing XML as-is, not only its message (#1022)
    • [ENHANCEMENT] server: add option enableChunkedEncoding (#1043)
    • [FIX] fix a problem about Multi-Byte character (#1042)
    • [FIX] fix double transformationentries in WSSecCert
    • [MAINTENANCE] Add bodyParser.json middleware test
    • [FIX] processRequestXml only if req.body is not empty object
    • [MAINTENANCE] Fixing v10 ssl tests and removing jshint since it sucks and doesn't support es6. (we need to migrate to eslint).
    • [FIX] Arrays deserve namespace override too
  • 0.25.0 - 2018-08-19
    • [FIX] Improved deserialization on inline simpleType declarations (#1015)
    • [ENHANCEMENT] Added option to allow the user to dis-/enable the timestamp in WSSecurtityCert (defaults to "enabled" to maintain current behaviour) (#1017)
    • [DOC] Updated the "*Async" result description (#1016)
    • [ENHANCEMENT] Added ability to resolve Schema-cross-reference namespaces in client.describe() (#1014)
    • [FIX] Fixed .npmignore patterns in order to publish only the necessary files (#1012)
    • [DOC] Removed formatting in code (#1011)
    • [ENHANCEMENT] Added initial NTLM support (#887)
    • [ENHANCEMENT] Added optional async authentication for the server (#1002)
    • [MAINTENANCE] End of support for node < 6.x in our Travis CI config!
    • [MAINTENANCE] Removed unnecessary selectn dependency (#975)
    • [ENHANCEMNET] Added support for attributes in root elements (#910)
    • [ENHANCEMENT] Added/updated TypeScript definitions (#991)
    • [ENHANCEMENT] Change signature of server.authorizeConnection() to include also the response param. (#1006)
    • [FIX] WSSE Template - fix behaviour for template compilation in __dirname "unsafe" environments (e.g. webpack with target node) (#1008)
  • 0.24.0 - 2018-04-06
    • [DOC] Error on custom deserializer example (#1000)
    • [DOC] Fix broken link
    • [DOC] adding bullets to separate each option
    • [DOC] changed ClientSSLSecurity to ClientSSLSecurityPFX in the readme file
    • [DOC] clarify section on client events in Readme.md (#989)
    • [ENHANCEMENT] Added one-way response configuration options
    • [ENHANCEMENT] Adding support for SOAP 1.2 Envelope Headers in the server side (#1003)
    • [ENHANCEMENT] Enable multiArgs during promisification
    • [ENHANCEMENT] add Client.wsdl for accessing client.wsdl during soap.createClient() (#990)
    • [ENHANCEMENT] add option to remove element-by-element namespacing of json arrays (#994)
    • [ENHANCEMENT] add rawRequest to callback arguments (#992)
    • [FIX] Fixed checking for empty obj.Body before further actions (#986)
    • [FIX] Lookup definitions in child element first (#958)
    • [FIX] only detect xsi:nil if its value is true (#983)
    • [MAINTENANCE] Updating the coverage to use the new version of Istanbul framework, the nyc.
    • [MAINTENANCE] Upgrade Lodash to 4.17.5 (#1001)
from soap GitHub release notes
Commit messages
Package name: soap
  • e2b69b1 Release v0.31.0
  • 5356c94 Fixes bug when envelopeKey is changed and WSSecurityCert is set (#1106)
  • c484871 Client.*method*Async can have options as the second argument (#1104)
  • 8390ab9 Catch errors when parsing WSDL (#1102)
  • ddc2bdf Update Readme.md (#1105)
  • ead275d Fix min/maxOccurs parsing and handling (#1100)
  • 322bdf1 fix for circular descriptions (#1101)
  • af93a6f Add WSDL xmlns header attribute (#1093)
  • 6b5ba3e Release v0.30.0
  • 9ad07cf New XML Signing Options, extra tags to sign and small bug fix (#1091)
  • 827d5b5 Added undefined check in WSDL.processAttributes (#1090)
  • ac9cdfd Allow a fixed file path for local includes (#1089)
  • 47dcede Fixes bug where methodName would not be included in the response event (#1087)
  • aee79a8 added forceMTOM option and updated the Readme (#1086)
  • 5af5fab fixed MTOM removing soap12header (#1084)
  • b4c9f28 Release v0.29.0
  • e2e25c4 Prototype pollution in lodash versions <=4.17.11. Hence, updating lodash version to ^4.17.15 in package.json and package-lock.json (#1085)
  • 48d0e01 Added Options object for signer.computeSignature (#1066)
  • a329800 Fix known vulnerabilities found by `npm audit` (#1083)
  • 70c4f34 Adjusts URL detection to be case insensitive (#1082)
  • 2e701d5 Fixed issue causing error message, "TypeError: Cannot read property &apos;output&apos; of undefined" (#1081)
  • f490068 Release v0.28.0
  • d4bc843 Now supporting XSI namespace overrides (#1079)
  • d1c6a7e Fix description for recursive wsdl with extended element (#1078)

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

@MateMalice MateMalice merged commit 47d7ec1 into master Mar 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants