From caa382f898fb7ba20b2d5538735c3304e671bf65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Feb 2022 10:17:21 +0100 Subject: [PATCH] build(deps): bump @trivago/prettier-plugin-sort-imports in /web (#2227) Bumps [@trivago/prettier-plugin-sort-imports](https://github.com/trivago/prettier-plugin-sort-imports) from 3.1.1 to 3.2.0. - [Release notes](https://github.com/trivago/prettier-plugin-sort-imports/releases) - [Changelog](https://github.com/trivago/prettier-plugin-sort-imports/blob/master/CHANGELOG.md) - [Commits](https://github.com/trivago/prettier-plugin-sort-imports/compare/v3.1.1...v3.2.0) --- updated-dependencies: - dependency-name: "@trivago/prettier-plugin-sort-imports" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- web/package-lock.json | 14 +++++++------- web/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/web/package-lock.json b/web/package-lock.json index 2fcd71594..95b4589ad 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -33,7 +33,7 @@ "@sentry/browser": "^6.17.4", "@sentry/tracing": "^6.17.4", "@squoosh/cli": "^0.7.2", - "@trivago/prettier-plugin-sort-imports": "^3.1.1", + "@trivago/prettier-plugin-sort-imports": "^3.2.0", "@types/chart.js": "^2.9.35", "@types/codemirror": "5.60.5", "@types/grecaptcha": "^3.0.3", @@ -2624,9 +2624,9 @@ } }, "node_modules/@trivago/prettier-plugin-sort-imports": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@trivago/prettier-plugin-sort-imports/-/prettier-plugin-sort-imports-3.1.1.tgz", - "integrity": "sha512-T9EJNEOugWts4WxdmpWeY+sp+2fUHhvGh9QSBCowEGJfcbnu355HQRqok5bKwejdieMaI1+uGZhuTNMZwjqOCQ==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/@trivago/prettier-plugin-sort-imports/-/prettier-plugin-sort-imports-3.2.0.tgz", + "integrity": "sha512-DnwLe+z8t/dZX5xBbYZV1+C5STkyK/P6SSq3Nk6NXlJZsgvDZX2eN4ND7bMFgGV/NL/YChWzcNf6ziGba1ktQQ==", "dependencies": { "@babel/core": "7.13.10", "@babel/generator": "7.13.9", @@ -10790,9 +10790,9 @@ } }, "@trivago/prettier-plugin-sort-imports": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@trivago/prettier-plugin-sort-imports/-/prettier-plugin-sort-imports-3.1.1.tgz", - "integrity": "sha512-T9EJNEOugWts4WxdmpWeY+sp+2fUHhvGh9QSBCowEGJfcbnu355HQRqok5bKwejdieMaI1+uGZhuTNMZwjqOCQ==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/@trivago/prettier-plugin-sort-imports/-/prettier-plugin-sort-imports-3.2.0.tgz", + "integrity": "sha512-DnwLe+z8t/dZX5xBbYZV1+C5STkyK/P6SSq3Nk6NXlJZsgvDZX2eN4ND7bMFgGV/NL/YChWzcNf6ziGba1ktQQ==", "requires": { "@babel/core": "7.13.10", "@babel/generator": "7.13.9", diff --git a/web/package.json b/web/package.json index 4ca90919a..6a5314e26 100644 --- a/web/package.json +++ b/web/package.json @@ -72,7 +72,7 @@ "@sentry/browser": "^6.17.4", "@sentry/tracing": "^6.17.4", "@squoosh/cli": "^0.7.2", - "@trivago/prettier-plugin-sort-imports": "^3.1.1", + "@trivago/prettier-plugin-sort-imports": "^3.2.0", "@types/chart.js": "^2.9.35", "@types/codemirror": "5.60.5", "@types/grecaptcha": "^3.0.3",