Skip to content

Commit

Permalink
Bump oauth2-mock-server from 5.0.2 to 6.0.0
Browse files Browse the repository at this point in the history
Bumps [oauth2-mock-server](https://github.com/axa-group/oauth2-mock-server) from 5.0.2 to 6.0.0.
- [Release notes](https://github.com/axa-group/oauth2-mock-server/releases)
- [Changelog](https://github.com/axa-group/oauth2-mock-server/blob/master/CHANGELOG.md)
- [Commits](axa-group/oauth2-mock-server@v5.0.2...v6.0.0)

---
updated-dependencies:
- dependency-name: oauth2-mock-server
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 20, 2023
1 parent 6e7fa89 commit 2625ed0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"cypress-wait-until": "^1.7.1",
"eslint-plugin-cypress": "^2.11.2",
"json-server": "^0.17.0",
"oauth2-mock-server": "^5.0.0"
"oauth2-mock-server": "^6.0.0"
}
}
15 changes: 7 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6843,7 +6843,7 @@ [email protected]:
type-is "~1.6.18"
unpipe "1.0.0"

[email protected], body-parser@^1.19.0, body-parser@^1.20.1:
[email protected], body-parser@^1.19.0:
version "1.20.2"
resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.20.2.tgz#6feb0e21c4724d06de7ff38da36dad4f57a747fd"
integrity sha512-ml9pReCu3M61kGlqoTm2umSXTlRTuGTx0bfYj+uIUKKYycG5NtSbeetV3faSU6R7ajOPw0g/J1PvK4qNy7s5bA==
Expand Down Expand Up @@ -13764,7 +13764,7 @@ joi@^17.4.0:
"@sideway/formula" "^3.0.1"
"@sideway/pinpoint" "^2.0.0"

jose@^4.12.0:
jose@^4.14.4:
version "4.14.4"
resolved "https://registry.yarnpkg.com/jose/-/jose-4.14.4.tgz#59e09204e2670c3164ee24cbfe7115c6f8bff9ca"
integrity sha512-j8GhLiKmUAh+dsFXlX1aJCbt5KMibuKb+d7j1JaOJG6s2UjX1PQlW+OKB/sD4a/5ZYF4RcmYmLSndOoU3Lt/3g==
Expand Down Expand Up @@ -15875,16 +15875,15 @@ oauth-sign@~0.9.0:
resolved "https://registry.yarnpkg.com/oauth-sign/-/oauth-sign-0.9.0.tgz#47a7b016baa68b5fa0ecf3dee08a85c679ac6455"
integrity sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==

oauth2-mock-server@^5.0.0:
version "5.0.2"
resolved "https://registry.yarnpkg.com/oauth2-mock-server/-/oauth2-mock-server-5.0.2.tgz#b261435daef5c41b2d070f3e71cb82a61246e51e"
integrity sha512-zRnyogLY9KQIsKDAgADO7Bini8xeridSA61qxS9yIdLMJIHrc+vW+GIduFptNX/STM3eRUJJqIWtbNWmxEfQ/A==
oauth2-mock-server@^6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/oauth2-mock-server/-/oauth2-mock-server-6.0.0.tgz#b922a4c76eabfcbb4d56ad638e01f5f50c11ed71"
integrity sha512-Btw21gMd8vUzTt6VzKHkkJDkd+wPynTRxsR/DaXNe3hBUF+o+4hmiLlyKo/9Zb1TxWjnajfL2HD2OXOZyjZWsQ==
dependencies:
basic-auth "^2.0.1"
body-parser "^1.20.1"
cors "^2.8.5"
express "^4.18.2"
jose "^4.12.0"
jose "^4.14.4"
lodash.isplainobject "^4.0.6"
uuid "^9.0.0"

Expand Down

0 comments on commit 2625ed0

Please sign in to comment.