From 18a1d43e2943da92a93b4ee992ae2fddb1cbcdd4 Mon Sep 17 00:00:00 2001 From: Mustafa Balila Date: Wed, 24 Apr 2024 21:35:26 +0200 Subject: [PATCH] Updated dependencies to the latest version --- package.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index aeb0fb3..bce4e38 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "pino-elasticsearch": "./cli.js" }, "scripts": { - "test": "standard && tsd && tap test/*.test.js -j 1 --no-coverage --timeout 120" + "test": "standard && tsd && tap test/*.test.js -j 1 --disable-coverage --timeout 120" }, "pre-commit": "test", "keywords": [ @@ -23,20 +23,20 @@ "author": "Matteo Collina ", "license": "MIT", "devDependencies": { - "@elastic/ecs-pino-format": "^1.1.1", - "@types/node": "^20.5.0", - "pino": "^8.4.0", + "@elastic/ecs-pino-format": "^1.5.0", + "@types/node": "^20.12.7", + "pino": "^9.0.0", "pre-commit": "^1.2.2", "proxyquire": "^2.1.3", - "standard": "^17.0.0", - "tap": "^16.0.0", + "standard": "^17.1.0", + "tap": "^18.7.2", "tsd": "^0.31.0" }, "dependencies": { - "@elastic/elasticsearch": "^8.0.0", - "minimist": "^1.2.5", + "@elastic/elasticsearch": "^8.13.1", + "minimist": "^1.2.8", "pump": "^3.0.0", - "split2": "^4.0.0" + "split2": "^4.2.0" }, "repository": { "type": "git",