From c4ec787778f58e204094d07aea0c698013c1e662 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 07:45:04 +0000 Subject: [PATCH] chore(deps): update dependency @types/glob to v9 --- package.json | 2 +- pnpm-lock.yaml | 19 +++++++------------ 2 files changed, 8 insertions(+), 13 deletions(-) diff --git a/package.json b/package.json index 9ab6510..7d59e9c 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ }, "devDependencies": { "@biomejs/biome": "^1.9.4", - "@types/glob": "^8.1.0", + "@types/glob": "^9.0.0", "@types/node": "^22.8.4", "@vercel/ncc": "^0.38.2", "typescript": "^5.6.3" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1f6a618..f020160 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -25,8 +25,8 @@ importers: specifier: ^1.9.4 version: 1.9.4 '@types/glob': - specifier: ^8.1.0 - version: 8.1.0 + specifier: ^9.0.0 + version: 9.0.0 '@types/node': specifier: ^22.8.4 version: 22.16.5 @@ -2714,8 +2714,9 @@ packages: '@types/geojson@7946.0.14': resolution: {integrity: sha512-WCfD5Ht3ZesJUsONdhvm84dmzWOiOzOAqOncN0++w0lBw1o8OuDNJF2McvvCef/yBqb/HYRahp1BYtODFQ8bRg==} - '@types/glob@8.1.0': - resolution: {integrity: sha512-IO+MJPVhoqz+28h1qLAcBEH2+xHMK6MTyHJc7MTnnYb6wsoLR29POVGJ7LycmVXIqyy/4/2ShP5sUwTXuOwb/w==} + '@types/glob@9.0.0': + resolution: {integrity: sha512-00UxlRaIUvYm4R4W9WYkN8/J+kV8fmOQ7okeH6YFtGWFMt3odD45tpG5yA5wnL7HE6lLgjaTW5n14ju2hl2NNA==} + deprecated: This is a stub types definition. glob provides its own type definitions, so you do not need this installed. '@types/is-hotkey@0.1.10': resolution: {integrity: sha512-RvC8KMw5BCac1NvRRyaHgMMEtBaZ6wh0pyPTBu7izn4Sj/AX9Y4aXU5c7rX8PnM/knsuUpC1IeoBkANtxBypsQ==} @@ -2741,9 +2742,6 @@ packages: '@types/mdast@3.0.11': resolution: {integrity: sha512-Y/uImid8aAwrEA24/1tcRZwpxX3pIFTSilcNDKSPn+Y2iDywSEachzRuvgAYYLR3wpGXAsMbv5lvKLDZLeYPAw==} - '@types/minimatch@5.1.2': - resolution: {integrity: sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==} - '@types/ms@0.7.34': resolution: {integrity: sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g==} @@ -10836,10 +10834,9 @@ snapshots: '@types/geojson@7946.0.14': {} - '@types/glob@8.1.0': + '@types/glob@9.0.0': dependencies: - '@types/minimatch': 5.1.2 - '@types/node': 22.16.5 + glob: 11.0.3 '@types/is-hotkey@0.1.10': {} @@ -10866,8 +10863,6 @@ snapshots: dependencies: '@types/unist': 2.0.6 - '@types/minimatch@5.1.2': {} - '@types/ms@0.7.34': {} '@types/node-forge@1.3.13':