Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
Fixing critical vulnerability in dependencies feydan#11
  • Loading branch information
ARX-7 authored Dec 19, 2023
1 parent 884af03 commit 0e0cf96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
},
"devDependencies": {
"@types/node": "10.17.27",
"aws-cdk": "2.3.0",
"aws-cdk": "^2.3.0",
"ts-node": "^9.0.0",
"typescript": "~3.9.7",
"@aws-sdk/client-ec2": "3.45.0",
"esbuild": "0.14.10"
},
"dependencies": {
"aws-cdk-lib": "2.3.0",
"aws-cdk-lib": "^2.3.0",
"constructs": "^10.0.0",
"source-map-support": "^0.5.16"
}
}
}

0 comments on commit 0e0cf96

Please sign in to comment.