diff --git a/package-lock.json b/package-lock.json index 91edcc80f..b14b9a280 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "datatables.net-buttons-bs": "^2.4.1", "datatables.net-buttons-dt": "^2.4.1", "datatables.net-dt": "^1.13.6", - "datatables.net-plugins": "^1.13.6", + "datatables.net-plugins": "^2.0.0", "font-awesome": "^4.7.0", "jquery": "^3.7.0", "postcss": "8.4.49" @@ -1492,12 +1492,22 @@ } }, "node_modules/datatables.net-plugins": { - "version": "1.13.6", - "resolved": "https://registry.npmjs.org/datatables.net-plugins/-/datatables.net-plugins-1.13.6.tgz", - "integrity": "sha512-CPLH+09OiEAP3PKbZH7u2qcLajgHhy4fBHCdLzjGWJwKbIkhaPu7tby4jZHQXqoolUznbm3TEpJj4eMI1eqcGw==", + "version": "2.1.7", + "resolved": "https://registry.npmjs.org/datatables.net-plugins/-/datatables.net-plugins-2.1.7.tgz", + "integrity": "sha512-0lk5YOhwo4rlsgaOFqnP9nwCg6bI7sjzX07XSLqDGJqu6YT7rw9P+BiMekNYVTQQwevYVlt74C1j38UwZOKctw==", + "license": "MIT", "dependencies": { "@types/jquery": "^3.5.16", - "datatables.net": "^1.13.2" + "datatables.net": "^2.0.8" + } + }, + "node_modules/datatables.net-plugins/node_modules/datatables.net": { + "version": "2.1.8", + "resolved": "https://registry.npmjs.org/datatables.net/-/datatables.net-2.1.8.tgz", + "integrity": "sha512-47ULt+U4bcjbuGTpTlT6SnCuSFVRBxxdWa6X3NfvTObBJ2BZU0o+JUIl05wQ6cABNIavjbAV51gpgvFsMHL9zA==", + "license": "MIT", + "dependencies": { + "jquery": ">=1.7" } }, "node_modules/debug": { diff --git a/package.json b/package.json index 642d9f757..7cbafdf8e 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "datatables.net-buttons-bs": "^2.4.1", "datatables.net-buttons-dt": "^2.4.1", "datatables.net-dt": "^1.13.6", - "datatables.net-plugins": "^1.13.6", + "datatables.net-plugins": "^2.0.0", "font-awesome": "^4.7.0", "jquery": "^3.7.0", "postcss": "8.4.49"