From 2c70afe1807cd24b09280b5cf6fc44f711d0ca9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Jun 2021 03:03:06 +0000 Subject: [PATCH] deps: bump globby from 11.0.2 to 11.0.4 Bumps [globby](https://github.com/sindresorhus/globby) from 11.0.2 to 11.0.4. - [Release notes](https://github.com/sindresorhus/globby/releases) - [Commits](https://github.com/sindresorhus/globby/compare/v11.0.2...v11.0.4) --- updated-dependencies: - dependency-name: globby dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 17 ++++++++++------- package.json | 2 +- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 43c53ab..dadacea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "del": "^6.0.0", "eslint": "^7.22.0", "eslint-plugin-node": "^11.1.0", - "globby": "^11.0.2", + "globby": "^11.0.4", "mocha": "^8.3.2", "nyc": "^15.1.0", "semantic-release": "^17.4.2", @@ -2412,9 +2412,9 @@ } }, "node_modules/globby": { - "version": "11.0.2", - "resolved": "https://registry.npmjs.org/globby/-/globby-11.0.2.tgz", - "integrity": "sha512-2ZThXDvvV8fYFRVIxnrMQBipZQDr7MxKAmQK1vujaj9/7eF0efG7BPUKJ7jP7G5SLF37xKDXvO4S/KKLj/Z0og==", + "version": "11.0.4", + "resolved": "https://registry.npmjs.org/globby/-/globby-11.0.4.tgz", + "integrity": "sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==", "dependencies": { "array-union": "^2.1.0", "dir-glob": "^3.0.1", @@ -2425,6 +2425,9 @@ }, "engines": { "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/graceful-fs": { @@ -11885,9 +11888,9 @@ } }, "globby": { - "version": "11.0.2", - "resolved": "https://registry.npmjs.org/globby/-/globby-11.0.2.tgz", - "integrity": "sha512-2ZThXDvvV8fYFRVIxnrMQBipZQDr7MxKAmQK1vujaj9/7eF0efG7BPUKJ7jP7G5SLF37xKDXvO4S/KKLj/Z0og==", + "version": "11.0.4", + "resolved": "https://registry.npmjs.org/globby/-/globby-11.0.4.tgz", + "integrity": "sha512-9O4MVG9ioZJ08ffbcyVYyLOJLk5JQ688pJ4eMGLpdWLHq/Wr1D9BlriLQyL0E+jbkuePVZXYFj47QM/v093wHg==", "requires": { "array-union": "^2.1.0", "dir-glob": "^3.0.1", diff --git a/package.json b/package.json index 5b7c98f..a53c222 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "del": "^6.0.0", "eslint": "^7.22.0", "eslint-plugin-node": "^11.1.0", - "globby": "^11.0.2", + "globby": "^11.0.4", "mocha": "^8.3.2", "nyc": "^15.1.0", "semantic-release": "^17.4.2",