From c67cd9b40efb5c72f37ab7b506e5469acf219de4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jul 2021 16:16:14 +0000 Subject: [PATCH] Bump soap from 0.39.0 to 0.40.0 (#20) Bumps [soap](https://github.com/vpulim/node-soap) from 0.39.0 to 0.40.0. - [Release notes](https://github.com/vpulim/node-soap/releases) - [Changelog](https://github.com/vpulim/node-soap/blob/master/History.md) - [Commits](https://github.com/vpulim/node-soap/compare/v0.39.0...v0.40.0) --- updated-dependencies: - dependency-name: soap dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 56eebe1..d66b753 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "homepage": "https://github.com/fastify/fastify-soap-client#readme", "dependencies": { "fastify-plugin": "^3.0.0", - "soap": "^0.39.0" + "soap": "^0.40.0" }, "devDependencies": { "fastify": "^3.15.1",