Update dependencies (#21)

This commit is contained in:
Kristjan ESPERANTO 2025-03-02 14:32:29 +01:00 committed by GitHub
parent 53b385a865
commit debb45a929
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 568 additions and 584 deletions

1115
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -51,37 +51,36 @@
"api", "api",
"http" "http"
], ],
"packageManager": "npm@9.2.0", "packageManager": "npm@10.9.0",
"engines": { "engines": {
"node": ">=18" "node": ">=18"
}, },
"dependencies": { "dependencies": {
"content-type": "^1.0.4", "content-type": "^1.0.5",
"cross-fetch": "^4.0.0", "cross-fetch": "^4.1.0",
"db-hafas-stations": "^1.0.0", "db-hafas-stations": "^1.0.0",
"gps-distance": "0.0.4", "gps-distance": "0.0.4",
"https-proxy-agent": "^7.0.0", "https-proxy-agent": "^7.0.6",
"luxon": "^3.1.1", "luxon": "^3.5.0",
"qs": "^6.6.0", "qs": "^6.14.0",
"slugg": "^1.2.0", "slugg": "^1.2.1",
"uuid": "^11.0.5" "uuid": "^11.1.0"
}, },
"devDependencies": { "devDependencies": {
"@eslint/eslintrc": "^3.2.0", "@eslint/js": "^9.21.0",
"@eslint/js": "^9.20.0", "@pollyjs/adapter-node-http": "^6.0.6",
"@pollyjs/adapter-node-http": "^6.0.5", "@pollyjs/core": "^6.0.6",
"@pollyjs/core": "^6.0.5", "@pollyjs/persister-fs": "^6.0.6",
"@pollyjs/persister-fs": "^6.0.5", "@stylistic/eslint-plugin": "^4.1.0",
"@stylistic/eslint-plugin": "^3.1.0",
"db-rest": "github:derhuerst/db-rest", "db-rest": "github:derhuerst/db-rest",
"eslint": "^9.20.1", "eslint": "^9.21.0",
"globals": "^15.15.0", "globals": "^16.0.0",
"hafas-rest-api": "^5.1.3", "hafas-rest-api": "^5.1.3",
"is-coordinates": "^2.0.2", "is-coordinates": "^2.0.2",
"is-roughly-equal": "^0.1.0", "is-roughly-equal": "^0.1.0",
"p-retry": "^6.0.0", "p-retry": "^6.2.1",
"p-throttle": "^5.0.0", "p-throttle": "^7.0.0",
"tap": "^19.2.5", "tap": "^20.0.3",
"validate-fptf": "^3.0.0" "validate-fptf": "^3.0.0"
}, },
"scripts": { "scripts": {