Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency serverless-offline to v6.9.0 - autoclosed #35

Closed
wants to merge 35 commits into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 23, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
serverless-offline 6.0.0 -> 6.9.0 age adoption passing confidence

Release Notes

dherault/serverless-offline

v6.9.0

Compare Source

New feature:
Bug fixes:
Chores

v6.8.0

Compare Source

New feature:
Bug fixes:
Chores
  • Add PR template and change node 13 to 14 for tests #​1088
  • Update sub-dependency bl using resolution for critical cve #​1087
  • Update example deps and remove example package lock files #​1086

v6.7.0

Compare Source

New Features:

  • Fix for not allowing caching #​931

v6.6.0

Compare Source

New features:

  • JWT token contains multiple audience values (eg, Auth0) #​1070
  • Support WebSocket timeouts limits & fix connectedAt context attribute #​1068

Bug fixes:

  • Regression: randomly generated API key is not displayed if no API key is defined #​1066
  • Handle undefined environment variables in resolveJoins #​1047

Misc:

v6.5.0

Compare Source

New features:

  • JSON schema validation for http request body #​1046
  • Resolve Fn::Join in environment variables #​1032

Bug fixes:

  • Fix Api Gateway Proxy logs #​1042
  • Add IS_OFFLINE env var to all handler runners #​1038
  • fix greedy path for proxy #​1030
  • Add optional JWT authorizer for HttpApi events #​1022
  • Fix security vulnerabilities #​1021

Misc:

v6.4.0

Compare Source

v6.3.2

Compare Source

Bug fix:

v6.3.1

Compare Source

Bug fix:

Enhancements:

v6.3.0

Compare Source

New features:

  • process.env.IS_OFFLINE set to "true"

Refactoring:

v6.2.0

Compare Source

New features:

Bug fixes:

  • Fix Python runtime no windows #​991

v6.1.7

Compare Source

v6.1.6

Compare Source

v6.1.5

Compare Source

v6.1.4

Compare Source

v6.1.3

Compare Source

v6.1.2

Compare Source

Minor fixes to terminal display

v6.1.1

Compare Source

v6.1.0

Compare Source


Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box.

This PR has been generated by WhiteSource Renovate. View repository job log here.

dependabot bot and others added 30 commits October 19, 2020 22:07
Bumps [object-path](https://github.com/mariocasciaro/object-path) from 0.11.4 to 0.11.5.
- [Release notes](https://github.com/mariocasciaro/object-path/releases)
- [Commits](https://github.com/mariocasciaro/object-path/commits)

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](npm/ini@v1.3.5...v1.3.7)

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/y18n/commits)

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.17.15...4.17.21)

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2.
- [Release notes](https://github.com/gulpjs/glob-parent/releases)
- [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md)
- [Commits](gulpjs/glob-parent@v5.1.1...v5.1.2)

---
updated-dependencies:
- dependency-name: glob-parent
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [postcss](https://github.com/postcss/postcss) from 7.0.27 to 7.0.36.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@7.0.27...7.0.36)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
…7.0.36

Bump postcss from 7.0.27 to 7.0.36
…ent-5.1.2

Bump glob-parent from 5.1.1 to 5.1.2
…17.21

Bump lodash from 4.17.15 to 4.17.21
…th-0.11.5

Bump object-path from 0.11.4 to 0.11.5
Bumps [ws](https://github.com/websockets/ws) from 5.2.2 to 5.2.3.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@5.2.2...5.2.3)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [dot-prop](https://github.com/sindresorhus/dot-prop) from 4.2.0 to 4.2.1.
- [Release notes](https://github.com/sindresorhus/dot-prop/releases)
- [Commits](sindresorhus/dot-prop@v4.2.0...v4.2.1)

---
updated-dependencies:
- dependency-name: dot-prop
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
chore(deps): update dependency y18n to 4.0.1 [security]
chore(deps): update dependency ws to 6.2.2 [security]
chore(deps): update dependency postcss to 7.0.36 [security]
…bility

chore(deps): update dependency object-path to 0.11.5 [security]
…rability

chore(deps): update dependency normalize-url to 4.5.1 [security]
chore(deps): update dependency dot-prop to 4.2.1 [security]
chore(deps): update dependency bl to 1.2.3 [security]
mdnorman added a commit that referenced this pull request Oct 9, 2021
chore(deps): update dependency ws to 7.4.6 [security]
@renovate renovate bot changed the title chore(deps): update dependency serverless-offline to v6.9.0 chore(deps): update dependency serverless-offline to v6.9.0 - autoclosed Oct 9, 2021
@renovate renovate bot closed this Oct 9, 2021
@renovate renovate bot deleted the renovate/serverless-offline-6.x branch October 9, 2021 22:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants