upgrade deps

This commit is contained in:
les
2019-09-06 11:55:38 +02:00
parent 5ecee0b9a1
commit 2c24591621
14 changed files with 66 additions and 74 deletions

View File

@@ -5,7 +5,7 @@
el-button.top.d-block.d-sm-none(icon='el-icon-top' circle type='primary' plain) el-button.top.d-block.d-sm-none(icon='el-icon-top' circle type='primary' plain)
a.totop(name='totop') a.totop(name='totop')
//- el-backtop(target='#home') //- el-backtop(target='#home')
no-ssr client-only
Calendar Calendar
.row.m-0 .row.m-0

View File

@@ -20,7 +20,7 @@
inactive-color='lightgreen' inactive-color='lightgreen'
v-model='showPast' v-model='showPast'
) )
no-ssr client-only
el-select.search(v-model='filter' el-select.search(v-model='filter'
multiple multiple
filterable collapse-tags default-first-option filterable collapse-tags default-first-option

View File

@@ -18,7 +18,7 @@
type='success' type='success'
@click='place = data.row') {{$t('common.edit')}} @click='place = data.row') {{$t('common.edit')}}
no-ssr client-only
el-pagination(:page-size='perPage' :currentPage.sync='placePage' :total='places.length') el-pagination(:page-size='perPage' :currentPage.sync='placePage' :total='places.length')
</template> </template>
<script> <script>

View File

@@ -39,7 +39,7 @@ div
div(v-else) div(v-else)
span {{$t('common.me')}} span {{$t('common.me')}}
no-ssr client-only
el-pagination(:page-size='perPage' :currentPage.sync='userPage' :total='users_.length') el-pagination(:page-size='perPage' :currentPage.sync='userPage' :total='users_.length')
</template> </template>
@@ -111,7 +111,7 @@ export default {
Message({ Message({
showClose: true, showClose: true,
type: 'error', type: 'error',
message: this.$t('user.error_create') + e message: this.$t(e)
}) })
} }
}, },

View File

@@ -20,9 +20,6 @@
"secure": true, "secure": true,
"host": "" "host": ""
}, },
"admin": { "admin": "info@gancio.org",
"email": "",
"password": ""
},
"secret": "notsosecret" "secret": "notsosecret"
} }

View File

@@ -1,8 +0,0 @@
{
"email.registration": "email.registration",
"email.register.subject": "email.register.subject",
"email.register": "email.register",
"email.confirm": "email.confirm",
"email.recover": "email.recover",
"email.press_here": "email.press_here"
}

View File

