diff --git a/web/package-lock.json b/web/package-lock.json index 4231194ff..aa0e7faa9 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -52,7 +52,7 @@ "eslint-plugin-nuxt": "^4.0.0", "eslint-plugin-vue": "^9.15.1", "jest": "^27.4.4", - "lint-staged": "^13.2.2", + "lint-staged": "^13.2.3", "postcss-html": "^1.5.0", "prettier": "^2.8.8", "stylelint": "^14.16.1", @@ -18109,9 +18109,9 @@ "license": "MIT" }, "node_modules/lint-staged": { - "version": "13.2.2", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-13.2.2.tgz", - "integrity": "sha512-71gSwXKy649VrSU09s10uAT0rWCcY3aewhMaHyl2N84oBk4Xs9HgxvUp3AYu+bNsK4NrOYYxvSgg7FyGJ+jGcA==", + "version": "13.2.3", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-13.2.3.tgz", + "integrity": "sha512-zVVEXLuQIhr1Y7R7YAWx4TZLdvuzk7DnmrsTNL0fax6Z3jrpFcas+vKbzxhhvp6TA55m1SQuWkpzI1qbfDZbAg==", "dev": true, "dependencies": { "chalk": "5.2.0", diff --git a/web/package.json b/web/package.json index f1dc8e9a5..b785710b6 100644 --- a/web/package.json +++ b/web/package.json @@ -65,7 +65,7 @@ "eslint-plugin-nuxt": "^4.0.0", "eslint-plugin-vue": "^9.15.1", "jest": "^27.4.4", - "lint-staged": "^13.2.2", + "lint-staged": "^13.2.3", "postcss-html": "^1.5.0", "prettier": "^2.8.8", "stylelint": "^14.16.1", diff --git a/web/yarn.lock b/web/yarn.lock index 846b74c4b..a39c00a83 100644 --- a/web/yarn.lock +++ b/web/yarn.lock @@ -9665,10 +9665,10 @@ lines-and-columns@^1.1.6: resolved "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz" integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg== -lint-staged@^13.2.2: - version "13.2.2" - resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-13.2.2.tgz#5e711d3139c234f73402177be2f8dd312e6508ca" - integrity sha512-71gSwXKy649VrSU09s10uAT0rWCcY3aewhMaHyl2N84oBk4Xs9HgxvUp3AYu+bNsK4NrOYYxvSgg7FyGJ+jGcA== +lint-staged@^13.2.3: + version "13.2.3" + resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-13.2.3.tgz#f899aad6c093473467e9c9e316e3c2d8a28f87a7" + integrity sha512-zVVEXLuQIhr1Y7R7YAWx4TZLdvuzk7DnmrsTNL0fax6Z3jrpFcas+vKbzxhhvp6TA55m1SQuWkpzI1qbfDZbAg== dependencies: chalk "5.2.0" cli-truncate "^3.1.0"