swag-api-keys-v2/package.json
dependabot[bot] 8411efc566
Bump @braintree/sanitize-url and swagger-ui
Bumps [@braintree/sanitize-url](https://github.com/braintree/sanitize-url) to 6.0.2 and updates ancestor dependency [swagger-ui](https://github.com/swagger-api/swagger-ui). These dependencies need to be updated together.


Updates `@braintree/sanitize-url` from 6.0.0 to 6.0.2
- [Changelog](https://github.com/braintree/sanitize-url/blob/main/CHANGELOG.md)
- [Commits](https://github.com/braintree/sanitize-url/compare/v6.0.0...v6.0.2)

Updates `swagger-ui` from 4.15.5 to 4.19.0
- [Release notes](https://github.com/swagger-api/swagger-ui/releases)
- [Changelog](https://github.com/swagger-api/swagger-ui/blob/master/.releaserc)
- [Commits](https://github.com/swagger-api/swagger-ui/compare/v4.15.5...v4.19.0)

---
updated-dependencies:
- dependency-name: "@braintree/sanitize-url"
  dependency-type: indirect
- dependency-name: swagger-ui
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-19 09:12:01 +00:00

25 lines
678 B
JSON

{
"name": "@vality/swag-api-keys-v2",
"version": "0.1.1",
"scripts": {
"build": "node ./scripts/build.js",
"swagger": "swagger-repo",
"test": "swagger-repo validate --basedir api/apikeys/spec/",
"start": "gulp serve",
"codegen": "vality-openapi generate ./dist/api/apikeys/swagger.json"
},
"devDependencies": {
"@vality/openapi-generator-cli": "0.1.1-fbfe66e.0",
"connect": "3.7.0",
"cors": "2.8.5",
"gulp": "github:gulpjs/gulp",
"gulp-connect": "5.7.0",
"gulp-util": "3.0.8",
"json-merge-patch": "1.0.2",
"portfinder": "1.0.32",
"shelljs": "0.8.5",
"swagger-repo": "1.5.1",
"swagger-ui": "4.19.1"
}
}