Skip to content

Commit db846a4

Browse files
chore: Bump @trivago/prettier-plugin-sort-imports (#1705)
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](trivago/prettier-plugin-sort-imports@v3.1.1...v3.2.0) --- updated-dependencies: - dependency-name: "@trivago/prettier-plugin-sort-imports" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f079ae3 commit db846a4

File tree

2 files changed

+11
-180
lines changed

2 files changed

+11
-180
lines changed

modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"devDependencies": {
1818
"@octokit/rest": "^18.12.0",
19-
"@trivago/prettier-plugin-sort-imports": "^3.1.1",
19+
"@trivago/prettier-plugin-sort-imports": "^3.2.0",
2020
"@types/jest": "^27.4.0",
2121
"@types/node": "^17.0.17",
2222
"@types/request": "^2.48.8",

modules/runner-binaries-syncer/lambdas/runner-binaries-syncer/yarn.lock

Lines changed: 10 additions & 179 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,6 @@
2323
dependencies:
2424
"@babel/highlight" "^7.16.7"
2525

26-
"@babel/compat-data@^7.16.0":
27-
version "7.16.4"
28-
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.16.4.tgz#081d6bbc336ec5c2435c6346b2ae1fb98b5ac68e"
29-
integrity sha512-1o/jo7D+kC9ZjHX5v+EHrdjl3PhxMrLSOTGsOdHJ+KL8HCaEK6ehrVL2RS6oHDZp+L7xLirLrPmQtEng769J/Q==
30-
3126
"@babel/compat-data@^7.16.4":
3227
version "7.16.8"
3328
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.16.8.tgz#31560f9f29fdf1868de8cb55049538a1b9732a60"
@@ -55,28 +50,7 @@
5550
semver "^6.3.0"
5651
source-map "^0.5.0"
5752

58-
"@babel/core@^7.1.0", "@babel/core@^7.12.3", "@babel/core@^7.7.2":
59-
version "7.16.0"
60-
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.16.0.tgz#c4ff44046f5fe310525cc9eb4ef5147f0c5374d4"
61-
integrity sha512-mYZEvshBRHGsIAiyH5PzCFTCfbWfoYbO/jcSdXQSUQu1/pW0xDZAUP7KEc32heqWTAfAHhV9j1vH8Sav7l+JNQ==
62-
dependencies:
63-
"@babel/code-frame" "^7.16.0"
64-
"@babel/generator" "^7.16.0"
65-
"@babel/helper-compilation-targets" "^7.16.0"
66-
"@babel/helper-module-transforms" "^7.16.0"
67-
"@babel/helpers" "^7.16.0"
68-
"@babel/parser" "^7.16.0"
69-
"@babel/template" "^7.16.0"
70-
"@babel/traverse" "^7.16.0"
71-
"@babel/types" "^7.16.0"
72-
convert-source-map "^1.7.0"
73-
debug "^4.1.0"
74-
gensync "^1.0.0-beta.2"
75-
json5 "^2.1.2"
76-
semver "^6.3.0"
77-
source-map "^0.5.0"
78-
79-
"@babel/core@^7.8.0":
53+
"@babel/core@^7.1.0", "@babel/core@^7.12.3", "@babel/core@^7.7.2", "@babel/core@^7.8.0":
8054
version "7.16.7"
8155
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.16.7.tgz#db990f931f6d40cb9b87a0dc7d2adc749f1dcbcf"
8256
integrity sha512-aeLaqcqThRNZYmbMqtulsetOQZ/5gbR/dWruUCJcpas4Qoyy+QeagfDsPdMrqwsPRDNxJvBlRiZxxX7THO7qtA==
@@ -106,7 +80,7 @@
10680
jsesc "^2.5.1"
10781
source-map "^0.5.0"
10882

109-
"@babel/generator@^7.13.0", "@babel/generator@^7.13.9", "@babel/generator@^7.16.7", "@babel/generator@^7.16.8":
83+
"@babel/generator@^7.13.0", "@babel/generator@^7.13.9", "@babel/generator@^7.16.7", "@babel/generator@^7.16.8", "@babel/generator@^7.7.2":
11084
version "7.16.8"
11185
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.16.8.tgz#359d44d966b8cd059d543250ce79596f792f2ebe"
11286
integrity sha512-1ojZwE9+lOXzcWdWmO6TbUzDfqLD39CmEhN8+2cX9XkDo5yW1OpgfejfliysR2AWLpMamTiOiAp/mtroaymhpw==
@@ -115,15 +89,6 @@
11589
jsesc "^2.5.1"
11690
source-map "^0.5.0"
11791

118-
"@babel/generator@^7.16.0", "@babel/generator@^7.7.2":
119-
version "7.16.0"
120-
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.16.0.tgz#d40f3d1d5075e62d3500bccb67f3daa8a95265b2"
121-
integrity sha512-RR8hUCfRQn9j9RPKEVXo9LiwoxLPYn6hNZlvUOR8tSnaxlD0p0+la00ZP9/SnRt6HchKr+X0fO2r8vrETiJGew==
122-
dependencies:
123-
"@babel/types" "^7.16.0"
124-
jsesc "^2.5.1"
125-
source-map "^0.5.0"
126-
12792
"@babel/helper-compilation-targets@^7.13.10", "@babel/helper-compilation-targets@^7.16.7":
12893
version "7.16.7"
12994
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.16.7.tgz#06e66c5f299601e6c7da350049315e83209d551b"
@@ -134,16 +99,6 @@
13499
browserslist "^4.17.5"
135100
semver "^6.3.0"
136101

137-
"@babel/helper-compilation-targets@^7.16.0":
138-
version "7.16.3"
139-
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.16.3.tgz#5b480cd13f68363df6ec4dc8ac8e2da11363cbf0"
140-
integrity sha512-vKsoSQAyBmxS35JUOOt+07cLc6Nk/2ljLIHwmq2/NM6hdioUaqEXq/S+nXvbvXbZkNDlWOymPanJGOc4CBjSJA==
141-
dependencies:
142-
"@babel/compat-data" "^7.16.0"
143-
"@babel/helper-validator-option" "^7.14.5"
144-
browserslist "^4.17.5"
145-
semver "^6.3.0"
146-
147102
"@babel/helper-environment-visitor@^7.16.7":
148103
version "7.16.7"
149104
resolved "https://registry.yarnpkg.com/@babel/helper-environment-visitor/-/helper-environment-visitor-7.16.7.tgz#ff484094a839bde9d89cd63cba017d7aae80ecd7"
@@ -160,57 +115,20 @@
160115
"@babel/template" "^7.16.7"
161116
"@babel/types" "^7.16.7"
162117

163-
"@babel/helper-function-name@^7.16.0":
164-
version "7.16.0"
165-
resolved "https://registry.yarnpkg.com/@babel/helper-function-name/-/helper-function-name-7.16.0.tgz#b7dd0797d00bbfee4f07e9c4ea5b0e30c8bb1481"
166-
integrity sha512-BZh4mEk1xi2h4HFjWUXRQX5AEx4rvaZxHgax9gcjdLWdkjsY7MKt5p0otjsg5noXw+pB+clMCjw+aEVYADMjog==
167-
dependencies:
168-
"@babel/helper-get-function-arity" "^7.16.0"
169-
"@babel/template" "^7.16.0"
170-
"@babel/types" "^7.16.0"
171-
172-
"@babel/helper-get-function-arity@^7.16.0":
173-
version "7.16.0"
174-
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.16.0.tgz#0088c7486b29a9cb5d948b1a1de46db66e089cfa"
175-
integrity sha512-ASCquNcywC1NkYh/z7Cgp3w31YW8aojjYIlNg4VeJiHkqyP4AzIvr4qx7pYDb4/s8YcsZWqqOSxgkvjUz1kpDQ==
176-
dependencies:
177-
"@babel/types" "^7.16.0"
178-
179118
"@babel/helper-get-function-arity@^7.16.7":
180119
version "7.16.7"
181120
resolved "https://registry.yarnpkg.com/@babel/helper-get-function-arity/-/helper-get-function-arity-7.16.7.tgz#ea08ac753117a669f1508ba06ebcc49156387419"
182121
integrity sha512-flc+RLSOBXzNzVhcLu6ujeHUrD6tANAOU5ojrRx/as+tbzf8+stUCj7+IfRRoAbEZqj/ahXEMsjhOhgeZsrnTw==
183122
dependencies:
184123
"@babel/types" "^7.16.7"
185124

186-
"@babel/helper-hoist-variables@^7.16.0":
187-
version "7.16.0"
188-
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.0.tgz#4c9023c2f1def7e28ff46fc1dbcd36a39beaa81a"
189-
integrity sha512-1AZlpazjUR0EQZQv3sgRNfM9mEVWPK3M6vlalczA+EECcPz3XPh6VplbErL5UoMpChhSck5wAJHthlj1bYpcmg==
190-
dependencies:
191-
"@babel/types" "^7.16.0"
192-
193125
"@babel/helper-hoist-variables@^7.16.7":
194126
version "7.16.7"
195127
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.7.tgz#86bcb19a77a509c7b77d0e22323ef588fa58c246"
196128
integrity sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg==
197129
dependencies:
198130
"@babel/types" "^7.16.7"
199131

200-
"@babel/helper-member-expression-to-functions@^7.16.0":
201-
version "7.16.0"
202-
resolved "https://registry.yarnpkg.com/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.16.0.tgz#29287040efd197c77636ef75188e81da8bccd5a4"
203-
integrity sha512-bsjlBFPuWT6IWhl28EdrQ+gTvSvj5tqVP5Xeftp07SEuz5pLnsXZuDkDD3Rfcxy0IsHmbZ+7B2/9SHzxO0T+sQ==
204-
dependencies:
205-
"@babel/types" "^7.16.0"
206-
207-
"@babel/helper-module-imports@^7.16.0":
208-
version "7.16.0"
209-
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.16.0.tgz#90538e60b672ecf1b448f5f4f5433d37e79a3ec3"
210-
integrity sha512-kkH7sWzKPq0xt3H1n+ghb4xEMP8k0U7XV3kkB+ZGy69kDk2ySFW1qPi06sjKzFY3t1j6XbJSqr4mF9L7CYVyhg==
211-
dependencies:
212-
"@babel/types" "^7.16.0"
213-
214132
"@babel/helper-module-imports@^7.16.7":
215133
version "7.16.7"
216134
resolved "https://registry.yarnpkg.com/@babel/helper-module-imports/-/helper-module-imports-7.16.7.tgz#25612a8091a999704461c8a222d0efec5d091437"
@@ -232,49 +150,11 @@
232150
"@babel/traverse" "^7.16.7"
233151
"@babel/types" "^7.16.7"
234152

235-
"@babel/helper-module-transforms@^7.16.0":
236-
version "7.16.0"
237-
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.16.0.tgz#1c82a8dd4cb34577502ebd2909699b194c3e9bb5"
238-
integrity sha512-My4cr9ATcaBbmaEa8M0dZNA74cfI6gitvUAskgDtAFmAqyFKDSHQo5YstxPbN+lzHl2D9l/YOEFqb2mtUh4gfA==
239-
dependencies:
240-
"@babel/helper-module-imports" "^7.16.0"
241-
"@babel/helper-replace-supers" "^7.16.0"
242-
"@babel/helper-simple-access" "^7.16.0"
243-
"@babel/helper-split-export-declaration" "^7.16.0"
244-
"@babel/helper-validator-identifier" "^7.15.7"
245-
"@babel/template" "^7.16.0"
246-
"@babel/traverse" "^7.16.0"
247-
"@babel/types" "^7.16.0"
248-
249-
"@babel/helper-optimise-call-expression@^7.16.0":
250-
version "7.16.0"
251-
resolved "https://registry.yarnpkg.com/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.16.0.tgz#cecdb145d70c54096b1564f8e9f10cd7d193b338"
252-
integrity sha512-SuI467Gi2V8fkofm2JPnZzB/SUuXoJA5zXe/xzyPP2M04686RzFKFHPK6HDVN6JvWBIEW8tt9hPR7fXdn2Lgpw==
253-
dependencies:
254-
"@babel/types" "^7.16.0"
255-
256153
"@babel/helper-plugin-utils@^7.0.0", "@babel/helper-plugin-utils@^7.10.4", "@babel/helper-plugin-utils@^7.12.13", "@babel/helper-plugin-utils@^7.14.5", "@babel/helper-plugin-utils@^7.8.0":
257154
version "7.14.5"
258155
resolved "https://registry.yarnpkg.com/@babel/helper-plugin-utils/-/helper-plugin-utils-7.14.5.tgz#5ac822ce97eec46741ab70a517971e443a70c5a9"
259156
integrity sha512-/37qQCE3K0vvZKwoK4XU/irIJQdIfCJuhU5eKnNxpFDsOkgFaUAwbv+RYw6eYgsC0E4hS7r5KqGULUogqui0fQ==
260157

261-
"@babel/helper-replace-supers@^7.16.0":
262-
version "7.16.0"
263-
resolved "https://registry.yarnpkg.com/@babel/helper-replace-supers/-/helper-replace-supers-7.16.0.tgz#73055e8d3cf9bcba8ddb55cad93fedc860f68f17"
264-
integrity sha512-TQxuQfSCdoha7cpRNJvfaYxxxzmbxXw/+6cS7V02eeDYyhxderSoMVALvwupA54/pZcOTtVeJ0xccp1nGWladA==
265-
dependencies:
266-
"@babel/helper-member-expression-to-functions" "^7.16.0"
267-
"@babel/helper-optimise-call-expression" "^7.16.0"
268-
"@babel/traverse" "^7.16.0"
269-
"@babel/types" "^7.16.0"
270-
271-
"@babel/helper-simple-access@^7.16.0":
272-
version "7.16.0"
273-
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.16.0.tgz#21d6a27620e383e37534cf6c10bba019a6f90517"
274-
integrity sha512-o1rjBT/gppAqKsYfUdfHq5Rk03lMQrkPHG1OWzHWpLgVXRH4HnMM9Et9CVdIqwkCQlobnGHEJMsgWP/jE1zUiw==
275-
dependencies:
276-
"@babel/types" "^7.16.0"
277-
278158
"@babel/helper-simple-access@^7.16.7":
279159
version "7.16.7"
280160
resolved "https://registry.yarnpkg.com/@babel/helper-simple-access/-/helper-simple-access-7.16.7.tgz#d656654b9ea08dbb9659b69d61063ccd343ff0f7"
@@ -289,13 +169,6 @@
289169
dependencies:
290170
"@babel/types" "^7.16.7"
291171

292-
"@babel/helper-split-export-declaration@^7.16.0":
293-
version "7.16.0"
294-
resolved "https://registry.yarnpkg.com/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.16.0.tgz#29672f43663e936df370aaeb22beddb3baec7438"
295-
integrity sha512-0YMMRpuDFNGTHNRiiqJX19GjNXA4H0E8jZ2ibccfSxaCogbm3am5WN/2nQNj0YnQwGWM1J06GOcQ2qnh3+0paw==
296-
dependencies:
297-
"@babel/types" "^7.16.0"
298-
299172
"@babel/helper-validator-identifier@^7.12.11", "@babel/helper-validator-identifier@^7.16.7":
300173
version "7.16.7"
301174
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz#e8c602438c4a8195751243da9031d1607d247cad"
@@ -306,11 +179,6 @@
306179
resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.15.7.tgz#220df993bfe904a4a6b02ab4f3385a5ebf6e2389"
307180
integrity sha512-K4JvCtQqad9OY2+yTU8w+E82ywk/fe+ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N+tb3fxK800wLtKOE/aM0m72w==
308181

309-
"@babel/helper-validator-option@^7.14.5":
310-
version "7.14.5"
311-
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.14.5.tgz#6e72a1fff18d5dfcb878e1e62f1a021c4b72d5a3"
312-
integrity sha512-OX8D5eeX4XwcroVW45NMvoYaIuFI+GQpA2a8Gi+X/U/cDUIRsV37qQfF905F0htTRCREQIB4KqPeaveRJUl3Ow==
313-
314182
"@babel/helper-validator-option@^7.16.7":
315183
version "7.16.7"
316184
resolved "https://registry.yarnpkg.com/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz#b203ce62ce5fe153899b617c08957de860de4d23"
@@ -325,15 +193,6 @@
325193
"@babel/traverse" "^7.16.7"
326194
"@babel/types" "^7.16.7"
327195

328-
"@babel/helpers@^7.16.0":
329-
version "7.16.3"
330-
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.16.3.tgz#27fc64f40b996e7074dc73128c3e5c3e7f55c43c"
331-
integrity sha512-Xn8IhDlBPhvYTvgewPKawhADichOsbkZuzN7qz2BusOM0brChsyXMDJvldWaYMMUNiCQdQzNEioXTp3sC8Nt8w==
332-
dependencies:
333-
"@babel/template" "^7.16.0"
334-
"@babel/traverse" "^7.16.3"
335-
"@babel/types" "^7.16.0"
336-
337196
"@babel/highlight@^7.10.4", "@babel/highlight@^7.16.0":
338197
version "7.16.0"
339198
resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.16.0.tgz#6ceb32b2ca4b8f5f361fb7fd821e3fddf4a1725a"
@@ -357,12 +216,7 @@
357216
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.14.6.tgz#d85cc68ca3cac84eae384c06f032921f5227f4b2"
358217
integrity sha512-oG0ej7efjEXxb4UgE+klVx+3j4MVo+A2vCzm7OUN4CLo6WhQ+vSOD2yJ8m7B+DghObxtLxt3EfgMWpq+AsWehQ==
359218

360-
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.16.0", "@babel/parser@^7.16.3":
361-
version "7.16.4"
362-
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.4.tgz#d5f92f57cf2c74ffe9b37981c0e72fee7311372e"
363-
integrity sha512-6V0qdPUaiVHH3RtZeLIsc+6pDhbYzHR8ogA8w+f+Wc77DuXto19g2QUwveINoS34Uw+W8/hQDGJCx+i4n7xcng==
364-
365-
"@babel/parser@^7.13.0", "@babel/parser@^7.13.10", "@babel/parser@^7.16.7", "@babel/parser@^7.16.8":
219+
"@babel/parser@^7.1.0", "@babel/parser@^7.13.0", "@babel/parser@^7.13.10", "@babel/parser@^7.14.7", "@babel/parser@^7.16.0", "@babel/parser@^7.16.7", "@babel/parser@^7.16.8":
366220
version "7.16.8"
367221
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.16.8.tgz#61c243a3875f7d0b0962b0543a33ece6ff2f1f17"
368222
integrity sha512-i7jDUfrVBWc+7OKcBzEe5n7fbv3i2fWtxKzzCvOjnzSxMfWMigAhtfJ7qzZNGFNMsCCd67+uz553dYKWXPvCKw==
@@ -467,7 +321,7 @@
467321
"@babel/parser" "^7.16.7"
468322
"@babel/types" "^7.16.7"
469323

470-
"@babel/template@^7.16.0", "@babel/template@^7.3.3":
324+
"@babel/template@^7.3.3":
471325
version "7.16.0"
472326
resolved "https://registry.yarnpkg.com/@babel/template/-/template-7.16.0.tgz#d16a35ebf4cd74e202083356fab21dd89363ddd6"
473327
integrity sha512-MnZdpFD/ZdYhXwiunMqqgyZyucaYsbL0IrjoGjaVhGilz+x8YB++kRfygSOIj1yOtWKPlx7NBp+9I1RQSgsd5A==
@@ -491,7 +345,7 @@
491345
globals "^11.1.0"
492346
lodash "^4.17.19"
493347

494-
"@babel/traverse@^7.13.0", "@babel/traverse@^7.16.7":
348+
"@babel/traverse@^7.13.0", "@babel/traverse@^7.16.7", "@babel/traverse@^7.7.2":
495349
version "7.16.8"
496350
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.16.8.tgz#bab2f2b09a5fe8a8d9cad22cbfe3ba1d126fef9c"
497351
integrity sha512-xe+H7JlvKsDQwXRsBhSnq1/+9c+LlQcCK3Tn/l5sbx02HYns/cn7ibp9+RV1sIUqu7hKg91NWsgHurO9dowITQ==
@@ -507,21 +361,6 @@
507361
debug "^4.1.0"
508362
globals "^11.1.0"
509363

510-
"@babel/traverse@^7.16.0", "@babel/traverse@^7.16.3", "@babel/traverse@^7.7.2":
511-
version "7.16.3"
512-
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.16.3.tgz#f63e8a938cc1b780f66d9ed3c54f532ca2d14787"
513-
integrity sha512-eolumr1vVMjqevCpwVO99yN/LoGL0EyHiLO5I043aYQvwOJ9eR5UsZSClHVCzfhBduMAsSzgA/6AyqPjNayJag==
514-
dependencies:
515-
"@babel/code-frame" "^7.16.0"
516-
"@babel/generator" "^7.16.0"
517-
"@babel/helper-function-name" "^7.16.0"
518-
"@babel/helper-hoist-variables" "^7.16.0"
519-
"@babel/helper-split-export-declaration" "^7.16.0"
520-
"@babel/parser" "^7.16.3"
521-
"@babel/types" "^7.16.0"
522-
debug "^4.1.0"
523-
globals "^11.1.0"
524-
525364
526365
version "7.13.0"
527366
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.13.0.tgz#74424d2816f0171b4100f0ab34e9a374efdf7f80"
@@ -531,15 +370,7 @@
531370
lodash "^4.17.19"
532371
to-fast-properties "^2.0.0"
533372

534-
"@babel/types@^7.0.0", "@babel/types@^7.16.0", "@babel/types@^7.3.0", "@babel/types@^7.3.3":
535-
version "7.16.0"
536-
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.16.0.tgz#db3b313804f96aadd0b776c4823e127ad67289ba"
537-
integrity sha512-PJgg/k3SdLsGb3hhisFvtLOw5ts113klrpLuIPtCJIU+BB24fqq6lf8RWqKJEjzqXR9AEH1rIb5XTqwBHB+kQg==
538-
dependencies:
539-
"@babel/helper-validator-identifier" "^7.15.7"
540-
to-fast-properties "^2.0.0"
541-
542-
"@babel/types@^7.13.0", "@babel/types@^7.16.7", "@babel/types@^7.16.8":
373+
"@babel/types@^7.0.0", "@babel/types@^7.13.0", "@babel/types@^7.16.0", "@babel/types@^7.16.7", "@babel/types@^7.16.8", "@babel/types@^7.3.0", "@babel/types@^7.3.3":
543374
version "7.16.8"
544375
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.16.8.tgz#0ba5da91dd71e0a4e7781a30f22770831062e3c1"
545376
integrity sha512-smN2DQc5s4M7fntyjGtyIPbRJv6wW4rU/94fmYJ7PKQuZkC0qGMHXJbg6sNGt12JmVr4k5YaptI/XtiLJBnmIg==
@@ -907,10 +738,10 @@
907738
resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-1.1.2.tgz#ccb91445360179a04e7fe6aff78c00ffc1eeaf82"
908739
integrity sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==
909740

910-
"@trivago/prettier-plugin-sort-imports@^3.1.1":
911-
version "3.1.1"
912-
resolved "https://registry.yarnpkg.com/@trivago/prettier-plugin-sort-imports/-/prettier-plugin-sort-imports-3.1.1.tgz#101e34eadb252572ec32aea6d5487d93b90a0037"
913-
integrity sha512-T9EJNEOugWts4WxdmpWeY+sp+2fUHhvGh9QSBCowEGJfcbnu355HQRqok5bKwejdieMaI1+uGZhuTNMZwjqOCQ==
741+
"@trivago/prettier-plugin-sort-imports@^3.2.0":
742+
version "3.2.0"
743+
resolved "https://registry.yarnpkg.com/@trivago/prettier-plugin-sort-imports/-/prettier-plugin-sort-imports-3.2.0.tgz#7a32b6b3085c436eda0143b2710c440a4a56db90"
744+
integrity sha512-DnwLe+z8t/dZX5xBbYZV1+C5STkyK/P6SSq3Nk6NXlJZsgvDZX2eN4ND7bMFgGV/NL/YChWzcNf6ziGba1ktQQ==
914745
dependencies:
915746
"@babel/core" "7.13.10"
916747
"@babel/generator" "7.13.9"

0 commit comments

Comments
 (0)