Skip to content

Commit

Permalink
Fix internal dependencies (#3003) for main build
Browse files Browse the repository at this point in the history
* fix internal dependencies

Signed-off-by: simvalery <[email protected]>

* fix internal dependencies

Signed-off-by: simvalery <[email protected]>

* fix internal dependencies

Signed-off-by: simvalery <[email protected]>

---------

Signed-off-by: simvalery <[email protected]>
  • Loading branch information
simvalery authored Dec 11, 2023
1 parent c0e1d36 commit 35f0b4a
Show file tree
Hide file tree
Showing 14 changed files with 63 additions and 27 deletions.
3 changes: 3 additions & 0 deletions analytics-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
"@interfaces": "dist/interfaces",
"@middlewares": "dist/middlewares"
},
"resolutions": {
"@azure/core-rest-pipeline": "1.12.1"
},
"author": "Envision Blockchain Solutions <[email protected]>",
"dependencies": {
"@guardian/common": "^2.19.0",
Expand Down
9 changes: 6 additions & 3 deletions api-gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,13 @@
"@auth": "dist/auth",
"@subscribers": "dist/subscribers"
},
"resolutions": {
"@azure/core-rest-pipeline": "1.12.1"
},
"author": "Envision Blockchain Solutions <[email protected]>",
"dependencies": {
"@guardian/common": "^2.19.0",
"@guardian/interfaces": "^2.19.0",
"@guardian/common": "^2.19.0",
"@guardian/interfaces": "^2.19.0",
"@nestjs/common": "^9.4.1",
"@nestjs/core": "^9.4.1",
"@nestjs/jwt": "^10.0.3",
Expand Down Expand Up @@ -77,5 +80,5 @@
"start": "node dist/index.js",
"test": "mocha tests/**/*.test.js --reporter mocha-junit-reporter --reporter-options mochaFile=../test_results/ui-service.xml"
},
"version": "2.19.0"
"version": "2.19.0"
}
3 changes: 3 additions & 0 deletions application-events/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
"keywords": [],
"author": "",
"license": "ISC",
"resolutions": {
"@azure/core-rest-pipeline": "1.12.1"
},
"dependencies": {
"@guardian/common": "^2.13.0",
"@guardian/interfaces": "^2.13.0",
Expand Down
9 changes: 6 additions & 3 deletions auth-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@
"@helpers": "dist/helpers"
},
"author": "Envision Blockchain Solutions <[email protected]>",
"resolutions": {
"@azure/core-rest-pipeline": "1.12.1"
},
"dependencies": {
"@guardian/common": "^2.19.0",
"@guardian/interfaces": "^2.19.0",
"@guardian/common": "^2.19.0",
"@guardian/interfaces": "^2.19.0",
"@meeco/cryppo": "^2.0.2",
"@mikro-orm/core": "5.7.12",
"@mikro-orm/mongodb": "5.7.12",
Expand Down Expand Up @@ -69,5 +72,5 @@
"start": "node dist/index.js",
"test": "mocha tests/**/*.test.js --reporter mocha-junit-reporter --reporter-options mochaFile=../test_results/ui-service.xml"
},
"version": "2.19.0"
"version": "2.19.0"
}
7 changes: 5 additions & 2 deletions common/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
{
"author": "Envision Blockchain Solutions <[email protected]>",
"resolutions": {
"@azure/core-rest-pipeline": "1.12.1"
},
"dependencies": {
"@aws-sdk/client-secrets-manager": "^3.319.0",
"@azure/identity": "^3.2.2",
"@azure/keyvault-secrets": "^4.7.0",
"@google-cloud/secret-manager": "^4.2.2",
"@guardian/interfaces": "^2.19.0",
"@guardian/interfaces": "^2.19.0",
"@hashgraph/sdk": "2.34.1",
"@mattrglobal/jsonld-signatures-bbs": "^1.1.2",
"@meeco/cryppo": "^2.0.2",
Expand Down Expand Up @@ -77,5 +80,5 @@
"test:local": "mocha tests/**/*.test.js --exit",
"test:stability": "mocha tests/stability.test.js"
},
"version": "2.19.0"
"version": "2.19.0"
}
9 changes: 6 additions & 3 deletions guardian-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,12 @@
"@database-modules": "dist/database-modules/index"
},
"author": "Envision Blockchain Solutions <[email protected]>",
"resolutions": {
"@azure/core-rest-pipeline": "1.12.1"
},
"dependencies": {
"@guardian/common": "^2.19.0",
"@guardian/interfaces": "^2.19.0",
"@guardian/common": "^2.19.0",
"@guardian/interfaces": "^2.19.0",
"@hashgraph/sdk": "2.34.1",
"@mattrglobal/jsonld-signatures-bbs": "^1.1.2",
"@meeco/cryppo": "^2.0.2",
Expand Down Expand Up @@ -93,5 +96,5 @@
"test:local": "mocha tests/**/*.test.js --exit",
"test:stability": "mocha tests/stability.test.js"
},
"version": "2.19.0"
"version": "2.19.0"
}
2 changes: 1 addition & 1 deletion interfaces/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
"prepack": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "2.19.0"
"version": "2.19.0"
}
9 changes: 6 additions & 3 deletions logger-service/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"author": "Envision Blockchain Solutions <[email protected]>",
"resolutions": {
"@azure/core-rest-pipeline": "1.12.1"
},
"dependencies": {
"@guardian/common": "^2.19.0",
"@guardian/interfaces": "^2.19.0",
"@guardian/common": "^2.19.0",
"@guardian/interfaces": "^2.19.0",
"@mikro-orm/core": "5.7.12",
"@mikro-orm/mongodb": "5.7.12",
"@nestjs/common": "^9.4.1",
Expand Down Expand Up @@ -48,5 +51,5 @@
"start": "node dist/index.js",
"watch": "nodemon src/index.ts"
},
"version": "2.19.0"
"version": "2.19.0"
}
7 changes: 5 additions & 2 deletions mrv-sender/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"author": "Envision Blockchain Solutions <[email protected]>",
"resolutions": {
"@azure/core-rest-pipeline": "1.12.1"
},
"dependencies": {
"@guardian/common": "^2.19.0",
"@guardian/common": "^2.19.0",
"@transmute/credentials-context": "0.7.0-unstable.80",
"@transmute/did-context": "0.7.0-unstable.80",
"@transmute/ed25519-signature-2018": "0.7.0-unstable.80",
Expand Down Expand Up @@ -39,5 +42,5 @@
"dev:docker": "nodemon .",
"start": "node dist/index.js"
},
"version": "2.19.0"
"version": "2.19.0"
}
9 changes: 6 additions & 3 deletions notification-service/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"author": "Envision Blockchain Solutions <[email protected]>",
"resolutions": {
"@azure/core-rest-pipeline": "1.12.1"
},
"dependencies": {
"@guardian/common": "^2.19.0",
"@guardian/interfaces": "^2.19.0",
"@guardian/common": "^2.19.0",
"@guardian/interfaces": "^2.19.0",
"@mikro-orm/core": "5.7.12",
"@mikro-orm/mongodb": "5.7.12",
"@nestjs/common": "^9.4.1",
Expand Down Expand Up @@ -47,5 +50,5 @@
"start": "node dist/index.js",
"watch": "nodemon src/index.ts"
},
"version": "2.19.0"
"version": "2.19.0"
}
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"name": "guardian",
"private": true,
"packageManager": "[email protected]",
"resolutions": {
"@azure/core-rest-pipeline": "1.12.1"
},
"workspaces": [
"interfaces",
"common",
Expand All @@ -18,7 +21,7 @@
"api-tests",
"notification-service"
],
"version": "2.19.0",
"version": "2.19.0",
"devDependencies": {
"detect-secrets": "^1.0.6"
},
Expand Down
3 changes: 3 additions & 0 deletions policy-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
"@analytics": "dist/analytics/index"
},
"author": "Envision Blockchain Solutions <[email protected]>",
"resolutions": {
"@azure/core-rest-pipeline": "1.12.1"
},
"dependencies": {
"@guardian/common": "2.19.0",
"@guardian/interfaces": "2.19.0",
Expand Down
9 changes: 6 additions & 3 deletions worker-service/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"author": "Envision Blockchain Solutions <[email protected]>",
"resolutions": {
"@azure/core-rest-pipeline": "1.12.1"
},
"dependencies": {
"@guardian/common": "^2.19.0",
"@guardian/interfaces": "^2.19.0",
"@guardian/common": "^2.19.0",
"@guardian/interfaces": "^2.19.0",
"@hashgraph/sdk": "2.34.1",
"@nestjs/common": "^9.4.1",
"@nestjs/core": "^9.4.1",
Expand Down Expand Up @@ -59,5 +62,5 @@
"start": "node dist/index.js",
"test": "mocha tests/**/*.test.js --reporter mocha-junit-reporter --reporter-options mochaFile=../test_results/worker-service.xml --exit"
},
"version": "2.19.0"
"version": "2.19.0"
}
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -566,8 +566,8 @@ __metadata:
linkType: hard

"@azure/core-rest-pipeline@npm:^1.1.0, @azure/core-rest-pipeline@npm:^1.3.0, @azure/core-rest-pipeline@npm:^1.8.0, @azure/core-rest-pipeline@npm:^1.9.1":
version: 1.12.0
resolution: "@azure/core-rest-pipeline@npm:1.12.0"
version: 1.12.1
resolution: "@azure/core-rest-pipeline@npm:1.12.1"
dependencies:
"@azure/abort-controller": ^1.0.0
"@azure/core-auth": ^1.4.0
Expand All @@ -578,7 +578,7 @@ __metadata:
http-proxy-agent: ^5.0.0
https-proxy-agent: ^5.0.0
tslib: ^2.2.0
checksum: f0cb072cfc7b2e6a41f5d048490794f9d8cf16666e1b1f481d6d29523fc3f4e006e40eb1c98950d669f2f637116b61b7a47432cec250b32b43118cecc93d2099
checksum: 21ffe73d6a3cef125be313d9259d2752902a065bd59ffcaaae79a99d2851959a8aa01c416a80c21e74240176bedc24e11a30390af3e11b5cad541893188c958e
languageName: node
linkType: hard

Expand Down

0 comments on commit 35f0b4a

Please sign in to comment.