Skip to content

Commit

Permalink
Update all non-major dependencies (cyrilis#35)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Mar 1, 2022
1 parent 31e5d50 commit d27e496
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@
},
"dependencies": {
"archiver": "^5.3.0",
"axios": "^0.25.0",
"axios": "^0.26.0",
"cheerio": "^1.0.0-rc.10",
"diacritics": "^1.3.0",
"ejs": "^3.1.6",
"entities": "^3.0.1",
"fs-extra": "^10.0.0",
"fs-extra": "^10.0.1",
"mime": "^3.0.0",
"uslug": "^1.0.4"
},
Expand All @@ -49,18 +49,18 @@
"@types/ejs": "^3.1.0",
"@types/fs-extra": "^9.0.13",
"@types/mime": "^2.0.3",
"@types/node": "^16.11.21",
"@types/node": "^16.11.26",
"@types/uslug": "^1.0.1",
"@typescript-eslint/eslint-plugin": "^5.10.0",
"@typescript-eslint/parser": "^5.10.0",
"@typescript-eslint/eslint-plugin": "^5.13.0",
"@typescript-eslint/parser": "^5.13.0",
"ava": "^4.0.1",
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.2.0",
"ts-node": "^10.4.0",
"typescript": "^4.5.4"
"ts-node": "^10.5.0",
"typescript": "^4.6.2"
},
"ava": {
"extensions": [
Expand All @@ -70,5 +70,5 @@
"ts-node/register"
]
},
"packageManager": "yarn@3.1.1"
"packageManager": "yarn@3.2.0"
}

0 comments on commit d27e496

Please sign in to comment.