@@ -37,7 +37,7 @@
".nuxt/" ".nuxt/"
], ],
"dependencies": { "dependencies": {
"@nuxtjs/auth": "^4.6.5", "@nuxtjs/auth": "^4.8.2",
"@nuxtjs/axios": "^5.6.0", "@nuxtjs/axios": "^5.6.0",
"accept-language": "^3.0.18", "accept-language": "^3.0.18",
"axios": "^0.19.0", "axios": "^0.19.0",
@@ -68,13 +68,13 @@
"nuxt-express-module": "^0.0.11", "nuxt-express-module": "^0.0.11",
"pg": "^7.12.1", "pg": "^7.12.1",
"sass-loader": "^8.0.0", "sass-loader": "^8.0.0",
"sequelize": "^5.18.0", "sequelize": "^5.18.1",
"sequelize-cli": "^5.5.1", "sequelize-cli": "^5.5.1",
"sharp": "^0.23.0", "sharp": "^0.23.0",
"sqlite3": "^4.1.0", "sqlite3": "^4.1.0",
"v-calendar": "^1.0.0-beta.14", "v-calendar": "^1.0.0-beta.14",
"vue-awesome": "^3.5.3", "vue-awesome": "^3.5.3",
"vue-clipboard2": "^0.3.0", "vue-clipboard2": "^0.3.1",
"vue-i18n": "^8.14.0", "vue-i18n": "^8.14.0",
"yargs": "^14.0.0" "yargs": "^14.0.0"
}, },
@@ -82,21 +82,21 @@
"@nuxtjs/eslint-config": "^1.1.2", "@nuxtjs/eslint-config": "^1.1.2",
"babel-eslint": "^10.0.3", "babel-eslint": "^10.0.3",
"eslint": "^6.3.0", "eslint": "^6.3.0",
"eslint-config-prettier": "^6.1.0", "eslint-config-prettier": "^6.2.0",
"eslint-config-standard": ">=14.1.0", "eslint-config-standard": ">=14.1.0",
"eslint-loader": "^3.0.0", "eslint-loader": "^3.0.0",
"eslint-plugin-import": ">=2.17.3", "eslint-plugin-import": ">=2.17.3",
"eslint-plugin-jest": ">=22.16.0", "eslint-plugin-jest": ">=22.17.0",
"eslint-plugin-node": ">=9.2.0", "eslint-plugin-node": ">=10.0.0",
"eslint-plugin-nuxt": ">=0.4.2", "eslint-plugin-nuxt": ">=0.4.2",
"eslint-plugin-prettier": "^3.1.0", "eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-promise": ">=4.0.1", "eslint-plugin-promise": ">=4.0.1",
"eslint-plugin-standard": ">=4.0.1", "eslint-plugin-standard": ">=4.0.1",
"eslint-plugin-vue": "^5.2.2", "eslint-plugin-vue": "^5.2.2",
"less-loader": "^5.0.0", "less-loader": "^5.0.0",
"nodemon": "^1.19.1", "nodemon": "^1.19.2",
"prettier": "^1.17.1", "prettier": "^1.17.1",
"pug-plain-loader": "^1.0.0", "pug-plain-loader": "^1.0.0",
"webpack-cli": "^3.3.7" "webpack-cli": "^3.3.8"
} }
} }

View File

@@ -5,7 +5,7 @@
h5 {{edit?$t('common.edit_event'):$t('common.add_event')}} h5 {{edit?$t('common.edit_event'):$t('common.add_event')}}
el-form(v-loading='loading') el-form(v-loading='loading')
no-ssr client-only
el-tabs.mb-2(v-model='activeTab') el-tabs.mb-2(v-model='activeTab')
//- NOT LOGGED EVENT //- NOT LOGGED EVENT

View File

@@ -35,7 +35,7 @@
template(slot-scope='data') template(slot-scope='data')
el-button(type='primary' @click='confirm(data.row.id)' size='mini') {{$t('common.confirm')}} el-button(type='primary' @click='confirm(data.row.id)' size='mini') {{$t('common.confirm')}}
el-button(type='success' @click='preview(data.row.id)' size='mini') {{$t('common.preview')}} el-button(type='success' @click='preview(data.row.id)' size='mini') {{$t('common.preview')}}
no-ssr client-only
el-pagination(:page-size='perPage' :currentPage.sync='eventPage' :total='events.length') el-pagination(:page-size='perPage' :currentPage.sync='eventPage' :total='events.length')
//- SETTINGS //- SETTINGS

View File

