digitransit-ui/digitransit-search-util/packages/digitransit-search-util-get-json/package.json
dependabot[bot] efa947fd5f
chore(deps): bump axios
Bumps [axios](https://github.com/axios/axios) from 1.9.0 to 1.12.0.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.9.0...v1.12.0)

---
updated-dependencies:
- dependency-name: axios
  dependency-version: 1.12.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-23 08:55:52 +00:00

27 lines
704 B
JSON

{
"name": "@digitransit-search-util/digitransit-search-util-get-json",
"version": "0.0.7",
"description": "digitransit-search-util get-json module",
"main": "index.js",
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "mocha -r esm test.js",
"docs": "node -r esm ../../scripts/generate-readmes"
},
"repository": {
"type": "git",
"url": "git://github.com/HSLdevcom/digitransit-ui.git"
},
"keywords": [
"digitransit-search-util",
"get-json"
],
"author": "Digitransit Authors",
"license": "(AGPL-3.0 OR EUPL-1.2)",
"dependencies": {
"@digitransit-search-util/digitransit-search-util-serialize": "0.0.2",
"axios": "1.12.0"
}
}