From 28e5cf0f0b18ddfd9df573b4eaff8d4e1022d80e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jun 2023 10:48:01 +0200 Subject: [PATCH] chore(deps): Bump glob from 10.2.7 to 10.3.0 (#10433) 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 581d9bc6991..bd96f37849b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -50,7 +50,7 @@ "eslint-plugin-unused-imports": "2.0.0", "esprima": "4.0.1", "expect": "29.5.0", - "glob": "10.2.7", + "glob": "10.3.0", "gts": "4.0.1", "jpeg-js": "0.4.4", "license-checker": "25.0.1", @@ -4705,9 +4705,9 @@ } }, "node_modules/glob": { - "version": "10.2.7", - "resolved": "https://registry.npmjs.org/glob/-/glob-10.2.7.tgz", - "integrity": "sha512-jTKehsravOJo8IJxUGfZILnkvVJM/MOfHRs8QcXolVef2zNI9Tqyy5+SeuOAZd3upViEZQLyFpQhYiHLrMUNmA==", + "version": "10.3.0", + "resolved": "https://registry.npmjs.org/glob/-/glob-10.3.0.tgz", + "integrity": "sha512-AQ1/SB9HH0yCx1jXAT4vmCbTOPe5RQ+kCurjbel5xSCGhebumUv+GJZfa1rEqor3XIViqwSEmlkZCQD43RWrBg==", "dependencies": { "foreground-child": "^3.1.0", "jackspeak": "^2.0.3", @@ -10151,7 +10151,7 @@ "name": "@puppeteer-test/installation", "version": "latest", "dependencies": { - "glob": "10.2.7", + "glob": "10.3.0", "mocha": "10.2.0" } } @@ -11125,7 +11125,7 @@ "@puppeteer-test/installation": { "version": "file:test/installation", "requires": { - "glob": "10.2.7", + "glob": "10.3.0", "mocha": "10.2.0" } }, @@ -13358,9 +13358,9 @@ } }, "glob": { - "version": "10.2.7", - "resolved": "https://registry.npmjs.org/glob/-/glob-10.2.7.tgz", - "integrity": "sha512-jTKehsravOJo8IJxUGfZILnkvVJM/MOfHRs8QcXolVef2zNI9Tqyy5+SeuOAZd3upViEZQLyFpQhYiHLrMUNmA==", + "version": "10.3.0", + "resolved": "https://registry.npmjs.org/glob/-/glob-10.3.0.tgz", + "integrity": "sha512-AQ1/SB9HH0yCx1jXAT4vmCbTOPe5RQ+kCurjbel5xSCGhebumUv+GJZfa1rEqor3XIViqwSEmlkZCQD43RWrBg==", "requires": { "foreground-child": "^3.1.0", "jackspeak": "^2.0.3", diff --git a/package.json b/package.json index 8ed8caff6b8..644afb8ff25 100644 --- a/package.json +++ b/package.json @@ -159,7 +159,7 @@ "eslint-plugin-unused-imports": "2.0.0", "esprima": "4.0.1", "expect": "29.5.0", - "glob": "10.2.7", + "glob": "10.3.0", "gts": "4.0.1", "jpeg-js": "0.4.4", "license-checker": "25.0.1", diff --git a/test/installation/package.json b/test/installation/package.json index ac39599c49f..bf25927a526 100644 --- a/test/installation/package.json +++ b/test/installation/package.json @@ -45,7 +45,7 @@ "assets" ], "dependencies": { - "glob": "10.2.7", + "glob": "10.3.0", "mocha": "10.2.0" } }