Skip to content

Commit

Permalink
Bump serverless-wsgi from 3.0.1 to 3.0.2 in /cla-backend
Browse files Browse the repository at this point in the history
Bumps [serverless-wsgi](https://github.com/logandk/serverless-wsgi) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/logandk/serverless-wsgi/releases)
- [Changelog](https://github.com/logandk/serverless-wsgi/blob/master/CHANGELOG.md)
- [Commits](logandk/serverless-wsgi@3.0.1...3.0.2)

---
updated-dependencies:
- dependency-name: serverless-wsgi
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 27, 2023
1 parent 088e090 commit 386f01d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cla-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"serverless-plugin-tracing": "^2.0.0",
"serverless-prune-plugin": "^2.0.2",
"serverless-python-requirements": "^6.0.0",
"serverless-wsgi": "^3.0.1"
"serverless-wsgi": "^3.0.2"
},
"resolutions": {
"ansi-regex": "^5.0.1",
Expand Down
8 changes: 4 additions & 4 deletions cla-backend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3268,10 +3268,10 @@ serverless-python-requirements@^6.0.0:
sha256-file "1.0.0"
shell-quote "^1.7.4"

serverless-wsgi@^3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/serverless-wsgi/-/serverless-wsgi-3.0.1.tgz#33bf093302badd90a1bbe8ab66dbba7ae19319e0"
integrity sha512-FPwdCSKcvtW8bVUO+watXqcjBZ+Gq1ZxKZCT6P71KuNTkx01RyMzp0a0Fsp5nHE3ieYem8cepTYjvUH8SZOojg==
serverless-wsgi@^3.0.2:
version "3.0.2"
resolved "https://registry.yarnpkg.com/serverless-wsgi/-/serverless-wsgi-3.0.2.tgz#25cce3ecdb9eb27622804e6b5f9c9aefd3b0adad"
integrity sha512-9cu+WPxS2+YNpptFOCCp5Wq2+M6Dfjg7QV/SyLcW20OM7DE5zprI4SduMU0Dq3fXRVXFUdH4E0ll57s/FqIPeQ==
dependencies:
bluebird "^3.7.2"
fs-extra "^10.1.0"
Expand Down

0 comments on commit 386f01d

Please sign in to comment.