diff --git a/package-lock.json b/package-lock.json index 00823c2..3b4386a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "@eslint/eslintrc": "^2.1.1", "@nestjs/platform-express": "^11.0.7", "@nestjs/schematics": "^11.0.0", - "@nestjs/testing": "^11.0.7", + "@nestjs/testing": "^11.0.11", "@nx/eslint": "20.4.0", "@nx/eslint-plugin": "20.4.0", "@nx/jest": "20.4.0", @@ -75,11 +75,21 @@ } }, "e2e/ory-integration": { - "version": "0.0.1", + "version": "0.0.2", "dependencies": { + "@getlarge/hydra-client-wrapper": "^0.3.2", + "@getlarge/keto-client-wrapper": "^0.6.2", + "@getlarge/keto-relations-parser": "^0.0.12", + "@getlarge/kratos-client-wrapper": "^0.2.3", + "@nestjs/axios": "^4.0.0", "@nestjs/common": "^11.0.7", "@nestjs/core": "^11.0.7", - "@nx/webpack": "20.4.0" + "@nx/webpack": "20.4.0", + "@ory/client": "^1.16.5", + "axios": "1.7.9", + "defekt": "^9.3.1", + "rxjs": "^7.8.0", + "tslib": "^2.7.0" } }, "e2e/ory-integration-e2e": { @@ -3048,9 +3058,9 @@ } }, "node_modules/@nestjs/testing": { - "version": "11.0.7", - "resolved": "https://registry.npmjs.org/@nestjs/testing/-/testing-11.0.7.tgz", - "integrity": "sha512-ZDvfhnPRWwdEBNfS96eYVlMbG/E/4ekHJy7cnbRdyu8wSHGSipdQ2fXEomDFevTY0FOuJGdgMyE+nwy4wsm8AQ==", + "version": "11.0.11", + "resolved": "https://registry.npmjs.org/@nestjs/testing/-/testing-11.0.11.tgz", + "integrity": "sha512-SoMIrhRpElV53btmGnEwpIQmXn2Xcztb9ae3lv+eVVnPHQuyB2zlgDIQVNjicbj7+3jdycX52KctOoj2eXEo1Q==", "dev": true, "license": "MIT", "dependencies": { @@ -19882,10 +19892,10 @@ }, "packages/keto-cli": { "name": "@getlarge/keto-cli", - "version": "0.2.10", + "version": "0.2.11", "license": "MIT", "dependencies": { - "@getlarge/keto-client-wrapper": "0.6.1", + "@getlarge/keto-client-wrapper": "0.6.2", "@getlarge/keto-relations-parser": "0.0.12", "nest-commander": "^3.16.0", "tslib": "^2.7.0" @@ -19907,7 +19917,7 @@ }, "packages/keto-client-wrapper": { "name": "@getlarge/keto-client-wrapper", - "version": "0.6.1", + "version": "0.6.2", "license": "MIT", "dependencies": { "@getlarge/keto-relations-parser": "0.0.12", diff --git a/package.json b/package.json index 91be8ce..ae543c3 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "@eslint/eslintrc": "^2.1.1", "@nestjs/platform-express": "^11.0.7", "@nestjs/schematics": "^11.0.0", - "@nestjs/testing": "^11.0.7", + "@nestjs/testing": "^11.0.11", "@nx/eslint": "20.4.0", "@nx/eslint-plugin": "20.4.0", "@nx/jest": "20.4.0",