Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Upgrade: , , , , express-session, moment, mongodb, next-connect, openid-client, passport, react-bootstrap, react-bootstrap-icons, react-grid-layout, react-rating-stars-component #29

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

rish2497
Copy link

@rish2497 rish2497 commented Sep 9, 2024

snyk-top-banner

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.

Name Versions Released on

@i3m/non-repudiation-library
from 2.5.7 to 2.6.4 | 4 versions ahead of your current version | a year ago
on 2023-04-28
@i3m/wallet-protocol
from 2.5.7 to 2.6.1 | 5 versions ahead of your current version | a year ago
on 2023-05-04
@i3m/wallet-protocol-api
from 2.5.7 to 2.6.1 | 5 versions ahead of your current version | a year ago
on 2023-05-04
@i3m/wallet-protocol-utils
from 2.5.7 to 2.6.1 | 5 versions ahead of your current version | a year ago
on 2023-05-04
express-session
from 1.17.3 to 1.18.0 | 1 version ahead of your current version | 7 months ago
on 2024-01-28
moment
from 2.29.4 to 2.30.1 | 2 versions ahead of your current version | 8 months ago
on 2023-12-27
mongodb
from 4.15.0 to 4.17.2 | 4 versions ahead of your current version | 9 months ago
on 2023-12-05
next-connect
from 0.12.2 to 0.13.0 | 1 version ahead of your current version | 2 years ago
on 2022-07-23
openid-client
from 5.4.0 to 5.6.5 | 10 versions ahead of your current version | 6 months ago
on 2024-03-07
passport
from 0.6.0 to 0.7.0 | 1 version ahead of your current version | 9 months ago
on 2023-11-27
react-bootstrap
from 1.6.6 to 1.6.8 | 2 versions ahead of your current version | 9 months ago
on 2023-12-22
react-bootstrap-icons
from 1.10.3 to 1.11.4 | 2 versions ahead of your current version | 5 months ago
on 2024-04-11
react-grid-layout
from 1.3.4 to 1.4.4 | 5 versions ahead of your current version | 10 months ago
on 2023-11-24
react-rating-stars-component
from 2.2.0 to 2.2.3 | 1 version ahead of your current version | 5 years ago
on 2019-04-15

Issues fixed by the recommended upgrade:

Issue Score Exploit Maturity
medium severity Resource Exhaustion
SNYK-JS-JOSE-6419224
479 No Known Exploit
medium severity Information Exposure
SNYK-JS-MONGODB-5871303
479 No Known Exploit
Release notes
Package name: @i3m/non-repudiation-library from @i3m/non-repudiation-library GitHub release notes
Package name: @i3m/wallet-protocol from @i3m/wallet-protocol GitHub release notes
Package name: @i3m/wallet-protocol-api from @i3m/wallet-protocol-api GitHub release notes
Package name: @i3m/wallet-protocol-utils from @i3m/wallet-protocol-utils GitHub release notes
Package name: express-session
  • 1.18.0 - 2024-01-28
    • Add debug log for pathname mismatch
    • Add partitioned to cookie options
    • Add priority to cookie options
    • Fix handling errors from setting cookie
    • Support any type in secret that crypto.createHmac supports
    • deps: cookie@0.6.0
      • Fix expires option to reject invalid dates
      • perf: improve default decode speed
      • perf: remove slow string split in parse
    • deps: cookie-signature@1.0.7
  • 1.17.3 - 2022-05-11
    • Fix resaving already-saved new session at end of request
    • deps: cookie@0.4.2
from express-session GitHub release notes
Package name: moment from moment GitHub release notes
Package name: mongodb
  • 4.17.2 - 2023-12-05

    4.17.2 (2023-11-16)

    The MongoDB Node.js team is pleased to announce version 4.17.2 of the mongodb package!

    Release Notes

    Fix connection leak when serverApi is enabled

    When enabling serverApi the driver's RTT mesurment logic (used to determine the closest node) still sent the legacy hello command "isMaster" causing the server to return an error. Unfortunately, the error handling logic did not correctly destroy the socket which would cause a leak.

    Both sending the correct hello command and the error handling connection clean up logic are fixed in this change.

    Bug Fixes

    Documentation

    We invite you to try the mongodb library immediately, and report any issues to the NODE project.

  • 4.17.1 - 2023-08-23

    4.17.1 (2023-08-23)

    The MongoDB Node.js team is pleased to announce version 4.17.1 of the mongodb package!

    Release Notes

    Import of saslprep updated to correct library.

    Fixes the import of saslprep to be the correct @ mongodb-js/saslprep library.

    Bug Fixes

    Documentation

    We invite you to try the mongodb library immediately, and report any issues to the NODE project.

  • 4.17.0 - 2023-08-17
  • 4.16.0 - 2023-04-18
  • 4.15.0 - 2023-04-04
