From 1dd455b7e04f3aabca1ceb5890b65feda8f1b4a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 04:05:00 +0000 Subject: [PATCH] chore(deps): bump glob from 10.3.12 to 10.3.14 Bumps [glob](https://github.com/isaacs/node-glob) from 10.3.12 to 10.3.14. - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](https://github.com/isaacs/node-glob/compare/v10.3.12...v10.3.14) --- updated-dependencies: - dependency-name: glob dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pnpm-lock.yaml | 14 +++++++------- .../update-dependabot-github-actions/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a8ada9d..56464ff 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -21,8 +21,8 @@ importers: specifier: ^1.10.1 version: 1.10.1 glob: - specifier: ^10.3.12 - version: 10.3.12 + specifier: ^10.3.14 + version: 10.3.14 minimatch: specifier: ^9.0.4 version: 9.0.4 @@ -641,8 +641,8 @@ packages: is-glob: 4.0.3 dev: true - /glob@10.3.12: - resolution: {integrity: sha512-TCNv8vJ+xz4QiqTpfOJA7HvYv+tNIRHKfUWw/q+v2jdgN4ebz+KY9tGx5J4rHP0o84mNP+ApH66HRX8us3Khqg==} + /glob@10.3.14: + resolution: {integrity: sha512-4fkAqu93xe9Mk7le9v0y3VrPDqLKHarNi2s4Pv7f2yOvfhWfhc7hRPHC/JyqMqb8B/Dt/eGS4n7ykwf3fOsl8g==} engines: {node: '>=16 || 14 >=14.17'} hasBin: true dependencies: @@ -650,7 +650,7 @@ packages: jackspeak: 2.3.6 minimatch: 9.0.4 minipass: 7.1.0 - path-scurry: 1.10.2 + path-scurry: 1.11.0 dev: false /globby@14.0.1: @@ -1348,8 +1348,8 @@ packages: resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==} engines: {node: '>=8'} - /path-scurry@1.10.2: - resolution: {integrity: sha512-7xTavNy5RQXnsjANvVvMkEjvloOinkAjv/Z6Ildz9v2RinZ4SBKTWFOVRbaF8p0vpHnyjV/UwNDdKuUv6M5qcA==} + /path-scurry@1.11.0: + resolution: {integrity: sha512-LNHTaVkzaYaLGlO+0u3rQTz7QrHTFOuKyba9JMTQutkmtNew8dw8wOD7mTU/5fCPZzCWpfW0XnQKzY61P0aTaw==} engines: {node: '>=16 || 14 >=14.17'} dependencies: lru-cache: 10.2.2 diff --git a/public/update-dependabot-github-actions/package.json b/public/update-dependabot-github-actions/package.json index 5f849d3..56be989 100644 --- a/public/update-dependabot-github-actions/package.json +++ b/public/update-dependabot-github-actions/package.json @@ -20,7 +20,7 @@ }, "dependencies": { "@actions/core": "^1.10.1", - "glob": "^10.3.12", + "glob": "^10.3.14", "minimatch": "^9.0.4", "nopt": "^7.2.1", "yaml": "^2.4.2"