Skip to content

Commit

Permalink
add resolution to fix CVE-2022-33987
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelmaeuer committed Jun 28, 2022
1 parent 5eb15d5 commit 311719d
Show file tree
Hide file tree
Showing 3 changed files with 140 additions and 99 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [1.3.5] - 2022-06-21

- security: fix `CVE-2022-24434` and `CVE-2022-32210`
- security:
- fix `CVE-2022-24434`
- fix `CVE-2022-32210`
- fix `CVE-2022-33987`
- update:
- github-actions to use latest versions
- @google-cloud/secret-manager to `v4.0.0`
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
},
"resolutions": {
"ansi-regex": "^5.0.1",
"got": "^11.8.5",
"strip-ansi": "^6.0.1"
},
"prettier": "@swrlab/swr-prettier-config"
Expand Down
Loading

0 comments on commit 311719d

Please sign in to comment.