Skip to content

Commit

Permalink
Merge pull request #12 from slidoapp/release/v2
Browse files Browse the repository at this point in the history
  • Loading branch information
jozefizso authored Oct 15, 2024
2 parents 5c69921 + a06a197 commit 56b2473
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
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 <soldair@gmail.com>",
"contributors": [
"Vincenzo Greco <greco.vincenzo@gmail.com>",
Expand Down

0 comments on commit 56b2473

Please sign in to comment.