From 6e8c76354793248fa57d480834d47bc064ea27d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20P=C3=B6hls?= Date: Sat, 26 Nov 2022 06:39:59 +0100 Subject: [PATCH] bump deps --- CHANGELOG.md | 3 +++ package.json | 8 ++++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 43afd2f..323d524 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ ### Added - exit early in case of Docker issues (e.g., unavailable MongoDB version) +### Updated +- bump dependencies + ## [1.8.0](https://github.com/superchargejs/mongodb-github-action/compare/v1.7.0...v1.8.0) - 2022-08-26 diff --git a/package.json b/package.json index 394904f..1b4bc7c 100644 --- a/package.json +++ b/package.json @@ -7,11 +7,11 @@ "url": "https://github.com/supercharge/mongodb-github-action/issues" }, "devDependencies": { - "@supercharge/eslint-config": "~1.1.0", + "@supercharge/eslint-config": "~1.1.2", "c8": "~7.12.0", - "eslint": "~8.22.0", - "expect": "~28.1.3", - "mongoose": "~6.5.2", + "eslint": "~8.28.0", + "expect": "~29.3.1", + "mongoose": "~6.7.3", "uvu": "~0.5.6" }, "engines": {