chore(deps-dev): bump @types/glob from 8.1.0 to 9.0.0 in /docs

Bumps [@types/glob](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/glob) from 8.1.0 to 9.0.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/glob)

---
updated-dependencies:
- dependency-name: "@types/glob"
  dependency-version: 9.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-12-17 05:01:48 +00:00 committed by GitHub
parent ce73101049
commit 40ef7bf9d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 14 deletions

19
docs/package-lock.json generated
View File

@ -30,7 +30,7 @@
"@docusaurus/tsconfig": "^3.9.2", "@docusaurus/tsconfig": "^3.9.2",
"@docusaurus/types": "^3.9.2", "@docusaurus/types": "^3.9.2",
"@eslint/js": "^9.39.2", "@eslint/js": "^9.39.2",
"@types/glob": "^8.1.0", "@types/glob": "^9.0.0",
"@types/js-yaml": "^4.0.5", "@types/js-yaml": "^4.0.5",
"@types/react": "^18.3.12", "@types/react": "^18.3.12",
"@types/react-helmet": "^6.1.6", "@types/react-helmet": "^6.1.6",
@ -6599,14 +6599,14 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/@types/glob": { "node_modules/@types/glob": {
"version": "8.1.0", "version": "9.0.0",
"resolved": "https://registry.npmjs.org/@types/glob/-/glob-8.1.0.tgz", "resolved": "https://registry.npmjs.org/@types/glob/-/glob-9.0.0.tgz",
"integrity": "sha512-IO+MJPVhoqz+28h1qLAcBEH2+xHMK6MTyHJc7MTnnYb6wsoLR29POVGJ7LycmVXIqyy/4/2ShP5sUwTXuOwb/w==", "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.",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@types/minimatch": "^5.1.2", "glob": "*"
"@types/node": "*"
} }
}, },
"node_modules/@types/gtag.js": { "node_modules/@types/gtag.js": {
@ -6729,13 +6729,6 @@
"integrity": "sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==", "integrity": "sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==",
"license": "MIT" "license": "MIT"
}, },
"node_modules/@types/minimatch": {
"version": "5.1.2",
"resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-5.1.2.tgz",
"integrity": "sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==",
"dev": true,
"license": "MIT"
},
"node_modules/@types/ms": { "node_modules/@types/ms": {
"version": "2.1.0", "version": "2.1.0",
"resolved": "https://registry.npmjs.org/@types/ms/-/ms-2.1.0.tgz", "resolved": "https://registry.npmjs.org/@types/ms/-/ms-2.1.0.tgz",

View File

@ -49,7 +49,7 @@
"@docusaurus/tsconfig": "^3.9.2", "@docusaurus/tsconfig": "^3.9.2",
"@docusaurus/types": "^3.9.2", "@docusaurus/types": "^3.9.2",
"@eslint/js": "^9.39.2", "@eslint/js": "^9.39.2",
"@types/glob": "^8.1.0", "@types/glob": "^9.0.0",
"@types/js-yaml": "^4.0.5", "@types/js-yaml": "^4.0.5",
"@types/react": "^18.3.12", "@types/react": "^18.3.12",
"@types/react-helmet": "^6.1.6", "@types/react-helmet": "^6.1.6",