1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-03-10 00:48:11 +00:00
Files
adapter/sasjs-tests/package.json
dependabot[bot] 42fa63f71e build(deps): bump axios and @sasjs/adapter in /sasjs-tests
Bumps [axios](https://github.com/axios/axios) to 1.13.5 and updates ancestor dependency [@sasjs/adapter](https://github.com/sasjs/adapter). These dependencies need to be updated together.


Updates `axios` from 1.12.2 to 1.13.5
- [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.12.2...v1.13.5)

Updates `@sasjs/adapter` from 4.14.0 to 4.16.3
- [Changelog](https://github.com/sasjs/adapter/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sasjs/adapter/compare/v4.14.0...v4.16.3)

---
updated-dependencies:
- dependency-name: axios
  dependency-version: 1.13.5
  dependency-type: indirect
- dependency-name: "@sasjs/adapter"
  dependency-version: 4.16.3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-11 20:49:09 +00:00

26 lines
769 B
JSON

{
"name": "sasjs-tests-new",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"start": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"update:adapter": "cd .. && npm run package:lib && cd sasjs-tests && npm i ../build/sasjs-adapter-5.0.0.tgz",
"deploy:tests": "rsync -avhe ssh ./dist/* --delete $SSH_ACCOUNT:$DEPLOY_PATH || npm run deploy:tests-win",
"deploy:tests-win": "scp %DEPLOY_PATH% ./dist/*",
"deploy": "npm run update:adapter && npm run build && npm run deploy:tests"
},
"devDependencies": {
"typescript": "~5.9.3",
"vite": "npm:rolldown-vite@7.2.2"
},
"overrides": {
"vite": "npm:rolldown-vite@7.2.2"
},
"dependencies": {
"@sasjs/adapter": "^4.16.3"
}
}