Update dependency sitemap to v9
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2025-11-02 06:02:32 +00:00
parent 705fb1f9fd
commit 3faf8d5848
2 changed files with 35 additions and 20 deletions

53
package-lock.json generated
View File

@@ -10,14 +10,16 @@
"license": "BSD-3-Clause", "license": "BSD-3-Clause",
"dependencies": { "dependencies": {
"cheerio": "^1.0.0", "cheerio": "^1.0.0",
"sitemap": "^8.0.0" "sitemap": "^9.0.0"
} }
}, },
"node_modules/@types/node": { "node_modules/@types/node": {
"version": "17.0.45", "version": "24.9.2",
"resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.45.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-24.9.2.tgz",
"integrity": "sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==", "integrity": "sha512-uWN8YqxXxqFMX2RqGOrumsKeti4LlmIMIyV0lgut4jx7KQBcBiW6vkDtIBvHnHIquwNfJhk8v2OtmO8zXWHfPA==",
"license": "MIT" "dependencies": {
"undici-types": "~7.16.0"
}
}, },
"node_modules/@types/sax": { "node_modules/@types/sax": {
"version": "1.2.7", "version": "1.2.7",
@@ -287,21 +289,21 @@
"license": "ISC" "license": "ISC"
}, },
"node_modules/sitemap": { "node_modules/sitemap": {
"version": "8.0.2", "version": "9.0.0",
"resolved": "https://registry.npmjs.org/sitemap/-/sitemap-8.0.2.tgz", "resolved": "https://registry.npmjs.org/sitemap/-/sitemap-9.0.0.tgz",
"integrity": "sha512-LwktpJcyZDoa0IL6KT++lQ53pbSrx2c9ge41/SeLTyqy2XUNA6uR4+P9u5IVo5lPeL2arAcOKn1aZAxoYbCKlQ==", "integrity": "sha512-J/SU27FJ+I52TcDLKZzPRRVQUMj0Pp1i/HLb2lrkU+hrMLM+qdeRjdacrNxnSW48Waa3UcEOGOdX1+0Lob7TgA==",
"dependencies": { "dependencies": {
"@types/node": "^17.0.5", "@types/node": "^24.9.2",
"@types/sax": "^1.2.1", "@types/sax": "^1.2.1",
"arg": "^5.0.0", "arg": "^5.0.0",
"sax": "^1.4.1" "sax": "^1.4.1"
}, },
"bin": { "bin": {
"sitemap": "dist/cli.js" "sitemap": "dist/esm/cli.js"
}, },
"engines": { "engines": {
"node": ">=14.0.0", "node": ">=20.19.5",
"npm": ">=6.0.0" "npm": ">=10.8.2"
} }
}, },
"node_modules/undici": { "node_modules/undici": {
@@ -312,6 +314,11 @@
"node": ">=20.18.1" "node": ">=20.18.1"
} }
}, },
"node_modules/undici-types": {
"version": "7.16.0",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz",
"integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw=="
},
"node_modules/whatwg-encoding": { "node_modules/whatwg-encoding": {
"version": "3.1.1", "version": "3.1.1",
"resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-3.1.1.tgz", "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-3.1.1.tgz",
@@ -334,9 +341,12 @@
}, },
"dependencies": { "dependencies": {
"@types/node": { "@types/node": {
"version": "17.0.45", "version": "24.9.2",
"resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.45.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-24.9.2.tgz",
"integrity": "sha512-w+tIMs3rq2afQdsPJlODhoUEKzFP1ayaoyl1CcnwtIlsVe7K7bA1NGm4s3PraqTLlXnbIN84zuBlxBWo1u9BLw==" "integrity": "sha512-uWN8YqxXxqFMX2RqGOrumsKeti4LlmIMIyV0lgut4jx7KQBcBiW6vkDtIBvHnHIquwNfJhk8v2OtmO8zXWHfPA==",
"requires": {
"undici-types": "~7.16.0"
}
}, },
"@types/sax": { "@types/sax": {
"version": "1.2.7", "version": "1.2.7",
@@ -528,11 +538,11 @@
"integrity": "sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg==" "integrity": "sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg=="
}, },
"sitemap": { "sitemap": {
"version": "8.0.2", "version": "9.0.0",
"resolved": "https://registry.npmjs.org/sitemap/-/sitemap-8.0.2.tgz", "resolved": "https://registry.npmjs.org/sitemap/-/sitemap-9.0.0.tgz",
"integrity": "sha512-LwktpJcyZDoa0IL6KT++lQ53pbSrx2c9ge41/SeLTyqy2XUNA6uR4+P9u5IVo5lPeL2arAcOKn1aZAxoYbCKlQ==", "integrity": "sha512-J/SU27FJ+I52TcDLKZzPRRVQUMj0Pp1i/HLb2lrkU+hrMLM+qdeRjdacrNxnSW48Waa3UcEOGOdX1+0Lob7TgA==",
"requires": { "requires": {
"@types/node": "^17.0.5", "@types/node": "^24.9.2",
"@types/sax": "^1.2.1", "@types/sax": "^1.2.1",
"arg": "^5.0.0", "arg": "^5.0.0",
"sax": "^1.4.1" "sax": "^1.4.1"
@@ -543,6 +553,11 @@
"resolved": "https://registry.npmjs.org/undici/-/undici-7.15.0.tgz", "resolved": "https://registry.npmjs.org/undici/-/undici-7.15.0.tgz",
"integrity": "sha512-7oZJCPvvMvTd0OlqWsIxTuItTpJBpU1tcbVl24FMn3xt3+VSunwUasmfPJRE57oNO1KsZ4PgA1xTdAX4hq8NyQ==" "integrity": "sha512-7oZJCPvvMvTd0OlqWsIxTuItTpJBpU1tcbVl24FMn3xt3+VSunwUasmfPJRE57oNO1KsZ4PgA1xTdAX4hq8NyQ=="
}, },
"undici-types": {
"version": "7.16.0",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz",
"integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw=="
},
"whatwg-encoding": { "whatwg-encoding": {
"version": "3.1.1", "version": "3.1.1",
"resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-3.1.1.tgz", "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-3.1.1.tgz",

View File

@@ -15,7 +15,7 @@
"homepage": "https://www.nycbookstores.org/", "homepage": "https://www.nycbookstores.org/",
"dependencies": { "dependencies": {
"cheerio": "^1.0.0", "cheerio": "^1.0.0",
"sitemap": "^8.0.0" "sitemap": "^9.0.0"
}, },
"type": "module" "type": "module"
} }