From 958a2dc941a86c082ea9fb8a3526650e5ba9632c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Jun 2021 18:54:31 +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.14 to 1.6.18. - [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.14...1.6.18) --- 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 0946502..051cfc0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -957,9 +957,9 @@ "integrity": "sha512-BYY7IavBjwsWWSmVcMz2A9mKiDD9RvacnsItgmy1xV8cmgbtxFfKmKMtkVpD7pYtkx4mIW4800yZBXueVFIWPw==" }, "@json-schema-tools/meta-schema": { - "version": "1.6.14", - "resolved": "https://registry.npmjs.org/@json-schema-tools/meta-schema/-/meta-schema-1.6.14.tgz", - "integrity": "sha512-JRVnDN7xieietcDjkhcIwH3b5S749Yf3fyyc5eIE1uoBlibI9uOkfMCg/ZfjWSwTK1ehd0y9duZCas6FT9ARjg==", + "version": "1.6.18", + "resolved": "https://registry.npmjs.org/@json-schema-tools/meta-schema/-/meta-schema-1.6.18.tgz", + "integrity": "sha512-x9UvOPrn6eEVw9h9KmhEdJurkuRZG/W1YwAqjF0hmIKsDy7nlc6cqBpZoIOADaiXF4SjAK6xV7cqlqVTBwVN9Q==", "dev": true }, "@types/babel__core": {