@@ -8,7 +8,6 @@ const config = require('config')
const mail = require('../mail') const mail = require('../mail')
const { user: User, event: Event, tag: Tag, place: Place } = require('../models') const { user: User, event: Event, tag: Tag, place: Place } = require('../models')
const settingsController = require('./settings') const settingsController = require('./settings')
const notifier = require('../../notifier')
const federation = require('../../federation/helpers') const federation = require('../../federation/helpers')
const userController = { const userController = {
@@ -40,10 +39,6 @@ const userController = {
} }
}, },
async logout(req, res) {
},
async setToken(req, res) { async setToken(req, res) {
req.user.mastodon_auth = req.body req.user.mastodon_auth = req.body
await req.user.save() await req.user.save()
@@ -153,7 +148,6 @@ const userController = {
body.description = body.description body.description = body.description
.replace(/(<([^>]+)>)/ig, '') // remove all tags from description .replace(/(<([^>]+)>)/ig, '') // remove all tags from description
// .replace(/(https?:\/\/[^\s]+)/g, '<a href="$1">$1</a>') // add links
await event.update(body) await event.update(body)
let place let place

View File

@@ -34,7 +34,6 @@ const jwt = expressJwt({
// AUTH // AUTH
api.post('/auth/login', userController.login) api.post('/auth/login', userController.login)
api.post('/auth/logout', userController.logout)
api.get('/auth/user', jwt, fillUser, userController.current) api.get('/auth/user', jwt, fillUser, userController.current)
api.post('/user/recover', userController.forgotPassword) api.post('/user/recover', userController.forgotPassword)

View File

@@ -59,7 +59,6 @@ module.exports = (sequelize, DataTypes) => {
user.beforeCreate(async (user, options) => { user.beforeCreate(async (user, options) => {
// generate rsa keys // generate rsa keys
console.error('generate rsa key')
const rsa = await generateKeyPair('rsa', { const rsa = await generateKeyPair('rsa', {
modulusLength: 4096, modulusLength: 4096,
publicKeyEncoding: { publicKeyEncoding: {

View File

@@ -1,7 +1,5 @@
# STATIC # STATIC
**This directory is not required, you can delete it if you don't want to use it.**
This directory contains your static files. This directory contains your static files.
Each file inside this directory is mapped to `/`. Each file inside this directory is mapped to `/`.
Thus you'd want to delete this README.md before deploying to production. Thus you'd want to delete this README.md before deploying to production.

View File

@@ -997,18 +997,19 @@
webpack-node-externals "^1.7.2" webpack-node-externals "^1.7.2"
webpackbar "^4.0.0" webpackbar "^4.0.0"
"@nuxtjs/auth@^4.6.5": "@nuxtjs/auth@^4.8.2":
version "4.8.1" version "4.8.2"
resolved "https://registry.yarnpkg.com/@nuxtjs/auth/-/auth-4.8.1.tgz#e554bbd032fdcd08d9fddcb159f30ff2c7de5b1a" resolved "https://registry.yarnpkg.com/@nuxtjs/auth/-/auth-4.8.2.tgz#0276fe3a4291b61ec0b7fd4328d43a118d47f603"
integrity sha512-EsBiiWXnojOxQ1ouK07tsXMP8pLFiAc+L4NLd1NGr3Z45iGRrjwLLy/weOH65vJGqNYX3lIQBGYscUyzGaaAyg== integrity sha512-LG+71qTGxValqDyhG1Zou5YyJSMQtMq4MaXd0gXsFFYlsPDEyysYtidoAG+LhUsO9grmAwWTvcqkXO2d94LNUg==
dependencies: dependencies:
"@nuxtjs/axios" "^5.5.4" "@nuxtjs/axios" "^5.5.4"
body-parser "^1.19.0"
consola "^2.9.0" consola "^2.9.0"
cookie "^0.4.0" cookie "^0.4.0"
dotprop "^1.2.0" dotprop "^1.2.0"
is-https "^1.0.0" is-https "^1.0.0"
js-cookie "^2.2.0" js-cookie "^2.2.0"
lodash "^4.17.11" lodash "^4.17.15"
nanoid "^2.0.3" nanoid "^2.0.3"
"@nuxtjs/axios@^5.5.4": "@nuxtjs/axios@^5.5.4":
@@ -1942,7 +1943,7 @@ bn.js@^4.0.0, bn.js@^4.1.0, bn.js@^4.1.1, bn.js@^4.4.0:
resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz#2cde09eb5ee341f484746bb0309b3253b1b1442f" resolved "https://registry.yarnpkg.com/bn.js/-/bn.js-4.11.8.tgz#2cde09eb5ee341f484746bb0309b3253b1b1442f"
integrity sha512-ItfYfPLkWHUjckQCk8xC+LwxgK8NYcXywGigJgSwOP8Y2iyWT4f2vsZnoOXTTbo+o5yXmIUJ4gn5538SO5S3gA== integrity sha512-ItfYfPLkWHUjckQCk8xC+LwxgK8NYcXywGigJgSwOP8Y2iyWT4f2vsZnoOXTTbo+o5yXmIUJ4gn5538SO5S3gA==
body-parser@1.19.0, body-parser@^1.18.3: body-parser@1.19.0, body-parser@^1.18.3, body-parser@^1.19.0:
version "1.19.0" version "1.19.0"
resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.19.0.tgz#96b2709e57c9c4e09a6fd66a8fd979844f69f08a" resolved "https://registry.yarnpkg.com/body-parser/-/body-parser-1.19.0.tgz#96b2709e57c9c4e09a6fd66a8fd979844f69f08a"
integrity sha512-dhEPs72UPbDnAQJ9ZKMNTP6ptJaionhP5cBb541nXPlW60Jepo9RV/a4fX4XWW9CuFNK22krhrj1+rgzifNCsw== integrity sha512-dhEPs72UPbDnAQJ9ZKMNTP6ptJaionhP5cBb541nXPlW60Jepo9RV/a4fX4XWW9CuFNK22krhrj1+rgzifNCsw==
@@ -3740,10 +3741,10 @@ eslint-ast-utils@^1.0.0:
lodash.get "^4.4.2" lodash.get "^4.4.2"
lodash.zip "^4.2.0" lodash.zip "^4.2.0"
eslint-config-prettier@^6.1.0: eslint-config-prettier@^6.2.0:
version "6.1.0" version "6.2.0"
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-6.1.0.tgz#e6f678ba367fbd1273998d5510f76f004e9dce7b" resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-6.2.0.tgz#80e0b8714e3f6868c4ac2a25fbf39c02e73527a7"
integrity sha512-k9fny9sPjIBQ2ftFTesJV21Rg4R/7a7t7LCtZVrYQiHEp8Nnuk3EGaDmsKSAnsPj0BYcgB2zxzHa2NTkIxcOLg== integrity sha512-VLsgK/D+S/FEsda7Um1+N8FThec6LqE3vhcMyp8mlmto97y3fGf3DX7byJexGuOb1QY0Z/zz222U5t+xSfcZDQ==
dependencies: dependencies:
get-stdin "^6.0.0" get-stdin "^6.0.0"
@@ -3791,13 +3792,13 @@ eslint-plugin-es@^1.4.0:
eslint-utils "^1.3.0" eslint-utils "^1.3.0"
regexpp "^2.0.1" regexpp "^2.0.1"
eslint-plugin-es@^1.4.1: eslint-plugin-es@^2.0.0:
version "1.4.1" version "2.0.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-es/-/eslint-plugin-es-1.4.1.tgz#12acae0f4953e76ba444bfd1b2271081ac620998" resolved "https://registry.yarnpkg.com/eslint-plugin-es/-/eslint-plugin-es-2.0.0.tgz#0f5f5da5f18aa21989feebe8a73eadefb3432976"
integrity sha512-5fa/gR2yR3NxQf+UXkeLeP8FBBl6tSgdrAz1+cF84v1FMM4twGwQoqTnn+QxFLcPOrF4pdKEJKDB/q9GoyJrCA== integrity sha512-f6fceVtg27BR02EYnBhgWLFQfK6bN4Ll0nQFrBHOlCsAyxeZkn0NHns5O0YZOPrV1B3ramd6cgFwaoFLcSkwEQ==
dependencies: dependencies:
eslint-utils "^1.4.2" eslint-utils "^1.4.2"
regexpp "^2.0.1" regexpp "^3.0.0"
eslint-plugin-import@>=2.17.3, eslint-plugin-import@^2.18.0: eslint-plugin-import@>=2.17.3, eslint-plugin-import@^2.18.0:
version "2.18.2" version "2.18.2"
@@ -3816,19 +3817,26 @@ eslint-plugin-import@>=2.17.3, eslint-plugin-import@^2.18.0:
read-pkg-up "^2.0.0" read-pkg-up "^2.0.0"
resolve "^1.11.0" resolve "^1.11.0"
eslint-plugin-jest@>=22.16.0, eslint-plugin-jest@^22.10.0: eslint-plugin-jest@>=22.17.0:
version "22.17.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-22.17.0.tgz#dc170ec8369cd1bff9c5dd8589344e3f73c88cf6"
integrity sha512-WT4DP4RoGBhIQjv+5D0FM20fAdAUstfYAf/mkufLNTojsfgzc5/IYW22cIg/Q4QBavAZsROQlqppiWDpFZDS8Q==
dependencies:
"@typescript-eslint/experimental-utils" "^1.13.0"
eslint-plugin-jest@^22.10.0:
version "22.16.0" version "22.16.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-22.16.0.tgz#30c4e0e9dc331beb2e7369b70dd1363690c1ce05" resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-22.16.0.tgz#30c4e0e9dc331beb2e7369b70dd1363690c1ce05"
integrity sha512-eBtSCDhO1k7g3sULX/fuRK+upFQ7s548rrBtxDyM1fSoY7dTWp/wICjrJcDZKVsW7tsFfH22SG+ZaxG5BZodIg== integrity sha512-eBtSCDhO1k7g3sULX/fuRK+upFQ7s548rrBtxDyM1fSoY7dTWp/wICjrJcDZKVsW7tsFfH22SG+ZaxG5BZodIg==
dependencies: dependencies:
"@typescript-eslint/experimental-utils" "^1.13.0" "@typescript-eslint/experimental-utils" "^1.13.0"
eslint-plugin-node@>=9.2.0: eslint-plugin-node@>=10.0.0:
version "9.2.0" version "10.0.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-node/-/eslint-plugin-node-9.2.0.tgz#b1911f111002d366c5954a6d96d3cd5bf2a3036a" resolved "https://registry.yarnpkg.com/eslint-plugin-node/-/eslint-plugin-node-10.0.0.tgz#fd1adbc7a300cf7eb6ac55cf4b0b6fc6e577f5a6"
integrity sha512-2abNmzAH/JpxI4gEOwd6K8wZIodK3BmHbTxz4s79OIYwwIt2gkpEXlAouJXu4H1c9ySTnRso0tsuthSOZbUMlA== integrity sha512-1CSyM/QCjs6PXaT18+zuAXsjXGIGo5Rw630rSKwokSs2jrYURQc4R5JZpoanNCqwNmepg+0eZ9L7YiRUJb8jiQ==
dependencies: dependencies:
eslint-plugin-es "^1.4.1" eslint-plugin-es "^2.0.0"
eslint-utils "^1.4.2" eslint-utils "^1.4.2"
ignore "^5.1.1" ignore "^5.1.1"
minimatch "^3.0.4" minimatch "^3.0.4"
@@ -6806,10 +6814,10 @@ nodemailer@^6.2.1:
resolved "https://registry.yarnpkg.com/nodemailer/-/nodemailer-6.3.0.tgz#a89b0c62d3937bdcdeecbf55687bd7911b627e12" resolved "https://registry.yarnpkg.com/nodemailer/-/nodemailer-6.3.0.tgz#a89b0c62d3937bdcdeecbf55687bd7911b627e12"
integrity sha512-TEHBNBPHv7Ie/0o3HXnb7xrPSSQmH1dXwQKRaMKDBGt/ZN54lvDVujP6hKkO/vjkIYL9rK8kHSG11+G42Nhxuw== integrity sha512-TEHBNBPHv7Ie/0o3HXnb7xrPSSQmH1dXwQKRaMKDBGt/ZN54lvDVujP6hKkO/vjkIYL9rK8kHSG11+G42Nhxuw==
nodemon@^1.19.1: nodemon@^1.19.2:
version "1.19.1" version "1.19.2"
resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-1.19.1.tgz#576f0aad0f863aabf8c48517f6192ff987cd5071" resolved "https://registry.yarnpkg.com/nodemon/-/nodemon-1.19.2.tgz#b0975147dc99b3761ceb595b3f9277084931dcc0"
integrity sha512-/DXLzd/GhiaDXXbGId5BzxP1GlsqtMGM9zTmkWrgXtSqjKmGSbLicM/oAy4FR0YWm14jCHRwnR31AHS2dYFHrg== integrity sha512-hRLYaw5Ihyw9zK7NF+9EUzVyS6Cvgc14yh8CAYr38tPxJa6UrOxwAQ351GwrgoanHCF0FalQFn6w5eoX/LGdJw==
dependencies: dependencies:
chokidar "^2.1.5" chokidar "^2.1.5"
debug "^3.1.0" debug "^3.1.0"
@@ -8681,6 +8689,11 @@ regexpp@^2.0.1:
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-2.0.1.tgz#8d19d31cf632482b589049f8281f93dbcba4d07f" resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-2.0.1.tgz#8d19d31cf632482b589049f8281f93dbcba4d07f"
integrity sha512-lv0M6+TkDVniA3aD1Eg0DVpfU/booSu7Eev3TDO/mZKHBfVjgCGTV4t4buppESEYDtkArYFOxTJWv6S5C+iaNw== integrity sha512-lv0M6+TkDVniA3aD1Eg0DVpfU/booSu7Eev3TDO/mZKHBfVjgCGTV4t4buppESEYDtkArYFOxTJWv6S5C+iaNw==
regexpp@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-3.0.0.tgz#dd63982ee3300e67b41c1956f850aa680d9d330e"
integrity sha512-Z+hNr7RAVWxznLPuA7DIh8UNX1j9CDrUQxskw9IrBE1Dxue2lyXT+shqEIeLUjrokxIP8CMy1WkjgG3rTsd5/g==
regexpu-core@^4.5.4: regexpu-core@^4.5.4:
version "4.5.4" version "4.5.4"
resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-4.5.4.tgz#080d9d02289aa87fe1667a4f5136bc98a6aebaae" resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-4.5.4.tgz#080d9d02289aa87fe1667a4f5136bc98a6aebaae"
@@ -9085,10 +9098,10 @@ sequelize-pool@^2.3.0:
resolved "https://registry.yarnpkg.com/sequelize-pool/-/sequelize-pool-2.3.0.tgz#64f1fe8744228172c474f530604b6133be64993d" resolved "https://registry.yarnpkg.com/sequelize-pool/-/sequelize-pool-2.3.0.tgz#64f1fe8744228172c474f530604b6133be64993d"
integrity sha512-Ibz08vnXvkZ8LJTiUOxRcj1Ckdn7qafNZ2t59jYHMX1VIebTAOYefWdRYFt6z6+hy52WGthAHAoLc9hvk3onqA== integrity sha512-Ibz08vnXvkZ8LJTiUOxRcj1Ckdn7qafNZ2t59jYHMX1VIebTAOYefWdRYFt6z6+hy52WGthAHAoLc9hvk3onqA==
sequelize@^5.18.0: sequelize@^5.18.1:
version "5.18.0" version "5.18.1"
resolved "https://registry.yarnpkg.com/sequelize/-/sequelize-5.18.0.tgz#3ed8eda9ec741f64f134752e0765216d760d2efe" resolved "https://registry.yarnpkg.com/sequelize/-/sequelize-5.18.1.tgz#31d5246dcdf01d0ac317454c28fb598359d5b60a"
integrity sha512-Kw2LHYpXGa1v5T3Q1r+cPvYeeCJV53RbpoDO/NAVZAUiGj/UFPxaJH9qV/pYw2AAhkNkyzfml6Ud6dieJllB2A== integrity sha512-jngo7pqilyOycMv6ZEwHLVn2wuHi/xkSQZfwK4jhjG8ta1HWYJK3XyQDFdhVEOH1GEq9pnqaf+7Kwqm+eqXD9Q==
dependencies: dependencies:
bluebird "^3.5.0" bluebird "^3.5.0"
cls-bluebird "^2.1.0" cls-bluebird "^2.1.0"
@@ -10368,10 +10381,10 @@ vue-client-only@^2.0.0:
resolved "https://registry.yarnpkg.com/vue-client-only/-/vue-client-only-2.0.0.tgz#ddad8d675ee02c761a14229f0e440e219de1da1c" resolved "https://registry.yarnpkg.com/vue-client-only/-/vue-client-only-2.0.0.tgz#ddad8d675ee02c761a14229f0e440e219de1da1c"
integrity sha512-arhk1wtWAfLsJyxGMoEYhoBowM87/i6HLSG2LH/03Yog6i2d9JEN1peMP0Ceis+/n9DxdenGYZZTxbPPJyHciA== integrity sha512-arhk1wtWAfLsJyxGMoEYhoBowM87/i6HLSG2LH/03Yog6i2d9JEN1peMP0Ceis+/n9DxdenGYZZTxbPPJyHciA==
vue-clipboard2@^0.3.0: vue-clipboard2@^0.3.1:
version "0.3.0" version "0.3.1"
resolved "https://registry.yarnpkg.com/vue-clipboard2/-/vue-clipboard2-0.3.0.tgz#b04d3f9a2d46f12ca85178445930b38463640b22" resolved "https://registry.yarnpkg.com/vue-clipboard2/-/vue-clipboard2-0.3.1.tgz#6e551fb7bd384889b28b0da3b12289ed6bca4894"
integrity sha512-6/Y9NJErWb4LNBLMgsJSdKb7KpF6/jqXagvKlYut6VQzQsNj6515FpwH0r5hhmeJMqaPzf1kxAw8L8Qvw/QBJQ== integrity sha512-H5S/agEDj0kXjUb5GP2c0hCzIXWRBygaWLN3NEFsaI9I3uWin778SFEMt8QRXiPG+7anyjqWiw2lqcxWUSfkYg==
dependencies: dependencies:
clipboard "^2.0.0" clipboard "^2.0.0"
@@ -10527,10 +10540,10 @@ webpack-bundle-analyzer@^3.4.1:
opener "^1.5.1" opener "^1.5.1"
ws "^6.0.0" ws "^6.0.0"
webpack-cli@^3.3.7: webpack-cli@^3.3.8:
version "3.3.7" version "3.3.8"
resolved "https://registry.yarnpkg.com/webpack-cli/-/webpack-cli-3.3.7.tgz#77c8580dd8e92f69d635e0238eaf9d9c15759a91" resolved "https://registry.yarnpkg.com/webpack-cli/-/webpack-cli-3.3.8.tgz#caeaebcc26f685db1736e5decd3f01aac30123ec"
integrity sha512-OhTUCttAsr+IZSMVwGROGRHvT+QAs8H6/mHIl4SvhAwYywjiylYjpwybGx7WQ9Hkb45FhjtsymkwiRRbGJ1SZQ== integrity sha512-RANYSXwikSWINjHMd/mtesblNSpjpDLoYTBtP99n1RhXqVI/wxN40Auqy42I7y4xrbmRBoA5Zy5E0JSBD5XRhw==
dependencies: dependencies:
chalk "2.4.2" chalk "2.4.2"
cross-spawn "6.0.5" cross-spawn "6.0.5"