From 4959c83b44422661a247dcf76a8d9e585c4397d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2020 11:07:39 -0700 Subject: [PATCH] build(deps-dev): bump semantic-release-plugin-update-version-in-files from 1.0.0 to 1.1.0 Bumps [semantic-release-plugin-update-version-in-files](https://github.com/gr2m/semantic-release-plugin-update-version-in-files) from 1.0.0 to 1.1.0. - [Release notes](https://github.com/gr2m/semantic-release-plugin-update-version-in-files/releases) - [Commits](https://github.com/gr2m/semantic-release-plugin-update-version-in-files/compare/v1.0.0...v1.1.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8c95afb1..e9ad74d7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14002,11 +14002,12 @@ } }, "semantic-release-plugin-update-version-in-files": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/semantic-release-plugin-update-version-in-files/-/semantic-release-plugin-update-version-in-files-1.0.0.tgz", - "integrity": "sha512-dY3+dhvY+TYf7cSyIUP04VKmBobz2t/YsxEB6hODbc6rK0B3srGTjS5fpRqLm4cz/qdp3e1oHg55QtzeEo2wtw==", + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/semantic-release-plugin-update-version-in-files/-/semantic-release-plugin-update-version-in-files-1.1.0.tgz", + "integrity": "sha512-OWBrved3Rr0w3YP4iID81MhG9qhGrG+XtxdO9VMhKJ9qte3yBdMz5cSxDiPE/uhnGJQF00fqQetY3yhHFGabWw==", "dev": true, "requires": { + "debug": "^4.1.1", "glob": "^7.1.3" } },