Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

@slidoapp/qrcode v2.0.0 #12

Merged
merged 3 commits into from
Oct 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
## 2.0.0-preview2
## 2.0.0

The `@slidoapp/qrcode` package requires NodeJS 18 runtime.
The `@slidoapp/qrcode` package requires NodeJS 18 runtime and supports NodeJS 18, 20 and 22.

This releases fixes security vulnerabilities reported in all production
and development dependencies.

No new features or bug fixes are included in this release compared to [v1.5.4](https://github.com/soldair/node-qrcode/releases/tag/v1.5.4).

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-preview2",
"version": "2.0.0",
"author": "Ryan Day <[email protected]>",
"contributors": [
"Vincenzo Greco <[email protected]>",
Expand Down