3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-07-11 04:57:19 +00:00
zeppelin/backend
dependabot[bot] ab5d7498a2
chore(deps): bump cacheable-request and ava in /backend
Removes [cacheable-request](https://github.com/jaredwray/cacheable-request). It's no longer used after updating ancestor dependency [ava](https://github.com/avajs/ava). These dependencies need to be updated together.


Removes `cacheable-request`

Updates `ava` from 3.15.0 to 5.2.0
- [Release notes](https://github.com/avajs/ava/releases)
- [Commits](https://github.com/avajs/ava/compare/v3.15.0...v5.2.0)

---
updated-dependencies:
- dependency-name: cacheable-request
  dependency-type: indirect
- dependency-name: ava
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-11 09:57:06 +00:00
..
src fix: fix crash when decay period is 0 2022-12-15 00:38:24 +02:00
.gitignore Reorganize project. Add folder for shared code between backend/dashboard. Switch from jest to ava for tests. 2019-11-02 22:11:26 +02:00
.prettierignore Update .prettierignore, use subproject specific ignore files 2021-09-11 19:06:01 +03:00
ormconfig.js Fix error when compiling ormconfig 2022-06-26 15:02:34 +03:00
package-lock.json chore(deps): bump cacheable-request and ava in /backend 2023-02-11 09:57:06 +00:00
package.json chore(deps): bump cacheable-request and ava in /backend 2023-02-11 09:57:06 +00:00
register-tsconfig-paths.js Reformat all files with Prettier 2021-09-11 19:06:51 +03:00
start-dev.js Reformat all files with Prettier 2021-09-11 19:06:51 +03:00
tsconfig.json Fix error when compiling ormconfig 2022-06-26 15:02:34 +03:00