Skip to content

Commit

Permalink
fix(deps): bump aws-sdk in /apps/jira/functions (#8621)
Browse files Browse the repository at this point in the history
Bumps [aws-sdk](https://github.com/aws/aws-sdk-js) from 2.1677.0 to 2.1678.0.
- [Release notes](https://github.com/aws/aws-sdk-js/releases)
- [Commits](aws/aws-sdk-js@v2.1677.0...v2.1678.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] authored Aug 20, 2024
1 parent 09746ce commit 2d9b9c1
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.1676.0",
"aws-sdk": "^2.1678.0",
"node-fetch": "^2.7.0"
},
"devDependencies": {
Expand Down

0 comments on commit 2d9b9c1

Please sign in to comment.