Skip to content
Open
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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@
},
"homepage": "https://github.com/aws-actions/amazon-ecs-deploy-task-definition#readme",
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/core": "^2.0.0",
"@aws-sdk/client-codedeploy": "^3.616.0",
"@aws-sdk/client-ecs": "^3.616.0",
"yaml": "^2.4.5"
},
"devDependencies": {
"@eslint/js": "^9.6.0",
"@vercel/ncc": "^0.38.1",
"eslint": "^9.7.0",
"eslint": "^9.26.0",
Comment on lines +28 to +36
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

critical

The package-lock.json file is out of sync with the dependency changes in package.json. This is a critical issue as it prevents reproducible builds and can lead to unexpected behavior in different environments.

Please run npm install to update package-lock.json and commit the resulting changes.

Additionally, please note that @actions/core has been upgraded from version 1 to version 2. This is a major version change and could introduce breaking changes. Thorough testing is recommended to ensure the action continues to function as expected after this upgrade.

"globals": "^15.8.0",
"jest": "^30.0.0"
}
Expand Down
Loading