From c91bdbdd89e5bc6112aa43a0f1f21d0650fc9199 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Sep 2024 02:21:04 +0000 Subject: [PATCH] Chore(deps-dev): Bump fast-glob from 3.3.1 to 3.3.2 Bumps [fast-glob](https://github.com/mrmlnc/fast-glob) from 3.3.1 to 3.3.2. - [Release notes](https://github.com/mrmlnc/fast-glob/releases) - [Commits](https://github.com/mrmlnc/fast-glob/compare/3.3.1...3.3.2) --- updated-dependencies: - dependency-name: fast-glob dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 89097724..2e3d0980 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,7 @@ "@nextcloud/webpack-vue-config": "^5.5.1", "@vue/test-utils": "^1.1.3", "async-parallel": "^1.2.3", - "fast-glob": "^3.2.11", + "fast-glob": "^3.3.2", "flickr-sdk": "^6.0.0", "google-img-scrap": "^1.0.6", "vue": "^2.7.14" @@ -8466,9 +8466,9 @@ "peer": true }, "node_modules/fast-glob": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.1.tgz", - "integrity": "sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==", + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz", + "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==", "dev": true, "dependencies": { "@nodelib/fs.stat": "^2.0.2", diff --git a/package.json b/package.json index a618417e..3be9f08c 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "@nextcloud/webpack-vue-config": "^5.5.1", "@vue/test-utils": "^1.1.3", "async-parallel": "^1.2.3", - "fast-glob": "^3.2.11", + "fast-glob": "^3.3.2", "flickr-sdk": "^6.0.0", "google-img-scrap": "^1.0.6", "vue": "^2.7.14"