[Snyk] Upgrade: bcrypt, dotenv, express, express-rate-limit, jsonwebtoken, firebase-admin, mongoose, swagger-ui-express #30
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Snyk has created this PR to upgrade multiple dependencies.
👯 The following dependencies are linked and will therefore be updated together.ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
bcrypt
from 5.1.0 to 5.1.1 | 1 version ahead of your current version | a year ago
on 2023-08-16
dotenv
from 16.3.1 to 16.4.5 | 7 versions ahead of your current version | 7 months ago
on 2024-02-20
express
from 4.18.2 to 4.19.2 | 4 versions ahead of your current version | 6 months ago
on 2024-03-25
express-rate-limit
from 6.8.1 to 6.11.2 | 5 versions ahead of your current version | a year ago
on 2023-09-12
jsonwebtoken
from 9.0.1 to 9.0.2 | 1 version ahead of your current version | a year ago
on 2023-08-30
firebase-admin
from 11.10.1 to 11.11.1 | 2 versions ahead of your current version | 10 months ago
on 2023-11-23
mongoose
from 7.5.0 to 7.8.1 | 21 versions ahead of your current version | 24 days ago
on 2024-08-19
swagger-ui-express
from 5.0.0 to 5.0.1 | 1 version ahead of your current version | 3 months ago
on 2024-05-31
Issues fixed by the recommended upgrade:
SNYK-JS-IP-6240864
SNYK-JS-MARKDOWNIT-6483324
SNYK-JS-EXPRESS-6474509
SNYK-JS-GRPCGRPCJS-7242922
SNYK-JS-TAR-6476909
SNYK-JS-IP-7148531
Release notes
Package name: bcrypt
What's Changed
New Contributors
Full Changelog: v5.1.0...v5.1.1
What's Changed
New Contributors
Full Changelog: v5.0.1...v5.1.0
Package name: dotenv
16.4.5
16.4.4
16.4.3
16.4.2
16.4.1
16.4.0
16.3.2
16.3.1
Package name: express
What's Changed
Full Changelog: 4.19.0...4.19.1
What's Changed
New Contributors
Full Changelog: 4.18.3...4.19.0
Main Changes
Other Changes
New Contributors
Full Changelog: 4.18.2...4.18.3
Package name: express-rate-limit
Fixed
IncrementResponse
TypeScript type (See #397)Fixed
Added
Added
RateLimit
header from the RateLimit header fields for HTTP standardization draft adopted by the IETF. Enable by settingstandardHeaders: 'draft-7'
standardHeaders: 'draft-6'
option, treated equivalent tostandardHeaders: true
from previous releases. (true
andfalse
are still supported.)RateLimit-Policy
header added whenstandardHeaders
is set to'draft-6'
,'draft-7'
, ortrue
draft_polli_ratelimit_headers
optiononLimitReached
optiontotalHits
value returned from Store is invalidAdded
ValidationError
, directing users to the appropriate wiki page for more infoChanged
You can view the full changelog here.
Changed
You can view the full changelog here.
Package name: jsonwebtoken
Release 9.0.2 (#935)
Updating package version to 9.0.1 (#920)
Package name: firebase-admin
Miscellaneous
New Features
Miscellaneous
github.ref
value inrelease.yml
(#2313)Miscellaneous