From 1fed2022ad49cbbac947068f2c4ab4ce2a865d18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Feb 2022 09:15:06 +0000 Subject: [PATCH] build(deps): bump openapi-sampler from 1.1.0 to 1.2.0 Bumps [openapi-sampler](https://github.com/APIs-guru/openapi-sampler) from 1.1.0 to 1.2.0. - [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-minor ... 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..a2e6b61 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.2.0", + "resolved": "https://registry.npmjs.org/openapi-sampler/-/openapi-sampler-1.2.0.tgz", + "integrity": "sha512-Y0tFg2iH7NWnNHYnesxhMfkXc7wWXyJXYMUTTxkGkfpl0U9u/ZOf6BxrdEXBD4sgs9uMlVWsbWLDLesVmSUU7Q==", "requires": { "@types/json-schema": "^7.0.7", "json-pointer": "^0.6.1"