From ab980960e00b638c9131ea47a2ed9befcdb5bbfe Mon Sep 17 00:00:00 2001 From: Romain Lanz Date: Tue, 16 Apr 2024 10:10:12 +0200 Subject: [PATCH] chore: update dependencies --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index e9c551ee..33f52f55 100644 --- a/package.json +++ b/package.json @@ -84,13 +84,13 @@ "@adonisjs/eslint-config": "^1.3.0", "@adonisjs/prettier-config": "^1.3.0", "@adonisjs/tsconfig": "^1.3.0", - "@commitlint/cli": "^19.2.1", - "@commitlint/config-conventional": "^19.1.0", + "@commitlint/cli": "^19.2.2", + "@commitlint/config-conventional": "^19.2.2", "@japa/assert": "^3.0.0", "@japa/expect-type": "^2.0.2", "@japa/file-system": "^2.3.0", - "@japa/runner": "^3.1.2", - "@swc/core": "^1.4.13", + "@japa/runner": "^3.1.4", + "@swc/core": "^1.4.14", "@types/node": "^20.12.7", "@types/pretty-hrtime": "^1.0.3", "@types/sinon": "^17.0.3",