mirror of
https://github.com/HeyPuter/puter.git
synced 2025-12-31 10:10:17 -06:00
Bumps [axios](https://github.com/axios/axios) from 1.4.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.4.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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
18 lines
378 B
JSON
18 lines
378 B
JSON
{
|
|
"name": "@heyputer/puter-api-test",
|
|
"version": "0.1.0",
|
|
"description": "",
|
|
"main": "apitest.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Puter Technologies Inc.",
|
|
"license": "UNLICENSED",
|
|
"dependencies": {
|
|
"axios": "^1.12.0",
|
|
"chai": "^4.3.7",
|
|
"chai-as-promised": "^7.1.1",
|
|
"yaml": "^2.3.1"
|
|
}
|
|
}
|