From 4f795fe0cb8db8491876f39c5c5d382891b26f6d Mon Sep 17 00:00:00 2001 From: Jannis R Date: Mon, 11 Mar 2024 15:50:43 +0100 Subject: [PATCH] axios@1 The previous `~1.1` range was to work around https://github.com/axios/axios/issues/5298. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 738b397..0729b27 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ }, "devDependencies": { "@derhuerst/technical-docs-cli": "^1.5.0", - "axios": "~1.1", + "axios": "^1.6.7", "eslint": "^8.28.0", "get-port": "^6.1.2", "ndjson": "^2.0.0",