Skip to content

Commit

Permalink
Merge pull request #286 from swrlab/dev/security-fix
Browse files Browse the repository at this point in the history
Dev/security fix
  • Loading branch information
rafaelmaeuer authored Mar 21, 2022
2 parents a21992f + a0b15e1 commit 6116e89
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 313 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [1.2.9] - 2022-03-17

- add: new deploy-process for prod
- chore: remove `eslint-plugin-swr`
- chore: update peer-dependencies
- security: fix `CVE-2022-24772`

Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ This source code is provided under EUPL v1.2, except for the [`spdx-exceptions`]
| NPM DEV | `dotenv` | [BSD-2-Clause](https://github.com/motdotla/dotenv/blob/master/LICENSE) |
| NPM DEV | `eslint` | [MIT](https://github.com/eslint/eslint/blob/master/LICENSE) |
| NPM DEV | `eslint-plugin-chai-friendly` | [MIT](https://github.com/ihordiachenko/eslint-plugin-chai-friendly/blob/master/LICENSE) |
| NPM DEV | `eslint-plugin-swr` | [ISC](https://github.com/swrlab/eslint-plugin-swr/blob/main/package.json) |
| NPM DEV | `license-compliance` | [MIT](https://github.com/tmorell/license-compliance/blob/master/LICENSE) |
| NPM DEV | `mocha` | [MIT](https://github.com/mochajs/mocha/blob/master/LICENSE) |
| NPM DEV | `nodemon` | [MIT](https://github.com/remy/nodemon/blob/master/LICENSE) |
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
"dotenv": "^16.0.0",
"eslint": "^8.11.0",
"eslint-plugin-chai-friendly": "^0.7.2",
"eslint-plugin-swr": "0.0.5",
"license-compliance": "^1.2.3",
"mocha": "^9.2.2",
"nodemon": "^2.0.15",
Expand Down
Loading

0 comments on commit 6116e89

Please sign in to comment.