insomnia/packages/insomnia-smoke-test/package.json
dependabot[bot] 985381cd95
Bump protobufjs and @grpc/proto-loader in /packages/insomnia-smoke-test (#6119)
Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) to 7.2.4 and updates ancestor dependency [@grpc/proto-loader](https://github.com/grpc/grpc-node). These dependencies need to be updated together.


Updates `protobufjs` from 6.11.3 to 7.2.4
- [Release notes](https://github.com/protobufjs/protobuf.js/releases)
- [Changelog](https://github.com/protobufjs/protobuf.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/protobufjs/protobuf.js/compare/v6.11.3...protobufjs-v7.2.4)

Updates `@grpc/proto-loader` from 0.6.13 to 0.7.7
- [Release notes](https://github.com/grpc/grpc-node/releases)
- [Commits](https://github.com/grpc/grpc-node/compare/@grpc/proto-loader@0.6.13...@grpc/proto-loader@0.7.7)

---
updated-dependencies:
- dependency-name: protobufjs
  dependency-type: indirect
- dependency-name: "@grpc/proto-loader"
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-10 09:07:15 +02:00

55 lines
1.7 KiB
JSON

{
"private": true,
"name": "insomnia-smoke-test",
"author": "Kong <office@konghq.com>",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/Kong/insomnia.git",
"directory": "packages/insomnia-smoke-test"
},
"bugs": {
"url": "https://github.com/kong/insomnia/issues"
},
"version": "3.18.0",
"scripts": {
"test:dev": "xvfb-maybe cross-env BUNDLE=dev playwright test",
"test:build": "xvfb-maybe cross-env BUNDLE=build playwright test",
"test:package": "xvfb-maybe cross-env BUNDLE=package playwright test",
"cli": "jest --detectOpenHandles --testPathPattern cli",
"serve": "esr server/index.ts",
"test:cli": "concurrently --names server,cli --success first --kill-others \"esr server/index.ts\" \"npm run cli\""
},
"devDependencies": {
"@grpc/grpc-js": "^1.6.7",
"@grpc/proto-loader": "^0.7.7",
"@jest/globals": "^28.1.0",
"@playwright/test": "^1.32.3",
"@ravanallc/grpc-server-reflection": "^0.1.6",
"@types/concurrently": "^6.0.1",
"@types/express": "^4.17.11",
"@types/express-graphql": "^0.9.0",
"@types/faker": "^5.5.5",
"@types/graphql": "^14.5.0",
"@types/mkdirp": "^1.0.1",
"@types/oidc-provider": "^8.2.0",
"@types/uuid": "^8.3.4",
"@types/ws": "^8.5.4",
"concurrently": "^7.0.0",
"cross-env": "^7.0.3",
"esbuild-runner": "2.2.2",
"execa": "^5.0.0",
"express": "^4.17.1",
"express-basic-auth": "^1.2.0",
"express-graphql": "^0.12.0",
"faker": "^5.1.0",
"graphql": "^15.8.0",
"jest": "^28.1.0",
"mkdirp": "^1.0.4",
"oidc-provider": "^7.10.6",
"uuid": "^8.3.2",
"ws": "^8.13.0",
"xvfb-maybe": "^0.2.1"
}
}