diff --git a/package-lock.json b/package-lock.json index ed0ba940..4a065ff4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@wikimedia/jquery.i18n": "^1.0.9", "bootstrap": "^3.4.1", - "bootstrap-table": "^1.21.1", + "bootstrap-table": "^1.22.1", "bootstrap-toggle": "^2.2.2", "cldrpluralruleparser": "1.3.2", "codemirror": "^5.65.14", @@ -1816,11 +1816,11 @@ } }, "node_modules/bootstrap-table": { - "version": "1.21.1", - "resolved": "https://registry.npmjs.org/bootstrap-table/-/bootstrap-table-1.21.1.tgz", - "integrity": "sha512-WHw4qEBftg3wLmY80EiB9gTpk51TXPPu/OYxcLnd/amOFwtJzpejbBe4RlziVNDMGavQyhdsnX/jVcnCe37qDQ==", + "version": "1.22.1", + "resolved": "https://registry.npmjs.org/bootstrap-table/-/bootstrap-table-1.22.1.tgz", + "integrity": "sha512-Nw8p+BmaiMDSfoer/p49YeI3vJQAWhudxhyKMuqnJBb3NRvCRewMk7JDgiN9SQO3YeSejOirKtcdWpM0dtddWg==", "peerDependencies": { - "jquery": "1.9.1 - 3" + "jquery": "3" } }, "node_modules/bootstrap-toggle": { @@ -14073,9 +14073,9 @@ "integrity": "sha512-yN5oZVmRCwe5aKwzRj6736nSmKDX7pLYwsXiCj/EYmo16hODaBiT4En5btW/jhBF/seV+XMx3aYwukYC3A49DA==" }, "bootstrap-table": { - "version": "1.21.1", - "resolved": "https://registry.npmjs.org/bootstrap-table/-/bootstrap-table-1.21.1.tgz", - "integrity": "sha512-WHw4qEBftg3wLmY80EiB9gTpk51TXPPu/OYxcLnd/amOFwtJzpejbBe4RlziVNDMGavQyhdsnX/jVcnCe37qDQ==", + "version": "1.22.1", + "resolved": "https://registry.npmjs.org/bootstrap-table/-/bootstrap-table-1.22.1.tgz", + "integrity": "sha512-Nw8p+BmaiMDSfoer/p49YeI3vJQAWhudxhyKMuqnJBb3NRvCRewMk7JDgiN9SQO3YeSejOirKtcdWpM0dtddWg==", "requires": {} }, "bootstrap-toggle": { diff --git a/package.json b/package.json index 8ae21772..9fca1b5f 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "dependencies": { "@wikimedia/jquery.i18n": "^1.0.9", "bootstrap": "^3.4.1", - "bootstrap-table": "^1.21.1", + "bootstrap-table": "^1.22.1", "bootstrap-toggle": "^2.2.2", "cldrpluralruleparser": "1.3.2", "codemirror": "^5.65.14",