Skip to content

Commit

Permalink
fix(deps): bump aws-sdk in /apps/jira/functions (#8155)
Browse files Browse the repository at this point in the history
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.1646.0 to 2.1647.0.
- [Release notes](https://github.com/aws/aws-sdk-js/releases)
- [Commits](aws/aws-sdk-js@v2.1646.0...v2.1647.0)

---
updated-dependencies:
- dependency-name: aws-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jun 25, 2024
1 parent 5f8ecc3 commit 3053d1b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions apps/jira/functions/package-lock.json

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

2 changes: 1 addition & 1 deletion apps/jira/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"start": "npm run build && serverless offline --httpPort 3000"
},
"dependencies": {
"aws-sdk": "^2.1644.0",
"aws-sdk": "^2.1647.0",
"node-fetch": "^2.7.0"
},
"devDependencies": {
Expand Down

0 comments on commit 3053d1b

Please sign in to comment.