Skip to content

Commit

Permalink
fix: npm audit
Browse files Browse the repository at this point in the history
  • Loading branch information
ynyany committed Mar 27, 2023
1 parent fe496f8 commit c80ea0f
Show file tree
Hide file tree
Showing 15 changed files with 1,778 additions and 3,817 deletions.
2,465 changes: 621 additions & 1,844 deletions source/integration-tests/package-lock.json

Large diffs are not rendered by default.

13 changes: 7 additions & 6 deletions source/integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,10 @@
"all": "npm run lint && npm run build && npm run test"
},
"dependencies": {
"@aws-cdk/assert": "^2.50.0",
"@types/node": "10.17.5",
"aws-cdk": "1.139.0"
"aws-cdk-lib": "^2.50.0"
},
"devDependencies": {
"@aws-cdk/assert": "^2.50.0",
"@aws-sdk/client-auto-scaling": "^3.27.0",
"@aws-sdk/client-cloudformation": "^3.28.0",
"@aws-sdk/client-dynamodb": "^3.28.0",
Expand All @@ -26,8 +25,9 @@
"@aws-sdk/credential-providers": "^3.27.0",
"@aws-sdk/util-dynamodb": "^3.28.0",
"@types/jest": "^26.0.20",
"@types/node": "^10.17.5",
"@types/node": "^18.15.10",
"@types/uuid": "^8.3.0",
"@types/webpack": "^5.28.0",
"@typescript-eslint/eslint-plugin": "^4.13.0",
"@typescript-eslint/parser": "^4.13.0",
"aws-cdk-lib": "^2.50.0",
Expand All @@ -45,8 +45,9 @@
"short-uuid": "^4.2.0",
"source-map-support": "^0.5.19",
"ts-jest": "^29.0.3",
"ts-loader": "^8.0.14",
"ts-loader": "^9.4.2",
"ts-mockito": "^2.6.1",
"typescript": "4.9.4"
"ts-node": "^8.1.0",
"typescript": "^4.8.4"
}
}
170 changes: 49 additions & 121 deletions source/lambda/app-registry-cr/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions source/lambda/app-registry-cr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"devDependencies": {
"@types/aws-lambda": "^8.10.109",
"babel-loader": "^9.1.0",
"ts-loader": "^8.0.14",
"ts-loader": "^9.4.2",
"ts-mockito": "^2.6.1",
"typescript": "^4.1.3",
"webpack": "^5.13.0",
"webpack": "^5.76.3",
"webpack-cli": "^4.3.1",
"webpack-node-externals": "^2.5.2"
},
Expand Down
Loading

0 comments on commit c80ea0f

Please sign in to comment.