diff --git a/package-lock.json b/package-lock.json index 49034f0..62ba24a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4,6 +4,17 @@ "lockfileVersion": 1, "requires": true, "dependencies": { + "@apidevtools/json-schema-ref-parser": { + "version": "9.0.3", + "resolved": "https://registry.npmjs.org/@apidevtools/json-schema-ref-parser/-/json-schema-ref-parser-9.0.3.tgz", + "integrity": "sha512-SWaTn0CZ7iUUbe2WuqIUkoXhTcMYyavL5vKqp61ehOi8XWl52MSdo80+RytnC10VjpKmHJlRzhgLc6QopKOehg==", + "dev": true, + "requires": { + "@jsdevtools/ono": "^7.1.2", + "call-me-maybe": "^1.0.1", + "js-yaml": "^3.13.1" + } + }, "@babel/code-frame": { "version": "7.5.5", "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.5.5.tgz", @@ -395,6 +406,12 @@ "@types/yargs": "^13.0.0" } }, + "@jsdevtools/ono": { + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/@jsdevtools/ono/-/ono-7.1.2.tgz", + "integrity": "sha512-qS/a24RA5FEoiJS9wiv6Pwg2c/kiUo3IVUQcfeM9JvsR6pM8Yx+yl/6xWYLckZCT5jpLNhslgjiA8p/XcGyMRQ==", + "dev": true + }, "@material-ui/core": { "version": "4.9.8", "resolved": "https://registry.npmjs.org/@material-ui/core/-/core-4.9.8.tgz", @@ -5463,14 +5480,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.3", + "resolved": "https://registry.npmjs.org/json-schema-ref-parser/-/json-schema-ref-parser-9.0.3.tgz", + "integrity": "sha512-0lU+iAXh31kbxQda663QfxR018YoFoaF7XqCgDTKXPrw6fpBx6Bcy8ykm+B/N0hVpmHzBjgkIZNZ0TW1q/aIeg==", "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.3" } }, "json-schema-traverse": { @@ -9460,12 +9475,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 0595d98..c9d7d00 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,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.3", "ts-jest": "^24.0.0", "tslint": "^5.14.0", "typescript": "^3.3.4000"