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

Bump cookie and express in /oidc-ui #950

Open
wants to merge 51 commits into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 13, 2024

Bumps cookie and express. These dependencies needed to be updated together.
Updates cookie from 0.5.0 to 0.7.1

Release notes

Sourced from cookie's releases.

0.7.1

Fixed

  • Allow leading dot for domain (#174)
    • Although not permitted in the spec, some users expect this to work and user agents ignore the leading dot according to spec
  • Add fast path for serialize without options, use obj.hasOwnProperty when parsing (#172)

jshttp/cookie@v0.7.0...v0.7.1

0.7.0

jshttp/cookie@v0.6.0...v0.7.0

0.6.0

  • Add partitioned option
Commits
Maintainer changes

This version was pushed to npm by blakeembrey, a new releaser for cookie since your current version.


Updates express from 4.18.1 to 4.21.1

Release notes

Sourced from express's releases.

4.21.1

What's Changed

Full Changelog: expressjs/express@4.21.0...4.21.1

4.21.0

What's Changed

New Contributors

Full Changelog: expressjs/express@4.20.0...4.21.0

4.20.0

What's Changed

Important

  • IMPORTANT: The default depth level for parsing URL-encoded data is now 32 (previously was Infinity)
  • Remove link renderization in html while using res.redirect

Other Changes

... (truncated)

Changelog

Sourced from express's changelog.

4.21.1 / 2024-10-08

4.21.0 / 2024-09-11

  • Deprecate res.location("back") and res.redirect("back") magic string
  • deps: serve-static@1.16.2
    • includes send@0.19.0
  • deps: finalhandler@1.3.1
  • deps: qs@6.13.0

4.20.0 / 2024-09-10

  • deps: serve-static@0.16.0
    • Remove link renderization in html while redirecting
  • deps: send@0.19.0
    • Remove link renderization in html while redirecting
  • deps: body-parser@0.6.0
    • add depth option to customize the depth level in the parser
    • IMPORTANT: The default depth level for parsing URL-encoded data is now 32 (previously was Infinity)
  • Remove link renderization in html while using res.redirect
  • deps: path-to-regexp@0.1.10
    • Adds support for named matching groups in the routes using a regex
    • Adds backtracking protection to parameters without regexes defined
  • deps: encodeurl@~2.0.0
    • Removes encoding of \, |, and ^ to align better with URL spec
  • Deprecate passing options.maxAge and options.expires to res.clearCookie
    • Will be ignored in v5, clearCookie will set a cookie with an expires in the past to instruct clients to delete the cookie

4.19.2 / 2024-03-25

  • Improved fix for open redirect allow list bypass

4.19.1 / 2024-03-20

  • Allow passing non-strings to res.location with new encoding handling checks

4.19.0 / 2024-03-20

  • Prevent open redirect allow list bypass due to encodeurl
  • deps: cookie@0.6.0

4.18.3 / 2024-02-29

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by ulisesgascon, a new releaser for express since your current version.


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

ase-101 and others added 30 commits March 20, 2024 00:47
Signed-off-by: ase-101 <sunkadaeanusha@gmail.com>
…ext based on the selected login option. (#615)

Signed-off-by: GurukiranP <talk2gurukiran@gmail.com>
Signed-off-by: Zeeshan Mehboob <zeeshan.mehboob@infosys.com>
[ES-838] errorCode spelling mistake
…622)

Signed-off-by: Aravindhan Alagesan <aravindh2090@gmail.com>
…default value as Staging.

Signed-off-by: GurukiranP <talk2gurukiran@gmail.com>
…default value as Staging.

Signed-off-by: GurukiranP <talk2gurukiran@gmail.com>
[ES-914] Fixed: OIDC-UI is not using the sbi.env config instead uses default value as Staging.
…e. (#626) (#627)

Signed-off-by: GurukiranP <talk2gurukiran@gmail.com>
Signed-off-by: Zeeshan Mehboob <zeeshan.mehboob@infosys.com>
[ES-927] added reset captcha after api failure
…le of esignet-service (#620) (#625)

* added details of sunbird into readme file of esignet-service



* added KBA config in oidc-ui readme



---------

Signed-off-by: Mohd Kaif Siddique <mohdkaif.siddique@ad.infosys.com>
Co-authored-by: Mohd Kaif Siddique <mohdkaif.siddique@ad.infosys.com>
Signed-off-by: ase-101 <sunkadaeanusha@gmail.com>
* Updated docs and docker-compose

Signed-off-by: ase-101 <sunkadaeanusha@gmail.com>

* Updated the openapi yaml

Signed-off-by: ase-101 <sunkadaeanusha@gmail.com>

* Readme updated

Signed-off-by: ase-101 <sunkadaeanusha@gmail.com>

* updated brnach name

Signed-off-by: ase-101 <sunkadaeanusha@gmail.com>

---------

Signed-off-by: ase-101 <sunkadaeanusha@gmail.com>
Signed-off-by: ase-101 <sunkadaeanusha@gmail.com>
Signed-off-by: Zeeshan Mehboob <zeeshan.mehboob@infosys.com>
[ES-938] resetting captchaToken with recaptcha wigdet
This reverts commit 1bd1687.

Signed-off-by: ase-101 <sunkadaeanusha@gmail.com>
Signed-off-by: ase-101 <sunkadaeanusha@gmail.com>
* [MODIFIED] artifactory image changed, supported format in esignet-default (#634)

Signed-off-by: Zeeshan Mehboob <zeeshan.mehboob@infosys.com>

* Updated docs and docker-compose

Signed-off-by: ase-101 <sunkadaeanusha@gmail.com>

* Updated the oidc-ui readme

Signed-off-by: ase-101 <sunkadaeanusha@gmail.com>

---------

Signed-off-by: Zeeshan Mehboob <zeeshan.mehboob@infosys.com>
Signed-off-by: ase-101 <sunkadaeanusha@gmail.com>
Co-authored-by: Zeeshan Mehboob <82993262+zesu22@users.noreply.github.com>
* Updated Pom versions for release changes

Signed-off-by: GitHub <noreply@github.com>

* Update install.sh

Signed-off-by: Praful Rakhade <99539100+Prafulrakhade@users.noreply.github.com>

* Update keycloak-init.sh

Signed-off-by: Praful Rakhade <99539100+Prafulrakhade@users.noreply.github.com>

* Update Chart.yaml

Signed-off-by: Praful Rakhade <99539100+Prafulrakhade@users.noreply.github.com>

* Update Chart.yaml

Signed-off-by: Praful Rakhade <99539100+Prafulrakhade@users.noreply.github.com>

* Update values.yaml

Signed-off-by: Praful Rakhade <99539100+Prafulrakhade@users.noreply.github.com>

* Update values.yaml

Signed-off-by: Praful Rakhade <99539100+Prafulrakhade@users.noreply.github.com>

* Update init_db.sh

Signed-off-by: Praful Rakhade <99539100+Prafulrakhade@users.noreply.github.com>

* Update install.sh

Signed-off-by: Praful Rakhade <99539100+Prafulrakhade@users.noreply.github.com>

---------

Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: Praful Rakhade <99539100+Prafulrakhade@users.noreply.github.com>
Co-authored-by: Prafulrakhade <Prafulrakhade@users.noreply.github.com>
Co-authored-by: Praful Rakhade <99539100+Prafulrakhade@users.noreply.github.com>
Signed-off-by: GitHub <noreply@github.com>
Co-authored-by: Prafulrakhade <Prafulrakhade@users.noreply.github.com>
* [FIXES] errorCode spelling mistake

Signed-off-by: Zeeshan Mehboob <zeeshan.mehboob@infosys.com>

* [ES-879] Implemented functionality to dynamically display subheader text based on the selected login option.

Signed-off-by: GurukiranP <talk2gurukiran@gmail.com>

* [ADDED] id in multiple element

Signed-off-by: Zeeshan Mehboob <zeeshan.mehboob@infosys.com>

* [ES-844] esignet label correction in Kannada and Hindi languages.

Signed-off-by: GurukiranP <talk2gurukiran@gmail.com>

* Replacing the (-) special character with empty in oidcTransactionId (#621)

Signed-off-by: Aravindhan Alagesan <aravindh2090@gmail.com>

* [ES-914] Fixed: OIDC-UI is not using the sbi.env config instead uses default value as Staging.

Signed-off-by: GurukiranP <talk2gurukiran@gmail.com>

* [ES-914] Fixed: OIDC-UI is not using the sbi.env config instead uses default value as Staging.

Signed-off-by: GurukiranP <talk2gurukiran@gmail.com>

* [ES-911] added Knowledge basesd configurationd details into readme file of esignet-service (#620)

* added details of sunbird into readme file of esignet-service

Signed-off-by: Mohd Kaif Siddique <mohdkaif.siddique@ad.infosys.com>

* added KBA config in oidc-ui readme

Signed-off-by: Mohd Kaif Siddique <mohdkaif.siddique@ad.infosys.com>

---------

Signed-off-by: Mohd Kaif Siddique <mohdkaif.siddique@ad.infosys.com>
Co-authored-by: Mohd Kaif Siddique <mohdkaif.siddique@ad.infosys.com>

* [ES-926] Fixed: In eSignet UI, Info in Username field is not clickable. (#626)

Signed-off-by: GurukiranP <talk2gurukiran@gmail.com>

* [ES-923] [ES-928] Fixed: qa-inji-esignet- Not getting appropriate error message on clicking twice on verify button once otp gets expired. Added the informative icon tooltip to all the login components.

Signed-off-by: GurukiranP <talk2gurukiran@gmail.com>

* [ADDED] reset captcha after api failure

Signed-off-by: Zeeshan Mehboob <zeeshan.mehboob@infosys.com>

* MOSIP-32194 (#632)

Signed-off-by: ase-101 <sunkadaeanusha@gmail.com>

* [MOSIP-31575] Updated docker file. (#611)

* Update push-trigger.yml

Signed-off-by: abhishek8shankar <127825992+abhishek8shankar@users.noreply.github.com>

* [MOSIP-31575] Updated docker file.

Signed-off-by: abhishek8shankar <127825992+abhishek8shankar@users.noreply.github.com>

* Update push-trigger.yml

Signed-off-by: abhishek8shankar <127825992+abhishek8shankar@users.noreply.github.com>

---------

Signed-off-by: abhishek8shankar <127825992+abhishek8shankar@users.noreply.github.com>

* [ES-924] Redirecting the user to the landing page when the error code is invalid_transaction.

Signed-off-by: GurukiranP <talk2gurukiran@gmail.com>

* [MODIFIED] artifactory image changed, supported format in esignet-default (#634)

Signed-off-by: Zeeshan Mehboob <zeeshan.mehboob@infosys.com>

* Updated docs and docker-compose

Signed-off-by: ase-101 <sunkadaeanusha@gmail.com>

* Updated the openapi yaml

Signed-off-by: ase-101 <sunkadaeanusha@gmail.com>

* [ES-853] (#619)

* [ES-853]

Signed-off-by: Venkata Saidurga Polamraju <saidurgacsea@gmail.com>

* [ES-853] added mosip.esignet.captcha.required property

Signed-off-by: Venkata Saidurga Polamraju <saidurgacsea@gmail.com>

* [ES-853] added reviwed changes

Signed-off-by: Venkata Saidurga Polamraju <saidurgacsea@gmail.com>

* reviewed changes

Signed-off-by: Venkata Saidurga Polamraju <saidurgacsea@gmail.com>

---------

Signed-off-by: Venkata Saidurga Polamraju <saidurgacsea@gmail.com>

* Updated oidc-ui readme

Signed-off-by: ase-101 <sunkadaeanusha@gmail.com>

* [ES-279] Added multi-language support for wallet name.

Signed-off-by: GurukiranP <talk2gurukiran@gmail.com>

* [ES-279] Added multi-language support for wallet name.

Signed-off-by: GurukiranP <talk2gurukiran@gmail.com>

* [ADDED] artifactory images in public folder

Signed-off-by: Zeeshan Mehboob <zeeshan.mehboob@infosys.com>

* [MODIFIED] otp to send-otp in otp login page (#643)

Signed-off-by: Zeeshan Mehboob <zeeshan.mehboob@infosys.com>

* Updated the latest error codes

Signed-off-by: ase-101 <sunkadaeanusha@gmail.com>

* [MODIFIED] resetting captchaToken with recaptcha wigdet

Signed-off-by: Zeeshan Mehboob <zeeshan.mehboob@infosys.com>

* Added DB upgrade scripts (#652) (#653)

Signed-off-by: ase-101 <sunkadaeanusha@gmail.com>
Co-authored-by: ase-101 <sunkadaeanusha@gmail.com>

* MOSIP-32201

Signed-off-by: Sohan Kumar Dey <72375959+Sohandey@users.noreply.github.com>

* [DSD-4653] added esignet dashboard json

Signed-off-by: techno-376 <rakshitham38@gmail.com>

* [DSD-4653] added esignet dashboard json

Signed-off-by: techno-376 <rakshitham38@gmail.com>

* [ES-936] Handled captcha token null error (#647)

Signed-off-by: Balaji <74903654+balaji-alluru@users.noreply.github.com>

* MOSIP-32201 (#657)

Signed-off-by: Sohan Kumar Dey <72375959+Sohandey@users.noreply.github.com>

* Apply theme for camdgc for esignet

Signed-off-by: Sreang Rathanak <sreangrathanajk@yahoo.com>

* [ES-937]Updated AuthChallengeFactorFormatValidator (#661)

Signed-off-by: Balaji <74903654+balaji-alluru@users.noreply.github.com>

* [ES-939] [MOSIP-32195] [MOSIP-32304] [INJIWEB-122] [INJIWEB-125]: Fixed the issue where error messages were not handled properly in KBA login form and also handled with regex and max-length for the policy number and fullName fields.

Signed-off-by: GurukiranP <talk2gurukiran@gmail.com>

* [ES-903]Modified browser timeout to check biometrics (#665)

* Replacing the (-) special character with empty in oidcTransactionId

Signed-off-by: Aravindhan Alagesan <aravindh2090@gmail.com>

* Modified browser timeout to check biometrics

Signed-off-by: Aravindhan Alagesan <aravindh2090@gmail.com>

---------

Signed-off-by: Aravindhan Alagesan <aravindh2090@gmail.com>

* [MODIFIED] input with numpad muber & copy paste keycode (#666)

Signed-off-by: Zeeshan Mehboob <zeeshan.mehboob@infosys.com>

* [RENAME] pwd to kba for kba authentication (#668)

Signed-off-by: Zeeshan Mehboob <zeeshan.mehboob@infosys.com>

* esignet build issue fixes

Signed-off-by: Sohan Kumar Dey <72375959+Sohandey@users.noreply.github.com>

* [ES-855]Update esignet-openapi.yaml (#670)

Signed-off-by: Balaji Alluru <74903654+balaji-alluru@users.noreply.github.com>

* [MOSIP-32633] Added regex validation for KBA (#667)

* [MOSIP-32633] Added regex validation for KBA

Signed-off-by: Venkata Saidurga Polamraju <saidurgacsea@gmail.com>

* review comments fixed

Signed-off-by: Venkata Saidurga Polamraju <saidurgacsea@gmail.com>

* review comments fixed

Signed-off-by: Venkata Saidurga Polamraju <saidurgacsea@gmail.com>

---------

Signed-off-by: Venkata Saidurga Polamraju <saidurgacsea@gmail.com>

* Updated pom version to 1.4.0-SNAPSHOT (#612)

Signed-off-by: ase-101 <sunkadaeanusha@gmail.com>

* ES-911 (#639)

* Updated docs and docker-compose

Signed-off-by: ase-101 <sunkadaeanusha@gmail.com>

* Updated the openapi yaml

Signed-off-by: ase-101 <sunkadaeanusha@gmail.com>

* Readme updated

Signed-off-by: ase-101 <sunkadaeanusha@gmail.com>

* updated brnach name

Signed-off-by: ase-101 <sunkadaeanusha@gmail.com>

---------

Signed-off-by: ase-101 <sunkadaeanusha@gmail.com>

* ES-911 (#654)

* [MODIFIED] artifactory image changed, supported format in esignet-default (#634)

Signed-off-by: Zeeshan Mehboob <zeeshan.mehboob@infosys.com>

* Updated docs and docker-compose

Signed-off-by: ase-101 <sunkadaeanusha@gmail.com>

* Updated the oidc-ui readme

Signed-off-by: ase-101 <sunkadaeanusha@gmail.com>

---------

Signed-off-by: Zeeshan Mehboob <zeeshan.mehboob@infosys.com>
Signed-off-by: ase-101 <sunkadaeanusha@gmail.com>
Co-authored-by: Zeeshan Mehboob <82993262+zesu22@users.noreply.github.com>

* Release changes (#655)

* Updated Pom versions for release changes

Signed-off-by: GitHub <noreply@github.com>

* Update install.sh

Signed-off-by: Praful Rakhade <99539100+Prafulrakhade@users.noreply.github.com>

* Update keycloak-init.sh

Signed-off-by: Praful Rakhade <99539100+Prafulrakhade@users.noreply.github.com>

* Update Chart.yaml

Signed-off-by: Praful Rakhade <99539100+Prafulrakhade@users.noreply.github.com>

* Update Chart.yaml

Signed-off-by: Praful Rakhade <99539100+Prafulrakhade@users.noreply.github.com>

* Update values.yaml

Signed-off-by: Praful Rakhade <99539100+Prafulrakhade@users.noreply.github.com>

* Update values.yaml

Signed-off-by: Praful Rakhade <99539100+Prafulrakhade@users.noreply.github.com>

* Update init_db.sh

Signed-off-by: Praful Rakhade <99539100+Prafulrakhade@users.noreply.github.com>

* Update install.sh

Signed-off-by: Praful Rakhade <99539100+Prafulrakhade@users.noreply.github.com>

---------

Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: Praful Rakhade <99539100+Prafulrakhade@users.noreply.github.com>
Co-authored-by: Prafulrakhade <Prafulrakhade@users.noreply.github.com>
Co-authored-by: Praful Rakhade <99539100+Prafulrakhade@users.noreply.github.com>

* Updated Pom versions for release changes (#656)

Signed-off-by: GitHub <noreply@github.com>
Co-authored-by: Prafulrakhade <Prafulrakhade@users.noreply.github.com>

* ES-1125

Signed-off-by: ase-101 <sunkadaeanusha@gmail.com>

* ES-1125

Signed-off-by: ase-101 <sunkadaeanusha@gmail.com>

---------

Signed-off-by: Zeeshan Mehboob <zeeshan.mehboob@infosys.com>
Signed-off-by: GurukiranP <talk2gurukiran@gmail.com>
Signed-off-by: Aravindhan Alagesan <aravindh2090@gmail.com>
Signed-off-by: Mohd Kaif Siddique <mohdkaif.siddique@ad.infosys.com>
Signed-off-by: ase-101 <sunkadaeanusha@gmail.com>
Signed-off-by: abhishek8shankar <127825992+abhishek8shankar@users.noreply.github.com>
Signed-off-by: Venkata Saidurga Polamraju <saidurgacsea@gmail.com>
Signed-off-by: Sohan Kumar Dey <72375959+Sohandey@users.noreply.github.com>
Signed-off-by: techno-376 <rakshitham38@gmail.com>
Signed-off-by: Balaji <74903654+balaji-alluru@users.noreply.github.com>
Signed-off-by: Sreang Rathanak <sreangrathanajk@yahoo.com>
Signed-off-by: Balaji Alluru <74903654+balaji-alluru@users.noreply.github.com>
Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: Praful Rakhade <99539100+Prafulrakhade@users.noreply.github.com>
Co-authored-by: Zeeshan Mehboob <zeeshan.mehboob@infosys.com>
Co-authored-by: Aravindhan Alagesan <aravindh2090@gmail.com>
Co-authored-by: GurukiranP <talk2gurukiran@gmail.com>
Co-authored-by: Kaif Siddique <74772315+kaifk468@users.noreply.github.com>
Co-authored-by: Mohd Kaif Siddique <mohdkaif.siddique@ad.infosys.com>
Co-authored-by: Gk <76690271+GurukiranP@users.noreply.github.com>
Co-authored-by: abhishek8shankar <127825992+abhishek8shankar@users.noreply.github.com>
Co-authored-by: Zeeshan Mehboob <82993262+zesu22@users.noreply.github.com>
Co-authored-by: pvsaidurga <132046494+pvsaidurga@users.noreply.github.com>
Co-authored-by: Sohan Kumar Dey <72375959+Sohandey@users.noreply.github.com>
Co-authored-by: Rakshitha650 <rakshitham38@gmail.com>
Co-authored-by: Rakshitha650 <76676196+rakshitha650@users.noreply.github.com>
Co-authored-by: Chandra Keshav Mishra <chandrakeshavmishra@gmail.com>
Co-authored-by: Balaji Alluru <74903654+balaji-alluru@users.noreply.github.com>
Co-authored-by: Sreang Rathanak <sreangrathanajk@yahoo.com>
Co-authored-by: Prafulrakhade <Prafulrakhade@users.noreply.github.com>
Co-authored-by: Praful Rakhade <99539100+Prafulrakhade@users.noreply.github.com>
Signed-off-by: ase-101 <sunkadaeanusha@gmail.com>
Signed-off-by: ase-101 <sunkadaeanusha@gmail.com>
…683)

* added details of sunbird into readme file of esignet-service



* added KBA config in oidc-ui readme



* add logic to skip id-field check with challenge



* added id-field into test.properties



---------

Signed-off-by: Mohd Kaif Siddique <mohdkaif.siddique@ad.infosys.com>
Signed-off-by: Balaji <74903654+balaji-alluru@users.noreply.github.com>
Co-authored-by: Kaif Siddique <74772315+kaifk468@users.noreply.github.com>
Co-authored-by: Mohd Kaif Siddique <mohdkaif.siddique@ad.infosys.com>
…rror message is displayed. (#687) (#688) (#701)

Signed-off-by: GurukiranP <talk2gurukiran@gmail.com>
Signed-off-by: Sohan Kumar Dey <72375959+Sohandey@users.noreply.github.com>
VSIVAKALYAN and others added 21 commits May 21, 2024 12:47
Signed-off-by: VSIVAKALYAN <kalyanvellanki321@gmail.com>
Signed-off-by: VSIVAKALYAN <kalyanvellanki321@gmail.com>
Signed-off-by: ase-101 <sunkadaeanusha@gmail.com>
Signed-off-by: ase-101 <sunkadaeanusha@gmail.com>
Signed-off-by: ase-101 <sunkadaeanusha@gmail.com>
Signed-off-by: ase-101 <sunkadaeanusha@gmail.com>
Signed-off-by: VSIVAKALYAN <kalyanvellanki321@gmail.com>
Signed-off-by: Sohan Kumar Dey <72375959+Sohandey@users.noreply.github.com>
Signed-off-by: Sohan Kumar Dey <72375959+Sohandey@users.noreply.github.com>
Signed-off-by: Nandhukumar <nandhukumare@gmail.com>
Signed-off-by: Zeeshan Mehboob <zeeshan.mehboob@infosys.com>
Fixes  and apitestrig changes from develop branch are cherry-picked
Signed-off-by: Praful Rakhade <99539100+Prafulrakhade@users.noreply.github.com>
[MOSIP-33402] Updated chart-lint-publish.yml
Signed-off-by: Balaji <74903654+balaji-alluru@users.noreply.github.com>
Signed-off-by: Praful Rakhade <99539100+Prafulrakhade@users.noreply.github.com>
* Updated Pom versions for release changes

Signed-off-by: GitHub <noreply@github.com>

* esgient 1.4.1 release changes

---------

Signed-off-by: GitHub <noreply@github.com>
Co-authored-by: Prafulrakhade <Prafulrakhade@users.noreply.github.com>
Co-authored-by: techno-467 <prafulrakhade02@gmail.com>
Signed-off-by: Praful Rakhade <99539100+Prafulrakhade@users.noreply.github.com>
Bumps [cookie](https://github.com/jshttp/cookie) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together.

Updates `cookie` from 0.5.0 to 0.7.1
- [Release notes](https://github.com/jshttp/cookie/releases)
- [Commits](jshttp/cookie@v0.5.0...v0.7.1)

Updates `express` from 4.18.1 to 4.21.1
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.1/History.md)
- [Commits](expressjs/express@4.18.1...4.21.1)

---
updated-dependencies:
- dependency-name: cookie
  dependency-type: indirect
- dependency-name: express
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.