Skip to content

Commit 64c47a7

Browse files
authored
Merge pull request #284 from axa-group/ntk/version
Version 7.1.0
2 parents da43109 + 3c64373 commit 64c47a7

File tree

3 files changed

+325
-300
lines changed

3 files changed

+325
-300
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
66

7+
## [7.1.0](https://github.com/axa-group/oauth2-mock-server/compare/v7.0.0...v7.1.0) — 2023-10-23
8+
9+
### Added
10+
11+
- Add support for "aud" claim in "client_credentials" grants (by [kadams54](https://github.com/kadams54))
12+
13+
### Changed
14+
15+
- Update dependencies
16+
717
## [7.0.0](https://github.com/axa-group/oauth2-mock-server/compare/v6.0.1...v7.0.0) — 2023-10-04
818

919
### Changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oauth2-mock-server",
3-
"version": "7.0.0",
3+
"version": "7.1.0",
44
"description": "OAuth 2 mock server",
55
"keywords": [
66
"oauth",
@@ -52,23 +52,23 @@
5252
"cors": "^2.8.5",
5353
"express": "^4.18.2",
5454
"is-plain-obj": "^4.1.0",
55-
"jose": "^4.14.6"
55+
"jose": "^4.15.4"
5656
},
5757
"devDependencies": {
58-
"@types/basic-auth": "^1.1.4",
59-
"@types/cors": "^2.8.14",
60-
"@types/express": "^4.17.18",
61-
"@types/node": "^18.18.1",
62-
"@types/supertest": "^2.0.13",
63-
"@typescript-eslint/eslint-plugin": "^6.7.3",
64-
"@typescript-eslint/parser": "^6.7.3",
58+
"@types/basic-auth": "^1.1.5",
59+
"@types/cors": "^2.8.15",
60+
"@types/express": "^4.17.20",
61+
"@types/node": "^18.18.6",
62+
"@types/supertest": "^2.0.15",
63+
"@typescript-eslint/eslint-plugin": "^6.8.0",
64+
"@typescript-eslint/parser": "^6.8.0",
6565
"@vitest/coverage-v8": "^0.34.6",
66-
"eslint": "^8.50.0",
66+
"eslint": "^8.52.0",
6767
"eslint-config-prettier": "^9.0.0",
68-
"eslint-plugin-import": "^2.28.1",
68+
"eslint-plugin-import": "^2.29.0",
6969
"eslint-plugin-jsdoc": "^46.8.2",
70-
"eslint-plugin-prettier": "^5.0.0",
71-
"eslint-plugin-vitest": "^0.3.1",
70+
"eslint-plugin-prettier": "^5.0.1",
71+
"eslint-plugin-vitest": "^0.3.8",
7272
"prettier": "^3.0.3",
7373
"rimraf": "^5.0.5",
7474
"supertest": "^6.3.3",

0 commit comments

Comments
 (0)