from mongodb GitHub release notes
Package name: next-connect from next-connect GitHub release notes
Package name: openid-client
  • 5.6.5 - 2024-03-07

    Refactor

    • avoid use of prototype attributes in keystore queries (#660) (47a549c)
  • 5.6.4 - 2024-01-06

    Revert "fix: encode client_secret_basic - _ . ! ~ * ' ( ) characters"

    This reverts commit 5a2ea80, even though it is the correct implementation some of the most widely used identity providers don't follow the specification.

  • 5.6.3 - 2024-01-05

    Fixes

    • encode client_secret_basic - _ . ! ~ * ' ( ) characters (5a2ea80)
  • 5.6.2 - 2023-12-22

    Refactor

    Fixes

    • add explicit Accept-Encoding header to http requests (abcb564), closes #648
  • 5.6.1 - 2023-10-11

    Fixes

    • consistent space encoding in authorizationUrl (#627) (ad68223), closes #626
  • 5.6.0 - 2023-10-03

    Features

  • 5.5.0 - 2023-09-08

    Features

    • DPoP: remove experimental warning, DPoP is now RFC9449 (133a022)
  • 5.4.3 - 2023-07-06

    Fixes

    • handle empty client_secret with basic and post client auth (#610) (402c711), closes #609
  • 5.4.2 - 2023-04-25

    Fixes

  • 5.4.1 - 2023-04-21

    This release contains only code refactoring, dependency, or documentation updates. The release process now also uses provenance statements.

  • 5.4.0 - 2023-02-05
from openid-client GitHub release notes
Package name: passport from passport GitHub release notes
Package name: react-bootstrap from react-bootstrap GitHub release notes
Package name: react-bootstrap-icons from react-bootstrap-icons GitHub release notes
Package name: react-grid-layout
  • 1.4.4 - 2023-11-24

    release 1.4.4

  • 1.4.3 - 2023-11-08

    release 1.4.3

  • 1.4.2 - 2023-09-22

    release 1.4.2

  • 1.4.1 - 2023-09-12
    Uncategorized
    • fix(resize): fix bug where height could not be resized if h=0
    • fix(deps): revert fast-equals to @ 4.0.3
  • 1.4.0 - 2023-09-11
    Uncategorized
    • add ISSUE_TEMPLATE files
    • test deepFreeze
    • docs: add missing props to custom child example
    • docs - added children props to custom child component example
    • Update README.md
    • [bug-fix] Corrected draggableHandle configuration in static elements example
    • fix(grid): Fixed Compact horizontal not always moving elements as left as possible.
    • chore(npm): update packages
    • Add checking the compactType null value to avoid breaking the layout when overlapping is allowed.
    • chore(test): add test github action
    • Replace lodash.isequal to fast-equals
    • feat(github): add release automation with provenance
    • add missing parenthesis
    • fix(workflows): upg to node 16
    • onResizeStop and onDragStop callbacks should return updated layout
    • chore(utils): remove _grid and add test
    • fix(build): npm@9 removed npm bin
    • Replaced window resize event handler with resizeObserver
    • Export calculateUtils
    • Multi directional resizing
    • chore(dev): update dependencies
  • 1.3.4 - 2022-02-21
    Uncategorized
    • Add e.stopPropagation to onDragLeave, onDragEnter and onDrop to preve…
from react-grid-layout GitHub release notes
Package name: react-rating-stars-component
  • 2.2.3 - 2019-04-15
  • 2.2.0 - 2020-07-12
from react-rating-stars-component GitHub release notes

Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • This PR was automatically created by Snyk using the credentials of a real user.
  • Max score is 1000. Note that the real score may have changed since the PR was raised.

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 has created this PR to upgrade:
  - @i3m/non-repudiation-library from 2.5.7 to 2.6.4.
    See this package in npm: https://www.npmjs.com/package/@i3m/non-repudiation-library
  - @i3m/wallet-protocol from 2.5.7 to 2.6.1.
    See this package in npm: https://www.npmjs.com/package/@i3m/wallet-protocol
  - @i3m/wallet-protocol-api from 2.5.7 to 2.6.1.
    See this package in npm: https://www.npmjs.com/package/@i3m/wallet-protocol-api
  - @i3m/wallet-protocol-utils from 2.5.7 to 2.6.1.
    See this package in npm: https://www.npmjs.com/package/@i3m/wallet-protocol-utils
  - express-session from 1.17.3 to 1.18.0.
    See this package in npm: https://www.npmjs.com/package/express-session
  - moment from 2.29.4 to 2.30.1.
    See this package in npm: https://www.npmjs.com/package/moment
  - mongodb from 4.15.0 to 4.17.2.
    See this package in npm: https://www.npmjs.com/package/mongodb
  - next-connect from 0.12.2 to 0.13.0.
    See this package in npm: https://www.npmjs.com/package/next-connect
  - openid-client from 5.4.0 to 5.6.5.
    See this package in npm: https://www.npmjs.com/package/openid-client
  - passport from 0.6.0 to 0.7.0.
    See this package in npm: https://www.npmjs.com/package/passport
  - react-bootstrap from 1.6.6 to 1.6.8.
    See this package in npm: https://www.npmjs.com/package/react-bootstrap
  - react-bootstrap-icons from 1.10.3 to 1.11.4.
    See this package in npm: https://www.npmjs.com/package/react-bootstrap-icons
  - react-grid-layout from 1.3.4 to 1.4.4.
    See this package in npm: https://www.npmjs.com/package/react-grid-layout
  - react-rating-stars-component from 2.2.0 to 2.2.3.
    See this package in npm: https://www.npmjs.com/package/react-rating-stars-component

See this project in Snyk:
https://app.snyk.io/org/rish2497/project/798143a0-800e-4b94-a16b-4f922244b526?utm_source=github&utm_medium=referral&page=upgrade-pr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants