Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,348 changes: 754 additions & 594 deletions package-lock.json
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2 Open source vulnerabilities detected - medium severity
Aikido detected 2 vulnerabilities across 2 packages, it includes 2 medium vulnerabilities.

Details

Remediation Aikido suggests bumping the vulnerable packages to a safe version.

Reply @AikidoSec ignore: [REASON] to ignore this issue.
More info

Large diffs are not rendered by default.

30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,38 +18,38 @@
"url": "https://github.com/aligent/microservice-development-utilities.git"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.922.0",
"@aws-sdk/client-ssm": "^3.922.0",
"@aws-sdk/client-s3": "^3.1041.0",
"@aws-sdk/client-ssm": "^3.1041.0",
"@redocly/openapi-core": "^1.34.2",
"object-hash": "^3.0.0",
"openapi-typescript": "7.7.3",
"openapi-typescript": "7.13.0",
"ts-morph": "^27.0.2"
},
"devDependencies": {
"@aligent/ts-code-standards": "^4.2.0",
"@nx/devkit": "22.4.2",
"@nx/eslint": "22.4.2",
"@nx/eslint-plugin": "22.4.2",
"@nx/js": "22.4.2",
"@nx/plugin": "22.4.2",
"@nx/vitest": "22.4.2",
"@nx/web": "22.4.2",
"@nx/devkit": "22.7.1",
"@nx/eslint": "22.7.1",
"@nx/eslint-plugin": "22.7.1",
"@nx/js": "22.7.1",
"@nx/plugin": "22.7.1",
"@nx/vitest": "22.7.1",
"@nx/web": "22.7.1",
"@smithy/util-stream": "^3.2.1",
"@swc-node/register": "^1.11.1",
"@swc/core": "^1.11.24",
"@types/node": "^22.15.3",
"@types/object-hash": "^3.0.6",
"@types/prompts": "^2.4.9",
"@vitest/coverage-v8": "4.0.9",
"@vitest/ui": "4.0.9",
"@vitest/coverage-v8": "4.1.5",
"@vitest/ui": "4.1.5",
"aws-sdk-client-mock": "^4.1.0",
"create-nx-workspace": "22.4.2",
"create-nx-workspace": "22.7.1",
"eslint": "^9.39.0",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-import": "^2.32.0",
"jiti": "2.6.1",
"jsonc-eslint-parser": "^2.4.1",
"nx": "22.4.2",
"nx": "22.7.1",
"oauth-sign": "^0.9.0",
"openapi-fetch": "^0.17.0",
"prettier": "^3.6.2",
Expand All @@ -59,7 +59,7 @@
"typescript": "^5.9.3",
"verdaccio": "^6.2.4",
"vite": "7.3.1",
"vitest": "4.0.9",
"vitest": "4.1.5",
"yargs": "^18.0.0"
},
"overrides": {
Expand Down
4 changes: 2 additions & 2 deletions packages/create-workspace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"directory": "packages/create-workspace"
},
"dependencies": {
"@nx/devkit": "22.4.2",
"create-nx-workspace": "22.4.2",
"@nx/devkit": "22.7.1",
"create-nx-workspace": "22.7.1",
"prompts": "^2.4.2",
"yargs": "^18.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/microservice-util-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"directory": "packages/microservice-util-lib"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.922.0",
"@aws-sdk/client-ssm": "^3.922.0",
"@aws-sdk/client-s3": "^3.1041.0",
"@aws-sdk/client-ssm": "^3.1041.0",
"oauth-sign": "^0.9.0",
"object-hash": "^3.0.0",
"openapi-fetch": "^0.17.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/nx-appbuilder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"directory": "packages/nx-appbuilder"
},
"dependencies": {
"@nx/devkit": "22.4.2",
"enquirer": "^2.3.6"
"@nx/devkit": "22.7.1",
"enquirer": "^2.4.1"
},
"generators": "./generators.json",
"author": "Aligent",
Expand Down
2 changes: 1 addition & 1 deletion packages/nx-cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"directory": "packages/nx-cdk"
},
"dependencies": {
"@nx/devkit": "22.4.2",
"@nx/devkit": "22.7.1",
"ts-morph": "^27.0.2"
},
"generators": "./generators.json",
Expand Down
4 changes: 2 additions & 2 deletions packages/nx-openapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"directory": "packages/nx-openapi"
},
"dependencies": {
"@nx/devkit": "22.4.2",
"@nx/devkit": "22.7.1",
"@redocly/openapi-core": "^1.34.2",
"openapi-typescript": "7.7.3",
"openapi-typescript": "7.13.0",
"ts-morph": "^27.0.2",
"typescript": "^5.9.3"
},
Expand Down
Loading