[Snyk] Upgrade: axios, dotenv, express, google-auth-library, redis, reflect-metadata, typeorm, winston #266
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.
axios
from 1.6.4 to 1.7.5 | 13 versions ahead of your current version | 22 days ago
on 2024-08-23
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
google-auth-library
from 9.4.1 to 9.14.0 | 14 versions ahead of your current version | 25 days ago
on 2024-08-20
redis
from 4.6.11 to 4.7.0 | 5 versions ahead of your current version | 2 months ago
on 2024-07-29
reflect-metadata
from 0.2.1 to 0.2.2 | 1 version ahead of your current version | 6 months ago
on 2024-03-29
typeorm
from 0.3.18 to 0.3.20 | 17 versions ahead of your current version | 8 months ago
on 2024-01-26
winston
from 3.11.0 to 3.14.2 | 7 versions ahead of your current version | a month ago
on 2024-08-14
Issues fixed by the recommended upgrade:
SNYK-JS-AXIOS-7361793
SNYK-JS-EXPRESS-6474509
SNYK-JS-FOLLOWREDIRECTS-6444610
Release notes
Package name: axios
-
1.7.5 - 2024-08-23
- adapter: fix undefined reference to hasBrowserEnv (#6572) (7004707)
- core: add the missed implementation of AxiosError#status property; (#6573) (6700a8a)
- core: fix
- fetch: fix credentials handling in Cloudflare workers (#6533) (550d885)
Dmitriy Mozgovoy
Antonin Bas
Hans Otto Wirtz
-
1.7.4 - 2024-08-13
- sec: CVE-2024-39338 (#6539) (#6543) (6b6b605)
- sec: disregard protocol-relative URL to remediate SSRF (#6539) (07a661a)
Lev Pachmanov
Đỗ Trọng Hải
-
1.7.3 - 2024-08-01
- adapter: fix progress event emitting; (#6518) (e3c76fc)
- fetch: fix withCredentials request config (#6505) (85d4d0e)
- xhr: return original config on errors from XHR adapter (#6515) (8966ee7)
Dmitriy Mozgovoy
Valerii Sidorenko
prianYu
-
1.7.2 - 2024-05-21
- fetch: enhance fetch API detection; (#6413) (4f79aef)
Dmitriy Mozgovoy
-
1.7.1 - 2024-05-20
- fetch: fixed ReferenceError issue when TextEncoder is not available in the environment; (#6410) (733f15f)
Dmitriy Mozgovoy
-
1.7.0 - 2024-05-19
- adapter: add fetch adapter; (#6371) (a3ff99b)
- core/axios: handle un-writable error stack (#6362) (81e0455)
Dmitriy Mozgovoy
Jay
Alexandre ABRIOUX
-
1.7.0-beta.2 - 2024-05-19
- fetch: capitalize HTTP method names; (#6395) (ad3174a)
- fetch: fix & optimize progress capturing for cases when the request data has a nullish value or zero data length (#6400) (95a3e8e)
- fetch: fix headers getting from a stream response; (#6401) (870e0a7)
Dmitriy Mozgovoy
-
1.7.0-beta.1 - 2024-05-07
- core/axios: handle un-writable error stack (#6362) (81e0455)
- fetch: fix cases when ReadableStream or Response.body are not available; (#6377) (d1d359d)
- fetch: treat fetch-related TypeError as an AxiosError.ERR_NETWORK error; (#6380) (bb5f9a5)
Alexandre ABRIOUX
Dmitriy Mozgovoy
-
1.7.0-beta.0 - 2024-04-28
- adapter: add fetch adapter; (#6371) (a3ff99b)
Dmitriy Mozgovoy
Jay
-
1.6.8 - 2024-03-15
-
1.6.7 - 2024-01-25
-
1.6.6 - 2024-01-24
-
1.6.5 - 2024-01-05
-
1.6.4 - 2024-01-03
from axios GitHub release notesRelease notes:
Bug Fixes
ReferenceError: navigator is not definedfor custom environments; (#6567) (fed1a4b)Contributors to this release
Release notes:
Bug Fixes
Contributors to this release
Release notes:
Bug Fixes
Contributors to this release
Release notes:
Bug Fixes
Contributors to this release
Release notes:
Bug Fixes
Contributors to this release
Release notes:
Features
Bug Fixes
Contributors to this release
Release notes:
Bug Fixes
Contributors to this release
Release notes:
Bug Fixes
Contributors to this release
Install
Release notes:
Features
Contributors to this release
Install
Package name: dotenv
-
16.4.5 - 2024-02-20
-
16.4.4 - 2024-02-13
-
16.4.3 - 2024-02-12
-
16.4.2 - 2024-02-10
-
16.4.1 - 2024-01-24
-
16.4.0 - 2024-01-23
-
16.3.2 - 2024-01-19
-
16.3.1 - 2023-06-17
from dotenv GitHub release notes16.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
-
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: google-auth-library
-
9.14.0 - 2024-08-20
- Add
- Extend API Key Support (#1835) (5fc3bcc)
- Group Concurrent
- deps: Update dependency @ googleapis/iam to v21 (#1847) (e9459f3)
-
9.13.0 - 2024-07-31
- Group Concurrent Access Token Requests for Base External Clients (#1840) (0e08fc5)
-
9.12.0 - 2024-07-27
- Expose More Public API Types (#1838) (5745a49)
- deps: Update dependency @ googleapis/iam to v19 (#1823) (b070ffb)
- deps: Update dependency @ googleapis/iam to v20 (#1832) (e31a831)
-
9.11.0 - 2024-06-12
- Adding support of client authentication method. (#1814) (4a14e8c)
-
9.10.0 - 2024-05-13
- Implement
- deps: Update dependency @ googleapis/iam to v16 (#1803) (40406a0)
- deps: Update dependency @ googleapis/iam to v17 (#1808) (4d67f07)
- deps: Update dependency @ googleapis/iam to v18 (#1809) (b2b9676)
-
9.9.0 - 2024-04-24
- Adds suppliers for custom subject token and AWS credentials (#1795) (c680b5d)
-
9.8.0 - 2024-04-15
- Enable Retries For Auth Requests (#1791) (9b69a31)
- Improve
- deps: Update dependency open to v10 (#1782) (16e5cae)
- deps: Update dependency opn to v6 (#1775) (fc8dfe9)
-
9.7.0 - 2024-03-13
- deps: Update dependency @ googleapis/iam to v15 (#1772) (f45f975)
- Making aws request signer get a new session token each time security credentials are requested. (#1765) (6a6e496)
-
9.6.3 - 2024-02-06
- Always sign with
-
9.6.2 - 2024-02-02
- Allow Get Universe Without Credentials (#1748) (696db72)
-
9.6.1 - 2024-02-01
-
9.6.0 - 2024-01-29
-
9.5.0 - 2024-01-25
-
9.4.2 - 2024-01-10
-
9.4.1 - 2023-12-01
from google-auth-library GitHub release notes9.14.0 (2024-08-19)
Features
AnyAuthClienttype (#1843) (3ae120d)getClientRequests (#1848) (243ce28)Bug Fixes
9.13.0 (2024-07-29)
Features
9.12.0 (2024-07-26)
Features
Bug Fixes
9.11.0 (2024-06-01)
Features
9.10.0 (2024-05-10)
Features
UserRefreshClient#fetchIdToken(#1811) (ae8bc54)Bug Fixes
9.9.0 (2024-04-18)
Features
9.8.0 (2024-04-12)
Features
gaxiosexposure (#1794) (5058726)Bug Fixes
9.7.0 (2024-03-12)
Features
PassThroughAuthClient (#1771) (0003bee)Bug Fixes
9.6.3 (2024-02-06)
Bug Fixes
scopeson Non-Default Universes (#1752) (f3d3a03)9.6.2 (2024-02-02)
Bug Fixes
Package name: redis
-
4.7.0 - 2024-07-29
- Upgrade
- Upgrade
- Upgrade
- Upgrade
-
4.6.15 - 2024-07-02
- Upgrade
-
4.6.14 - 2024-05-16
- Upgrade
-
4.6.13 - 2024-02-05
-
4.6.12 - 2023-12-18
-
4.6.11 - 2023-11-20
from redis GitHub release notesEnhancements
@ redis/clientfrom1.5.16to1.6.0@ redis/jsonfrom1.0.6to1.0.7@ redis/searchfrom1.1.6to1.2.0@ redis/time-seriesfrom1.0.5to1.1.0Enhancements
@ redis/clientfrom1.5.16to1.5.17Enhancements
@ redis/clientfrom1.5.14to1.5.16Package name: reflect-metadata
-
0.2.2 - 2024-03-29
-
0.2.1 - 2023-12-14
- Fix stack overflow crash in isProviderFor by @ rbuckton in #155
- Update main to v0.2.1 by @ rbuckton in #156
from reflect-metadata GitHub release notesWhat's Changed
Full Changelog: v0.2.0...v0.2.1
Package name: typeorm
Bug Fixes
Features
Reverts