Skip to content

Commit

Permalink
@slidoapp/qrcode v2.0.0-preview2
Browse files Browse the repository at this point in the history
  • Loading branch information
jozefizso committed Oct 12, 2024
1 parent b52df5c commit 0443474
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 2.0.0-preview2

The `@slidoapp/qrcode` package requires NodeJS 18 runtime.

Fixed security vulnerabilities in the `yargs` production dependency.

> `yargs`: `^15.3.1` uses `y18n`: `^4.0.0` that has `CVE-2020-7774`: [nvd.nist.gov/vuln/detail/CVE-2020-7774](https://nvd.nist.gov/vuln/detail/CVE-2020-7774)
> This was fixed in `yargs`: `^17.2.1`.
## [1.3.3](https://github.com/soldair/node-qrcode/compare/v1.3.2...v1.3.3) (2019-01-16)

fixing security vulnerabillities reported by users of snyk and `npm audit` major
Expand Down
4 changes: 2 additions & 2 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,7 +1,7 @@
{
"name": "@slidoapp/qrcode",
"description": "Generate Quick Response (QR) codes using JavaScript in a browser, server side code, or using a command line tool.",
"version": "2.0.0-preview",
"version": "2.0.0-preview2",
"author": "Ryan Day <[email protected]>",
"contributors": [
"Vincenzo Greco <[email protected]>",
Expand Down

0 comments on commit 0443474

Please sign in to comment.