Skip to content
This repository was archived by the owner on Jan 19, 2023. It is now read-only.

Bump datatables.net from 1.10.20 to 1.11.3 in /api #33

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@fortawesome/fontawesome-free": "^5.12.1",
"bootstrap": "^4.4.1",
"datatables.net": "^1.10.20",
"datatables.net": "^1.11.3",
"datatables.net-bs4": "^1.10.20",
"jquery": "^3.4.1",
"node-sass": "^4.13.1",
Expand Down
9 changes: 8 additions & 1 deletion api/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2168,13 +2168,20 @@ datatables.net-bs4@^1.10.20:
datatables.net "1.10.20"
jquery ">=1.7"

[email protected], datatables.net@^1.10.20:
[email protected]:
version "1.10.20"
resolved "https://registry.yarnpkg.com/datatables.net/-/datatables.net-1.10.20.tgz#9d65ecc3c83cbe7baa4fa5a053405c8fe42c1350"
integrity sha512-4E4S7tTU607N3h0fZPkGmAtr9mwy462u+VJ6gxYZ8MxcRIjZqHy3Dv1GNry7i3zQCktTdWbULVKBbkAJkuHEnQ==
dependencies:
jquery ">=1.7"

datatables.net@^1.11.3:
version "1.11.3"
resolved "https://registry.yarnpkg.com/datatables.net/-/datatables.net-1.11.3.tgz#80e691036efcd62467558ee64c07dd566cb761b4"
integrity sha512-VMj5qEaTebpNurySkM6jy6sGpl+s6onPK8xJhYr296R/vUBnz1+id16NVqNf9z5aR076OGcpGHCuiTuy4E05oQ==
dependencies:
jquery ">=1.7"

[email protected], debug@^2.2.0, debug@^2.3.3:
version "2.6.9"
resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f"
Expand Down