Skip to content

Commit

Permalink
Merge pull request #191 from axa-group/ntk/bump
Browse files Browse the repository at this point in the history
Bump dependencies
  • Loading branch information
nulltoken authored Jun 28, 2022
2 parents a4227c6 + 2934ba6 commit c14ea59
Show file tree
Hide file tree
Showing 3 changed files with 1,112 additions and 1,377 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.3.2](https://github.com/axa-group/oauth2-mock-server/compare/v4.3.1...v4.3.2) — 2022-06-27

### Changed

- Update dependencies

## [4.3.1](https://github.com/axa-group/oauth2-mock-server/compare/v4.3.0...v4.3.1) — 2022-03-29

### Security
Expand Down
45 changes: 23 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "oauth2-mock-server",
"version": "4.3.1",
"version": "4.3.2",
"description": "OAuth 2 mock server",
"keywords": [
"oauth",
Expand Down Expand Up @@ -51,42 +51,43 @@
},
"dependencies": {
"basic-auth": "^2.0.1",
"body-parser": "^1.19.2",
"body-parser": "^1.20.0",
"cors": "^2.8.5",
"express": "^4.17.3",
"jose": "^4.6.0",
"express": "^4.18.1",
"jose": "^4.8.1",
"lodash.isplainobject": "^4.0.6",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/basic-auth": "^1.1.3",
"@types/cors": "^2.8.12",
"@types/express": "^4.17.13",
"@types/jest": "^27.4.1",
"@types/lodash.isplainobject": "^4.0.6",
"@types/node": "^12.20.47",
"@types/jest": "^28.1.3",
"@types/lodash.isplainobject": "^4.0.7",
"@types/node": "^12.20.55",
"@types/supertest": "^2.0.12",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"eslint": "^8.12.0",
"@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.29.0",
"eslint": "^8.18.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jest": "^26.1.3",
"eslint-plugin-jsdoc": "^38.1.3",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^26.5.3",
"eslint-plugin-jsdoc": "^38.1.6",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^27.5.1",
"jest-junit": "^13.0.0",
"prettier": "^2.6.1",
"jest": "^28.1.1",
"jest-junit": "^14.0.0",
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
"supertest": "^6.2.2",
"ts-jest": "^27.1.4",
"ts-node": "^10.7.0",
"typescript": "^4.6.3"
"supertest": "^6.2.3",
"ts-jest": "^28.0.5",
"ts-node": "^10.8.1",
"typescript": "^4.7.4"
},
"resolutions": {
"@types/node": "^12.20.47",
"@types/node": "^12",
"@types/superagent": "4.1.14",
"superagent": "7.1.1"
"superagent": "7.1.6",
"eslint-plugin-jsdoc": "^38"
}
}
Loading

0 comments on commit c14ea59

Please sign in to comment.