From 794a8e82f04e1c510bd1f1d9832571f89e429d58 Mon Sep 17 00:00:00 2001 From: Joshua Date: Sun, 19 Nov 2023 20:45:03 +0100 Subject: [PATCH] Update `find-workspaces` --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 45181fd..13bd275 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.9.0", "license": "MIT", "dependencies": { - "find-workspaces": "^0.2.0" + "find-workspaces": "0.3.0-beta.1" }, "devDependencies": { "@babel/eslint-parser": "^7.23.3", @@ -1742,13 +1742,13 @@ } }, "node_modules/find-workspaces": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/find-workspaces/-/find-workspaces-0.2.0.tgz", - "integrity": "sha512-OTHryv88yjzwvbXHGi0+XRFu7Jqe5pFuIR2mhqdatDJQOBJd7MFJOPFJv4EbNo8n1BNM/13Y2KcyDpFQYf0ETw==", + "version": "0.3.0-beta.1", + "resolved": "https://registry.npmjs.org/find-workspaces/-/find-workspaces-0.3.0-beta.1.tgz", + "integrity": "sha512-+UBznv0b9r3atySFVYQQmoOfnCrC5rjdl17HmQxr2uybEbL/W9T+yc2P2uUSQULfqILhYXapAPUApCUcN3jQHw==", "dependencies": { - "fast-glob": "^3.2.12", + "fast-glob": "^3.3.2", "pkg-types": "^1.0.3", - "yaml": "^2.3.1" + "yaml": "^2.3.4" } }, "node_modules/flat": { diff --git a/package.json b/package.json index f6c8d5d..9d22da3 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "test": "nyc -r=lcov -r=text mocha tests --recursive --file tests/setup.js" }, "dependencies": { - "find-workspaces": "^0.2.0" + "find-workspaces": "0.3.0-beta.1" }, "devDependencies": { "@babel/eslint-parser": "^7.23.3",