From 3ea6a3855a25c4a2a8f75814fb45778196bcfc25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Nov 2021 09:15:31 +0000 Subject: [PATCH] build(deps): bump openapi-sampler from 1.1.0 to 1.1.1 Bumps [openapi-sampler](https://github.com/APIs-guru/openapi-sampler) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/APIs-guru/openapi-sampler/releases) - [Commits](https://github.com/APIs-guru/openapi-sampler/commits) --- updated-dependencies: - dependency-name: openapi-sampler dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6abc404..7009091 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3164,9 +3164,9 @@ } }, "openapi-sampler": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/openapi-sampler/-/openapi-sampler-1.1.0.tgz", - "integrity": "sha512-/LhZYKNBWphLEpbAG5BdpBZbIbmLgC4vTiTj8N/MV0LF9ptmKOiJ2nETVlacNjXHt7iqDgZDELJCIoZ3q5ZG6A==", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/openapi-sampler/-/openapi-sampler-1.1.1.tgz", + "integrity": "sha512-WAFsl5SPYuhQwaMTDFOcKhnEY1G1rmamrMiPmJdqwfl1lr81g63/befcsN9BNi0w5/R0L+hfcUj13PANEBeLgg==", "requires": { "@types/json-schema": "^7.0.7", "json-pointer": "^0.6.1"