chore: update Redocly config to v0.10.1 (#1692)

This commit is contained in:
Andrew Tatomyr
2024-08-29 12:07:52 +03:00
committed by GitHub
parent 8d3d99045a
commit 77da124e87
3 changed files with 14 additions and 9 deletions

View File

@@ -0,0 +1,5 @@
---
"@redocly/openapi-core": patch
---
Updated @redocly/config to v0.10.1.

16
package-lock.json generated
View File

@@ -3525,9 +3525,9 @@
"link": true
},
"node_modules/@redocly/config": {
"version": "0.10.0",
"resolved": "https://registry.npmjs.org/@redocly/config/-/config-0.10.0.tgz",
"integrity": "sha512-oFP8SL9qmsJ2QxwvOjI/h87hHMKq8G/RUbTSxF9/r4vbllCxzQ8Tla3xfUO/lGVVO6gZsAIsuJGXhaDagd4msg=="
"version": "0.10.1",
"resolved": "https://registry.npmjs.org/@redocly/config/-/config-0.10.1.tgz",
"integrity": "sha512-H3LnKVGzOaxskwJu8pmJYwBOWjP61qOK7TuTrbafqArDVckE06fhA6l0nO4KvBbjLPjy1Al7UnlxOu23V4Nl0w=="
},
"node_modules/@redocly/openapi-core": {
"resolved": "packages/core",
@@ -13814,7 +13814,7 @@
"license": "MIT",
"dependencies": {
"@redocly/ajv": "^8.11.0",
"@redocly/config": "^0.10.0",
"@redocly/config": "^0.10.1",
"colorette": "^1.2.0",
"https-proxy-agent": "^7.0.4",
"js-levenshtein": "^1.1.6",
@@ -16516,15 +16516,15 @@
}
},
"@redocly/config": {
"version": "0.10.0",
"resolved": "https://registry.npmjs.org/@redocly/config/-/config-0.10.0.tgz",
"integrity": "sha512-oFP8SL9qmsJ2QxwvOjI/h87hHMKq8G/RUbTSxF9/r4vbllCxzQ8Tla3xfUO/lGVVO6gZsAIsuJGXhaDagd4msg=="
"version": "0.10.1",
"resolved": "https://registry.npmjs.org/@redocly/config/-/config-0.10.1.tgz",
"integrity": "sha512-H3LnKVGzOaxskwJu8pmJYwBOWjP61qOK7TuTrbafqArDVckE06fhA6l0nO4KvBbjLPjy1Al7UnlxOu23V4Nl0w=="
},
"@redocly/openapi-core": {
"version": "file:packages/core",
"requires": {
"@redocly/ajv": "^8.11.0",
"@redocly/config": "^0.10.0",
"@redocly/config": "^0.10.1",
"@types/js-levenshtein": "^1.1.0",
"@types/js-yaml": "^4.0.3",
"@types/lodash.isequal": "^4.5.5",

View File

@@ -36,7 +36,7 @@
],
"dependencies": {
"@redocly/ajv": "^8.11.0",
"@redocly/config": "^0.10.0",
"@redocly/config": "^0.10.1",
"colorette": "^1.2.0",
"https-proxy-agent": "^7.0.4",
"js-levenshtein": "^1.1.6",