From 6e484ffbdb3cbb104970d77315d6e39c36977dcb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jan 2023 09:12:52 +0100 Subject: [PATCH] chore(deps): Bump glob from 8.0.3 to 8.1.0 (#9531) Bumps [glob](https://github.com/isaacs/node-glob) from 8.0.3 to 8.1.0.
Changelog

Sourced from glob's changelog.

8.1

8.0

7.2

7.1

7.0

6.0

5.0

4.5

... (truncated)

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=glob&package-manager=npm_and_yarn&previous-version=8.0.3&new-version=8.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 18 +++++++++--------- package.json | 2 +- test/installation/package.json | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index fe565295..a69a2a2a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -56,7 +56,7 @@ "eslint-plugin-unused-imports": "2.0.0", "esprima": "4.0.1", "expect": "25.2.7", - "glob": "8.0.3", + "glob": "8.1.0", "gts": "4.0.0", "husky": "8.0.2", "jpeg-js": "0.4.4", @@ -4634,9 +4634,9 @@ } }, "node_modules/glob": { - "version": "8.0.3", - "resolved": "https://registry.npmjs.org/glob/-/glob-8.0.3.tgz", - "integrity": "sha512-ull455NHSHI/Y1FqGaaYFaLGkNMMJbavMrEGFXG/PGrg6y7sutWHUHrz6gy6WEBH6akM1M414dWKCNs+IhKdiQ==", + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz", + "integrity": "sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==", "dependencies": { "fs.realpath": "^1.0.0", "inflight": "^1.0.4", @@ -8774,7 +8774,7 @@ "name": "@puppeteer-test/installation", "version": "latest", "dependencies": { - "glob": "8.0.3", + "glob": "8.1.0", "mocha": "10.0.0" } }, @@ -9867,7 +9867,7 @@ "@puppeteer-test/installation": { "version": "file:test/installation", "requires": { - "glob": "8.0.3", + "glob": "8.1.0", "mocha": "10.0.0" } }, @@ -12370,9 +12370,9 @@ } }, "glob": { - "version": "8.0.3", - "resolved": "https://registry.npmjs.org/glob/-/glob-8.0.3.tgz", - "integrity": "sha512-ull455NHSHI/Y1FqGaaYFaLGkNMMJbavMrEGFXG/PGrg6y7sutWHUHrz6gy6WEBH6akM1M414dWKCNs+IhKdiQ==", + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz", + "integrity": "sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==", "requires": { "fs.realpath": "^1.0.0", "inflight": "^1.0.4", diff --git a/package.json b/package.json index 807b2367..9f7147a2 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "eslint-plugin-unused-imports": "2.0.0", "esprima": "4.0.1", "expect": "25.2.7", - "glob": "8.0.3", + "glob": "8.1.0", "gts": "4.0.0", "husky": "8.0.2", "jpeg-js": "0.4.4", diff --git a/test/installation/package.json b/test/installation/package.json index db0b12bb..56d8bf39 100644 --- a/test/installation/package.json +++ b/test/installation/package.json @@ -44,7 +44,7 @@ "assets" ], "dependencies": { - "glob": "8.0.3", + "glob": "8.1.0", "mocha": "10.0.0" } }