From cb94636698ed5906c3bbc6bdf33b55ffa40b26ea Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2020 02:10:35 +0000 Subject: [PATCH] build(deps-dev): bump json-schema-ref-parser from 7.1.2 to 7.1.3 Bumps [json-schema-ref-parser](https://github.com/APIDevTools/json-schema-ref-parser) from 7.1.2 to 7.1.3. - [Release notes](https://github.com/APIDevTools/json-schema-ref-parser/releases) - [Changelog](https://github.com/APIDevTools/json-schema-ref-parser/blob/master/CHANGELOG.md) - [Commits](https://github.com/APIDevTools/json-schema-ref-parser/compare/v7.1.2...v7.1.3) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0c8c7c0..dacef97 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3550,14 +3550,14 @@ "integrity": "sha512-gWJOWYFrhQ8j7pVm0EM8Slr+EPVq1Phf6lvzvD/WCeqkrx/f2xBI0xOsRRS9xCn3I4vKtP519dvs3TP09r24wQ==" }, "json-schema-ref-parser": { - "version": "7.1.2", - "resolved": "https://registry.npmjs.org/json-schema-ref-parser/-/json-schema-ref-parser-7.1.2.tgz", - "integrity": "sha512-bi2Nns2UqdX7wThX5qSHd+lOxlu9oeJvlCnWGuR3qS4Ex4UZtuwygkyq/43J31GuNGX8xBHeV6zjQztYk/G5VA==", + "version": "7.1.3", + "resolved": "https://registry.npmjs.org/json-schema-ref-parser/-/json-schema-ref-parser-7.1.3.tgz", + "integrity": "sha512-/Lmyl0PW27dOmCO03PI339+1gs4Z2PlqIyUgzIOtoRp08zkkMCB30TRbdppbPO7WWzZX0uT98HqkDiZSujkmbA==", "dev": true, "requires": { "call-me-maybe": "^1.0.1", "js-yaml": "^3.13.1", - "ono": "^5.1.0" + "ono": "^6.0.0" } }, "json-schema-traverse": { @@ -4147,9 +4147,9 @@ } }, "ono": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/ono/-/ono-5.1.0.tgz", - "integrity": "sha512-GgqRIUWErLX4l9Up0khRtbrlH8Fyj59A0nKv8V6pWEto38aUgnOGOOF7UmgFFLzFnDSc8REzaTXOc0hqEe7yIw==", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/ono/-/ono-6.0.1.tgz", + "integrity": "sha512-5rdYW/106kHqLeG22GE2MHKq+FlsxMERZev9DCzQX1zwkxnFwBivSn5i17a5O/rDmOJOdf4Wyt80UZljzx9+DA==", "dev": true }, "optimist": {