From 8a7d822336ab42b4816b5964bc2804dac614f931 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Jun 2021 21:35:07 +0000 Subject: [PATCH] chore(deps-dev): bump @json-schema-tools/meta-schema Bumps [@json-schema-tools/meta-schema](https://github.com/json-schema-tools/meta-schema) from 1.6.10 to 1.6.14. - [Release notes](https://github.com/json-schema-tools/meta-schema/releases) - [Changelog](https://github.com/json-schema-tools/meta-schema/blob/master/CHANGELOG.md) - [Commits](https://github.com/json-schema-tools/meta-schema/compare/1.6.10...1.6.14) --- updated-dependencies: - dependency-name: "@json-schema-tools/meta-schema" dependency-type: direct:development 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 c370a54..d5e36ca 100644 --- a/package-lock.json +++ b/package-lock.json @@ -957,9 +957,9 @@ "integrity": "sha512-BYY7IavBjwsWWSmVcMz2A9mKiDD9RvacnsItgmy1xV8cmgbtxFfKmKMtkVpD7pYtkx4mIW4800yZBXueVFIWPw==" }, "@json-schema-tools/meta-schema": { - "version": "1.6.10", - "resolved": "https://registry.npmjs.org/@json-schema-tools/meta-schema/-/meta-schema-1.6.10.tgz", - "integrity": "sha512-oPTe6sIwn6y/a3X6SQc+jlbCQ/+H0Q7qGomPtq0N5EPCQ6bKwZo22U2zqGyj8ENvycP0voaRtw9b7zWQBbJEGA==", + "version": "1.6.14", + "resolved": "https://registry.npmjs.org/@json-schema-tools/meta-schema/-/meta-schema-1.6.14.tgz", + "integrity": "sha512-JRVnDN7xieietcDjkhcIwH3b5S749Yf3fyyc5eIE1uoBlibI9uOkfMCg/ZfjWSwTK1ehd0y9duZCas6FT9ARjg==", "dev": true }, "@types/babel__core": {