From 20b52d0dbd6fcb3f68fec1b7b9a3afbb323bd7f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 10:55:06 +0900 Subject: [PATCH] web: bump glob from 10.4.0 to 10.4.1 in /web (#9881) Bumps [glob](https://github.com/isaacs/node-glob) from 10.4.0 to 10.4.1. - [Changelog](https://github.com/isaacs/node-glob/blob/main/changelog.md) - [Commits](https://github.com/isaacs/node-glob/compare/v10.4.0...v10.4.1) --- updated-dependencies: - dependency-name: glob dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- web/package-lock.json | 8 ++++---- web/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index 9a3f790b76..feeb653fa0 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -87,7 +87,7 @@ "eslint-plugin-sonarjs": "^0.25.1", "eslint-plugin-storybook": "^0.8.0", "github-slugger": "^2.0.0", - "glob": "^10.4.0", + "glob": "^10.4.1", "lit-analyzer": "^2.0.3", "npm-run-all": "^4.1.5", "prettier": "^3.2.5", @@ -13733,9 +13733,9 @@ "license": "ISC" }, "node_modules/glob": { - "version": "10.4.0", - "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.0.tgz", - "integrity": "sha512-+K6CicMIL11UEbC3gH/MVxgGG4gJDMu9tPD+nH+d6W3+y2fYuDSbpa2b+EGyvCGvSN/PT/7daJTH25NknJkcIQ==", + "version": "10.4.1", + "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.1.tgz", + "integrity": "sha512-2jelhlq3E4ho74ZyVLN03oKdAZVUa6UDZzFLVH1H7dnoax+y9qyaq8zBkfDIggjniU19z0wU18y16jMB2eyVIw==", "dev": true, "dependencies": { "foreground-child": "^3.1.0", diff --git a/web/package.json b/web/package.json index 765f7bceb4..c8922048ca 100644 --- a/web/package.json +++ b/web/package.json @@ -108,7 +108,7 @@ "eslint-plugin-sonarjs": "^0.25.1", "eslint-plugin-storybook": "^0.8.0", "github-slugger": "^2.0.0", - "glob": "^10.4.0", + "glob": "^10.4.1", "lit-analyzer": "^2.0.3", "npm-run-all": "^4.1.5", "prettier": "^3.2.5",