Skip to content

Commit

Permalink
Merge pull request #144 from axa-group/ntk/411
Browse files Browse the repository at this point in the history
Version 4.1.1
  • Loading branch information
nulltoken authored Nov 18, 2021
2 parents 57dd4ba + 709613d commit 30e27ec
Show file tree
Hide file tree
Showing 3 changed files with 408 additions and 452 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ 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/).

## [4.1.1](https://github.com/axa-group/oauth2-mock-server/compare/v4.1.0...v4.1.1) — 2021-11-18

### Fixed

- Fix regression: Prevent unhandled rejected promises when incorrectly invoking the /token endpoint

## [4.1.0](https://github.com/axa-group/oauth2-mock-server/compare/v4.0.0...v4.1.0) — 2021-11-15

### Added
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oauth2-mock-server",
"version": "4.1.0",
"version": "4.1.1",
"description": "OAuth 2 mock server",
"keywords": [
"oauth",
Expand Down Expand Up @@ -53,7 +53,7 @@
"basic-auth": "^2.0.1",
"cors": "^2.8.5",
"express": "^4.17.1",
"jose": "^4.0.1",
"jose": "^4.3.6",
"lodash.isplainobject": "^4.0.6",
"uuid": "^8.3.2"
},
Expand All @@ -63,24 +63,24 @@
"@types/express": "^4.17.13",
"@types/jest": "^27.0.2",
"@types/lodash.isplainobject": "^4.0.6",
"@types/node": "^12.20.33",
"@types/node": "^12.20.37",
"@types/supertest": "^2.0.11",
"@types/uuid": "^8.3.1",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"eslint": "^7.32.0",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"eslint": "^8.2.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jest": "^24.4.0",
"eslint-plugin-jsdoc": "^36.1.1",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jest": "^25.2.4",
"eslint-plugin-jsdoc": "^37.0.3",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^27.3.1",
"jest-junit": "^13.0.0",
"prettier": "^2.4.1",
"rimraf": "^3.0.2",
"supertest": "^6.1.6",
"ts-jest": "^27.0.7",
"ts-node": "^10.3.0",
"typescript": "^4.3.5"
"ts-node": "^10.4.0",
"typescript": "^4.4.4"
}
}
Loading

0 comments on commit 30e27ec

Please sign in to comment.