From 2389eea3ef052adc75ab912850658aea2906ae1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jan 2022 06:06:56 +0000 Subject: [PATCH] chore(deps-dev): bump fast-glob from 3.2.10 to 3.2.11 Bumps [fast-glob](https://github.com/mrmlnc/fast-glob) from 3.2.10 to 3.2.11. - [Release notes](https://github.com/mrmlnc/fast-glob/releases) - [Commits](https://github.com/mrmlnc/fast-glob/compare/3.2.10...3.2.11) --- updated-dependencies: - dependency-name: fast-glob dependency-type: direct:development update-type: version-update:semver-patch ... 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 3c3d96f1..26b37a0e 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ "clinic": "11.0.0", "dts-cli": "1.1.5", "eslint-plugin-prettier": "4.0.0", - "fast-glob": "3.2.10", + "fast-glob": "3.2.11", "fs-extra": "10.0.0", "husky": "7.0.4", "nock": "13.2.1", diff --git a/yarn.lock b/yarn.lock index 544b0e02..acd5288f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5164,10 +5164,10 @@ fast-diff@^1.1.2: resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.2.0.tgz#73ee11982d86caaf7959828d519cfe927fac5f03" integrity sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w== -fast-glob@3.2.10, fast-glob@^3.0.3, fast-glob@^3.1.1, fast-glob@^3.2.7: - version "3.2.10" - resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.10.tgz#2734f83baa7f43b7fd41e13bc34438f4ffe284ee" - integrity sha512-s9nFhFnvR63wls6/kM88kQqDhMu0AfdjqouE2l5GVQPbqLgyFjjU5ry/r2yKsJxpb9Py1EYNqieFrmMaX4v++A== +fast-glob@3.2.11, fast-glob@^3.0.3, fast-glob@^3.1.1, fast-glob@^3.2.7: + version "3.2.11" + resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.11.tgz#a1172ad95ceb8a16e20caa5c5e56480e5129c1d9" + integrity sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew== dependencies: "@nodelib/fs.stat" "^2.0.2" "@nodelib/fs.walk" "^1.2.3"