This commit is contained in:
dependabot[bot] 2026-01-29 18:55:31 +00:00 committed by GitHub
commit d58df4512f
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/types": "^3.9.2",
"@eslint/js": "^9.39.2",
"@types/glob": "^8.1.0",
"@types/glob": "^9.0.0",
"@types/js-yaml": "^4.0.5",
"@types/react": "^18.3.12",
"@types/react-helmet": "^6.1.6",
@ -5926,14 +5926,14 @@
"license": "MIT"
},
"node_modules/@types/glob": {
"version": "8.1.0",
"resolved": "https://registry.npmjs.org/@types/glob/-/glob-8.1.0.tgz",
"integrity": "sha512-IO+MJPVhoqz+28h1qLAcBEH2+xHMK6MTyHJc7MTnnYb6wsoLR29POVGJ7LycmVXIqyy/4/2ShP5sUwTXuOwb/w==",
"version": "9.0.0",
"resolved": "https://registry.npmjs.org/@types/glob/-/glob-9.0.0.tgz",
"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,
"license": "MIT",
"dependencies": {
"@types/minimatch": "^5.1.2",
"@types/node": "*"
"glob": "*"
}
},
"node_modules/@types/gtag.js": {
@ -6056,13 +6056,6 @@
"integrity": "sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==",
"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": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/@types/ms/-/ms-2.1.0.tgz",

View File

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