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 tough-cookie, @jpmorganchase/perspective and react-scripts in /JPMC-tech-task-2-PY3 #55

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

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 8, 2023

Bumps tough-cookie to 4.1.3 and updates ancestor dependencies tough-cookie, @jpmorganchase/perspective and react-scripts. These dependencies need to be updated together.

Updates tough-cookie from 2.3.4 to 4.1.3

Release notes

Sourced from tough-cookie's releases.

4.1.3

Security fix for Prototype Pollution discovery in #282. This is a minor release, although output from the inspect utility is affected by this change, we felt this change was important enough to be pushed into the next patch.

4.1.2 -- Patch and Bugfix Release

What's Changed

Full Changelog: salesforce/tough-cookie@v4.1.1...v4.1.2

4.1.1

Patch Release

What's Changed

Full Changelog: salesforce/tough-cookie@v4.1.0...v4.1.1

4.1.0

v4.1.0

Minor release, focused mainly on resolving reported issues and some minor feature work.

What's Changed

... (truncated)

Commits
  • 4ff4d29 4.1.3 release preparation, update the package and lib/version to 4.1.3. (#284)
  • 12d4747 Prevent prototype pollution in cookie memstore (#283)
  • f06b72d Fix documentation for store.findCookies, missing allowSpecialUseDomain proper...
  • b1a8898 fix: allow set cookies with localhost (#253)
  • ec70796 4.1.1 Patch -- allow special use domains by default (#250)
  • d4ac580 fix: allow special use domains by default (#249)
  • 79c2f7d 4.1.0 release to NPM (#245)
  • 4fafc17 Prepare tough-cookie 4.1 for publishing (updated GitHub actions, move Dockerf...
  • aa4396d fix: distinguish between no samesite and samesite=none (#240)
  • b8d7511 Modernize README (#234)
  • Additional commits viewable in compare view
Maintainer changes

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


Updates @jpmorganchase/perspective from 0.2.12 to 0.2.23

Changelog

Sourced from @​jpmorganchase/perspective's changelog.

v0.2.23

22 April 2019 (Full changelog)

Misc

  • Misc cleanup #550
  • Added table ownership flag to <perspective-viewer> delete() method #549
  • Remote arrow #547
  • Hypergrid hover theme fix #546
  • Called save and restore with the correct context #544
  • Link click event example in README #545
  • Fixed hypergrid formatting issue when only row-pivots are changed #542
  • Refactored data_slice to return t_tscalar #541
  • Remove header rows for column-only views #540

v0.2.22

10 April 2019 (Full changelog)

Features

  • D3fc plugin - Sunburst, color styles and bug fixes #511

Misc

  • Updated Puppeteer docker image #539
  • Hypergrid missing columns fix #538
  • Upgraded Emscripten to 1.38.29 #537
  • Updated benchmarked versions #536
  • D3fc plugin - Resizable legend and other tweaks #534
  • Updated benchmarks, removed IS_DELTA flag #533
  • Added save() and restore() methods to plugin API #532
  • update plugin #166
  • Merge latest jpmorganchase/perspective master changes into develop #164
  • Sort by hidden #531
  • Column sort fix #529
  • Removed old files #530
  • Fixed header click behavior to not resize or scroll grid #528
  • API Refactor #527
  • "Disable" chart when there is no data #162
  • Fully implement data slice API #526
  • Fixed docs task #520
  • Fixed Hypergrid scroll stuttering #521
  • Add row delta to View #517
  • Use the same color range for all charts when split #160
  • Fix issue #522: row count is correct on column-only views #523
  • Support for live theme changes #161
  • Test UI interaction in tooltip component #159
  • Feature/legend resizable #131

... (truncated)

Commits
  • 2fbf1ba v0.2.23
  • f67b01f Merge pull request #550 from jpmorganchase/misc-cleanup
  • 17a39de Merge pull request #549 from jpmorganchase/viewer-table-ownership
  • ed4439b lint auto-fix, Material theme spacing fix
  • 077e4f3 Added perspective-update-complete event
  • de7bc9b Added —assets flag to perspective-cli
  • 287a2ce Removed unused functionality
  • f519997 Added table getter
  • 6b5e79b Added table ownership flag to \<perspective-viewer> delete() method
  • 52d134e Merge pull request #547 from jpmorganchase/remote-arrow
  • Additional commits viewable in compare view

Updates react-scripts from 2.1.3 to 5.0.1

Changelog

Sourced from react-scripts's changelog.

3.0.0 and Newer Versions

Please refer to CHANGELOG.md for the newer versions.

2.1.8 (March 7, 2019)

v2.1.8 is a maintenance release that reapplies the TypeScript speed improvements (#6406) in a new major version of react-dev-utils.

Migrating from 2.1.7 to 2.1.8

Inside any created project that has not been ejected, run:

npm install --save --save-exact react-scripts@2.1.8

or

yarn add --exact react-scripts@2.1.8

2.1.7 (March 7, 2019)

v2.1.7 is a maintenance release that temporarily reverts the TypeScript speed improvements (#6406) to fix a dependency issue in react-dev-utils.

Migrating from 2.1.6 to 2.1.7

Inside any created project that has not been ejected, run:

npm install --save --save-exact react-scripts@2.1.7

or

yarn add --exact react-scripts@2.1.7

2.1.6 (March 6, 2019)

v2.1.6 is a maintenance release that brings a few new improvements, most notably:

  • 🚀 Reduced TypeScript rebuild times while running the development server. This was previously introduced in v2.1.4 but had to be reverted. Thanks to @​ianschmitz for getting this ready.

🐛 Bug Fix

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by iansu, a new releaser for react-scripts 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 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.

Bumps [tough-cookie](https://github.com/salesforce/tough-cookie) to 4.1.3 and updates ancestor dependencies [tough-cookie](https://github.com/salesforce/tough-cookie), [@jpmorganchase/perspective](https://github.com/jpmorganchase/perspective) and [react-scripts](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts). These dependencies need to be updated together.


Updates `tough-cookie` from 2.3.4 to 4.1.3
- [Release notes](https://github.com/salesforce/tough-cookie/releases)
- [Changelog](https://github.com/salesforce/tough-cookie/blob/master/CHANGELOG.md)
- [Commits](salesforce/tough-cookie@v2.3.4...v4.1.3)

Updates `@jpmorganchase/perspective` from 0.2.12 to 0.2.23
- [Changelog](https://github.com/finos/perspective/blob/master/CHANGELOG.md)
- [Commits](finos/perspective@v0.2.12...v0.2.23)

Updates `react-scripts` from 2.1.3 to 5.0.1
- [Release notes](https://github.com/facebook/create-react-app/releases)
- [Changelog](https://github.com/facebook/create-react-app/blob/main/CHANGELOG-2.x.md)
- [Commits](https://github.com/facebook/create-react-app/commits/react-scripts@5.0.1/packages/react-scripts)

---
updated-dependencies:
- dependency-name: tough-cookie
  dependency-type: indirect
- dependency-name: "@jpmorganchase/perspective"
  dependency-type: direct:production
- dependency-name: react-scripts
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 8, 2023
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants