diff --git a/package.json b/package.json index 04d31d95..9564f49f 100644 --- a/package.json +++ b/package.json @@ -34,14 +34,14 @@ "eslint-plugin-svelte3": "^3.4.0", "eslint-plugin-tailwindcss": "^1.17.2", "husky": "^7.0.4", - "lint-staged": "^12.1.7", + "lint-staged": "^12.2.0", "mocha": "^9.1.3", "node-html-parser": "^5.2.0", "postcss": "^8.4.5", "postcss-load-config": "^3.1.1", "prettier": "~2.5.1", "prettier-plugin-svelte": "^2.6.0", - "svelte": "^3.46.1", + "svelte": "^3.46.2", "svelte-preprocess": "^4.10.2", "tailwindcss": "^3.0.13", "tslib": "^2.3.1", diff --git a/yarn.lock b/yarn.lock index 977741ae..162fd225 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2975,10 +2975,10 @@ lines-and-columns@^1.1.6: resolved "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.1.6.tgz" integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA= -lint-staged@^12.1.7: - version "12.1.7" - resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-12.1.7.tgz#fe9137992ac18a456422bb8484dd30be0140629f" - integrity sha512-bltv/ejiLWtowExpjU+s5z8j1Byjg9AlmaAjMmqNbIicY69u6sYIwXGg0dCn0TlkrrY2CphtHIXAkbZ+1VoWQQ== +lint-staged@^12.2.0: + version "12.2.0" + resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-12.2.0.tgz#6f7298399519efc382a414d36717949714b705c3" + integrity sha512-TnNciMBhmEqzqM+RvzqqdvrG4TsI8wCDMX1Vg9+rj2Y9uY70Nq84Mb1WOIiwxW9l5tUlCOqtY5La71RM2fSgfA== dependencies: cli-truncate "^3.1.0" colorette "^2.0.16" @@ -4370,10 +4370,10 @@ svelte-preprocess@^4.10.2: sorcery "^0.10.0" strip-indent "^3.0.0" -svelte@^3.46.1: - version "3.46.1" - resolved "https://registry.yarnpkg.com/svelte/-/svelte-3.46.1.tgz#8ea23595824a39d47d04c16c217000fbc4c52c49" - integrity sha512-Ue8ivq+G45AfZZL4Z93xNFiC352wPkyGiY9QSuWjxXh6jiaZMrpthinjc1rz0OSTceuST7Pxr1HDBj2KioliZg== +svelte@^3.46.2: + version "3.46.2" + resolved "https://registry.yarnpkg.com/svelte/-/svelte-3.46.2.tgz#f0ffbffaea3a9a760edcbefc0902b41998a686ad" + integrity sha512-RXSAtYNefe01Sb1lXtZ2I+gzn3t/h/59hoaRNeRrm8IkMIu6BSiAkbpi41xb+C44x54YKnbk9+dtfs3pM4hECA== svgo@^2.7.0: version "2.8.0"