diff --git a/package.json b/package.json index 8380498..dba4c6c 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "core-js": "^3.9.0", - "particles.vue": "^2.11.0", + "particles.vue": "^3.0.0", "vue": "^2.6.13", "vue-router": "^3.5.2" }, diff --git a/yarn.lock b/yarn.lock index 3b8b08e..660d714 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6140,12 +6140,14 @@ parseurl@~1.3.2, parseurl@~1.3.3: resolved "https://registry.yarnpkg.com/parseurl/-/parseurl-1.3.3.tgz#9da19e7bee8d12dff0513ed5b76957793bc2e8d4" integrity sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ== -particles.vue@^2.11.0: - version "2.13.2" - resolved "https://registry.yarnpkg.com/particles.vue/-/particles.vue-2.13.2.tgz#5fd7a37f0b4998300bf189a0ca3c27a3778982b3" - integrity sha512-ZFDFp/jq3Wx1o4w4QkgH0SswW6nVLBgQof8CaOHTFI1BPw/iGLCgRn4M+Rrey+Oa9QaOOP/tRDLPccQw4BhgFw== +particles.vue@^3.0.0: + version "3.8.0" + resolved "https://registry.yarnpkg.com/particles.vue/-/particles.vue-3.8.0.tgz#cadfdfcd4cc5a46e8d9494e96902fd7b0b48c14d" + integrity sha512-azDrTTTb6/DgXXNqQN1s1vozUhz3r5Zj2upZscjPf8d+09SHrOTxhgADAZfSlF/ix8hq62m2dvRGgV9fAaMfvQ== dependencies: - tsparticles "^1.30.2" + tsparticles-engine "^2.8.0" + vue-class-component "^7.2.6" + vue-property-decorator "^9.1.2" pascalcase@^0.1.1: version "0.1.1" @@ -6216,11 +6218,6 @@ path-type@^3.0.0: dependencies: pify "^3.0.0" -pathseg@^1.2.0: - version "1.2.0" - resolved "https://registry.yarnpkg.com/pathseg/-/pathseg-1.2.0.tgz#22af051e28037671e7799e296fe96c5dcbe53acd" - integrity sha512-+pQS7lTaoVIXhaCW7R3Wd/165APzZHWzYVqe7dxzdupxQwebgpBaCmf0/XZwmoA/rkDq3qvzO0qv4d5oFVrBRw== - pbkdf2@^3.0.3: version "3.1.1" resolved "https://registry.yarnpkg.com/pbkdf2/-/pbkdf2-3.1.1.tgz#cb8724b0fada984596856d1a6ebafd3584654b94" @@ -7991,12 +7988,10 @@ tslib@^1.9.0: resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.13.0.tgz#c881e13cc7015894ed914862d276436fa9a47043" integrity sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q== -tsparticles@^1.30.2: - version "1.30.2" - resolved "https://registry.yarnpkg.com/tsparticles/-/tsparticles-1.30.2.tgz#a77841eadccf97cbcc8f171ed5599f37fd39ceb5" - integrity sha512-S9NXMN6MloJO/+cqh72i2hhtuxm2anVdJmcvjcYHe/jJYfsNdQ5sxpMy82d3sGk6bREzt8ZW/oPXeyPhf6q6fg== - optionalDependencies: - pathseg "^1.2.0" +tsparticles-engine@^2.8.0: + version "2.8.0" + resolved "https://registry.yarnpkg.com/tsparticles-engine/-/tsparticles-engine-2.8.0.tgz#8297addc8f97f8789d982899388db367b89e7ea6" + integrity sha512-r0cWKxefQkQCzU+RRG/82VQnl/fAkws27EuYIOKcnHiYsWnZYcX8iPiQs/qgDajP0haBSn4Vui8UbTCAwSFniw== tty-browserify@0.0.0: version "0.0.0" @@ -8279,6 +8274,11 @@ vm-browserify@^1.0.1: resolved "https://registry.yarnpkg.com/vm-browserify/-/vm-browserify-1.1.2.tgz#78641c488b8e6ca91a75f511e7a3b32a86e5dda0" integrity sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ== +vue-class-component@^7.2.6: + version "7.2.6" + resolved "https://registry.yarnpkg.com/vue-class-component/-/vue-class-component-7.2.6.tgz#8471e037b8e4762f5a464686e19e5afc708502e4" + integrity sha512-+eaQXVrAm/LldalI272PpDe3+i4mPis0ORiMYxF6Ae4hyuCh15W8Idet7wPUEs4N4YptgFHGys4UrgNQOMyO6w== + vue-eslint-parser@^7.1.1: version "7.1.1" resolved "https://registry.yarnpkg.com/vue-eslint-parser/-/vue-eslint-parser-7.1.1.tgz#c43c1c715ff50778b9a7e9a4e16921185f3425d3" @@ -8316,6 +8316,11 @@ vue-loader@^15.9.2: vue-hot-reload-api "^2.3.0" vue-style-loader "^4.1.0" +vue-property-decorator@^9.1.2: + version "9.1.2" + resolved "https://registry.yarnpkg.com/vue-property-decorator/-/vue-property-decorator-9.1.2.tgz#266a2eac61ba6527e2e68a6933cfb98fddab5457" + integrity sha512-xYA8MkZynPBGd/w5QFJ2d/NM0z/YeegMqYTphy7NJQXbZcuU6FC6AOdUAcy4SXP+YnkerC6AfH+ldg7PDk9ESQ== + vue-router@^3.5.2: version "3.5.2" resolved "https://registry.yarnpkg.com/vue-router/-/vue-router-3.5.2.tgz#5f55e3f251970e36c3e8d88a7cd2d67a350ade5c"