[Snyk] Upgrade: , body-parser, deepmerge, express, express-slow-down, mongoose, sqlite3 #240
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.
@top-gg/sdk
from 3.1.3 to 3.1.6 | 3 versions ahead of your current version | a year ago
on 2023-09-08
body-parser
from 1.20.0 to 1.20.2 | 2 versions ahead of your current version | 2 years ago
on 2023-02-22
deepmerge
from 4.2.2 to 4.3.1 | 2 versions ahead of your current version | 2 years ago
on 2023-03-16
express
from 4.18.1 to 4.19.2 | 5 versions ahead of your current version | 6 months ago
on 2024-03-25
express-slow-down
from 1.4.0 to 1.6.0 | 4 versions ahead of your current version | 2 years ago
on 2023-03-18
mongoose
from 6.5.0 to 6.13.0 | 52 versions ahead of your current version | 3 months ago
on 2024-06-06
sqlite3
from 5.0.11 to 5.1.7 | 9 versions ahead of your current version | 9 months ago
on 2024-01-05
Issues fixed by the recommended upgrade:
SNYK-JS-SQLITE3-3358947
SNYK-JS-IP-6240864
SNYK-JS-MONGOOSE-5777721
SNYK-JS-EXPRESS-6474509
SNYK-JS-IP-7148531
SNYK-JS-MONGODB-5871303
Release notes
Package name: @top-gg/sdk
-
3.1.6 - 2023-09-08
- Added tests for API.ts by @ XkijuX in #79
- meta: update GitHub Actions workflows by @ VoltrexKeyva in #83
- deps: update dependencies by @ VoltrexKeyva in #84
- meta: fix publish workflow by @ VoltrexKeyva in #85
- meta: bump version to 3.1.6 by @ VoltrexKeyva in #86
- @ XkijuX made their first contribution in #79
-
3.1.5 - 2023-04-16
-
3.1.4 - 2023-03-23
- Update dependencies and developer dependencies to their latest versions.
- Switch from Node-Fetch to Undici.
- Update the GitHub Actions workflows to their latest versions.
- Remove Node.js v12 from the testing matrix as it reached it's EoL (End-of-Life) stage, and add Node.js v16 and v18 to the testing matrix.
- Align all examples (in README and JSDocs) to the code style of the codebase.
- Inline JSDocs that only have a description.
- Format the
- Move the
- Bump version to 3.1.4.
-
3.1.3 - 2021-12-03
- Fixes a TypeScript error to do with a catch block in Webhook #73
from @top-gg/sdk GitHub release notesWhat's Changed
New Contributors
Full Changelog: v3.1.5...v3.1.6
Deprecate the discriminator property on
ShortUser@ #77 thanks @ null8626The first release in a while!
Some quality of life changes thanks to @ VoltrexKeyva @ #75
typedoc.jsonfile and remove the usage of theminimaltheme as it was removed.APIOptionsinterface to thesrc/typings.tsfile and export it so it's shown in the documentation.A possible breaking change to meet intended behavior. Before anything thrown in the webhook listener function would be passed to the error callback, now it only will respond back anything thrown that is an instance of
Error, as is typed.Package name: body-parser
-
1.20.2 - 2023-02-22
- Fix strict json error message on Node.js 19+
- deps: content-type@~1.0.5
- perf: skip value escaping when unnecessary
- deps: [email protected]
-
1.20.1 - 2022-10-06
- deps: [email protected]
- perf: remove unnecessary object clone
-
1.20.0 - 2022-04-03
- Fix error message for json parse whitespace in
- Fix internal error when inflated body exceeds limit
- Prevent loss of async hooks context
- Prevent hanging when request already read
- deps: [email protected]
- Replace internal
- Use instance methods on
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
- deps: [email protected]
from body-parser GitHub release notesstrictevalusage withFunctionconstructorprocessto check for listenersPackage name: deepmerge
-
4.3.1 - 2023-03-16
-
4.3.0 - 2023-01-30
-
4.2.2 - 2019-10-28
from deepmerge GitHub release notes4.3.1
4.3.0
4.2.2
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: [email protected]
- Fix strict json error message on Node.js 19+
- deps: content-type@~1.0.5
- deps: [email protected]
- Use https: protocol instead of deprecated git: protocol by @ vcsjones in #5032
- build: [email protected] and [email protected] 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 [email protected] 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: [email protected]
- deps: [email protected]
- perf: remove unnecessary object clone
- deps: [email protected]
-
4.18.1 - 2022-04-29
- Fix hanging on large stack of sync routes
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-slow-down
-
1.6.0 - 2023-03-18
-
1.5.0 - 2022-09-23
-
1.4.2 - 2022-09-22
-
1.4.1 - 2022-09-07
-
1.4.0 - 2020-12-10
from express-slow-down GitHub release notes1.5.0
1.4.2
1.4.1
1.4.0
Package name: mongoose
-
6.13.0 - 2024-06-06
-
6.12.9 - 2024-05-24
-
6.12.8 - 2024-04-10
-
6.12.7 - 2024-03-01
-
6.12.6 - 2024-01-22
-
6.12.5 - 2024-01-03
-
6.12.4 - 2023-12-27
-
6.12.3 - 2023-11-07
-
6.12.2 - 2023-10-25
-
6.12.1 - 2023-10-12
-
6.12.0 - 2023-08-24
-
6.11.6 - 2023-08-21
-
6.11.5 - 2023-08-01
-
6.11.4 - 2023-07-17
-
6.11.3 - 2023-07-11
-
6.11.2 - 2023-06-08
-
6.11.1 - 2023-05-08
-
6.11.0 - 2023-05-01
-
6.10.5 - 2023-04-06
-
6.10.4 - 2023-03-21
-
6.10.3 - 2023-03-13
-
6.10.2 - 2023-03-07
-
6.10.1 - 2023-03-03
-
6.10.0 - 2023-02-22
-
6.9.3 - 2023-02-22
-
6.9.2 - 2023-02-16
-
6.9.1 - 2023-02-06
-
6.9.0 - 2023-01-25
-
6.8.4 - 2023-01-17
-
6.8.3 - 2023-01-06
-
6.8.2 - 2022-12-28
-
6.8.1 - 2022-12-19
-
6.8.0 - 2022-12-05
-
6.7.5 - 2022-11-30
-
6.7.4 - 2022-11-28
-
6.7.3 - 2022-11-22
-
6.7.2 - 2022-11-07
-
6.7.1 - 2022-11-02
-
6.7.0 - 2022-10-24
-
6.6.7 - 2022-10-21
-
6.6.6 - 2022-10-20
-
6.6.5 - 2022-10-05
-
6.6.4 - 2022-10-03
-
6.6.3 - 2022-09-30
-
6.6.2 - 2022-09-26
-
6.6.1 - 2022-09-14
-
6.6.0 - 2022-09-08
-
6.5.5 - 2022-09-07
-
6.5.4 - 2022-08-30
-
6.5.3 - 2022-08-25
-
6.5.2 - 2022-08-10
-
6.5.1 - 2022-08-03
-
6.5.0 - 2022-07-26
from mongoose GitHub release notesPackage name: sqlite3
-
5.1.7 - 2024-01-05
- Updated bundled SQLite to v3.44.2 by @ daniellockyer
- Replaced
- this should fix a lot of bundling issues reported by the community
- Improved
- Various minor code refactors and improvements (thanks @ zenon8adams!)
- @ zenon8adams made their first contribution in #1701
-
5.1.7-rc.0 - 2023-12-29
-
5.1.6 - 2023-03-14
- Fixed glibc compatibility by hardcoding lower version for
- Add generic type annotations for Statement and Database get/all/each methods callback rows by @ stevescruz in #1686
- @ stevescruz made their first contribution in #1686
-
5.1.5 - 2023-03-13
- 🔒 Fixed code execution vulnerability due to Object coercion by @ daniellockyer
- Updated bundled SQLite to v3.41.1 by @ daniellockyer
- Fixed rpath linker option when using a custom sqlite by @ jeromew in #1654
-
5.1.4 - 2022-12-12
- Fixed glibc compatibility by downgrading CI to Ubuntu 20 by @ daniellockyer in #1664
-
5.1.3 - 2022-12-12
- Updated bundled SQLite to v3.40.0 by @ daniellockyer
-
5.1.2 - 2022-10-03
- Updated bundled SQLite to v3.39.4 by @ daniellockyer
-
5.1.1 - 2022-09-15
- Added Darwin ARM64 binaries by @ daniellockyer in #1594
-
5.1.0 - 2022-09-14
- Updated bundled SQLite to v3.39.3 by @ daniellockyer
- Added ability to receive updates from
- Added support for setting SQLite limits by @ paulfitz in #1548
- Added library types file by @ bpasero in #1527
- Added
- Fixed remaining method declarations by @ alexanderfloh in #1633
- Fixed importing
- @ JoelEinbinder made their first contribution in #1628
- @ mahdi-farnia made their first contribution in #1632
- @ soukand made their first contribution in #1267
-
5.0.11 - 2022-07-31
- Restored compatibility for Alpine 3.15 by @ daniellockyer in #1626
from sqlite3 GitHub release notesWhat's Changed
@ mapbox/node-pre-gypwithprebuild+prebuild-install(605c7f9) by @ daniellockyerRowToJSperformance by removingNapi::String::Newinstantiation by @ daniellockyerNew Contributors
Full Changelog: v5.1.6...v5.1.7
Please install
v5.1.7instead.Full Changelog: v5.1.6...v5.1.7-rc.0
What's Changed
log2by @ daniellockyerNew Contributors
Full Changelog: v5.1.5...v5.1.6
What's Changed
Full Changelog: v5.1.4...v5.1.5
What's Changed
Full Changelog: v5.1.3...v5.1.4
What's Changed
Full Changelog: v5.1.2...v5.1.3
What's Changed
Full Changelog: v5.1.1...v5.1.2
What's Changed
A huge thanks to MacStadium for providing an M1 Mac Mini so we can offer ARM64 binaries.
Full Changelog: v5.1.0...v5.1.1
✨ We're very excited to announce node-sqlite3's first minor release of v5, packed with features and improvements.
If you encounter any problems, please open a detailed issue using the templates.
What's Changed
sqlite3_update_hookby @ soukand in #1267package-lock.jsonto.gitignoreby @ JoelEinbinder in #1628sqlite3#verboseusing destructuring syntax by @ mahdi-farnia in #1632New Contributors
Full Changelog: v5.0.11...v5.1.0
What's Changed
Full Changelog: v5.0.10...v5.0.11
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: