Skip to content

Commit

Permalink
Merge pull request #284 from axa-group/ntk/version
Browse files Browse the repository at this point in the history
Version 7.1.0
  • Loading branch information
nulltoken authored Oct 23, 2023
2 parents da43109 + 3c64373 commit 64c47a7
Show file tree
Hide file tree
Showing 3 changed files with 325 additions and 300 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.

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

## [7.1.0](https://github.com/axa-group/oauth2-mock-server/compare/v7.0.0...v7.1.0) — 2023-10-23

### Added

- Add support for "aud" claim in "client_credentials" grants (by [kadams54](https://github.com/kadams54))

### Changed

- Update dependencies

## [7.0.0](https://github.com/axa-group/oauth2-mock-server/compare/v6.0.1...v7.0.0) — 2023-10-04

### Changed
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oauth2-mock-server",
"version": "7.0.0",
"version": "7.1.0",
"description": "OAuth 2 mock server",
"keywords": [
"oauth",
Expand Down Expand Up @@ -52,23 +52,23 @@
"cors": "^2.8.5",
"express": "^4.18.2",
"is-plain-obj": "^4.1.0",
"jose": "^4.14.6"
"jose": "^4.15.4"
},
"devDependencies": {
"@types/basic-auth": "^1.1.4",
"@types/cors": "^2.8.14",
"@types/express": "^4.17.18",
"@types/node": "^18.18.1",
"@types/supertest": "^2.0.13",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"@types/basic-auth": "^1.1.5",
"@types/cors": "^2.8.15",
"@types/express": "^4.17.20",
"@types/node": "^18.18.6",
"@types/supertest": "^2.0.15",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"@vitest/coverage-v8": "^0.34.6",
"eslint": "^8.50.0",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsdoc": "^46.8.2",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-vitest": "^0.3.1",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-vitest": "^0.3.8",
"prettier": "^3.0.3",
"rimraf": "^5.0.5",
"supertest": "^6.3.3",
Expand Down
Loading

0 comments on commit 64c47a7

Please sign in to comment.