Pin dependency prettier to 2.6.1 (#2)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2022-03-31 14:05:11 +03:00 committed by GitHub
parent 5e87589c41
commit 91ea45cd92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

5
package-lock.json generated
View File

@ -13,8 +13,11 @@
"sade": "^1.8.1",
"shelljs": "^0.8.5"
},
"bin": {
"vality-openapi": "lib/bin.js"
},
"devDependencies": {
"prettier": "^2.6.1"
"prettier": "2.6.1"
}
},
"node_modules/@nestjs/common": {

View File

@ -16,7 +16,7 @@
"author": "Vality",
"license": "Apache-2.0",
"devDependencies": {
"prettier": "^2.6.1"
"prettier": "2.6.1"
},
"dependencies": {
"@openapitools/openapi-generator-cli": "^2.4.26",