Skip to content

Commit

Permalink
validator update from 9.0.0 to 13.7.0 (#52)
Browse files Browse the repository at this point in the history
* Update package-lock.json

Remediates CVE-2021-3765

* Update version

Update version of alexa-verifier-middleware in package-lock.json

* Update version of package.json

* Update CHANGELOG.md

Remediates CVE-2021-3765 by updating validator package version
  • Loading branch information
Reni88 authored Dec 21, 2023
1 parent 48d244d commit a39d305
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 11 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.0.3
* Remediates CVE-2021-3765


## 2.0.2
* add typescript definitions
* update deps
Expand Down
20 changes: 10 additions & 10 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
@@ -1,6 +1,6 @@
{
"name": "alexa-verifier-middleware",
"version": "2.0.2",
"version": "2.0.3",
"description": "An expressjs middleware that verifies HTTP requests sent to an Alexa skill are sent from Amazon.",
"type": "module",
"types": "index.d.ts",
Expand Down

0 comments on commit a39d305

Please sign in to comment.