Bump vue-good-table from 2.21.9 to 2.21.10 (#610)

Bumps [vue-good-table](https://github.com/xaksis/vue-good-table) from 2.21.9 to 2.21.10.
- [Release notes](https://github.com/xaksis/vue-good-table/releases)
- [Commits](https://github.com/xaksis/vue-good-table/compare/v2.21.9...v2.21.10)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot] 2021-04-23 12:24:33 +02:00 committed by GitHub
parent b065ac73ff
commit 9bf376c654
2 changed files with 8 additions and 20 deletions

26
package-lock.json generated
View File

@ -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"
}
},

View File

@ -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",