Bump dependencies

This commit is contained in:
arkon 2022-12-18 10:18:22 -05:00
parent f8c1cb4653
commit f5f9ee92e3
2 changed files with 16 additions and 16 deletions

28
package-lock.json generated
View File

@ -16,7 +16,7 @@
"element-ui": "2.15.12",
"lodash.groupby": "4.6.0",
"lodash.sortby": "4.7.0",
"marked": "4.2.3",
"marked": "4.2.4",
"material-design-icons-iconfont": "6.7.0",
"moment": "2.29.4",
"vue": "2.6.14",
@ -40,7 +40,7 @@
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-vue": "9.8.0",
"node-sass": "8.0.0",
"prettier": "2.8.0",
"prettier": "2.8.1",
"sass-loader": "10.4.1",
"vuepress": "1.9.7",
"vuepress-plugin-clean-urls": "1.1.2",
@ -11190,9 +11190,9 @@
}
},
"node_modules/marked": {
"version": "4.2.3",
"resolved": "https://registry.npmjs.org/marked/-/marked-4.2.3.tgz",
"integrity": "sha512-slWRdJkbTZ+PjkyJnE30Uid64eHwbwa1Q25INCAYfZlK4o6ylagBy/Le9eWntqJFoFT93ikUKMv47GZ4gTwHkw==",
"version": "4.2.4",
"resolved": "https://registry.npmjs.org/marked/-/marked-4.2.4.tgz",
"integrity": "sha512-Wcc9ikX7Q5E4BYDPvh1C6QNSxrjC9tBgz+A/vAhp59KXUgachw++uMvMKiSW8oA85nopmPZcEvBoex/YLMsiyA==",
"bin": {
"marked": "bin/marked.js"
},
@ -13749,9 +13749,9 @@
}
},
"node_modules/prettier": {
"version": "2.8.0",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.0.tgz",
"integrity": "sha512-9Lmg8hTFZKG0Asr/kW9Bp8tJjRVluO8EJQVfY2T7FMw9T5jy4I/Uvx0Rca/XWf50QQ1/SS48+6IJWnrb+2yemA==",
"version": "2.8.1",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.1.tgz",
"integrity": "sha512-lqGoSJBQNJidqCHE80vqZJHWHRFoNYsSpP9AjFhlhi9ODCJA541svILes/+/1GM3VaL/abZi7cpFzOpdR9UPKg==",
"devOptional": true,
"bin": {
"prettier": "bin-prettier.js"
@ -27205,9 +27205,9 @@
"integrity": "sha512-TAIHTHPwa9+ltKvKPWulm/beozQU41Ab+FIefRaQV1NRnpzwcV9QOe6wXQS5WLivm5Q/nlo0rl6laGkMDZE7Gw=="
},
"marked": {
"version": "4.2.3",
"resolved": "https://registry.npmjs.org/marked/-/marked-4.2.3.tgz",
"integrity": "sha512-slWRdJkbTZ+PjkyJnE30Uid64eHwbwa1Q25INCAYfZlK4o6ylagBy/Le9eWntqJFoFT93ikUKMv47GZ4gTwHkw=="
"version": "4.2.4",
"resolved": "https://registry.npmjs.org/marked/-/marked-4.2.4.tgz",
"integrity": "sha512-Wcc9ikX7Q5E4BYDPvh1C6QNSxrjC9tBgz+A/vAhp59KXUgachw++uMvMKiSW8oA85nopmPZcEvBoex/YLMsiyA=="
},
"material-design-icons-iconfont": {
"version": "6.7.0",
@ -29246,9 +29246,9 @@
"integrity": "sha1-6SQ0v6XqjBn0HN/UAddBo8gZ2Jc="
},
"prettier": {
"version": "2.8.0",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.0.tgz",
"integrity": "sha512-9Lmg8hTFZKG0Asr/kW9Bp8tJjRVluO8EJQVfY2T7FMw9T5jy4I/Uvx0Rca/XWf50QQ1/SS48+6IJWnrb+2yemA==",
"version": "2.8.1",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-2.8.1.tgz",
"integrity": "sha512-lqGoSJBQNJidqCHE80vqZJHWHRFoNYsSpP9AjFhlhi9ODCJA541svILes/+/1GM3VaL/abZi7cpFzOpdR9UPKg==",
"devOptional": true
},
"prettier-linter-helpers": {

View File

@ -29,7 +29,7 @@
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-vue": "9.8.0",
"node-sass": "8.0.0",
"prettier": "2.8.0",
"prettier": "2.8.1",
"sass-loader": "10.4.1",
"vuepress": "1.9.7",
"vuepress-plugin-clean-urls": "1.1.2",
@ -46,7 +46,7 @@
"element-ui": "2.15.12",
"lodash.groupby": "4.6.0",
"lodash.sortby": "4.7.0",
"marked": "4.2.3",
"marked": "4.2.4",
"material-design-icons-iconfont": "6.7.0",
"moment": "2.29.4",
"vue": "2.6.14",