From efdb0bdc68b47693f0b7ed85559badc326205ee9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Apr 2021 08:49:43 +0000 Subject: [PATCH] build(deps): bump xdg-basedir from 4.0.0 to 5.0.1 Bumps [xdg-basedir](https://github.com/sindresorhus/xdg-basedir) from 4.0.0 to 5.0.1. - [Release notes](https://github.com/sindresorhus/xdg-basedir/releases) - [Commits](https://github.com/sindresorhus/xdg-basedir/compare/v4.0.0...v5.0.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 454e807..f2ac08b 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "get-stdin": "^8.0.0", "minimist": "^1.2.5", "pkg-conf": "^3.1.0", - "xdg-basedir": "^4.0.0" + "xdg-basedir": "^5.0.1" }, "devDependencies": { "cross-spawn": "^7.0.3",