Merge pull request #397 from ZynerOrg/renovate/pin-dependencies

Pin dependencies
This commit is contained in:
Axel Olausson Holtenäs 2022-08-24 15:29:49 +02:00 committed by GitHub
commit 49bf20af24
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,22 +55,22 @@
"winston-daily-rotate-file": "^4.6.1"
},
"devDependencies": {
"@types/chance": "^1.1.3",
"@types/chance": "1.1.3",
"@types/node-schedule": "2.1.0",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.15.0",
"@typescript-eslint/parser": "^5.15.0",
"@types/uuid": "8.3.4",
"@typescript-eslint/eslint-plugin": "5.34.0",
"@typescript-eslint/parser": "5.34.0",
"eslint": "8.22.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-no-loops": "^0.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-no-loops": "0.3.0",
"eslint-plugin-prettier": "4.2.1",
"husky": "8.0.1",
"jest": "28.1.3",
"lint-staged": "13.0.3",
"nodemon": "^2.0.16",
"prettier": "^2.6.0"
"nodemon": "2.0.19",
"prettier": "2.7.1"
},
"lint-staged": {
"*.ts": "eslint --cache --fix"