Skip to content

Commit 6d9d0b7

Browse files
chore(deps): update typescript-eslint monorepo to v8.48.0 (#1446)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ea69032 commit 6d9d0b7

2 files changed

Lines changed: 75 additions & 130 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252
"@types/jest": "27.5.2",
5353
"@types/node": "20.19.25",
5454
"@types/supertest": "6.0.3",
55-
"@typescript-eslint/eslint-plugin": "8.47.0",
56-
"@typescript-eslint/parser": "8.47.0",
55+
"@typescript-eslint/eslint-plugin": "8.48.0",
56+
"@typescript-eslint/parser": "8.48.0",
5757
"eslint": "9.39.1",
5858
"eslint-config-prettier": "10.1.8",
5959
"eslint-config-ts-lambdas": "1.2.3",

yarn.lock

Lines changed: 73 additions & 128 deletions
Original file line numberDiff line numberDiff line change
@@ -974,27 +974,6 @@
974974
resolved "https://registry.yarnpkg.com/@noble/hashes/-/hashes-1.8.0.tgz#cee43d801fcef9644b11b8194857695acd5f815a"
975975
integrity sha512-jCs9ldd7NwzpgXDIf6P3+NrHh9/sD6CQdxHyjQI+h/6rDNo88ypBxxz45UDuZHz9r3tNz7N/VInSVoVdtXEI4A==
976976

977-
"@nodelib/fs.scandir@2.1.3":
978-
version "2.1.3"
979-
resolved "https://registry.yarnpkg.com/@nodelib/fs.scandir/-/fs.scandir-2.1.3.tgz#3a582bdb53804c6ba6d146579c46e52130cf4a3b"
980-
integrity sha512-eGmwYQn3gxo4r7jdQnkrrN6bY478C3P+a/y72IJukF8LjB6ZHeB3c+Ehacj3sYeSmUXGlnA67/PmbM9CVwL7Dw==
981-
dependencies:
982-
"@nodelib/fs.stat" "2.0.3"
983-
run-parallel "^1.1.9"
984-
985-
"@nodelib/fs.stat@2.0.3", "@nodelib/fs.stat@^2.0.2":
986-
version "2.0.3"
987-
resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-2.0.3.tgz#34dc5f4cabbc720f4e60f75a747e7ecd6c175bd3"
988-
integrity sha512-bQBFruR2TAwoevBEd/NWMoAAtNGzTRgdrqnYCc7dhzfoNvqPzLyqlEQnzZ3kVnNrSp25iyxE00/3h2fqGAGArA==
989-
990-
"@nodelib/fs.walk@^1.2.3":
991-
version "1.2.4"
992-
resolved "https://registry.yarnpkg.com/@nodelib/fs.walk/-/fs.walk-1.2.4.tgz#011b9202a70a6366e436ca5c065844528ab04976"
993-
integrity sha512-1V9XOY4rDW0rehzbrcqAmHnz8e7SKvX27gh8Gt2WgB0+pdzdiLV83p72kZPU+jvMbS1qU5mauP2iOvO8rhmurQ==
994-
dependencies:
995-
"@nodelib/fs.scandir" "2.1.3"
996-
fastq "^1.6.0"
997-
998977
"@npmcli/agent@^3.0.0":
999978
version "3.0.0"
1000979
resolved "https://registry.yarnpkg.com/@npmcli/agent/-/agent-3.0.0.tgz#1685b1fbd4a1b7bb4f930cbb68ce801edfe7aa44"
@@ -1872,102 +1851,101 @@
18721851
dependencies:
18731852
"@types/yargs-parser" "*"
18741853

1875-
"@typescript-eslint/eslint-plugin@8.47.0":
1876-
version "8.47.0"
1877-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.47.0.tgz#c53edeec13a79483f4ca79c298d5231b02e9dc17"
1878-
integrity sha512-fe0rz9WJQ5t2iaLfdbDc9T80GJy0AeO453q8C3YCilnGozvOyCG5t+EZtg7j7D88+c3FipfP/x+wzGnh1xp8ZA==
1854+
"@typescript-eslint/eslint-plugin@8.48.0":
1855+
version "8.48.0"
1856+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.48.0.tgz#cdc9bdbe947713f658eb6109eeeea5d746824cf4"
1857+
integrity sha512-XxXP5tL1txl13YFtrECECQYeZjBZad4fyd3cFV4a19LkAY/bIp9fev3US4S5fDVV2JaYFiKAZ/GRTOLer+mbyQ==
18791858
dependencies:
18801859
"@eslint-community/regexpp" "^4.10.0"
1881-
"@typescript-eslint/scope-manager" "8.47.0"
1882-
"@typescript-eslint/type-utils" "8.47.0"
1883-
"@typescript-eslint/utils" "8.47.0"
1884-
"@typescript-eslint/visitor-keys" "8.47.0"
1860+
"@typescript-eslint/scope-manager" "8.48.0"
1861+
"@typescript-eslint/type-utils" "8.48.0"
1862+
"@typescript-eslint/utils" "8.48.0"
1863+
"@typescript-eslint/visitor-keys" "8.48.0"
18851864
graphemer "^1.4.0"
18861865
ignore "^7.0.0"
18871866
natural-compare "^1.4.0"
18881867
ts-api-utils "^2.1.0"
18891868

1890-
"@typescript-eslint/parser@8.47.0":
1891-
version "8.47.0"
1892-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.47.0.tgz#51b14ab2be2057ec0f57073b9ff3a9c078b0a964"
1893-
integrity sha512-lJi3PfxVmo0AkEY93ecfN+r8SofEqZNGByvHAI3GBLrvt1Cw6H5k1IM02nSzu0RfUafr2EvFSw0wAsZgubNplQ==
1869+
"@typescript-eslint/parser@8.48.0":
1870+
version "8.48.0"
1871+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.48.0.tgz#fc39ea9b1c8b2414c1f4b625277629e12a940e6b"
1872+
integrity sha512-jCzKdm/QK0Kg4V4IK/oMlRZlY+QOcdjv89U2NgKHZk1CYTj82/RVSx1mV/0gqCVMJ/DA+Zf/S4NBWNF8GQ+eqQ==
18941873
dependencies:
1895-
"@typescript-eslint/scope-manager" "8.47.0"
1896-
"@typescript-eslint/types" "8.47.0"
1897-
"@typescript-eslint/typescript-estree" "8.47.0"
1898-
"@typescript-eslint/visitor-keys" "8.47.0"
1874+
"@typescript-eslint/scope-manager" "8.48.0"
1875+
"@typescript-eslint/types" "8.48.0"
1876+
"@typescript-eslint/typescript-estree" "8.48.0"
1877+
"@typescript-eslint/visitor-keys" "8.48.0"
18991878
debug "^4.3.4"
19001879

1901-
"@typescript-eslint/project-service@8.47.0":
1902-
version "8.47.0"
1903-
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.47.0.tgz#b8afc65e0527568018af911b702dcfbfdca16471"
1904-
integrity sha512-2X4BX8hUeB5JcA1TQJ7GjcgulXQ+5UkNb0DL8gHsHUHdFoiCTJoYLTpib3LtSDPZsRET5ygN4qqIWrHyYIKERA==
1880+
"@typescript-eslint/project-service@8.48.0":
1881+
version "8.48.0"
1882+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.48.0.tgz#c21f6f897fbc4e61c7b1e20906ea1d59594ccc2d"
1883+
integrity sha512-Ne4CTZyRh1BecBf84siv42wv5vQvVmgtk8AuiEffKTUo3DrBaGYZueJSxxBZ8fjk/N3DrgChH4TOdIOwOwiqqw==
19051884
dependencies:
1906-
"@typescript-eslint/tsconfig-utils" "^8.47.0"
1907-
"@typescript-eslint/types" "^8.47.0"
1885+
"@typescript-eslint/tsconfig-utils" "^8.48.0"
1886+
"@typescript-eslint/types" "^8.48.0"
19081887
debug "^4.3.4"
19091888

1910-
"@typescript-eslint/scope-manager@8.47.0":
1911-
version "8.47.0"
1912-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.47.0.tgz#d1c36a973a5499fed3a99e2e6a66aec5c9b1e542"
1913-
integrity sha512-a0TTJk4HXMkfpFkL9/WaGTNuv7JWfFTQFJd6zS9dVAjKsojmv9HT55xzbEpnZoY+VUb+YXLMp+ihMLz/UlZfDg==
1889+
"@typescript-eslint/scope-manager@8.48.0":
1890+
version "8.48.0"
1891+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.48.0.tgz#8306afdf409364d4e434813f0df9a8557ddff751"
1892+
integrity sha512-uGSSsbrtJrLduti0Q1Q9+BF1/iFKaxGoQwjWOIVNJv0o6omrdyR8ct37m4xIl5Zzpkp69Kkmvom7QFTtue89YQ==
19141893
dependencies:
1915-
"@typescript-eslint/types" "8.47.0"
1916-
"@typescript-eslint/visitor-keys" "8.47.0"
1894+
"@typescript-eslint/types" "8.48.0"
1895+
"@typescript-eslint/visitor-keys" "8.48.0"
19171896

1918-
"@typescript-eslint/tsconfig-utils@8.47.0", "@typescript-eslint/tsconfig-utils@^8.47.0":
1919-
version "8.47.0"
1920-
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.47.0.tgz#4f178b62813538759e0989dd081c5474fad39b84"
1921-
integrity sha512-ybUAvjy4ZCL11uryalkKxuT3w3sXJAuWhOoGS3T/Wu+iUu1tGJmk5ytSY8gbdACNARmcYEB0COksD2j6hfGK2g==
1897+
"@typescript-eslint/tsconfig-utils@8.48.0", "@typescript-eslint/tsconfig-utils@^8.48.0":
1898+
version "8.48.0"
1899+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.48.0.tgz#05cf091cd9f24a8e047783ff979136df6cf1be04"
1900+
integrity sha512-WNebjBdFdyu10sR1M4OXTt2OkMd5KWIL+LLfeH9KhgP+jzfDV/LI3eXzwJ1s9+Yc0Kzo2fQCdY/OpdusCMmh6w==
19221901

1923-
"@typescript-eslint/type-utils@8.47.0":
1924-
version "8.47.0"
1925-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.47.0.tgz#b9b0141d99bd5bece3811d7eee68a002597ffa55"
1926-
integrity sha512-QC9RiCmZ2HmIdCEvhd1aJELBlD93ErziOXXlHEZyuBo3tBiAZieya0HLIxp+DoDWlsQqDawyKuNEhORyku+P8A==
1902+
"@typescript-eslint/type-utils@8.48.0":
1903+
version "8.48.0"
1904+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.48.0.tgz#eb4e0e60e545b448112f291b6652eeddb16db83f"
1905+
integrity sha512-zbeVaVqeXhhab6QNEKfK96Xyc7UQuoFWERhEnj3mLVnUWrQnv15cJNseUni7f3g557gm0e46LZ6IJ4NJVOgOpw==
19271906
dependencies:
1928-
"@typescript-eslint/types" "8.47.0"
1929-
"@typescript-eslint/typescript-estree" "8.47.0"
1930-
"@typescript-eslint/utils" "8.47.0"
1907+
"@typescript-eslint/types" "8.48.0"
1908+
"@typescript-eslint/typescript-estree" "8.48.0"
1909+
"@typescript-eslint/utils" "8.48.0"
19311910
debug "^4.3.4"
19321911
ts-api-utils "^2.1.0"
19331912

1934-
"@typescript-eslint/types@8.47.0", "@typescript-eslint/types@^8.47.0":
1935-
version "8.47.0"
1936-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.47.0.tgz#c7fc9b6642d03505f447a8392934b9d1850de5af"
1937-
integrity sha512-nHAE6bMKsizhA2uuYZbEbmp5z2UpffNrPEqiKIeN7VsV6UY/roxanWfoRrf6x/k9+Obf+GQdkm0nPU+vnMXo9A==
1913+
"@typescript-eslint/types@8.48.0", "@typescript-eslint/types@^8.48.0":
1914+
version "8.48.0"
1915+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.48.0.tgz#f0dc5cf27217346e9b0d90556911e01d90d0f2a5"
1916+
integrity sha512-cQMcGQQH7kwKoVswD1xdOytxQR60MWKM1di26xSUtxehaDs/32Zpqsu5WJlXTtTTqyAVK8R7hvsUnIXRS+bjvA==
19381917

1939-
"@typescript-eslint/typescript-estree@8.47.0":
1940-
version "8.47.0"
1941-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.47.0.tgz#86416dad58db76c4b3bd6a899b1381f9c388489a"
1942-
integrity sha512-k6ti9UepJf5NpzCjH31hQNLHQWupTRPhZ+KFF8WtTuTpy7uHPfeg2NM7cP27aCGajoEplxJDFVCEm9TGPYyiVg==
1918+
"@typescript-eslint/typescript-estree@8.48.0":
1919+
version "8.48.0"
1920+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.48.0.tgz#38b340524ce34ce0e46ca541a86cf6cad8872e5b"
1921+
integrity sha512-ljHab1CSO4rGrQIAyizUS6UGHHCiAYhbfcIZ1zVJr5nMryxlXMVWS3duFPSKvSUbFPwkXMFk1k0EMIjub4sRRQ==
19431922
dependencies:
1944-
"@typescript-eslint/project-service" "8.47.0"
1945-
"@typescript-eslint/tsconfig-utils" "8.47.0"
1946-
"@typescript-eslint/types" "8.47.0"
1947-
"@typescript-eslint/visitor-keys" "8.47.0"
1923+
"@typescript-eslint/project-service" "8.48.0"
1924+
"@typescript-eslint/tsconfig-utils" "8.48.0"
1925+
"@typescript-eslint/types" "8.48.0"
1926+
"@typescript-eslint/visitor-keys" "8.48.0"
19481927
debug "^4.3.4"
1949-
fast-glob "^3.3.2"
1950-
is-glob "^4.0.3"
19511928
minimatch "^9.0.4"
19521929
semver "^7.6.0"
1930+
tinyglobby "^0.2.15"
19531931
ts-api-utils "^2.1.0"
19541932

1955-
"@typescript-eslint/utils@8.47.0":
1956-
version "8.47.0"
1957-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.47.0.tgz#d6c30690431dbfdab98fc027202af12e77c91419"
1958-
integrity sha512-g7XrNf25iL4TJOiPqatNuaChyqt49a/onq5YsJ9+hXeugK+41LVg7AxikMfM02PC6jbNtZLCJj6AUcQXJS/jGQ==
1933+
"@typescript-eslint/utils@8.48.0":
1934+
version "8.48.0"
1935+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.48.0.tgz#c1196befb664f50be10692c781c7fc7624c1a5f9"
1936+
integrity sha512-yTJO1XuGxCsSfIVt1+1UrLHtue8xz16V8apzPYI06W0HbEbEWHxHXgZaAgavIkoh+GeV6hKKd5jm0sS6OYxWXQ==
19591937
dependencies:
19601938
"@eslint-community/eslint-utils" "^4.7.0"
1961-
"@typescript-eslint/scope-manager" "8.47.0"
1962-
"@typescript-eslint/types" "8.47.0"
1963-
"@typescript-eslint/typescript-estree" "8.47.0"
1939+
"@typescript-eslint/scope-manager" "8.48.0"
1940+
"@typescript-eslint/types" "8.48.0"
1941+
"@typescript-eslint/typescript-estree" "8.48.0"
19641942

1965-
"@typescript-eslint/visitor-keys@8.47.0":
1966-
version "8.47.0"
1967-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.47.0.tgz#35f36ed60a170dfc9d4d738e78387e217f24c29f"
1968-
integrity sha512-SIV3/6eftCy1bNzCQoPmbWsRLujS8t5iDIZ4spZOBHqrM+yfX2ogg8Tt3PDTAVKw3sSCiUgg30uOAvK2r9zGjQ==
1943+
"@typescript-eslint/visitor-keys@8.48.0":
1944+
version "8.48.0"
1945+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.48.0.tgz#6b07ef5661a85d08b01fbe4b8310a7311a6471af"
1946+
integrity sha512-T0XJMaRPOH3+LBbAfzR2jalckP1MSG/L9eUtY0DEzUyVaXJ/t6zN0nR7co5kz0Jko/nkSYCBRkz1djvjajVTTg==
19691947
dependencies:
1970-
"@typescript-eslint/types" "8.47.0"
1948+
"@typescript-eslint/types" "8.48.0"
19711949
eslint-visitor-keys "^4.2.1"
19721950

19731951
"@webassemblyjs/ast@1.14.1", "@webassemblyjs/ast@^1.14.1":
@@ -4742,17 +4720,6 @@ fast-diff@^1.1.2:
47424720
resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.2.0.tgz#73ee11982d86caaf7959828d519cfe927fac5f03"
47434721
integrity sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w==
47444722

4745-
fast-glob@^3.3.2:
4746-
version "3.3.2"
4747-
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129"
4748-
integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==
4749-
dependencies:
4750-
"@nodelib/fs.stat" "^2.0.2"
4751-
"@nodelib/fs.walk" "^1.2.3"
4752-
glob-parent "^5.1.2"
4753-
merge2 "^1.3.0"
4754-
micromatch "^4.0.4"
4755-
47564723
fast-json-stable-stringify@2.x, fast-json-stable-stringify@^2.0.0:
47574724
version "2.1.0"
47584725
resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633"
@@ -4773,13 +4740,6 @@ fastest-levenshtein@^1.0.16:
47734740
resolved "https://registry.yarnpkg.com/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz#210e61b6ff181de91ea9b3d1b84fdedd47e034e5"
47744741
integrity sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==
47754742

4776-
fastq@^1.6.0:
4777-
version "1.6.0"
4778-
resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.6.0.tgz#4ec8a38f4ac25f21492673adb7eae9cfef47d1c2"
4779-
integrity sha512-jmxqQ3Z/nXoeyDmWAzF9kH1aGZSis6e/SbfPmJpUnyZ0ogr6iscHQaml4wsEepEWSdtmpy+eVXmCRIMpxaXqOA==
4780-
dependencies:
4781-
reusify "^1.0.0"
4782-
47834743
fb-watchman@^2.0.0:
47844744
version "2.0.1"
47854745
resolved "https://registry.yarnpkg.com/fb-watchman/-/fb-watchman-2.0.1.tgz#fc84fb39d2709cf3ff6d743706157bb5708a8a85"
@@ -5337,20 +5297,20 @@ git-log-parser@^1.2.0:
53375297
through2 "~2.0.0"
53385298
traverse "~0.6.6"
53395299

5340-
glob-parent@^5.1.2, glob-parent@~5.1.2:
5341-
version "5.1.2"
5342-
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4"
5343-
integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==
5344-
dependencies:
5345-
is-glob "^4.0.1"
5346-
53475300
glob-parent@^6.0.2:
53485301
version "6.0.2"
53495302
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-6.0.2.tgz#6d237d99083950c79290f24c7642a3de9a28f9e3"
53505303
integrity sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==
53515304
dependencies:
53525305
is-glob "^4.0.3"
53535306

5307+
glob-parent@~5.1.2:
5308+
version "5.1.2"
5309+
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4"
5310+
integrity sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==
5311+
dependencies:
5312+
is-glob "^4.0.1"
5313+
53545314
glob-to-regexp@^0.4.1:
53555315
version "0.4.1"
53565316
resolved "https://registry.yarnpkg.com/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz#c75297087c851b9a578bd217dd59a92f59fe546e"
@@ -7701,11 +7661,6 @@ merge-stream@^2.0.0:
77017661
resolved "https://registry.yarnpkg.com/merge-stream/-/merge-stream-2.0.0.tgz#52823629a14dd00c9770fb6ad47dc6310f2c1f60"
77027662
integrity sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==
77037663

7704-
merge2@^1.3.0:
7705-
version "1.3.0"
7706-
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.3.0.tgz#5b366ee83b2f1582c48f87e47cf1a9352103ca81"
7707-
integrity sha512-2j4DAdlBOkiSZIsaXk4mTE3sRS02yBHAtfy127xRV3bQUFqXkjHCHLW6Scv7DwNRbIWNHH8zpnz9zMaKXIdvYw==
7708-
77097664
methods@^1.1.2, methods@~1.1.2:
77107665
version "1.1.2"
77117666
resolved "https://registry.yarnpkg.com/methods/-/methods-1.1.2.tgz#5529a4d67654134edcc5266656835b0f851afcee"
@@ -7738,7 +7693,7 @@ micromatch@^4.0.0:
77387693
braces "^3.0.1"
77397694
picomatch "^2.0.5"
77407695

7741-
micromatch@^4.0.2, micromatch@^4.0.4:
7696+
micromatch@^4.0.2:
77427697
version "4.0.5"
77437698
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.5.tgz#bc8999a7cbbf77cdc89f132f6e467051b49090c6"
77447699
integrity sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==
@@ -9542,11 +9497,6 @@ retry@^0.12.0:
95429497
resolved "https://registry.yarnpkg.com/retry/-/retry-0.12.0.tgz#1b42a6266a21f07421d1b0b54b7dc167b01c013b"
95439498
integrity sha1-G0KmJmoh8HQh0bC1S33BZ7AcATs=
95449499

9545-
reusify@^1.0.0:
9546-
version "1.0.4"
9547-
resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76"
9548-
integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==
9549-
95509500
rimraf@^2.6.3:
95519501
version "2.7.1"
95529502
resolved "https://registry.yarnpkg.com/rimraf/-/rimraf-2.7.1.tgz#35797f13a7fdadc566142c29d4f07ccad483e3ec"
@@ -9578,11 +9528,6 @@ run-async@^3.0.0:
95789528
resolved "https://registry.yarnpkg.com/run-async/-/run-async-3.0.0.tgz#42a432f6d76c689522058984384df28be379daad"
95799529
integrity sha512-540WwVDOMxA6dN6We19EcT9sc3hkXPw5mzRNGM3FkdN/vtE9NFvj5lFAPNwUDmJjXidm3v7TC1cTE7t17Ulm1Q==
95809530

9581-
run-parallel@^1.1.9:
9582-
version "1.1.9"
9583-
resolved "https://registry.yarnpkg.com/run-parallel/-/run-parallel-1.1.9.tgz#c9dd3a7cf9f4b2c4b6244e173a6ed866e61dd679"
9584-
integrity sha512-DEqnSRTDw/Tc3FXf49zedI638Z9onwUotBMiUFKmrO2sdFKIbXamXGQ3Axd4qgphxKB4kw/qP1w5kTxnfU1B9Q==
9585-
95869531
rxjs@7.8.1, rxjs@^7.8.1:
95879532
version "7.8.1"
95889533
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.8.1.tgz#6f6f3d99ea8044291efd92e7c7fcf562c4057543"
@@ -10807,7 +10752,7 @@ tinyglobby@^0.2.12:
1080710752
fdir "^6.4.4"
1080810753
picomatch "^4.0.2"
1080910754

10810-
tinyglobby@^0.2.14:
10755+
tinyglobby@^0.2.14, tinyglobby@^0.2.15:
1081110756
version "0.2.15"
1081210757
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.15.tgz#e228dd1e638cea993d2fdb4fcd2d4602a79951c2"
1081310758
integrity sha512-j2Zq4NyQYG5XMST4cbs02Ak8iJUdxRM0XI5QyxXuZOzKOINmWurp3smXu3y5wDcJrptwpSjgXHzIQxR0omXljQ==

0 commit comments

Comments
 (0)