1
0
mirror of synced 2025-12-19 18:10:59 -05:00

Bump the npm_and_yarn group with 3 updates (#56706)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-07-17 21:29:02 +00:00
committed by GitHub
parent 4ec72a82bf
commit e9adea618f
2 changed files with 16 additions and 11 deletions

23
package-lock.json generated
View File

@@ -29,7 +29,7 @@
"cheerio": "^1.0.0-rc.12", "cheerio": "^1.0.0-rc.12",
"cheerio-to-text": "0.2.4", "cheerio-to-text": "0.2.4",
"classnames": "^2.5.1", "classnames": "^2.5.1",
"connect-timeout": "1.9.0", "connect-timeout": "1.9.1",
"cookie-parser": "^1.4.7", "cookie-parser": "^1.4.7",
"cuss": "2.2.0", "cuss": "2.2.0",
"dayjs": "^1.11.13", "dayjs": "^1.11.13",
@@ -68,7 +68,7 @@
"mdast-util-to-hast": "^13.2.0", "mdast-util-to-hast": "^13.2.0",
"mdast-util-to-markdown": "2.1.2", "mdast-util-to-markdown": "2.1.2",
"mdast-util-to-string": "^4.0.0", "mdast-util-to-string": "^4.0.0",
"morgan": "^1.10.0", "morgan": "^1.10.1",
"next": "^15.3.3", "next": "^15.3.3",
"ora": "^8.0.1", "ora": "^8.0.1",
"parse5": "7.1.2", "parse5": "7.1.2",
@@ -6627,14 +6627,15 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/connect-timeout": { "node_modules/connect-timeout": {
"version": "1.9.0", "version": "1.9.1",
"resolved": "https://registry.npmjs.org/connect-timeout/-/connect-timeout-1.9.0.tgz", "resolved": "https://registry.npmjs.org/connect-timeout/-/connect-timeout-1.9.1.tgz",
"integrity": "sha512-q4bsBIPd+eSGtnh/u6EBOKfuG+4YvwsN0idlOsg6KAw71Qpi0DCf2eCc/Va63QU9qdOeYC8katxoC+rHMNygZg==", "integrity": "sha512-kDcadOXwOu+EEVs31iOu0TOg1yyRTqSNfyJaHYm5Z4K/hEIi9HJXSOWP9d+WQr/wff7wQJRh/HX63vK1+wBErw==",
"license": "MIT",
"dependencies": { "dependencies": {
"http-errors": "~1.6.1", "http-errors": "~1.6.1",
"ms": "2.0.0", "ms": "2.0.0",
"on-finished": "~2.3.0", "on-finished": "~2.3.0",
"on-headers": "~1.0.1" "on-headers": "~1.1.0"
}, },
"engines": { "engines": {
"node": ">= 0.8" "node": ">= 0.8"
@@ -12499,14 +12500,16 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/morgan": { "node_modules/morgan": {
"version": "1.10.0", "version": "1.10.1",
"resolved": "https://registry.npmjs.org/morgan/-/morgan-1.10.1.tgz",
"integrity": "sha512-223dMRJtI/l25dJKWpgij2cMtywuG/WiUKXdvwfbhGKBhy1puASqXwFzmWZ7+K73vUPoR7SS2Qz2cI/g9MKw0A==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"basic-auth": "~2.0.1", "basic-auth": "~2.0.1",
"debug": "2.6.9", "debug": "2.6.9",
"depd": "~2.0.0", "depd": "~2.0.0",
"on-finished": "~2.3.0", "on-finished": "~2.3.0",
"on-headers": "~1.0.2" "on-headers": "~1.1.0"
}, },
"engines": { "engines": {
"node": ">= 0.8.0" "node": ">= 0.8.0"
@@ -13309,7 +13312,9 @@
} }
}, },
"node_modules/on-headers": { "node_modules/on-headers": {
"version": "1.0.2", "version": "1.1.0",
"resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.1.0.tgz",
"integrity": "sha512-737ZY3yNnXy37FHkQxPzt4UZ2UWPWiCZWLvFZ4fu5cueciegX0zGPnrlY6bwRg4FdQOe9YU8MkmJwGhoMybl8A==",
"license": "MIT", "license": "MIT",
"engines": { "engines": {
"node": ">= 0.8" "node": ">= 0.8"

View File

@@ -265,7 +265,7 @@
"cheerio": "^1.0.0-rc.12", "cheerio": "^1.0.0-rc.12",
"cheerio-to-text": "0.2.4", "cheerio-to-text": "0.2.4",
"classnames": "^2.5.1", "classnames": "^2.5.1",
"connect-timeout": "1.9.0", "connect-timeout": "1.9.1",
"cookie-parser": "^1.4.7", "cookie-parser": "^1.4.7",
"cuss": "2.2.0", "cuss": "2.2.0",
"dayjs": "^1.11.13", "dayjs": "^1.11.13",
@@ -304,7 +304,7 @@
"mdast-util-to-hast": "^13.2.0", "mdast-util-to-hast": "^13.2.0",
"mdast-util-to-markdown": "2.1.2", "mdast-util-to-markdown": "2.1.2",
"mdast-util-to-string": "^4.0.0", "mdast-util-to-string": "^4.0.0",
"morgan": "^1.10.0", "morgan": "^1.10.1",
"next": "^15.3.3", "next": "^15.3.3",
"ora": "^8.0.1", "ora": "^8.0.1",
"parse5": "7.1.2", "parse5": "7.1.2",