diff --git a/package-lock.json b/package-lock.json index bb260f95..ece4b804 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "material-design-icons-iconfont": "^6.1.0", "vue": "^2.6.12", "vue-agile": "^1.1.3", - "vue-good-table": "^2.21.9", + "vue-good-table": "^2.21.10", "vue-gsheets": "^4.0.3", "vue-material-design-icons": "^4.11.0", "vue-moment": "^4.1.0", @@ -6527,11 +6527,6 @@ "resolved": "https://registry.npmjs.org/detect-node/-/detect-node-2.0.4.tgz", "integrity": "sha512-ZIzRpLJrOj7jjP2miAtgqIfmzbxa4ZOr5jJc601zklsfEx9oTzmmj2nVpIPRpNlRTIh8lc1kyViIY7BWSGNmKw==" }, - "node_modules/diacriticless": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/diacriticless/-/diacriticless-1.0.1.tgz", - "integrity": "sha1-592peMKRlgm7SK7h78XeajN71MM=" - }, "node_modules/diffie-hellman": { "version": "5.0.3", "resolved": "https://registry.npmjs.org/diffie-hellman/-/diffie-hellman-5.0.3.tgz", @@ -15799,12 +15794,11 @@ } }, "node_modules/vue-good-table": { - "version": "2.21.9", - "resolved": "https://registry.npmjs.org/vue-good-table/-/vue-good-table-2.21.9.tgz", - "integrity": "sha512-EOlOOjAOM3FivYovRju8wkuX3cD67a4+AL5cpwv6yemBOKCZIJ/gO6ecV3rAPPCA92DsyLToz7TSYJ7PYALvpA==", + "version": "2.21.10", + "resolved": "https://registry.npmjs.org/vue-good-table/-/vue-good-table-2.21.10.tgz", + "integrity": "sha512-K7yD8LwW5ouJmMTjNyjnXK1qwm6/FPt4jt+xk+dYAlVPTikW5QWnY8WZHgsiAWWWq58l5oOzRw9wS1tAAWaj6g==", "dependencies": { "date-fns": "^2.17.0", - "diacriticless": "1.0.1", "lodash.isequal": "^4.5.0" } }, @@ -22890,11 +22884,6 @@ "resolved": "https://registry.npmjs.org/detect-node/-/detect-node-2.0.4.tgz", "integrity": "sha512-ZIzRpLJrOj7jjP2miAtgqIfmzbxa4ZOr5jJc601zklsfEx9oTzmmj2nVpIPRpNlRTIh8lc1kyViIY7BWSGNmKw==" }, - "diacriticless": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/diacriticless/-/diacriticless-1.0.1.tgz", - "integrity": "sha1-592peMKRlgm7SK7h78XeajN71MM=" - }, "diffie-hellman": { "version": "5.0.3", "resolved": "https://registry.npmjs.org/diffie-hellman/-/diffie-hellman-5.0.3.tgz", @@ -30542,12 +30531,11 @@ } }, "vue-good-table": { - "version": "2.21.9", - "resolved": "https://registry.npmjs.org/vue-good-table/-/vue-good-table-2.21.9.tgz", - "integrity": "sha512-EOlOOjAOM3FivYovRju8wkuX3cD67a4+AL5cpwv6yemBOKCZIJ/gO6ecV3rAPPCA92DsyLToz7TSYJ7PYALvpA==", + "version": "2.21.10", + "resolved": "https://registry.npmjs.org/vue-good-table/-/vue-good-table-2.21.10.tgz", + "integrity": "sha512-K7yD8LwW5ouJmMTjNyjnXK1qwm6/FPt4jt+xk+dYAlVPTikW5QWnY8WZHgsiAWWWq58l5oOzRw9wS1tAAWaj6g==", "requires": { "date-fns": "^2.17.0", - "diacriticless": "1.0.1", "lodash.isequal": "^4.5.0" } }, diff --git a/package.json b/package.json index 8aa5da3b..e21a2acc 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "material-design-icons-iconfont": "^6.1.0", "vue": "^2.6.12", "vue-agile": "^1.1.3", - "vue-good-table": "^2.21.9", + "vue-good-table": "^2.21.10", "vue-gsheets": "^4.0.3", "vue-material-design-icons": "^4.11.0", "vue-moment": "^4.1.0",