From e03cd54bd6f6a4a441b343728554e34e2651d0e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Mar 2023 19:31:56 +0000 Subject: [PATCH] chore(deps): bump glob from 9.2.1 to 9.3.0 (#8997) Bumps [glob](https://github.com/isaacs/node-glob) from 9.2.1 to 9.3.0. - [Release notes](https://github.com/isaacs/node-glob/releases) - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](https://github.com/isaacs/node-glob/compare/v9.2.1...v9.3.0) --- updated-dependencies: - dependency-name: glob dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 928005435f..dc594d0533 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "emojic": "^1.1.17", "escape-string-regexp": "^4.0.0", "fast-xml-parser": "^4.1.3", - "glob": "^9.2.1", + "glob": "^9.3.0", "global-agent": "^3.0.0", "got": "^12.6.0", "graphql": "^15.6.1", @@ -16663,9 +16663,9 @@ "dev": true }, "node_modules/glob": { - "version": "9.2.1", - "resolved": "https://registry.npmjs.org/glob/-/glob-9.2.1.tgz", - "integrity": "sha512-Pxxgq3W0HyA3XUvSXcFhRSs+43Jsx0ddxcFrbjxNGkL2Ak5BAUBxLqI5G6ADDeCHLfzzXFhe0b1yYcctGmytMA==", + "version": "9.3.0", + "resolved": "https://registry.npmjs.org/glob/-/glob-9.3.0.tgz", + "integrity": "sha512-EAZejC7JvnQINayvB/7BJbpZpNOJ8Lrw2OZNEvQxe0vaLn1SuwMcfV7/MNaX8L/T0wmptBFI4YMtDvSBxYDc7w==", "dependencies": { "fs.realpath": "^1.0.0", "minimatch": "^7.4.1", @@ -43016,9 +43016,9 @@ "dev": true }, "glob": { - "version": "9.2.1", - "resolved": "https://registry.npmjs.org/glob/-/glob-9.2.1.tgz", - "integrity": "sha512-Pxxgq3W0HyA3XUvSXcFhRSs+43Jsx0ddxcFrbjxNGkL2Ak5BAUBxLqI5G6ADDeCHLfzzXFhe0b1yYcctGmytMA==", + "version": "9.3.0", + "resolved": "https://registry.npmjs.org/glob/-/glob-9.3.0.tgz", + "integrity": "sha512-EAZejC7JvnQINayvB/7BJbpZpNOJ8Lrw2OZNEvQxe0vaLn1SuwMcfV7/MNaX8L/T0wmptBFI4YMtDvSBxYDc7w==", "requires": { "fs.realpath": "^1.0.0", "minimatch": "^7.4.1", diff --git a/package.json b/package.json index 8b8cbc89a8..5c8174bb1c 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "emojic": "^1.1.17", "escape-string-regexp": "^4.0.0", "fast-xml-parser": "^4.1.3", - "glob": "^9.2.1", + "glob": "^9.3.0", "global-agent": "^3.0.0", "got": "^12.6.0", "graphql": "^15.6.1", -- GitLab