From 79ee8657e9cade91f602172217766159c5af5e68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20De=20Boey?= Date: Sat, 10 Apr 2021 01:38:08 +0200 Subject: [PATCH] chore: update dependencies --- .github/dependabot.yml | 12 ++++++++---- package.json | 22 +++++++++++----------- 2 files changed, 19 insertions(+), 15 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c54be545..bb85b6f9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,7 +1,11 @@ version: 2 updates: - # Set update schedule for GitHub Actions - - package-ecosystem: 'github-actions' - directory: '/' + - package-ecosystem: github-actions + directory: / schedule: - interval: 'daily' + interval: daily + + - package-ecosystem: npm + directory: / + schedule: + interval: daily diff --git a/package.json b/package.json index dfae46ea..ea028b21 100644 --- a/package.json +++ b/package.json @@ -36,32 +36,32 @@ "semantic-release": "semantic-release" }, "dependencies": { - "@typescript-eslint/experimental-utils": "^4.18.0" + "@typescript-eslint/experimental-utils": "^4.21.0" }, "devDependencies": { - "@commitlint/cli": "^12.0.1", - "@commitlint/config-conventional": "^12.0.1", - "@types/jest": "^26.0.20", - "@typescript-eslint/eslint-plugin": "^4.18.0", - "@typescript-eslint/parser": "^4.18.0", + "@commitlint/cli": "^12.1.1", + "@commitlint/config-conventional": "^12.1.1", + "@types/jest": "^26.0.22", + "@typescript-eslint/eslint-plugin": "^4.21.0", + "@typescript-eslint/parser": "^4.21.0", "cpy-cli": "^3.1.1", - "eslint": "^7.22.0", + "eslint": "^7.24.0", "eslint-config-prettier": "^8.1.0", "eslint-config-standard": "^16.0.2", "eslint-plugin-import": "^2.22.1", - "eslint-plugin-jest": "^24.3.1", + "eslint-plugin-jest": "^24.3.4", "eslint-plugin-jest-formatting": "^2.0.1", "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettier": "^3.3.1", - "eslint-plugin-promise": "^4.3.1", + "eslint-plugin-promise": "^5.1.0", "husky": "^4.3.8", "jest": "^26.6.3", "jest-environment-jsdom": "^25.5.0", "lint-staged": "^10.5.4", "prettier": "2.2.1", "semantic-release": "^17.4.2", - "ts-jest": "^26.5.3", - "typescript": "^4.2.3" + "ts-jest": "^26.5.4", + "typescript": "^4.2.4" }, "peerDependencies": { "eslint": "^7.5.0"