Skip to content

Commit

Permalink
v0.11.5
Browse files Browse the repository at this point in the history
* update openrecord dependency

* 0.11.5
  • Loading branch information
bitinn authored Nov 23, 2019
1 parent fdc1ff7 commit 230e85a
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 34 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@

# changelog

## v0.11.5

- fix: update `openrecord` version to fix another vulnerability report (`animeshot2` isn't affected as the issue only affects MSSQL).

## v0.11.4

- fix: dependencies update to address some upstream vulnerabilities
Expand Down
74 changes: 42 additions & 32 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "animeshot2",
"version": "0.11.4",
"version": "0.11.5",
"description": "An open and searchable image repository in Node.js",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -46,7 +46,7 @@
"make-dir": "^1.3.0",
"move-file": "^1.2.0",
"n-readlines": "^1.0.0",
"openrecord": "^2.10.2",
"openrecord": "^2.10.4",
"pinyin": "^2.9.0",
"promptly": "^3.0.3",
"pug": "^2.0.4",
Expand Down

0 comments on commit 230e85a

Please sign in to comment.