From f5aea7adaccdc5bf7032df2084f479c7deb7c11e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 23 Sep 2024 09:32:50 +0000 Subject: [PATCH] fix: upgrade multiple dependencies with Snyk Snyk has created this PR to upgrade: - @babel/core from 7.22.6 to 7.25.2. See this package in npm: https://www.npmjs.com/package/@babel/core - vue from 3.4.35 to 3.4.38. See this package in npm: https://www.npmjs.com/package/vue - @apollo/client from 3.11.2 to 3.11.5. See this package in npm: https://www.npmjs.com/package/@apollo/client - @vue/apollo-composable from 4.0.2 to 4.2.1. See this package in npm: https://www.npmjs.com/package/@vue/apollo-composable - postcss from 8.4.41 to 8.4.44. See this package in npm: https://www.npmjs.com/package/postcss - @vue/compiler-sfc from 3.4.35 to 3.4.38. See this package in npm: https://www.npmjs.com/package/@vue/compiler-sfc - autoprefixer from 10.4.14 to 10.4.20. See this package in npm: https://www.npmjs.com/package/autoprefixer - axios from 1.7.4 to 1.7.7. See this package in npm: https://www.npmjs.com/package/axios - bootstrap from 5.3.2 to 5.3.3. See this package in npm: https://www.npmjs.com/package/bootstrap - bootstrap-icons-vue from 1.11.1 to 1.11.3. See this package in npm: https://www.npmjs.com/package/bootstrap-icons-vue - css-loader from 6.8.1 to 6.11.0. See this package in npm: https://www.npmjs.com/package/css-loader - dashjs from 4.7.2 to 4.7.4. See this package in npm: https://www.npmjs.com/package/dashjs - icecast-metadata-player from 1.17.1 to 1.17.3. See this package in npm: https://www.npmjs.com/package/icecast-metadata-player - laravel-echo from 1.15.3 to 1.16.1. See this package in npm: https://www.npmjs.com/package/laravel-echo - moment from 2.29.4 to 2.30.1. See this package in npm: https://www.npmjs.com/package/moment - patch-package from 7.0.1 to 7.0.2. See this package in npm: https://www.npmjs.com/package/patch-package - sass from 1.63.3 to 1.77.8. See this package in npm: https://www.npmjs.com/package/sass - sass-loader from 13.3.2 to 13.3.3. See this package in npm: https://www.npmjs.com/package/sass-loader - socket.io-client from 4.7.2 to 4.7.5. See this package in npm: https://www.npmjs.com/package/socket.io-client - vue-router from 4.4.2 to 4.4.3. See this package in npm: https://www.npmjs.com/package/vue-router - vue-tsc from 2.0.29 to 2.1.4. See this package in npm: https://www.npmjs.com/package/vue-tsc See this project in Snyk: https://app.snyk.io/org/shoutz0r-shared/project/71a76727-a61b-4cc8-aecd-bfff7773f421?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index fa79908..55422aa 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "@vue/apollo-components": "^4.0.0", "@vue/apollo-composable": "^4.2.1", "apollo-upload-client": "^17.0.0", - "axios": "^1.7.6", + "axios": "^1.7.7", "bootstrap": "^5.3.3", "bootstrap-icons-vue": "^1.11.3", "cross-env": "^7.0.3", @@ -48,13 +48,13 @@ "file-loader": "^6.2.0", "patch-package": "^7.0.2", "sass": "^1.77.8", - "postcss": "^8.4.31", + "postcss": "^8.4.44", "sass-loader": "^13.3.3", "sass-resources-loader": "^2.2.5", "typescript": "^4.9.4", "vite": "^3.2.10", "vite-svg-loader": "^3.6.0", - "vue-tsc": "^2.1.2", + "vue-tsc": "^2.1.4", "webpack-cli": "^4.10.0" } }