Compare commits
	
		
			6 Commits
		
	
	
		
			renovate/n
			...
			renovate/s
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 3faf8d5848 | |||
| 705fb1f9fd | |||
| 84db949c06 | |||
| 490071326e | |||
| 93369a2d62 | |||
| 6a922433cc | 
@@ -1,4 +1,4 @@
 | 
				
			|||||||
FROM node:25 AS builder
 | 
					FROM node:24 AS builder
 | 
				
			||||||
 | 
					
 | 
				
			||||||
COPY . /src
 | 
					COPY . /src
 | 
				
			||||||
WORKDIR /src
 | 
					WORKDIR /src
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										58
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										58
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							@@ -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,22 +289,21 @@
 | 
				
			|||||||
      "license": "ISC"
 | 
					      "license": "ISC"
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "node_modules/sitemap": {
 | 
					    "node_modules/sitemap": {
 | 
				
			||||||
      "version": "8.0.0",
 | 
					      "version": "9.0.0",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/sitemap/-/sitemap-8.0.0.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/sitemap/-/sitemap-9.0.0.tgz",
 | 
				
			||||||
      "integrity": "sha512-+AbdxhM9kJsHtruUF39bwS/B0Fytw6Fr1o4ZAIAEqA6cke2xcoO2GleBw9Zw7nRzILVEgz7zBM5GiTJjie1G9A==",
 | 
					      "integrity": "sha512-J/SU27FJ+I52TcDLKZzPRRVQUMj0Pp1i/HLb2lrkU+hrMLM+qdeRjdacrNxnSW48Waa3UcEOGOdX1+0Lob7TgA==",
 | 
				
			||||||
      "license": "MIT",
 | 
					 | 
				
			||||||
      "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.2.4"
 | 
					        "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": {
 | 
				
			||||||
@@ -313,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",
 | 
				
			||||||
@@ -335,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",
 | 
				
			||||||
@@ -529,14 +538,14 @@
 | 
				
			|||||||
      "integrity": "sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg=="
 | 
					      "integrity": "sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg=="
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "sitemap": {
 | 
					    "sitemap": {
 | 
				
			||||||
      "version": "8.0.0",
 | 
					      "version": "9.0.0",
 | 
				
			||||||
      "resolved": "https://registry.npmjs.org/sitemap/-/sitemap-8.0.0.tgz",
 | 
					      "resolved": "https://registry.npmjs.org/sitemap/-/sitemap-9.0.0.tgz",
 | 
				
			||||||
      "integrity": "sha512-+AbdxhM9kJsHtruUF39bwS/B0Fytw6Fr1o4ZAIAEqA6cke2xcoO2GleBw9Zw7nRzILVEgz7zBM5GiTJjie1G9A==",
 | 
					      "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.2.4"
 | 
					        "sax": "^1.4.1"
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "undici": {
 | 
					    "undici": {
 | 
				
			||||||
@@ -544,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",
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -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"
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										15
									
								
								stores.json
									
									
									
									
									
								
							
							
						
						
									
										15
									
								
								stores.json
									
									
									
									
									
								
							@@ -779,21 +779,6 @@
 | 
				
			|||||||
    "cafe": "Yes",
 | 
					    "cafe": "Yes",
 | 
				
			||||||
    "meta": ""
 | 
					    "meta": ""
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  {
 | 
					 | 
				
			||||||
    "name": "Catland",
 | 
					 | 
				
			||||||
    "address": "985 Flushing Ave",
 | 
					 | 
				
			||||||
    "city": "Brooklyn",
 | 
					 | 
				
			||||||
    "state": "NY",
 | 
					 | 
				
			||||||
    "postcode": "11206",
 | 
					 | 
				
			||||||
    "description": "New York City has an occult bookstore again, thanks to Catland. This store caters to those interested in the various schools of modern magical thought, and we're not talking about stage magic. New titles are available from various occult publishers, including imports from Europe and other hard-to-find titles, and there are also used and out-of-print resources. The store also sells candles, minerals, and other paraphenalia for the serious occultist, and has an adjacent event space for... other purposes.",
 | 
					 | 
				
			||||||
    "lat": "40.70308451154855",
 | 
					 | 
				
			||||||
    "long": "-73.9332990716122",
 | 
					 | 
				
			||||||
    "country": "USA",
 | 
					 | 
				
			||||||
    "website": "https://www.catlandbooks.com/",
 | 
					 | 
				
			||||||
    "events": "Yes",
 | 
					 | 
				
			||||||
    "cafe": "No",
 | 
					 | 
				
			||||||
    "meta": ""
 | 
					 | 
				
			||||||
  },
 | 
					 | 
				
			||||||
  {
 | 
					  {
 | 
				
			||||||
    "name": "Logos Bookstore",
 | 
					    "name": "Logos Bookstore",
 | 
				
			||||||
    "address": "1575 York Ave",
 | 
					    "address": "1575 York Ave",
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user