Skip to content

Commit

Permalink
Fix snyk error.
Browse files Browse the repository at this point in the history
Bump ecmascript version for eslint.
  • Loading branch information
ElJocko committed Jan 5, 2023
1 parent 6282aa5 commit 4d3abcc
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 165 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ globals:
Atomics: readonly
SharedArrayBuffer: readonly
parserOptions:
ecmaVersion: 11
ecmaVersion: 13
sourceType: module
ignorePatterns:
- node_modules/
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Please refer to our [Docker install instructions](https://github.com/center-for-

#### Requirements

- [Node.js](https://nodejs.org) version `18.2.1` or greater
- [Node.js](https://nodejs.org) version `18.12.1` or greater
- An instance of [MongoDB](https://www.mongodb.com/) version `4.4.x` or greater

#### Installation
Expand Down
181 changes: 19 additions & 162 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"express-openapi-validator": "^4.13.8",
"express-session": "^1.17.2",
"helmet": "^4.6.0",
"jsonwebtoken": "^8.5.1",
"jsonwebtoken": "^9.0.0",
"jwks-rsa": "^3.0.0",
"jwt-decode": "^3.1.2",
"lodash": "^4.17.21",
Expand Down

0 comments on commit 4d3abcc

Please sign in to comment.