From 2905a86b4cb796b84e663ffdd87d2d49d502d136 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 12:00:24 +0000 Subject: [PATCH] chore: bump xdg-basedir from 4.0.0 to 5.1.0 Bumps [xdg-basedir](https://github.com/sindresorhus/xdg-basedir) from 4.0.0 to 5.1.0. - [Release notes](https://github.com/sindresorhus/xdg-basedir/releases) - [Commits](https://github.com/sindresorhus/xdg-basedir/compare/v4.0.0...v5.1.0) --- updated-dependencies: - dependency-name: xdg-basedir dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 4788dafb6b2b..b7c935589fd5 100644 --- a/package.json +++ b/package.json @@ -107,7 +107,7 @@ "semver": "^7.1.3", "split2": "^4.0.0", "ws": "^8.0.0", - "xdg-basedir": "^4.0.0" + "xdg-basedir": "^5.1.0" }, "bin": { "code-server": "out/node/entry.js" diff --git a/yarn.lock b/yarn.lock index 0c4b56f259b1..2b9791f97a7e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3854,10 +3854,10 @@ ws@^8.0.0: resolved "https://registry.yarnpkg.com/ws/-/ws-8.13.0.tgz#9a9fb92f93cf41512a0735c8f4dd09b8a1211cd0" integrity sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA== -xdg-basedir@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/xdg-basedir/-/xdg-basedir-4.0.0.tgz#4bc8d9984403696225ef83a1573cbbcb4e79db13" - integrity sha512-PSNhEJDejZYV7h50BohL09Er9VaIefr2LMAf3OEmpCkjOi34eYyQYAXUTjEQtZJTKcF0E2UKTh+osDLsgNim9Q== +xdg-basedir@^5.1.0: + version "5.1.0" + resolved "https://registry.yarnpkg.com/xdg-basedir/-/xdg-basedir-5.1.0.tgz#1efba19425e73be1bc6f2a6ceb52a3d2c884c0c9" + integrity sha512-GCPAHLvrIH13+c0SuacwvRYj2SxJXQ4kaVTT5xgL3kPrz56XxkF21IGhjSE1+W0aw7gpBWRGXLCPnPby6lSpmQ== xregexp@2.0.0: version "2.0.0"