Updated yarn dependencies.

This commit is contained in:
Jan Böhmer 2022-03-04 20:01:24 +01:00
parent aa9fdf5a5a
commit 65011ccf1a
2 changed files with 17 additions and 17 deletions

View file

@ -29,7 +29,7 @@
"@types/jquery.form": "^3.26.30",
"@types/marked": "^3.0.1",
"@types/typeahead": "^0.11.32",
"@zxing/library": "^0.18.3",
"@zxing/library": "^0.19.1",
"bootbox": "^5.4.0",
"bootstrap-fileinput": "^5.0.1",
"bootstrap-select": "^1.13.8",
@ -41,7 +41,7 @@
"corejs-typeahead": "^1.2.1",
"darkmode-js": "^1.5.0",
"datatables.net-bs4": "^2.0.1",
"datatables.net-buttons-bs4": "^1.5.4",
"datatables.net-buttons-bs4": "^2.2.2",
"datatables.net-colreorder-bs4": "^1.5.1",
"datatables.net-fixedheader-bs4": "^3.1.5",
"datatables.net-responsive-bs4": "^2.2.3",

View file

@ -1461,10 +1461,10 @@
resolved "https://registry.yarnpkg.com/@xtuc/long/-/long-4.2.2.tgz#d291c6a4e97989b5c61d9acf396ae4fe133a718d"
integrity sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==
"@zxing/library@^0.18.3":
version "0.18.6"
resolved "https://registry.yarnpkg.com/@zxing/library/-/library-0.18.6.tgz#717af8c6c1fd982865e21051afdd7b470ae6674c"
integrity sha512-bulZ9JHoLFd9W36pi+7e7DnEYNJhljYjZ1UTsKPOoLMU3qtC+REHITeCRNx40zTRJZx18W5TBRXt5pq2Uopjsw==
"@zxing/library@^0.19.1":
version "0.19.1"
resolved "https://registry.yarnpkg.com/@zxing/library/-/library-0.19.1.tgz#68932436a9cf860e2148a6d6ae38fe1e27ea23a8"
integrity sha512-rKwvl3Uuqs8yf364iU9l3HDDaIx8yPv+CH6DbtQaQr67VdKLG22G1ukEp9fOdDefE6tpLtRAdMnTrgtpiaKAZw==
dependencies:
ts-custom-error "^3.0.0"
optionalDependencies:
@ -2404,21 +2404,21 @@ datatables.net-bs4@^2.0.1:
datatables.net ">=1.10.13"
jquery ">=1.7"
datatables.net-buttons-bs4@^1.5.4:
version "1.7.1"
resolved "https://registry.yarnpkg.com/datatables.net-buttons-bs4/-/datatables.net-buttons-bs4-1.7.1.tgz#d2fdef1f1b4073129d42806d24b8f037e9bd473b"
integrity sha512-s+fwsgAAWp7mOKwuztPH06kaw2JNAJ71VNTw/TqGQTL6BK9FshweDKZSRIB/ePcc/Psiy8fhNEj3XHxx4OO6BA==
datatables.net-buttons-bs4@^2.2.2:
version "2.2.2"
resolved "https://registry.yarnpkg.com/datatables.net-buttons-bs4/-/datatables.net-buttons-bs4-2.2.2.tgz#10d2fe87dd0d1027125ced7390d2c229a93057a4"
integrity sha512-uQAuWXYy5GAwC7fsFoigMAGqoOD4b+qVA9e3USnzV17cRVG4oj46CyB9a/FhyEtflO812aMFyAl/7rkfnIWS2w==
dependencies:
datatables.net-bs4 "^1.10.15"
datatables.net-buttons "1.7.1"
datatables.net-bs4 ">=1.11.3"
datatables.net-buttons ">=2.0.1"
jquery ">=1.7"
datatables.net-buttons@1.7.1:
version "1.7.1"
resolved "https://registry.yarnpkg.com/datatables.net-buttons/-/datatables.net-buttons-1.7.1.tgz#b701bda4bf4dd76ebc9238251c62d13c18b2bb34"
integrity sha512-D2OxZeR18jhSx+l0xcfAJzfUH7l3LHCu0e606fV7+v3hMhphOfljjZYLaiRmGiR9lqO/f5xE/w2a+OtG/QMavw==
datatables.net-buttons@>=2.0.1:
version "2.2.2"
resolved "https://registry.yarnpkg.com/datatables.net-buttons/-/datatables.net-buttons-2.2.2.tgz#5fbf91c78c8fcb3a1abe32c8ef334ee2a052614b"
integrity sha512-YrTgBDejFSzm2CJOx0aOACXDIELBsdMFe6IR3rJqC0elJoMd6uXVQ4pRBQEge4cfWpYa5T1Majm7r6FQi0j6Jw==
dependencies:
datatables.net "^1.10.15"
datatables.net ">=1.11.3"
jquery ">=1.7"
datatables.net-colreorder-bs4@^1.5.1: