oauthjs / express-oauth-server

Complete, compliant and well tested module for implementing an OAuth2 Server/Provider with express in node.js
MIT License
484 stars 384 forks source link

Bump supertest from 0.15.0 to 6.0.1 #117

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 4 years ago

Bumps supertest from 0.15.0 to 6.0.1.

Release notes

Sourced from supertest's releases.

v6.0.1

  • Merge pull request #682 from vukanac/master a4c4596
  • Removes space in front of backticks for code blocks in README.md f635fce

https://github.com/visionmedia/supertest/compare/v6.0.0...v6.0.1

v6.0.0

  • Merge pull request #515 from holidaycheck/set-host-header-instead-of-adapting-url 7114571
  • Set host header instead of host in url de056d2

https://github.com/visionmedia/supertest/compare/v5.0.0...v6.0.0

v5.0.0

  • Merge pull request #673 from visionmedia/v5.0.0-1 59d4e08
  • Merge pull request #671 from galuszkak/feature/upgrade-packages f503048

https://github.com/visionmedia/supertest/compare/v5.0.0-0...v5.0.0

v5.0.0-0

  • Merge pull request #601 from visionmedia/pre-release ed9d49f
  • chore(.travis.yml) run test for lts node version 24fc11c
  • feat(package.json) packages updated + versions fixed 753e7fb
  • feat(global) force strict mode to be eslint compliant 64c8e79
  • chore(deps): bump eslint-utils from 1.3.1 to 1.4.2 (#595) e27bd21
  • chore(deps): bump lodash from 4.17.11 to 4.17.15 (#594) 69d7930
  • chore(deps): bump mixin-deep from 1.3.1 to 1.3.2 (#593) f47f056

https://github.com/visionmedia/supertest/compare/v4.0.2...v5.0.0-0

v4.0.2

  • Merge pull request #563 from visionmedia/fix-documentation 1257283
  • Merge pull request #561 from fullstackmommy/assert-content-type-in-readme 436643c

https://github.com/visionmedia/supertest/compare/v4.0.1...v4.0.2

Fix - Superagent downgraded

  • Merge pull request #558 from visionmedia/hotfix 078c835

https://github.com/visionmedia/supertest/compare/v4.0.0...v4.0.1

v4.0.0

  • Merge pull request #539 from ozzywalsh/fix-agent-defaults abf6bc3
  • Merge pull request #554 from visionmedia/use-trust-localhost 5914936

https://github.com/visionmedia/supertest/compare/v3.4.2...v4.0.0

v3.4.2

  • PR-542 - Update dependencies. (thanks @rimiti)
  • PR-537 - Fix and update documentation. (thanks @rimiti)
  • PR-536 - Do not publish useless files. (thanks @rimiti)
Commits
  • 30b7210 6.0.1
  • a4c4596 Merge pull request #682 from vukanac/master
  • f635fce Removes space in front of backticks for code blocks in README.md
  • fced0be 6.0.0
  • 7114571 Merge pull request #515 from holidaycheck/set-host-header-instead-of-adapting...
  • 8b1a1d8 5.0.0
  • 59d4e08 Merge pull request #673 from visionmedia/v5.0.0-1
  • f503048 Merge pull request #671 from galuszkak/feature/upgrade-packages
  • 25dcfa7 chore: upgrade packages and adjust tests
  • 910a111 5.0.0-0
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by niftylettuce, a new releaser for supertest since your current version.


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
dependabot-preview[bot] commented 3 years ago

Superseded by #121.