From 7fd97df10f6113d46116faef166dabd787638c11 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 21:47:23 +0000 Subject: [PATCH] Update dependency workspace-tools to ^0.41.0 --- ...change-40567dfe-82f5-49e9-96ef-d849e704749a.json | 11 +++++++++++ packages/hasher/package.json | 2 +- yarn.lock | 13 +++++++++++++ 3 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 change/change-40567dfe-82f5-49e9-96ef-d849e704749a.json diff --git a/change/change-40567dfe-82f5-49e9-96ef-d849e704749a.json b/change/change-40567dfe-82f5-49e9-96ef-d849e704749a.json new file mode 100644 index 00000000..8401da28 --- /dev/null +++ b/change/change-40567dfe-82f5-49e9-96ef-d849e704749a.json @@ -0,0 +1,11 @@ +{ + "changes": [ + { + "type": "patch", + "comment": "Update dependency workspace-tools to ^0.41.0", + "packageName": "backfill-hasher", + "email": "email not defined", + "dependentChangeType": "patch" + } + ] +} \ No newline at end of file diff --git a/packages/hasher/package.json b/packages/hasher/package.json index 8e85eb06..a56524fb 100644 --- a/packages/hasher/package.json +++ b/packages/hasher/package.json @@ -20,7 +20,7 @@ "backfill-config": "^6.7.1", "backfill-logger": "^5.4.0", "fs-extra": "^8.1.0", - "workspace-tools": "^0.40.0" + "workspace-tools": "^0.41.0" }, "devDependencies": { "@types/fs-extra": "^9.0.13", diff --git a/yarn.lock b/yarn.lock index 3dd3c12f..e7d6e4b8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5129,6 +5129,19 @@ workspace-tools@^0.40.0: js-yaml "^4.1.0" micromatch "^4.0.0" +workspace-tools@^0.41.0: + version "0.41.0" + resolved "https://registry.yarnpkg.com/workspace-tools/-/workspace-tools-0.41.0.tgz#b9389f7af1ca79bf102ff613ce21bf2d02c4010a" + integrity sha512-iBB6LNqtJpfjTWnyjlgOwdJmf1wBTUsIr1V5phOBCJMywubpYAijDUqhgz7RfrTYdscA4vEFyhjiy4OSAGULcA== + dependencies: + "@yarnpkg/lockfile" "^1.1.0" + fast-glob "^3.3.1" + git-url-parse "^16.0.0" + globby "^11.0.0" + jju "^1.4.0" + js-yaml "^4.1.0" + micromatch "^4.0.0" + "wrap-ansi-cjs@npm:wrap-ansi@^7.0.0": version "7.0.0" resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"