Skip to content

Commit

Permalink
Bumps node-forge from v1.2.1 to v1.3.0 (opensearch-project#1369)
Browse files Browse the repository at this point in the history
* Addresses CVEs: CVE-2022-24771, CVE-2022-24772, CVE-2022-24773
* [CHANGELOG](https://github.com/digitalbazaar/forge/blob/v1.3.0/CHANGELOG.md)

Resolves opensearch-project#1365
Resolves opensearch-project#1366
Resolves opensearch-project#1367

Signed-off-by: Tommy Markley <markleyt@amazon.com>
  • Loading branch information
Tommy Markley committed Mar 23, 2022
1 parent 6b66b11 commit bd15433
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@
"moment-timezone": "^0.5.27",
"mustache": "^2.3.2",
"node-fetch": "^2.6.7",
"node-forge": "^1.2.1",
"node-forge": "^1.3.0",
"p-map": "^4.0.0",
"pegjs": "0.10.0",
"proxy-from-env": "1.0.0",
Expand Down Expand Up @@ -287,7 +287,7 @@
"@types/moment-timezone": "^0.5.12",
"@types/mustache": "^0.8.31",
"@types/node": "^14.17.32",
"@types/node-forge": "^1.0.0",
"@types/node-forge": "^1.0.1",
"@types/normalize-path": "^3.0.0",
"@types/pegjs": "^0.10.1",
"@types/pngjs": "^3.4.0",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3170,10 +3170,10 @@
dependencies:
"@types/node" "*"

"@types/node-forge@^1.0.0":
version "1.0.0"
resolved "https://registry.yarnpkg.com/@types/node-forge/-/node-forge-1.0.0.tgz#0b4e9507209485945115a4db4879f39632230593"
integrity sha512-h0bgwPKq5u99T9Gor4qtV1lCZ41xNkai0pie1n/a2mh2/4+jENWOlo7AJ4YKxTZAnSZ8FRurUpdIN7ohaPPuHA==
"@types/node-forge@^1.0.1":
version "1.0.1"
resolved "https://registry.yarnpkg.com/@types/node-forge/-/node-forge-1.0.1.tgz#0df103639da9d5ec6a708d462020f0df70679f37"
integrity sha512-96ELNKv9tQJ19afdBUiM5iDw7OYEc53iUc51gAPR2aGaqRsO1DBROjqgZRjZa1tkPj7TnEOR0EnyAX6iryGkzA==
dependencies:
"@types/node" "*"

Expand Down Expand Up @@ -13745,10 +13745,10 @@ node-fetch@^2.3.0, node-fetch@^2.6.1, node-fetch@^2.6.7:
dependencies:
whatwg-url "^5.0.0"

node-forge@^1.2.0, node-forge@^1.2.1:
version "1.2.1"
resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-1.2.1.tgz#82794919071ef2eb5c509293325cec8afd0fd53c"
integrity sha512-Fcvtbb+zBcZXbTTVwqGA5W+MKBj56UjVRevvchv5XrcyXbmNdesfZL37nlcWOfpgHhgmxApw3tQbTr4CqNmX4w==
node-forge@^1.2.0, node-forge@^1.2.1, node-forge@^1.3.0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-1.3.0.tgz#37a874ea723855f37db091e6c186e5b67a01d4b2"
integrity sha512-08ARB91bUi6zNKzVmaj3QO7cr397uiDT2nJ63cHjyNtCTWIgvS47j3eT0WfzUwS9+6Z5YshRaoasFkXCKrIYbA==

node-gyp-build@^4.2.3:
version "4.2.3"
Expand Down

0 comments on commit bd15433

Please sign in to comment.