From 7e7758c0ffcbd30badb7ed3aa438758268f6d147 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 10 Jun 2023 15:00:43 +0000 Subject: [PATCH] chore(deps): bump glob from 10.2.6 to 10.2.7 (#9242) Bumps [glob](https://github.com/isaacs/node-glob) from 10.2.6 to 10.2.7. - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](https://github.com/isaacs/node-glob/compare/v10.2.6...v10.2.7) --- updated-dependencies: - dependency-name: glob dependency-type: direct:production update-type: version-update:semver-patch ... 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 5e505268d1..6c5842a901 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "emojic": "^1.1.17", "escape-string-regexp": "^4.0.0", "fast-xml-parser": "^4.2.4", - "glob": "^10.2.6", + "glob": "^10.2.7", "global-agent": "^3.0.0", "got": "^13.0.0", "graphql": "^15.6.1", @@ -16839,9 +16839,9 @@ "dev": true }, "node_modules/glob": { - "version": "10.2.6", - "resolved": "https://registry.npmjs.org/glob/-/glob-10.2.6.tgz", - "integrity": "sha512-U/rnDpXJGF414QQQZv5uVsabTVxMSwzS5CH0p3DRCIV6ownl4f7PzGnkGmvlum2wB+9RlJWJZ6ACU1INnBqiPA==", + "version": "10.2.7", + "resolved": "https://registry.npmjs.org/glob/-/glob-10.2.7.tgz", + "integrity": "sha512-jTKehsravOJo8IJxUGfZILnkvVJM/MOfHRs8QcXolVef2zNI9Tqyy5+SeuOAZd3upViEZQLyFpQhYiHLrMUNmA==", "dependencies": { "foreground-child": "^3.1.0", "jackspeak": "^2.0.3", @@ -43544,9 +43544,9 @@ "dev": true }, "glob": { - "version": "10.2.6", - "resolved": "https://registry.npmjs.org/glob/-/glob-10.2.6.tgz", - "integrity": "sha512-U/rnDpXJGF414QQQZv5uVsabTVxMSwzS5CH0p3DRCIV6ownl4f7PzGnkGmvlum2wB+9RlJWJZ6ACU1INnBqiPA==", + "version": "10.2.7", + "resolved": "https://registry.npmjs.org/glob/-/glob-10.2.7.tgz", + "integrity": "sha512-jTKehsravOJo8IJxUGfZILnkvVJM/MOfHRs8QcXolVef2zNI9Tqyy5+SeuOAZd3upViEZQLyFpQhYiHLrMUNmA==", "requires": { "foreground-child": "^3.1.0", "jackspeak": "^2.0.3", diff --git a/package.json b/package.json index bd7e8a615c..768b11219a 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "emojic": "^1.1.17", "escape-string-regexp": "^4.0.0", "fast-xml-parser": "^4.2.4", - "glob": "^10.2.6", + "glob": "^10.2.7", "global-agent": "^3.0.0", "got": "^13.0.0", "graphql": "^15.6.1", -- GitLab