Skip to content

Commit 823e94e

Browse files
Merge pull request #9 from express-rate-limit/security/update-versions
Security/update versions
2 parents 63bd58f + aecf041 commit 823e94e

File tree

6 files changed

+19
-10
lines changed

6 files changed

+19
-10
lines changed

changelog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to
77
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88

9+
## [1.3.1](https://github.com/adrianprelipcean/express-rate-limit-postgresql/releases/tag/v1.3.1)
10+
11+
### Changed
12+
13+
- Upgraded dependencies to fix security issues for
14+
[chai-js](https://github.com/express-rate-limit/rate-limit-postgresql/security/dependabot/1)
15+
and
16+
[sqlfluff](https://github.com/express-rate-limit/rate-limit-postgresql/security/dependabot/2)
17+
918
## [1.3.0](https://github.com/adrianprelipcean/express-rate-limit-postgresql/releases/tag/v1.3.0)
1019

1120
### Changed

db/linting/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sqlfluff>=2.0.0, <=2.1.0
1+
sqlfluff>=2.1.2, <=2.3.0

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@acpr/rate-limit-postgresql",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "A PostgreSQL store for the `express-rate-limit` middleware",
55
"homepage": "https://github.com/adrianprelipcean/express-rate-limit-postgresql",
66
"repository": "https://github.com/adrianprelipcean/express-rate-limit-postgresql",

third_party_licenses/dev_detailed.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"@acpr/[email protected].0": {
2+
"@acpr/[email protected].1": {
33
"licenses": "MIT",
44
"repository": "https://github.com/adrianprelipcean/express-rate-limit-postgresql",
55
"publisher": "Adrian C. Prelipcean"
@@ -597,7 +597,7 @@
597597
"repository": "https://github.com/stefanpenner/get-caller-file",
598598
"publisher": "Stefan Penner"
599599
},
600-
600+
601601
"licenses": "MIT",
602602
"repository": "https://github.com/chaijs/get-func-name",
603603
"publisher": "Jake Luer",

third_party_licenses/production_detailed.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"@acpr/[email protected].0": {
2+
"@acpr/[email protected].1": {
33
"licenses": "MIT",
44
"repository": "https://github.com/adrianprelipcean/express-rate-limit-postgresql",
55
"publisher": "Adrian C. Prelipcean"

0 commit comments

Comments
 (0)