Skip to content

Commit

Permalink
Merge pull request #55 from questionlp/develop
Browse files Browse the repository at this point in the history
Bump nanoid version to fix security vulnerability
  • Loading branch information
questionlp authored Dec 16, 2024
2 parents 2024ea3 + ee858fb commit 333d165
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changes

## 3.0.4-post.1

### Component Changes

- Upgrade nanoid from 3.3.7 to 3.3.8 to fix a security vulnerability for a package required to compile, minify and copy generated CSS files

## 3.0.4

### Application Changes
Expand Down
2 changes: 1 addition & 1 deletion app/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
# vim: set noai syntax=python ts=4 sw=4:
"""Version module for Wait Wait Reports."""

APP_VERSION = "3.0.4"
APP_VERSION = "3.0.4-post.1"
6 changes: 3 additions & 3 deletions package-lock.json

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

0 comments on commit 333d165

Please sign in to comment.