diff --git a/package.json b/package.json index 8bcc3174..5b6632b5 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ }, "devDependencies": { "@intlify/vite-plugin-vue-i18n": "^3.4.0", - "@vitejs/plugin-legacy": "^1.8.1", + "@vitejs/plugin-legacy": "^1.8.2", "@vitejs/plugin-vue": "^2.3.1", "@vue/compiler-sfc": "3.2.33", "babel-eslint": "^10.1.0", diff --git a/yarn.lock b/yarn.lock index c222536c..ee9d9a3f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -883,10 +883,10 @@ dependencies: regenerator-runtime "^0.13.4" -"@babel/standalone@^7.17.9": - version "7.17.9" - resolved "https://registry.yarnpkg.com/@babel/standalone/-/standalone-7.17.9.tgz#208298055c70531a81759435e443586754d693f9" - integrity sha512-9wL9AtDlga8avxUrBvQJmhUtJWrelsUL0uV+TcP+49Sb6Pj8/bNIzQzU4dDp0NAPOvnZR/7msFIKsKoCl/W1/w== +"@babel/standalone@^7.17.11": + version "7.17.11" + resolved "https://registry.yarnpkg.com/@babel/standalone/-/standalone-7.17.11.tgz#9cc17674da762332b2e40d469ce37725a6136487" + integrity sha512-47wVYBeTktYHwtzlFuK7qqV/H5X6mU4MUNqpQ9iiJOqnP8rWL0eX0GWLKRsv8D8suYzhuS1K/dtwgGr+26U7Gg== "@babel/template@^7.16.7": version "7.16.7" @@ -1177,13 +1177,13 @@ resolved "https://registry.yarnpkg.com/@types/trusted-types/-/trusted-types-2.0.2.tgz#fc25ad9943bcac11cceb8168db4f275e0e72e756" integrity sha512-F5DIZ36YVLE+PN+Zwws4kJogq47hNgX3Nx6WyDJ3kcplxyke3XIzB8uK5n/Lpm1HBsbGzd6nmGehL8cPekP+Tg== -"@vitejs/plugin-legacy@^1.8.1": - version "1.8.1" - resolved "https://registry.yarnpkg.com/@vitejs/plugin-legacy/-/plugin-legacy-1.8.1.tgz#9431a983f950b4343d5b80a1916f25cc03d6b9c4" - integrity sha512-kmBWKq7EeNvzS4AqPBqUKdoWG/NYQXh7StUFMWR3D21aN5Mfmar7CTO2a7K+bBxJH/vAL9gnnueA0wb7cycCmQ== +"@vitejs/plugin-legacy@^1.8.2": + version "1.8.2" + resolved "https://registry.yarnpkg.com/@vitejs/plugin-legacy/-/plugin-legacy-1.8.2.tgz#2f315bcb6685b12719813fb9412851445cca636f" + integrity sha512-NCOKU+pU+cxLMR9P9RTolEuOK+h+zYBXlknj+zGcKSj/NXBZYgA1GAH1FnO4zijoWRiTaiOm2ha9LQrELE7XHg== dependencies: - "@babel/standalone" "^7.17.9" - core-js "^3.21.1" + "@babel/standalone" "^7.17.11" + core-js "^3.22.3" magic-string "^0.26.1" regenerator-runtime "^0.13.9" systemjs "^6.12.1" @@ -1577,10 +1577,10 @@ core-js-compat@^3.20.2, core-js-compat@^3.21.0: browserslist "^4.19.1" semver "7.0.0" -core-js@^3.21.1: - version "3.21.1" - resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.21.1.tgz#f2e0ddc1fc43da6f904706e8e955bc19d06a0d94" - integrity sha512-FRq5b/VMrWlrmCzwRrpDYNxyHP9BcAZC+xHJaqTgIE5091ZV1NTmyh0sGOg5XqpnHvR0svdy0sv1gWA1zmhxig== +core-js@^3.22.3: + version "3.22.4" + resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.22.4.tgz#f4b3f108d45736935aa028444a69397e40d8c531" + integrity sha512-1uLykR+iOfYja+6Jn/57743gc9n73EWiOnSJJ4ba3B4fOEYDBv25MagmEZBxTp5cWq4b/KPx/l77zgsp28ju4w== cross-spawn@^7.0.2: version "7.0.3"