Skip to content

Commit 5c1919e

Browse files
🤖 chore(package.json): Add devDependency fixpack.
These changes were automatically generated by a transform whose code can be found at: - https://github.com/make-github-pseudonymous-again/rejuvenate/blob/9b50c2a1d7e9ab7b4bc9c9ff88892e98c5f62244/src/transforms/deps:add-fixpack.js Please contact the author of the transform if you believe there was an error.
1 parent 347eef1 commit 5c1919e

File tree

2 files changed

+58
-4
lines changed

2 files changed

+58
-4
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,8 @@
108108
"nyc": "15.1.0",
109109
"power-assert": "1.6.1",
110110
"regenerator-runtime": "0.13.10",
111-
"xo": "0.52.4"
111+
"xo": "0.52.4",
112+
"fixpack": "4.0.0"
112113
},
113114
"files": [
114115
"lib"

yarn.lock

Lines changed: 56 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1267,7 +1267,7 @@
12671267
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.13.tgz#da4bfd73f49bd541d28920ab0e2bf0ee80f71c91"
12681268
integrity sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw==
12691269

1270-
"@typescript-eslint/eslint-plugin@*":
1270+
"@typescript-eslint/eslint-plugin@^5.35.1":
12711271
version "5.42.0"
12721272
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.42.0.tgz#36a8c0c379870127059889a9cc7e05c260d2aaa5"
12731273
integrity sha512-5TJh2AgL6+wpL8H/GTSjNb4WrjKoR2rqvFxR/DDTqYNk6uXn8BJMEcncLSpMbf/XV1aS0jAjYwn98uvVCiAywQ==
@@ -1282,7 +1282,7 @@
12821282
semver "^7.3.7"
12831283
tsutils "^3.21.0"
12841284

1285-
"@typescript-eslint/parser@*":
1285+
"@typescript-eslint/parser@^5.35.1":
12861286
version "5.42.0"
12871287
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.42.0.tgz#be0ffbe279e1320e3d15e2ef0ad19262f59e9240"
12881288
integrity sha512-Ixh9qrOTDRctFg3yIwrLkgf33AHyEIn6lhyf5cCfwwiGtkWhNpVKlEZApi3inGQR/barWnY7qY8FbGKBO7p3JA==
@@ -1410,6 +1410,14 @@ ajv@^6.10.0, ajv@^6.12.3, ajv@^6.12.4:
14101410
json-schema-traverse "^0.4.1"
14111411
uri-js "^4.2.2"
14121412

1413+
1414+
version "1.2.0"
1415+
resolved "https://registry.yarnpkg.com/alce/-/alce-1.2.0.tgz#a8be2dacaac42494612f18dc09db691f3dea4aab"
1416+
integrity sha512-XppPf2S42nO2WhvKzlwzlfcApcXHzjlod30pKmcWjRgLOtqoe5DMuqdiYoM6AgyXksc6A6pV4v1L/WW217e57w==
1417+
dependencies:
1418+
esprima "^1.2.0"
1419+
estraverse "^1.5.0"
1420+
14131421
ansi-align@^3.0.0:
14141422
version "3.0.1"
14151423
resolved "https://registry.yarnpkg.com/ansi-align/-/ansi-align-3.0.1.tgz#0cdf12e111ace773a86e9a1fad1225c43cb19a59"
@@ -2057,6 +2065,14 @@ chalk@^2.0.0, chalk@^2.4.1, chalk@^2.4.2:
20572065
escape-string-regexp "^1.0.5"
20582066
supports-color "^5.3.0"
20592067

2068+
chalk@^3.0.0:
2069+
version "3.0.0"
2070+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-3.0.0.tgz#3f73c2bf526591f574cc492c51e2456349f844e4"
2071+
integrity sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==
2072+
dependencies:
2073+
ansi-styles "^4.1.0"
2074+
supports-color "^7.1.0"
2075+
20602076
chalk@^4.0.0, chalk@^4.1.0:
20612077
version "4.1.2"
20622078
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.2.tgz#aac4e2b7734a740867aeb16bf02aad556a1e7a01"
@@ -2635,6 +2651,16 @@ detect-indent@^4.0.0:
26352651
dependencies:
26362652
repeating "^2.0.0"
26372653

2654+
detect-indent@^6.0.0:
2655+
version "6.1.0"
2656+
resolved "https://registry.yarnpkg.com/detect-indent/-/detect-indent-6.1.0.tgz#592485ebbbf6b3b1ab2be175c8393d04ca0d57e6"
2657+
integrity sha512-reYkTUJAZb9gUuZ2RvVCNhVHdg62RHnJ7WJl8ftMi4diZ6NWlciOzQN88pUhSELEwflJht4oQDv0F0BMlwaYtA==
2658+
2659+
detect-newline@^3.1.0:
2660+
version "3.1.0"
2661+
resolved "https://registry.yarnpkg.com/detect-newline/-/detect-newline-3.1.0.tgz#576f5dfc63ae1a192ff192d8ad3af6308991b651"
2662+
integrity sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==
2663+
26382664
diff-match-patch@^1.0.0:
26392665
version "1.0.5"
26402666
resolved "https://registry.yarnpkg.com/diff-match-patch/-/diff-match-patch-1.0.5.tgz#abb584d5f10cd1196dfc55aa03701592ae3f7b37"
@@ -3065,7 +3091,7 @@ eslint-config-prettier@^8.5.0:
30653091
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.5.0.tgz#5a81680ec934beca02c7b1a61cf8ca34b66feab1"
30663092
integrity sha512-obmWKLUNCnhtQRKc+tmnYuQl0pFU1ibYJQ5BGhTVB08bHe9wC8qUeG7c08dj9XX+AuPj1YSGSQIHl1pnDHZR0Q==
30673093

3068-
eslint-config-xo-typescript@*:
3094+
eslint-config-xo-typescript@^0.53.0:
30693095
version "0.53.0"
30703096
resolved "https://registry.yarnpkg.com/eslint-config-xo-typescript/-/eslint-config-xo-typescript-0.53.0.tgz#702be21ea0dfcb124903c5f723d023b1fdeb0da2"
30713097
integrity sha512-IJ1n70egMPTou/41HoGGFbLf/2WCsVW5lSUxOSklrR8T1221fMRPVJxIVZ3evr8R+N5wR6uzg/0uzSymwWA5Bg==
@@ -3345,6 +3371,11 @@ espree@^9.0.0, espree@^9.4.0:
33453371
acorn-jsx "^5.3.2"
33463372
eslint-visitor-keys "^3.3.0"
33473373

3374+
esprima@^1.2.0:
3375+
version "1.2.5"
3376+
resolved "https://registry.yarnpkg.com/esprima/-/esprima-1.2.5.tgz#0993502feaf668138325756f30f9a51feeec11e9"
3377+
integrity sha512-S9VbPDU0adFErpDai3qDkjq8+G05ONtKzcyNrPKg/ZKa+tf879nX2KexNU95b31UoTJjRLInNBHHHjFPoCd7lQ==
3378+
33483379
esprima@^4.0.0, esprima@^4.0.1:
33493380
version "4.0.1"
33503381
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"
@@ -3376,6 +3407,11 @@ esrecurse@^4.3.0:
33763407
dependencies:
33773408
estraverse "^5.2.0"
33783409

3410+
estraverse@^1.5.0:
3411+
version "1.9.3"
3412+
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-1.9.3.tgz#af67f2dc922582415950926091a4005d29c9bb44"
3413+
integrity sha512-25w1fMXQrGdoquWnScXZGckOv+Wes+JDnuN/+7ex3SauFRS72r2lFDec0EKPt2YD1wUJ/IrfEex+9yp4hfSOJA==
3414+
33793415
estraverse@^4.0.0, estraverse@^4.1.0, estraverse@^4.1.1, estraverse@^4.2.0:
33803416
version "4.3.0"
33813417
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-4.3.0.tgz#398ad3f3c5a24948be7725e83d11a7de28cdbd1d"
@@ -3406,6 +3442,11 @@ execa@^5.0.0, execa@^5.1.1:
34063442
signal-exit "^3.0.3"
34073443
strip-final-newline "^2.0.0"
34083444

3445+
extend-object@^1.0.0:
3446+
version "1.0.0"
3447+
resolved "https://registry.yarnpkg.com/extend-object/-/extend-object-1.0.0.tgz#42514f84015d1356caf5187969dfb2bc1bda0823"
3448+
integrity sha512-0dHDIXC7y7LDmCh/lp1oYkmv73K25AMugQI07r8eFopkW6f7Ufn1q+ETMsJjnV9Am14SlElkqy3O92r6xEaxPw==
3449+
34093450
extend@~3.0.2:
34103451
version "3.0.2"
34113452
resolved "https://registry.yarnpkg.com/extend/-/extend-3.0.2.tgz#f8b1136b4071fbd8eb140aff858b1019ec2915fa"
@@ -3558,6 +3599,18 @@ find-up@^6.3.0:
35583599
locate-path "^7.1.0"
35593600
path-exists "^5.0.0"
35603601

3602+
3603+
version "4.0.0"
3604+
resolved "https://registry.yarnpkg.com/fixpack/-/fixpack-4.0.0.tgz#28b9fb8ca04f89aab382021cfa826b36dc381dfd"
3605+
integrity sha512-5SM1+H2CcuJ3gGEwTiVo/+nd/hYpNj9Ch3iMDOQ58ndY+VGQ2QdvaUTkd3otjZvYnd/8LF/HkJ5cx7PBq0orCQ==
3606+
dependencies:
3607+
alce "1.2.0"
3608+
chalk "^3.0.0"
3609+
detect-indent "^6.0.0"
3610+
detect-newline "^3.1.0"
3611+
extend-object "^1.0.0"
3612+
rc "^1.2.8"
3613+
35613614
flat-cache@^3.0.4:
35623615
version "3.0.4"
35633616
resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-3.0.4.tgz#61b0338302b2fe9f957dcc32fc2a87f1c3048b11"

0 commit comments

Comments
 (0)