[Snyk] Upgrade: argon2, express, express-rate-limit, jsonwebtoken, uuid#20
Open
itsdavetho wants to merge 1 commit intomainfrom
Open
[Snyk] Upgrade: argon2, express, express-rate-limit, jsonwebtoken, uuid#20itsdavetho wants to merge 1 commit intomainfrom
itsdavetho wants to merge 1 commit intomainfrom
Conversation
Snyk has created this PR to upgrade:
- argon2 from 0.31.0 to 0.41.1.
See this package in npm: https://www.npmjs.com/package/argon2
- express from 4.18.2 to 4.19.2.
See this package in npm: https://www.npmjs.com/package/express
- express-rate-limit from 6.9.0 to 6.11.2.
See this package in npm: https://www.npmjs.com/package/express-rate-limit
- jsonwebtoken from 9.0.1 to 9.0.2.
See this package in npm: https://www.npmjs.com/package/jsonwebtoken
- uuid from 9.0.0 to 9.0.1.
See this package in npm: https://www.npmjs.com/package/uuid
See this project in Snyk:
https://app.snyk.io/org/xxorpheus/project/1183c870-d3a1-4ff3-b543-2492d078f9ac?utm_source=github&utm_medium=referral&page=upgrade-pr
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
argon2
from 0.31.0 to 0.41.1 | 10 versions ahead of your current version | 21 days ago
on 2024-08-31
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.9.0 to 6.11.2 | 4 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
uuid
from 9.0.0 to 9.0.1 | 1 version ahead of your current version | a year ago
on 2023-09-12
Issues fixed by the recommended upgrade:
SNYK-JS-EXPRESS-6474509
SNYK-JS-INFLIGHT-6095116
SNYK-JS-TAR-6476909
Release notes
Package name: argon2
-
0.41.1 - 2024-08-31
-
0.41.0 - 2024-08-25
- Disable LTO to avoid missing symbols in some envs by @ amarshall in #415
- @ amarshall made their first contribution in #415
-
0.40.3 - 2024-05-25
-
0.40.2 - 2024-05-25
-
0.40.1 - 2024-02-22
-
0.40.0-alpha.3 - 2024-01-10
-
0.40.0-alpha.2 - 2023-12-30
-
0.40.0-alpha.1 - 2023-12-20
-
0.31.2 - 2023-11-04
- Fix macos m1 build/release by @ CarsonF in #387
- Change workflow bridge routes by @ RavelloH in #388
- @ CarsonF made their first contribution in #387
- @ RavelloH made their first contribution in #388
-
0.31.1 - 2023-09-01
-
0.31.0 - 2023-08-02
- Security update: bump @ mapbox/node-pre-gyp by @ jdforsythe in #383
- @ abcfy2 made their first contribution in #371
- @ jdforsythe made their first contribution in #383
from argon2 GitHub release notesFinally fixed the bug with generated types specifying
anyinstead ofBufferfor byte inputs (closes #403)We also added provenance to the publishing, so you can track what commit was used to build each published version from now on.
Full Changelog: v0.41.0...v0.41.1
What's Changed
New Contributors
Full Changelog: v0.40.2...v0.41.0
Fix issue with publishing tags starting with v
Note: this is the last version that will support Node 16 since it's support has ended on 2023-09-11. Please upgrade to 18 or preferably 20 as soon as possible.
What's Changed
New Contributors
Full Changelog: v0.31.1...v0.31.2
Maintenance release intended to fix missing prebuilts due to failure when building v0.31.0
Note: v0.31.x will be the last version supporting Node v16. Please update to Node v18 or newer.
Full Changelog: v0.31.0...v0.31.1
What's Changed
Please update to v0.31.0 as soon as possible.
New Contributors
Full Changelog: v0.30.3...v0.31.0
Package name: express
-
4.19.2 - 2024-03-25
-
4.19.1 - 2024-03-20
- Fix ci after location patch by @ wesleytodd in #5552
- fixed un-edited version in history.md for 4.19.0 by @ wesleytodd in #5556
-
4.19.0 - 2024-03-20
- fix typo in release date by @ UlisesGascon in #5527
- docs: nominating @ wesleytodd to be project captian by @ wesleytodd in #5511
- docs: loosen TC activity rules by @ wesleytodd in #5510
- Add note on how to update docs for new release by @ crandmck in #5541
- Prevent open redirect allow list bypass due to encodeurl
- Release 4.19.0 by @ wesleytodd in #5551
- @ crandmck made their first contribution in #5541
-
4.18.3 - 2024-02-29
- Fix routing requests without method
- deps: body-parser@1.20.2
- Fix strict json error message on Node.js 19+
- deps: content-type@~1.0.5
- deps: raw-body@2.5.2
- Use https: protocol instead of deprecated git: protocol by @ vcsjones in #5032
- build: Node.js@16.18 and Node.js@18.12 by @ abenhamdine in #5034
- ci: update actions/checkout to v3 by @ armujahid in #5027
- test: remove unused function arguments in params by @ raksbisht in #5124
- Remove unused originalIndex from acceptParams by @ raksbisht in #5119
- Fixed typos by @ raksbisht in #5117
- examples: remove unused params by @ raksbisht in #5113
- fix: parameter str is not described in JSDoc by @ raksbisht in #5130
- fix: typos in History.md by @ raksbisht in #5131
- build : add Node.js@19.7 by @ abenhamdine in #5028
- test: remove unused function arguments in params by @ raksbisht in #5137
- use random port in test so it won't fail on already listening by @ rluvaton in #5162
- tests: use cb() instead of done() by @ kristof-low in #5233
- examples: remove multipart example by @ riddlew in #5195
- Update support Node.js@18 in the CI by @ UlisesGascon in #5490
- Fix favicon-related bug in cookie-sessions example by @ DmytroKondrashov in #5414
- Release 4.18.3 by @ UlisesGascon in #5505
- @ vcsjones made their first contribution in #5032
- @ abenhamdine made their first contribution in #5034
- @ armujahid made their first contribution in #5027
- @ raksbisht made their first contribution in #5124
- @ rluvaton made their first contribution in #5162
- @ kristof-low made their first contribution in #5233
- @ riddlew made their first contribution in #5195
- @ DmytroKondrashov made their first contribution in #5414
-
4.18.2 - 2022-10-08
- Fix regression routing a large stack in a single route
- deps: body-parser@1.20.1
- deps: qs@6.11.0
- perf: remove unnecessary object clone
- deps: qs@6.11.0
from express GitHub release notesWhat'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
-
6.11.2 - 2023-09-12
- Restored
-
6.11.1 - 2023-09-10
- Check for prefixed keys when validating that the stores have single counted keys (See #395).
-
6.11.0 - 2023-09-06
- Support for retrieving the current hit count and reset time for a given key from a store (See #390).
-
6.10.0 - 2023-08-30
- Support for combined
- New
- New
- Warning when using deprecated
- Warning when using deprecated
- Warning when
-
6.9.0 - 2023-08-06
- New validaion check for double-counted requests
- Added help link to each
- Miscaleanous documenation improvements
from express-rate-limit GitHub release notesFixed
IncrementResponseTypeScript type (See #397)Fixed
Added
Added
RateLimitheader 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: truefrom previous releases. (trueandfalseare still supported.)RateLimit-Policyheader added whenstandardHeadersis set to'draft-6','draft-7', ortruedraft_polli_ratelimit_headersoptiononLimitReachedoptiontotalHitsvalue returned from Store is invalidAdded
ValidationError, directing users to the appropriate wiki page for more infoChanged
You can view the full changelog here.
Package name: jsonwebtoken
-
9.0.2 - 2023-08-30
-
9.0.1 - 2023-07-05
from jsonwebtoken GitHub release notesRelease 9.0.2 (#935)
Updating package version to 9.0.1 (#920)
Package name: uuid
-
9.0.1 - 2023-09-12
-
9.0.0 - 2022-09-05
from uuid GitHub release noteschore(release): 9.0.1
chore(release): 9.0.0
Important
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information:
[//]: # 'snyk:metadata:{"customTemplate":{"variablesUsed":[],"fieldsUsed":[]},"dependencies":[{"name":"argon2","from":"0.31.0","to":"0.41.1"},{"name":"express","from":"4.18.2","to":"4.19.2"},{"name":"express-rate-limit","from":"6.9.0","to":"6.11.2"},{"name":"jsonwebtoken","from":"9.0.1","to":"9.0.2"},{"name":"uuid","from":"9.0.0","to":"9.0.1"}],"env":"prod","hasFixes":true,"isBreakingChange":false,"isMajorUpgrade":false,"issuesToFix":[{"exploit_maturity":"no-known-exploit","id":"SNYK-JS-EXPRESS-6474509","issue_id":"SNYK-JS-EXPRESS-6474509","priority_score":519,"priority_score_factors":[{"type":"fixability","label":true,"score":214},{"type":"cvssScore","label":"6.1","score":305},{"type":"scoreVersion","label":"v1","score":1}],"severity":"medium","title":"Open Redirect"},{"exploit_maturity":"proof-of-concept","id":"SNYK-JS-INFLIGHT-6095116","issue_id":"SNYK-JS-INFLIGHT-6095116","priority_score":631,"priority_score_factors":[{"type":"exploit","label":"Proof of Concept","score":107},{"type":"fixability","label":true,"score":214},{"type":"cvssScore","label":"6.2","score":310},{"type":"scoreVersion","label":"v1","score":1}],"severity":"medium","title":"Missing Release of Resource after Effective Lifetime"},{"exploit_maturity":"proof-of-concept","id":"SNYK-JS-TAR-6476909","issue_id":"SNYK-JS-TAR-6476909","priority_score":646,"priority_score_factors":[{"type":"exploit","label":"Proof of Concept","score":107},{"type":"fixability","label":true,"score":214},{"type":"cvssScore","label":"6.5","score":325},{"type":"scoreVersion","label":"v1","score":1}],"severity":"medium","title":"Uncontrolled Resource Consumption ('Resource Exhaustion')"}],"prId":"dd6211a5-e608-485b-a35f-e5dbbb9e2aa3","prPublicId":"dd6211a5-e608-485b-a35f-e5dbbb9e2aa3","packageManager":"npm","priorityScoreList":[519,631,646],"projectPublicId":"1183c870-d3a1-4ff3-b543-2492d078f9ac","projectUrl":"https://app.snyk.io/org/xxorpheus/project/1183c870-d3a1-4ff3-b543-2492d078f9ac?utm_source=github&utm_medium=referral&page=upgrade-pr","prType":"upgrade","templateFieldSources":{"branchName":"default","commitMessage":"default","description":"default","title":"default"},"templateVariants":["priorityScore"],"type":"auto","upgrade":["SNYK-JS-EXPRESS-6474509","SNYK-JS-INFLIGHT-6095116","SNYK-JS-TAR-6476909"],"upgradeInfo":{"versionsDiff":10,"publishedDate":"2024-08-31T22:15:19.457Z"},"vulns":["SNYK-JS-EXPRESS-6474509","SNYK-JS-INFLIGHT-6095116","SNYK-JS-TAR-6476909"]}'