From 80a315f314b1caac15763094b0a25ea1394e9b89 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 7 Jun 2024 03:02:34 +0000 Subject: [PATCH] Update package.json + .nvmrc deps --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 89a1c0f..0cf83c4 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "description": "Listen on UDP 8125 for DogStatsD-formatted metrics. Translate those to StatsD format. Send to 8135.", "devDependencies": { - "eslint": "8.57.0", + "eslint": "9.4.0", "eslint-config-airbnb": "19.0.4", "eslint-plugin-import": "2.29.1", "eslint-plugin-jsx-a11y": "6.8.0", "eslint-plugin-react": "7.34.2", "markdownlint-cli": "0.41.0", - "prettier": "2.8.8", + "prettier": "3.3.1", "yaml-lint": "1.7.0" }, "engines": {