From 74f80f00e0e4cdaa92f65009a6144f27bad7b6aa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 02:22:11 +0000 Subject: [PATCH] chore(deps): update dependency glob to v11 --- packages/story-tokens-ui/package.json | 2 +- pnpm-lock.yaml | 42 +++++++++++++++++++++++---- templates/demo-ui/package.json | 2 +- 3 files changed, 39 insertions(+), 7 deletions(-) diff --git a/packages/story-tokens-ui/package.json b/packages/story-tokens-ui/package.json index d5644475..2644b33b 100644 --- a/packages/story-tokens-ui/package.json +++ b/packages/story-tokens-ui/package.json @@ -57,7 +57,7 @@ "@vitejs/plugin-react-swc": "3.7.2", "eslint": "8.57.1", "eslint-config-custom": "workspace:*", - "glob": "10.4.5", + "glob": "11.0.2", "react": "18.3.1", "react-dom": "18.3.1", "rimraf": "5.0.10", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 94bd3ae9..b51f30e3 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -450,8 +450,8 @@ importers: specifier: workspace:* version: link:../../configs/eslint-config-custom glob: - specifier: 10.4.5 - version: 10.4.5 + specifier: 11.0.2 + version: 11.0.2 react: specifier: 18.3.1 version: 18.3.1 @@ -504,8 +504,8 @@ importers: specifier: 11.3.0 version: 11.3.0 glob: - specifier: 10.4.5 - version: 10.4.5 + specifier: 11.0.2 + version: 11.0.2 react: specifier: 18.3.1 version: 18.3.1 @@ -12909,6 +12909,19 @@ packages: package-json-from-dist: 1.0.0 path-scurry: 1.11.1 + /glob@11.0.2: + resolution: {integrity: sha512-YT7U7Vye+t5fZ/QMkBFrTJ7ZQxInIUjwyAjVj84CYXqgBdv30MFUPGnBR6sQaVq6Is15wYJUsnzTuWaGRBhBAQ==} + engines: {node: 20 || >=22} + hasBin: true + dependencies: + foreground-child: 3.2.1 + jackspeak: 4.1.0 + minimatch: 10.0.1 + minipass: 7.1.2 + package-json-from-dist: 1.0.0 + path-scurry: 2.0.0 + dev: true + /glob@7.1.4: resolution: {integrity: sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==} deprecated: Glob versions prior to v9 are no longer supported @@ -13953,6 +13966,13 @@ packages: optionalDependencies: '@pkgjs/parseargs': 0.11.0 + /jackspeak@4.1.0: + resolution: {integrity: sha512-9DDdhb5j6cpeitCbvLO7n7J4IxnbM6hoF6O1g4HQ5TfhvvKN8ywDM7668ZhMHRqVmxqhps/F6syWK2KcPxYlkw==} + engines: {node: 20 || >=22} + dependencies: + '@isaacs/cliui': 8.0.2 + dev: true + /jake@10.9.1: resolution: {integrity: sha512-61btcOHNnLnsOdtLgA5efqQWjnSi/vow5HbI7HMdKKWqvrKR1bLK3BPlJn9gcSaP2ewuamUSMB5XEy76KUIS2w==} engines: {node: '>=10'} @@ -15066,6 +15086,11 @@ packages: /lru-cache@10.4.3: resolution: {integrity: sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==} + /lru-cache@11.1.0: + resolution: {integrity: sha512-QIXZUBJUx+2zHUdQujWejBkcD9+cs94tLn0+YL8UrCh+D5sCXZ4c7LaEH48pNwRY3MLDgqUFyhlCyjJPf1WP0A==} + engines: {node: 20 || >=22} + dev: true + /lru-cache@5.1.1: resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==} dependencies: @@ -16182,7 +16207,6 @@ packages: engines: {node: 20 || >=22} dependencies: brace-expansion: 2.0.1 - dev: false /minimatch@3.0.5: resolution: {integrity: sha512-tUpxzX0VAzJHjLu0xUfFv1gwVp9ba3IOuRAVH2EGuRW8a5emA2FlACLqiT/lDVtS1W+TGNwqz3sWaNyLgDJWuw==} @@ -17354,6 +17378,14 @@ packages: lru-cache: 10.4.3 minipass: 7.1.2 + /path-scurry@2.0.0: + resolution: {integrity: sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==} + engines: {node: 20 || >=22} + dependencies: + lru-cache: 11.1.0 + minipass: 7.1.2 + dev: true + /path-temp@2.1.0: resolution: {integrity: sha512-cMMJTAZlion/RWRRC48UbrDymEIt+/YSD/l8NqjneyDw2rDOBQcP5yRkMB4CYGn47KMhZvbblBP7Z79OsMw72w==} engines: {node: '>=8.15'} diff --git a/templates/demo-ui/package.json b/templates/demo-ui/package.json index 34c3960b..7c4a4330 100644 --- a/templates/demo-ui/package.json +++ b/templates/demo-ui/package.json @@ -75,7 +75,7 @@ "eslint": "8.57.1", "eslint-config-custom": "workspace:*", "fs-extra": "11.3.0", - "glob": "10.4.5", + "glob": "11.0.2", "react": "18.3.1", "react-dom": "18.3.1", "rimraf": "5.0.10",