Skip to content

Commit

Permalink
chore(deps-dev): bump serverless and @types/serverless (#109)
Browse files Browse the repository at this point in the history
Bumps [serverless](https://github.com/serverless/serverless) and [@types/serverless](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/serverless). These dependencies needed to be updated together.

Updates `serverless` from 3.33.0 to 3.34.0
- [Release notes](https://github.com/serverless/serverless/releases)
- [Changelog](https://github.com/serverless/serverless/blob/main/CHANGELOG.md)
- [Commits](serverless/serverless@v3.33.0...v3.34.0)

Updates `@types/serverless` from 3.12.13 to 3.12.14
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/serverless)

---
updated-dependencies:
- dependency-name: serverless
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: "@types/serverless"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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 Sep 1, 2023
1 parent bee76c0 commit 3140c2f
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 18 deletions.
68 changes: 52 additions & 16 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@types/chai-as-promised": "^7.1.5",
"@types/mocha": "^10.0.1",
"@types/node": "^20.5.7",
"@types/serverless": "^3.12.13",
"@types/serverless": "^3.12.14",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"c8": "^8.0.1",
Expand All @@ -67,7 +67,7 @@
"log": "^6.3.1",
"mocha": "^10.2.0",
"prettier": "^3.0.0",
"serverless": "^3.33.0",
"serverless": "^3.34.0",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
},
Expand Down

0 comments on commit 3140c2f

Please sign in to comment.