From 9ee5037f4cbc494bac3c3812b1684e8dcffe77ea Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 7 Jun 2021 17:45:33 +0000 Subject: [PATCH] build(deps-dev): bump json-schema-ref-parser from 7.1.2 to 9.0.8 Bumps [json-schema-ref-parser](https://github.com/APIDevTools/json-schema-ref-parser) from 7.1.2 to 9.0.8. - [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...v9.0.8) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 42 ++++++++++++++++++++++++++++++------------ package.json | 2 +- 2 files changed, 31 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9153c75..be2df34 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4,6 +4,26 @@ "lockfileVersion": 1, "requires": true, "dependencies": { + "@apidevtools/json-schema-ref-parser": { + "version": "9.0.8", + "resolved": "https://registry.npmjs.org/@apidevtools/json-schema-ref-parser/-/json-schema-ref-parser-9.0.8.tgz", + "integrity": "sha512-wC5GKnON4zE6mRWjZXAf5hAxdiTodYcVp1W64oZ8tqfy4sMdGENy38M/IAcgXfnNLC/Jucptl7EPzrTW5Plkhw==", + "dev": true, + "requires": { + "@jsdevtools/ono": "^7.1.3", + "@types/json-schema": "^7.0.6", + "call-me-maybe": "^1.0.1", + "js-yaml": "^3.13.1" + }, + "dependencies": { + "@types/json-schema": { + "version": "7.0.7", + "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.7.tgz", + "integrity": "sha512-cxWFQVseBm6O9Gbw1IWb8r6OS4OhSt3hPZLkFApLjM8TEXROBuQGLAH2i2gZpcXdLBIrpXuTDhH7Vbm1iXmNGA==", + "dev": true + } + } + }, "@babel/code-frame": { "version": "7.5.5", "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.5.5.tgz", @@ -421,6 +441,12 @@ "@types/yargs": "^13.0.0" } }, + "@jsdevtools/ono": { + "version": "7.1.3", + "resolved": "https://registry.npmjs.org/@jsdevtools/ono/-/ono-7.1.3.tgz", + "integrity": "sha512-4JQNk+3mVzK3xh2rqd6RB4J46qUR19azEHBneZyTZM+c456qOrbbM/5xcR8huNCCcbVt7+UmizG6GuUvPvKUYg==", + "dev": true + }, "@material-ui/core": { "version": "4.9.8", "resolved": "https://registry.npmjs.org/@material-ui/core/-/core-4.9.8.tgz", @@ -6014,14 +6040,12 @@ "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": "9.0.8", + "resolved": "https://registry.npmjs.org/json-schema-ref-parser/-/json-schema-ref-parser-9.0.8.tgz", + "integrity": "sha512-Tf4tV6USN/yVfePM+YeDb8DGeCrEiiF3Pt5F5pmxfW28N2s5yd2LJT68Ject2YEmbsEnBPcadGo/jcWE1flltw==", "dev": true, "requires": { - "call-me-maybe": "^1.0.1", - "js-yaml": "^3.13.1", - "ono": "^5.1.0" + "@apidevtools/json-schema-ref-parser": "9.0.8" } }, "json-schema-traverse": { @@ -10511,12 +10535,6 @@ "mimic-fn": "^2.1.0" } }, - "ono": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/ono/-/ono-5.1.0.tgz", - "integrity": "sha512-GgqRIUWErLX4l9Up0khRtbrlH8Fyj59A0nKv8V6pWEto38aUgnOGOOF7UmgFFLzFnDSc8REzaTXOc0hqEe7yIw==", - "dev": true - }, "optionator": { "version": "0.8.3", "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.3.tgz", diff --git a/package.json b/package.json index 7411a2b..21ced5b 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "@types/react": "^16.9.2", "@types/react-dom": "^16.8.3", "jest": "^24.5.0", - "json-schema-ref-parser": "^7.0.1", + "json-schema-ref-parser": "^9.0.8", "ts-jest": "^24.0.0", "tslint": "^5.14.0", "typescript": "^3.9.7"