Skip to content

Commit

Permalink
Bump @redocly/cli from 1.4.1 to 1.5.0 (#193)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 4, 2023
1 parent 28ead91 commit 33974ae
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"dependencies": {},
"devDependencies": {
"@redocly/cli": "1.4.1",
"@redocly/cli": "1.5.0",
"@types/node": "^20.3.0",
"eslint-plugin-zod-openapi": "^0.1.0",
"openapi3-ts": "4.1.2",
Expand Down
28 changes: 14 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2391,12 +2391,12 @@
require-from-string "^2.0.2"
uri-js "^4.2.2"

"@redocly/cli@1.4.1":
version "1.4.1"
resolved "https://registry.yarnpkg.com/@redocly/cli/-/cli-1.4.1.tgz#6ca3a02a272d0fa33b687ec0a964bca5d4c4c3c7"
integrity sha512-c0v8SYyqC1QvImJrGhw6+wIPXn10Zhp1sUGmvXIIXZQzS7fL15+qBH4f19nh3ChpSdO4x0EdBFvvTovrupV4sQ==
"@redocly/cli@1.5.0":
version "1.5.0"
resolved "https://registry.yarnpkg.com/@redocly/cli/-/cli-1.5.0.tgz#60a13abe62303eb0e52980069643f1c2d661698b"
integrity sha512-2E6yhYIs/dj6pFM9ahzuyI4AzFOjmOK1dkwYCtTWT1w5kROlW4HVVgHrxnOIUupRDTD5TdScWSH28n2U1VivWQ==
dependencies:
"@redocly/openapi-core" "1.4.1"
"@redocly/openapi-core" "1.5.0"
chokidar "^3.5.1"
colorette "^1.2.0"
core-js "^3.32.1"
Expand All @@ -2407,16 +2407,16 @@
node-fetch "^2.6.1"
react "^17.0.0 || ^18.2.0"
react-dom "^17.0.0 || ^18.2.0"
redoc "~2.1.2"
redoc "~2.1.3"
semver "^7.5.2"
simple-websocket "^9.0.0"
styled-components "^6.0.7"
yargs "17.0.1"

"@redocly/openapi-core@1.4.1", "@redocly/openapi-core@^1.0.0-rc.2":
version "1.4.1"
resolved "https://registry.yarnpkg.com/@redocly/openapi-core/-/openapi-core-1.4.1.tgz#0620a5e204159626a1d99b88f758e23ef0cb5740"
integrity sha512-oAhnG8MKocM9LuP++NGFxdniNKWSLA7hzHPQoOK92LIP/DdvXx8pEeZ68UTNxIXhKonoUcO6s86I3L0zj143zg==
"@redocly/openapi-core@1.5.0", "@redocly/openapi-core@^1.0.0-rc.2":
version "1.5.0"
resolved "https://registry.yarnpkg.com/@redocly/openapi-core/-/openapi-core-1.5.0.tgz#aacdb9030a041a53e38c9b5c51b1caa25ab7957b"
integrity sha512-AnDLoDl1+a7mZO4+lx0KG8zH04BQx4ez6yh403PuNl9/0ygbicPPc9QG/y0/0OImChOA+knKLpJazNFjzhOAeg==
dependencies:
"@redocly/ajv" "^8.11.0"
"@types/node" "^14.11.8"
Expand Down Expand Up @@ -8236,10 +8236,10 @@ redeyed@~2.1.0:
dependencies:
esprima "~4.0.0"

redoc@~2.1.2:
version "2.1.2"
resolved "https://registry.yarnpkg.com/redoc/-/redoc-2.1.2.tgz#d7d270caa3726d0e3e84365f7aa457c11fd81984"
integrity sha512-pTu+aTdyJAMPVnOBYMesEjvRnh51BKE7bFLDIM6DiUSigli+3LfandSEp2FaaGnoqyvvC9axg/dvKQP16s02ww==
redoc@~2.1.3:
version "2.1.3"
resolved "https://registry.yarnpkg.com/redoc/-/redoc-2.1.3.tgz#612c9fed744993d5fc99cbf39fe9056bd1034fa5"
integrity sha512-d7F9qLLxaiFW4GC03VkwlX9wuRIpx9aiIIf3o6mzMnqPfhxrn2IRKGndrkJeVdItgCfmg9jXZiFEowm60f1meQ==
dependencies:
"@redocly/openapi-core" "^1.0.0-rc.2"
classnames "^2.3.1"
Expand Down

0 comments on commit 33974ae

Please sign in to comment.