From 40b82b197695153eeaaa4925e3aecac17cbd3e51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 23:51:35 +0000 Subject: [PATCH] Bump ancesdir from 5.0.1 to 6.0.0 Bumps [ancesdir](https://github.com/somewhatabstract/ancesdir) from 5.0.1 to 6.0.0. - [Release notes](https://github.com/somewhatabstract/ancesdir/releases) - [Changelog](https://github.com/somewhatabstract/ancesdir/blob/main/CHANGELOG.md) - [Commits](https://github.com/somewhatabstract/ancesdir/compare/v5.0.1...v6.0.0) --- updated-dependencies: - dependency-name: ancesdir dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/wonder-stuff-i18n/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/wonder-stuff-i18n/package.json b/packages/wonder-stuff-i18n/package.json index a4016d7b..e2d886ee 100644 --- a/packages/wonder-stuff-i18n/package.json +++ b/packages/wonder-stuff-i18n/package.json @@ -20,7 +20,7 @@ "test": "bash -c 'yarn --silent --cwd \"../..\" test ${@:0} $($([[ ${@: -1} = -* ]] || [[ ${@: -1} = bash ]]) && echo $PWD)'" }, "dependencies": { - "ancesdir": "^5.0.1", + "ancesdir": "^6.0.0", "async": "^3.2.4", "fast-glob": "^3.3.0", "pofile": "^1.1.4" diff --git a/yarn.lock b/yarn.lock index cfa25f46..fddd6771 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3203,10 +3203,10 @@ ajv@^6.12.4, ajv@^6.12.6: json-schema-traverse "^0.4.1" uri-js "^4.2.2" -ancesdir@^5.0.1: - version "5.0.1" - resolved "https://registry.yarnpkg.com/ancesdir/-/ancesdir-5.0.1.tgz#8391b486b3518b890652b8889482c186b348be8d" - integrity sha512-s61cXyQspPAwsFvf2UJYAZpLOqTKS12fjUxOebi4ymUCLuSn0f0trGBe+a3bFEH0Yw4zgQDxXkYFsvc6YbQpkw== +ancesdir@^6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/ancesdir/-/ancesdir-6.0.0.tgz#1b39feeb65e7ee23a563fb036e2588383f47ed6b" + integrity sha512-WTgCOi7D15lDHIijVh/NZnC4nRu3Ay2NZ1SkfsRKexj6Cd20zsFDW1kYfHMa42kJvHMO3103aVg7mMFd58uiWA== ansi-align@^3.0.0: version "3.0.1"