Skip to content

Commit

Permalink
Bump @openapitools/openapi-generator-cli (#665)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jul 31, 2023
1 parent 49b735e commit 76acc0d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
]
},
"devDependencies": {
"@openapitools/openapi-generator-cli": "^2.6.0",
"@openapitools/openapi-generator-cli": "^2.7.0",
"@types/react-router": "^5.1.20",
"cypress": "^12.17.1",
"cypress-localstorage-commands": "^2.2.3",
Expand Down
18 changes: 9 additions & 9 deletions {{cookiecutter.project_slug}}/frontend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2398,10 +2398,10 @@
prop-types "^15.8.1"
react-is "^17.0.2"

"@nestjs/axios@0.0.8":
version "0.0.8"
resolved "https://registry.yarnpkg.com/@nestjs/axios/-/axios-0.0.8.tgz#4e321e36b6bc3ab0f02d80bafe04ae39edfdcacf"
integrity sha512-oJyfR9/h9tVk776il0829xyj3b2e81yTu6HjPraxynwNtMNGqZBHHmAQL24yMB3tVbBM0RvG3eUXH8+pRCGwlg==
"@nestjs/axios@0.1.0":
version "0.1.0"
resolved "https://registry.yarnpkg.com/@nestjs/axios/-/axios-0.1.0.tgz#6cf93df11ef93b598b3c7411adb980eedd13b3e3"
integrity sha512-b2TT2X6BFbnNoeteiaxCIiHaFcSbVW+S5yygYqiIq5i6H77yIU3IVuLdpQkHq8/EqOWFwMopLN8jdkUT71Am9w==
dependencies:
axios "0.27.2"

Expand Down Expand Up @@ -2456,12 +2456,12 @@
consola "^2.15.0"
node-fetch "^2.6.1"

"@openapitools/openapi-generator-cli@^2.6.0":
version "2.6.0"
resolved "https://registry.yarnpkg.com/@openapitools/openapi-generator-cli/-/openapi-generator-cli-2.6.0.tgz#5e4afad66394b4ab907847c454066ac37608644c"
integrity sha512-M/aOpR7G+Y1nMf+ofuar8pGszajgfhs1aSPSijkcr2tHTxKAI3sA3YYcOGbszxaNRKFyvOcDq+KP9pcJvKoCHg==
"@openapitools/openapi-generator-cli@^2.7.0":
version "2.7.0"
resolved "https://registry.yarnpkg.com/@openapitools/openapi-generator-cli/-/openapi-generator-cli-2.7.0.tgz#5e8001a01b088bbb65ee7aa85cb73cdf88a0363e"
integrity sha512-ieEpHTA/KsDz7ANw03lLPYyjdedDEXYEyYoGBRWdduqXWSX65CJtttjqa8ZaB1mNmIjMtchUHwAYQmTLVQ8HYg==
dependencies:
"@nestjs/axios" "0.0.8"
"@nestjs/axios" "0.1.0"
"@nestjs/common" "9.3.11"
"@nestjs/core" "9.3.11"
"@nuxtjs/opencollective" "0.3.2"
Expand Down

0 comments on commit 76acc0d

Please sign in to comment.