diff --git a/nodejs/package-lock.json b/nodejs/package-lock.json old mode 100755 new mode 100644 index 89a5e7ff..80f000b0 --- a/nodejs/package-lock.json +++ b/nodejs/package-lock.json @@ -10,7 +10,7 @@ "license": "MPL-2.0", "dependencies": { "bootstrap": "~5.0.2", - "bootstrap-table": "^1.19.1", + "bootstrap-table": "^1.20.2", "jquery": "^3.5.1", "qrcodejs": "1.0.0", "sass": "^1.35.1" @@ -59,9 +59,9 @@ } }, "node_modules/bootstrap-table": { - "version": "1.19.1", - "resolved": "https://registry.npmjs.org/bootstrap-table/-/bootstrap-table-1.19.1.tgz", - "integrity": "sha512-WvV+l1AI/C+zThaKmfHmi/IuayVNB0qdFyEhFx1jyZhO0oLtNJNANkCR3rvJf6Dkh72dsLElxpE/bzK9seEQLA==", + "version": "1.20.2", + "resolved": "https://registry.npmjs.org/bootstrap-table/-/bootstrap-table-1.20.2.tgz", + "integrity": "sha512-6j9zfjjK6VZyJj8KsH+LnGczqglmMvMctGAoEAKDvrQ92ExQbA3mHGYPQr9iPrzoyeGL8+6Dyx6LqJbWmWmBoA==", "peerDependencies": { "jquery": "1.9.1 - 3" } @@ -264,9 +264,9 @@ "requires": {} }, "bootstrap-table": { - "version": "1.19.1", - "resolved": "https://registry.npmjs.org/bootstrap-table/-/bootstrap-table-1.19.1.tgz", - "integrity": "sha512-WvV+l1AI/C+zThaKmfHmi/IuayVNB0qdFyEhFx1jyZhO0oLtNJNANkCR3rvJf6Dkh72dsLElxpE/bzK9seEQLA==", + "version": "1.20.2", + "resolved": "https://registry.npmjs.org/bootstrap-table/-/bootstrap-table-1.20.2.tgz", + "integrity": "sha512-6j9zfjjK6VZyJj8KsH+LnGczqglmMvMctGAoEAKDvrQ92ExQbA3mHGYPQr9iPrzoyeGL8+6Dyx6LqJbWmWmBoA==", "requires": {} }, "braces": { diff --git a/nodejs/package.json b/nodejs/package.json old mode 100755 new mode 100644 index 5db18044..d74720bf --- a/nodejs/package.json +++ b/nodejs/package.json @@ -16,7 +16,7 @@ "license": "MPL-2.0", "dependencies": { "bootstrap": "~5.0.2", - "bootstrap-table": "^1.19.1", + "bootstrap-table": "^1.20.2", "jquery": "^3.5.1", "qrcodejs": "1.0.0", "sass": "^1.35.1"