diff --git a/package.json b/package.json index 3c75424..00f305a 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "test.watch": "yarn test --watch" }, "dependencies": { - "@stoplight/types": "^10.0.1", + "@stoplight/types": "^11.0.0", "@types/js-yaml": "3.12.1", "lodash": "^4.17.15", "yaml-ast-parser": "~0.0.43" diff --git a/yarn.lock b/yarn.lock index 15ca1b5..a39893a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1575,10 +1575,10 @@ typedoc "0.13.x" typescript-plugin-styled-components "1.0.x" -"@stoplight/types@^10.0.1": - version "10.0.1" - resolved "https://registry.yarnpkg.com/@stoplight/types/-/types-10.0.1.tgz#aad7ddf667fc4a86b71b4813a22285e959300595" - integrity sha512-NC/LV+p9UQL18RfiKuTmPnuyA/ZqRFpYaQYGU0Z60/snluiRDDBIsq3FPjPwQQFYn0L5lqbNMiRcPs0yUZ2wNA== +"@stoplight/types@^11.0.0": + version "11.0.0" + resolved "https://registry.yarnpkg.com/@stoplight/types/-/types-11.0.0.tgz#fd234cfcb1a1cee28ef9642735d9206e009a8fa6" + integrity sha512-Tt8doUE2E5HACigjBHyBpMHS+Td+9tBmGvf4giDH9jK7mS6Q7dyLOeE2QSKyMrslmzd1mRuKBvPhS18g9EEjog== dependencies: "@types/json-schema" "^7.0.3"