From 89de79cada2d6493f736b84cbe6a97a44f8fba14 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 6 Jun 2023 19:53:40 +0000 Subject: [PATCH 1/2] fix: upgrade @vue/shared from 3.1.5 to 3.3.2 Snyk has created this PR to upgrade @vue/shared from 3.1.5 to 3.3.2. See this package in npm: https://www.npmjs.com/package/@vue/shared See this project in Snyk: https://app.snyk.io/org/mtthidoteu/project/29bcaa61-640f-4b01-89c6-fcd0dd766a16?utm_source=github&utm_medium=referral&page=upgrade-pr --- app/static/node_modules/@vue/reactivity/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/static/node_modules/@vue/reactivity/package.json b/app/static/node_modules/@vue/reactivity/package.json index c96c789c9..f6009fd92 100644 --- a/app/static/node_modules/@vue/reactivity/package.json +++ b/app/static/node_modules/@vue/reactivity/package.json @@ -36,6 +36,6 @@ }, "homepage": "https://github.com/vuejs/vue-next/tree/master/packages/reactivity#readme", "dependencies": { - "@vue/shared": "3.1.5" + "@vue/shared": "3.3.2" } } From b54a52b98c3501eab400822d32cbba881c1e5f8e Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 6 Jun 2023 19:54:01 +0000 Subject: [PATCH 2/2] Minifed CSS --- app/static/node_modules/@vue/reactivity/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/static/node_modules/@vue/reactivity/package.json b/app/static/node_modules/@vue/reactivity/package.json index f6009fd92..c96c789c9 100644 --- a/app/static/node_modules/@vue/reactivity/package.json +++ b/app/static/node_modules/@vue/reactivity/package.json @@ -36,6 +36,6 @@ }, "homepage": "https://github.com/vuejs/vue-next/tree/master/packages/reactivity#readme", "dependencies": { - "@vue/shared": "3.3.2" + "@vue/shared": "3.1.5" } }