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 datatables.net-bs4 from 1.10.19 to 1.12.1 #32

Merged
merged 2 commits into from
Mar 13, 2023

Conversation

marvinkobit
Copy link
Owner

Snyk has created this PR to upgrade datatables.net-bs4 from 1.10.19 to 1.12.1.

merge advice
As this is a private repository, Snyk-bot does not have access. Therefore, this PR has been created automatically, but appears to have been created by a real user.

✨ Snyk has automatically assigned this pull request, set who gets assigned.

ℹ️ 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.


  • The recommended version is 14 versions ahead of your current version.
  • The recommended version was released 3 months ago, on 2022-05-19.

The recommended version fixes:

Severity Issue PriorityScore (*) Exploit Maturity
Prototype Pollution
SNYK-JS-DATATABLESNET-1016402
579/1000
Why? Has a fix available, CVSS 7.3
No Known Exploit
Prototype Pollution
SNYK-JS-DATATABLESNET-598806
579/1000
Why? Has a fix available, CVSS 7.3
Proof of Concept
Cross-site Scripting (XSS)
SNYK-JS-DATATABLESNET-1540544
579/1000
Why? Has a fix available, CVSS 7.3
Proof of Concept

(*) Note that the real score may have changed since the PR was raised.

Release notes
Package name: datatables.net-bs4
  • 1.12.1 - 2022-05-19

    Release 1.12.1

  • 1.12.0 - 2022-05-12

    Release 1.12.0

  • 1.11.5 - 2022-02-28

    Release 1.11.5

  • 1.11.4 - 2022-01-21

    Release 1.11.4

  • 1.11.3 - 2021-09-24

    DataTables Bootstrap4 1.11.3

  • 1.11.2 - 2021-09-08

    Release 1.11.2

  • 1.11.1 - 2021-09-04

    Release 1.11.1

  • 1.11.0 - 2021-09-03

    Release 1.11.0

  • 1.10.25 - 2021-06-04
  • 1.10.24 - 2021-03-09
  • 1.10.23 - 2020-12-18
  • 1.10.22 - 2020-09-18
  • 1.10.21 - 2020-05-11
  • 1.10.20 - 2019-10-01
  • 1.10.19 - 2018-06-22
from datatables.net-bs4 GitHub release notes
Commit messages
Package name: datatables.net-bs4
  • ca10c72 Sync tag release - 1.12.1
  • e88bb00 0baf721cb4311b18fb8cc6da712daca4491d2cab Release 1.12.1
  • 29c48d5 c0b3288428a28fdd76d7521df40dbcc48952074a Fix: Bootstrap (3/4/5) integration with table-sm and the sorting icons for 1.12 - icons would overlap
  • 19a2613 b1783af3a93cf8cd987999a6b3a1f2b3bc1701df Fix: Remove IDs from cloned elements when scrolling is enabled
  • 85ef6a1 8b2c9db9caddb4c6d6f086894686912f55961844 Fix: Don't had a prefix / postfix to the number rendering helper when an empty string or null is used
  • 392c175 0bfa6cbaf546856faaccba70d40cf519e62ba895 Fix: Error was being thrown when the browser's language was set to a locale which does not use a thousands indicator for 1000.1 when form
  • db34489 77642aba563661aedf80132354b922fc582cf05a Fix: IE11 was throwing an error with the new locale rendering for numbers. Default to US English for legacy browsers.
  • 57a6b11 Sync tag release - 1.12.0
  • 43abd84 fc584ef350c08c9d120c765828e03750019a8870 1.12.0 release!
  • 40b456d f69305fecba5832a66a0486d5a1f74334cc158a0 Fix: Bulma integration would give an error when clicking on the pagination's ellipsis icon
  • c3f8a67 9396596f7c5d5f81e8046d9531a7029694497d9f Dev: Missed a * hack when updating CSS to remove IE6/7 hacks
  • 9caf4e8 233af5fe7ef7b02fb90b8e1ccaac1e77deead94a TEST added html and data for the permissions test (https://datatables.net/extensions/searchpanes/examples/advanced/renderArrays.html)
  • 1049056 2c77e0b3cd2617905d172cfb9e477baef42c7615 Fix - typescript: Missing `-api column().search()` overload for setting a search value on a column
  • d65aff0 f9b0297573cf151433b194d7e3ddf4fe36545cf3 Dev - fix: Need to get the host node before removing from the DOM
  • 8ee9778 f34bb0d5a1a0419d9963b83095e95c0fdbe256ad Fix: Allow DOM manipulation while a table is being destroyed
  • c2bcfff ab09832bca0bfd726a88b3d5fdb88519d9e62924 TEST added tests for luxon and moment datetime
  • be9ebc8 89f3641e00c696fbe28d4e0bdec99a9263c0f2f9 TEST added test for columnDefs.target
  • 12b400b a1414f2208d5407e372b55692af7847b5a2ac038 Examples - update: Consistent formatting of example code (Prettier)
  • 2566fa7 d2bc48ff0662e543e014b108d9d21b7d2226f5d3 Dev: Tweaks to examples - move stocks to advanved init
  • a0232f9 a140a13c2e18c9e4a05e972653308a068a8ab57c Dev: Tidying up examples with Prettier and introduce vanilla js code for many of the examples - more still to do
  • 7182147 cae2aedb3227894d381953632f7eb6ed9d16a605 Fix: Merging class names from multiple targets to a single column
  • 86120fc ebdca6cd3e6dd16831e3d60c43254b8b20deba1c Docs: Add links to site documentation
  • e281292 564e9b56a0caee56cc49434dcdd87a4001ca9112 New: `-init columnDefs.target` option which is an alias of `-init columnDefs.targets`.
  • 2bb7a11 fbfc0c2a5a5bba5d261ab011d43f4e6e5e781a11 New: Automatic number rendering for locale with `number` rendering type

Compare


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:

🧐 View latest project report

👩‍💻 Set who automatically gets assigned

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

@marvinkobit marvinkobit self-assigned this Aug 4, 2022
@marvinkobit marvinkobit merged commit 3749d63 into main Mar 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants