Skip to content

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
homer0 committed Sep 6, 2021
1 parent 9f8e4b7 commit b8460a1
Show file tree
Hide file tree
Showing 2 changed files with 1,910 additions and 2,469 deletions.
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,41 +7,41 @@
"author": "Leonardo Apiwan (@homer0) <me@homer0.com>",
"license": "MIT",
"dependencies": {
"wootils": "^5.0.0",
"wootils": "^5.0.1",
"jimple": "^1.5.0",
"express": "^4.17.1",
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"node-fetch": "^2.6.1",
"urijs": "^1.19.6",
"urijs": "^1.19.7",
"statuses": "^2.0.1",
"fs-extra": "^9.1.0",
"multer": "^1.4.2",
"fs-extra": "^10.0.0",
"multer": "^1.4.3",
"mime": "^2.5.2",
"spdy": "^4.0.2"
},
"devDependencies": {
"@commitlint/cli": "^12.1.1",
"@commitlint/config-conventional": "^12.1.1",
"@homer0/eslint-plugin": "^7.0.0",
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
"@homer0/eslint-plugin": "^8.0.1",
"@homer0/prettier-config": "^1.1.1",
"@homer0/prettier-plugin-jsdoc": "^4.0.0",
"@homer0/prettier-plugin-jsdoc": "^4.0.5",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
"@types/express": "^4.17.11",
"@types/node": "^14.14.37",
"@types/spdy": "^3.4.4",
"eslint": "^7.24.0",
"@semantic-release/git": "^9.0.1",
"@types/express": "^4.17.13",
"@types/node": "^16.7.10",
"@types/spdy": "^3.4.5",
"eslint": "^7.32.0",
"is-ci": "^3.0.0",
"jest": "^26.6.3",
"jsdoc": "^3.6.6",
"jsdoc-ts-utils": "^2.0.0",
"jest": "^27.1.0",
"jsdoc": "^3.6.7",
"jsdoc-ts-utils": "^2.0.1",
"docdash": "homer0/docdash#semver:^2.1.0",
"leasot": "^12.0.0",
"lint-staged": "^10.5.4",
"husky": "^6.0.0",
"semantic-release": "^17.4.2",
"typescript": "^4.2.4",
"lint-staged": "^11.1.2",
"husky": "^7.0.2",
"semantic-release": "^17.4.7",
"typescript": "^4.4.2",
"yarn-or-npm": "^3.0.1"
},
"engine-strict": true,
Expand Down
Loading

0 comments on commit b8460a1

Please sign in to comment.