Skip to content

Commit

Permalink
Bump datatables.net-buttons-dt from 2.3.6 to 3.2.0 in /components
Browse files Browse the repository at this point in the history
Bumps [datatables.net-buttons-dt](https://github.com/DataTables/Dist-DataTables-Buttons-DataTables) from 2.3.6 to 3.2.0.
- [Release notes](https://github.com/DataTables/Dist-DataTables-Buttons-DataTables/releases)
- [Commits](DataTables/Dist-DataTables-Buttons-DataTables@2.3.6...3.2.0)

---
updated-dependencies:
- dependency-name: datatables.net-buttons-dt
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 12, 2024
1 parent 3598412 commit 9036d77
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 13 deletions.
2 changes: 1 addition & 1 deletion components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"clipboard": "^2.0.11",
"datatables.net": "^1.13.4",
"datatables.net-buttons-bs": "^2.3.6",
"datatables.net-buttons-dt": "^2.3.6",
"datatables.net-buttons-dt": "^3.2.0",
"datatables.net-colreorder": "^1.6.1",
"datatables.net-dt": "^1.13.4",
"drmonty-datatables-plugins": "^1.0.0",
Expand Down
39 changes: 27 additions & 12 deletions components/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -178,21 +178,21 @@ datatables.net-buttons-bs@^2.3.6:
datatables.net-buttons ">=2.2.3"
jquery ">=1.7"

datatables.net-buttons-dt@^2.3.6:
version "2.3.6"
resolved "https://registry.yarnpkg.com/datatables.net-buttons-dt/-/datatables.net-buttons-dt-2.3.6.tgz#43f1ba2775c1a011ca955f128f1e1c7e5cf1df72"
integrity sha512-SF91mQCPePbjp/Tct2TWlwywaEH/qjdYQf71f7puHBXPre2vvJhy4aJhoyJMfgIOkEzS7Duw6anlBSUC26JqhQ==
datatables.net-buttons-dt@^3.2.0:
version "3.2.0"
resolved "https://registry.yarnpkg.com/datatables.net-buttons-dt/-/datatables.net-buttons-dt-3.2.0.tgz#59d6f0fb51d9615c5be995a469a9b484adb58bde"
integrity sha512-bNMYvuNv4f+LyvMH4WQYLMqbl+zS57BiR7QuY7rsMMQcRYIxJo0qqw0nAbatsxT/ImS3eMIlQEIRSevTrTOVTw==
dependencies:
datatables.net-buttons ">=2.2.3"
datatables.net-dt ">=1.12.1"
datatables.net-buttons "3.2.0"
datatables.net-dt "^2"
jquery ">=1.7"

datatables.net-buttons@>=2.2.3:
version "2.3.6"
resolved "https://registry.yarnpkg.com/datatables.net-buttons/-/datatables.net-buttons-2.3.6.tgz#68d74ccfb282a558e4a9d525871b20e017f7fea3"
integrity sha512-9eid5D2kbTNfGCOiEx5WBHlwfK38W1LMz0AiNZHoSqKAiO0aXGfzrH7L2eY6reHgVMaPvHPAnqeRAjvOul2V/Q==
datatables.net-buttons@3.2.0, datatables.net-buttons@>=2.2.3:
version "3.2.0"
resolved "https://registry.yarnpkg.com/datatables.net-buttons/-/datatables.net-buttons-3.2.0.tgz#591238e488ed18d1c8830b2e3cbb649ab3773790"
integrity sha512-u51/KUvxMJz7ZsmhEUMU3nAh++wU0IYtU/U9TaH5rZR3zVHj+OBepApLIMz/uLjcXpNeIb7kjcKKNkVtxk9kbw==
dependencies:
datatables.net ">=1.12.1"
datatables.net "^2"
jquery ">=1.7"

datatables.net-colreorder@^1.6.1:
Expand All @@ -203,14 +203,29 @@ datatables.net-colreorder@^1.6.1:
datatables.net ">=1.12.1"
jquery ">=1.7"

datatables.net-dt@>=1.12.1, datatables.net-dt@^1.13.4:
datatables.net-dt@^1.13.4:
version "1.13.4"
resolved "https://registry.yarnpkg.com/datatables.net-dt/-/datatables.net-dt-1.13.4.tgz#ec32d22a02772ee6dda2677032cb6b24f3f5e4d0"
integrity sha512-QAvuEej/qKSiaSmSeDQ36wWO72XzFGKkd0jdiqbp+2FHAAzIk+ffsqQAwylystMoBSiO0zlcdaqHoAPa5Dy7Pg==
dependencies:
datatables.net ">=1.12.1"
jquery ">=1.7"

datatables.net-dt@^2:
version "2.1.8"
resolved "https://registry.yarnpkg.com/datatables.net-dt/-/datatables.net-dt-2.1.8.tgz#ef4ada436411bff6c68ee02213222d8caefa7af9"
integrity sha512-/ScKmyKIpKXzjOJrnJLOWMf2jOQfrYjayNMhUyeMzf3jKhNevHNvImU9MQ/Bab9yheKLjHLL24IgnshAvRFrng==
dependencies:
datatables.net "2.1.8"
jquery ">=1.7"

[email protected], datatables.net@^2:
version "2.1.8"
resolved "https://registry.yarnpkg.com/datatables.net/-/datatables.net-2.1.8.tgz#9b020f18e927cc924d72411f62dc595cc688669b"
integrity sha512-47ULt+U4bcjbuGTpTlT6SnCuSFVRBxxdWa6X3NfvTObBJ2BZU0o+JUIl05wQ6cABNIavjbAV51gpgvFsMHL9zA==
dependencies:
jquery ">=1.7"

datatables.net@>=1.12.1, datatables.net@^1.13.4:
version "1.13.4"
resolved "https://registry.yarnpkg.com/datatables.net/-/datatables.net-1.13.4.tgz#9a809cee82eca0a884e10b4d47a3a3d6e65e9fe7"
Expand Down

0 comments on commit 9036d77

Please sign in to comment.