Files
directus/packages/update-check/package.json
dependabot[bot] 06d77a8149 Bump axios-cache-interceptor from 1.5.2 to 1.5.3 (#22549)
Bumps [axios-cache-interceptor](https://github.com/arthurfiorette/axios-cache-interceptor) from 1.5.2 to 1.5.3.
- [Release notes](https://github.com/arthurfiorette/axios-cache-interceptor/releases)
- [Changelog](https://github.com/arthurfiorette/axios-cache-interceptor/blob/main/CHANGELOG.md)
- [Commits](https://github.com/arthurfiorette/axios-cache-interceptor/compare/v1.5.2...v1.5.3)

---
updated-dependencies:
- dependency-name: axios-cache-interceptor
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-23 10:10:54 +02:00

48 lines
1.1 KiB
JSON

{
"name": "@directus/update-check",
"version": "11.0.10",
"description": "Check if an update for Directus is available",
"homepage": "https://directus.io",
"repository": {
"type": "git",
"url": "https://github.com/directus/directus.git",
"directory": "packages/update-check"
},
"funding": "https://github.com/directus/directus?sponsor=1",
"license": "MIT",
"author": "Rijk van Zanten <rijkvanzanten@me.com>",
"type": "module",
"exports": {
".": "./dist/index.js",
"./package.json": "./package.json"
},
"main": "dist/index.js",
"files": [
"dist"
],
"scripts": {
"build": "tsup src/index.ts --format=esm --dts",
"dev": "tsup src/index.ts --format=esm --dts --watch",
"test": "vitest --watch=false"
},
"dependencies": {
"axios": "1.6.8",
"axios-cache-interceptor": "1.5.3",
"boxen": "7.1.1",
"chalk": "5.3.0",
"find-cache-dir": "5.0.0",
"semver": "7.6.2"
},
"devDependencies": {
"@directus/tsconfig": "workspace:*",
"@npm/types": "1.0.2",
"@types/node": "18.19.33",
"@types/semver": "7.5.8",
"@vitest/coverage-v8": "1.5.3",
"strip-ansi": "7.1.0",
"tsup": "8.0.2",
"typescript": "5.4.5",
"vitest": "1.5.3"
}
}