Skip to content

Commit 7aba87c

Browse files
authored
Merge pull request #151 from authzed/dependabot/npm_and_yarn/npm-4ce17b9a95
build(deps-dev): bump the npm group with 4 updates
2 parents baf8029 + 5388eb0 commit 7aba87c

2 files changed

Lines changed: 74 additions & 103 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@
3434
},
3535
"devDependencies": {
3636
"@eslint/eslintrc": "^3.1.0",
37-
"@eslint/js": "^9.9.0",
37+
"@eslint/js": "^9.9.1",
3838
"@protobuf-ts/plugin": "^2.9.4",
3939
"@types/jasmine": "^5.1.4",
4040
"@types/jest": "^29.5.12",
41-
"@typescript-eslint/eslint-plugin": "^8.1.0",
42-
"@typescript-eslint/parser": "^8.1.0",
43-
"eslint": "^9.9.0",
41+
"@typescript-eslint/eslint-plugin": "^8.3.0",
42+
"@typescript-eslint/parser": "^8.3.0",
43+
"eslint": "^9.9.1",
4444
"grpc-tools": "^1.11.2",
4545
"jasmine": "^5.2.0",
4646
"ts-node": "^10.9.2",

yarn.lock

Lines changed: 70 additions & 99 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@
4949
resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.11.0.tgz#b0ffd0312b4a3fd2d6f77237e7248a5ad3a680ae"
5050
integrity sha512-G/M/tIiMrTAxEWRfLfQJMmGNX28IxBg4PBz8XqQhqUHLFI6TL2htpIB1iQCj144V5ee/JaKyT9/WZ0MGZWfA7A==
5151

52-
"@eslint/config-array@^0.17.1":
53-
version "0.17.1"
54-
resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.17.1.tgz#d9b8b8b6b946f47388f32bedfd3adf29ca8f8910"
55-
integrity sha512-BlYOpej8AQ8Ev9xVqroV7a02JK3SkBAaN9GfMMH9W6Ch8FlQlkjGw4Ir7+FgYwfirivAf4t+GtzuAxqfukmISA==
52+
"@eslint/config-array@^0.18.0":
53+
version "0.18.0"
54+
resolved "https://registry.yarnpkg.com/@eslint/config-array/-/config-array-0.18.0.tgz#37d8fe656e0d5e3dbaea7758ea56540867fd074d"
55+
integrity sha512-fTxvnS1sRMu3+JjXwJG0j/i4RT9u4qJ+lqS/yCGap4lH4zZGzQ7tu+xZqQmcMZq5OBZDL4QRxQzRjkWcGt8IVw==
5656
dependencies:
5757
"@eslint/object-schema" "^2.1.4"
5858
debug "^4.3.1"
@@ -73,10 +73,10 @@
7373
minimatch "^3.1.2"
7474
strip-json-comments "^3.1.1"
7575

76-
"@eslint/js@9.9.0", "@eslint/js@^9.9.0":
77-
version "9.9.0"
78-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.9.0.tgz#d8437adda50b3ed4401964517b64b4f59b0e2638"
79-
integrity sha512-hhetes6ZHP3BlXLxmd8K2SNgkhNSi+UcecbnwWKwpP7kyi/uC75DJ1lOOBO3xrC4jyojtGE3YxKZPHfk4yrgug==
76+
"@eslint/js@9.9.1", "@eslint/js@^9.9.1":
77+
version "9.9.1"
78+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.9.1.tgz#4a97e85e982099d6c7ee8410aacb55adaa576f06"
79+
integrity sha512-xIDQRsfg5hNBqHz04H1R3scSVwmI+KUbqjsQKHKQ1DAUSaUjYPReZZmS/5PNiKu1fUvzDd6H7DEDKACSEhu+TQ==
8080

8181
"@eslint/object-schema@^2.1.4":
8282
version "2.1.4"
@@ -388,85 +388,85 @@
388388
dependencies:
389389
"@types/yargs-parser" "*"
390390

391-
"@typescript-eslint/eslint-plugin@^8.1.0":
392-
version "8.1.0"
393-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.1.0.tgz#3c020deeaaba82a6f741d00dacf172c53be4911f"
394-
integrity sha512-LlNBaHFCEBPHyD4pZXb35mzjGkuGKXU5eeCA1SxvHfiRES0E82dOounfVpL4DCqYvJEKab0bZIA0gCRpdLKkCw==
391+
"@typescript-eslint/eslint-plugin@^8.3.0":
392+
version "8.3.0"
393+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.3.0.tgz#726627fad16d41d20539637efee8c2329fe6be32"
394+
integrity sha512-FLAIn63G5KH+adZosDYiutqkOkYEx0nvcwNNfJAf+c7Ae/H35qWwTYvPZUKFj5AS+WfHG/WJJfWnDnyNUlp8UA==
395395
dependencies:
396396
"@eslint-community/regexpp" "^4.10.0"
397-
"@typescript-eslint/scope-manager" "8.1.0"
398-
"@typescript-eslint/type-utils" "8.1.0"
399-
"@typescript-eslint/utils" "8.1.0"
400-
"@typescript-eslint/visitor-keys" "8.1.0"
397+
"@typescript-eslint/scope-manager" "8.3.0"
398+
"@typescript-eslint/type-utils" "8.3.0"
399+
"@typescript-eslint/utils" "8.3.0"
400+
"@typescript-eslint/visitor-keys" "8.3.0"
401401
graphemer "^1.4.0"
402402
ignore "^5.3.1"
403403
natural-compare "^1.4.0"
404404
ts-api-utils "^1.3.0"
405405

406-
"@typescript-eslint/parser@^8.1.0":
407-
version "8.1.0"
408-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.1.0.tgz#b7e77f5fa212df59eba51ecd4986f194bccc2303"
409-
integrity sha512-U7iTAtGgJk6DPX9wIWPPOlt1gO57097G06gIcl0N0EEnNw8RGD62c+2/DiP/zL7KrkqnnqF7gtFGR7YgzPllTA==
406+
"@typescript-eslint/parser@^8.3.0":
407+
version "8.3.0"
408+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.3.0.tgz#3c72c32bc909cb91ce3569e7d11d729ad84deafa"
409+
integrity sha512-h53RhVyLu6AtpUzVCYLPhZGL5jzTD9fZL+SYf/+hYOx2bDkyQXztXSc4tbvKYHzfMXExMLiL9CWqJmVz6+78IQ==
410410
dependencies:
411-
"@typescript-eslint/scope-manager" "8.1.0"
412-
"@typescript-eslint/types" "8.1.0"
413-
"@typescript-eslint/typescript-estree" "8.1.0"
414-
"@typescript-eslint/visitor-keys" "8.1.0"
411+
"@typescript-eslint/scope-manager" "8.3.0"
412+
"@typescript-eslint/types" "8.3.0"
413+
"@typescript-eslint/typescript-estree" "8.3.0"
414+
"@typescript-eslint/visitor-keys" "8.3.0"
415415
debug "^4.3.4"
416416

417-
"@typescript-eslint/scope-manager@8.1.0":
418-
version "8.1.0"
419-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.1.0.tgz#dd8987d2efebb71d230a1c71d82e84a7aead5c3d"
420-
integrity sha512-DsuOZQji687sQUjm4N6c9xABJa7fjvfIdjqpSIIVOgaENf2jFXiM9hIBZOL3hb6DHK9Nvd2d7zZnoMLf9e0OtQ==
417+
"@typescript-eslint/scope-manager@8.3.0":
418+
version "8.3.0"
419+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.3.0.tgz#834301d2e70baf924c26818b911bdc40086f7468"
420+
integrity sha512-mz2X8WcN2nVu5Hodku+IR8GgCOl4C0G/Z1ruaWN4dgec64kDBabuXyPAr+/RgJtumv8EEkqIzf3X2U5DUKB2eg==
421421
dependencies:
422-
"@typescript-eslint/types" "8.1.0"
423-
"@typescript-eslint/visitor-keys" "8.1.0"
422+
"@typescript-eslint/types" "8.3.0"
423+
"@typescript-eslint/visitor-keys" "8.3.0"
424424

425-
"@typescript-eslint/type-utils@8.1.0":
426-
version "8.1.0"
427-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.1.0.tgz#dbf5a4308166dfc37a36305390dea04a3a3b5048"
428-
integrity sha512-oLYvTxljVvsMnldfl6jIKxTaU7ok7km0KDrwOt1RHYu6nxlhN3TIx8k5Q52L6wR33nOwDgM7VwW1fT1qMNfFIA==
425+
"@typescript-eslint/type-utils@8.3.0":
426+
version "8.3.0"
427+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.3.0.tgz#c1ae6af8c21a27254321016b052af67ddb44a9ac"
428+
integrity sha512-wrV6qh//nLbfXZQoj32EXKmwHf4b7L+xXLrP3FZ0GOUU72gSvLjeWUl5J5Ue5IwRxIV1TfF73j/eaBapxx99Lg==
429429
dependencies:
430-
"@typescript-eslint/typescript-estree" "8.1.0"
431-
"@typescript-eslint/utils" "8.1.0"
430+
"@typescript-eslint/typescript-estree" "8.3.0"
431+
"@typescript-eslint/utils" "8.3.0"
432432
debug "^4.3.4"
433433
ts-api-utils "^1.3.0"
434434

435-
"@typescript-eslint/types@8.1.0":
436-
version "8.1.0"
437-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.1.0.tgz#fbf1eaa668a7e444ac507732ca9d3c3468e5db9c"
438-
integrity sha512-q2/Bxa0gMOu/2/AKALI0tCKbG2zppccnRIRCW6BaaTlRVaPKft4oVYPp7WOPpcnsgbr0qROAVCVKCvIQ0tbWog==
435+
"@typescript-eslint/types@8.3.0":
436+
version "8.3.0"
437+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.3.0.tgz#378e62447c2d7028236e55a81d3391026600563b"
438+
integrity sha512-y6sSEeK+facMaAyixM36dQ5NVXTnKWunfD1Ft4xraYqxP0lC0POJmIaL/mw72CUMqjY9qfyVfXafMeaUj0noWw==
439439

440-
"@typescript-eslint/typescript-estree@8.1.0":
441-
version "8.1.0"
442-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.1.0.tgz#c44e5667683c0bb5caa43192e27de6a994f4e4c4"
443-
integrity sha512-NTHhmufocEkMiAord/g++gWKb0Fr34e9AExBRdqgWdVBaKoei2dIyYKD9Q0jBnvfbEA5zaf8plUFMUH6kQ0vGg==
440+
"@typescript-eslint/typescript-estree@8.3.0":
441+
version "8.3.0"
442+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.3.0.tgz#3e3d38af101ba61a8568f034733b72bfc9f176b9"
443+
integrity sha512-Mq7FTHl0R36EmWlCJWojIC1qn/ZWo2YiWYc1XVtasJ7FIgjo0MVv9rZWXEE7IK2CGrtwe1dVOxWwqXUdNgfRCA==
444444
dependencies:
445-
"@typescript-eslint/types" "8.1.0"
446-
"@typescript-eslint/visitor-keys" "8.1.0"
445+
"@typescript-eslint/types" "8.3.0"
446+
"@typescript-eslint/visitor-keys" "8.3.0"
447447
debug "^4.3.4"
448-
globby "^11.1.0"
448+
fast-glob "^3.3.2"
449449
is-glob "^4.0.3"
450450
minimatch "^9.0.4"
451451
semver "^7.6.0"
452452
ts-api-utils "^1.3.0"
453453

454-
"@typescript-eslint/utils@8.1.0":
455-
version "8.1.0"
456-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.1.0.tgz#a922985a43d2560ce0d293be79148fa80c1325e0"
457-
integrity sha512-ypRueFNKTIFwqPeJBfeIpxZ895PQhNyH4YID6js0UoBImWYoSjBsahUn9KMiJXh94uOjVBgHD9AmkyPsPnFwJA==
454+
"@typescript-eslint/utils@8.3.0":
455+
version "8.3.0"
456+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.3.0.tgz#b10972319deac5959c7a7075d0cf2b5e1de7ec08"
457+
integrity sha512-F77WwqxIi/qGkIGOGXNBLV7nykwfjLsdauRB/DOFPdv6LTF3BHHkBpq81/b5iMPSF055oO2BiivDJV4ChvNtXA==
458458
dependencies:
459459
"@eslint-community/eslint-utils" "^4.4.0"
460-
"@typescript-eslint/scope-manager" "8.1.0"
461-
"@typescript-eslint/types" "8.1.0"
462-
"@typescript-eslint/typescript-estree" "8.1.0"
460+
"@typescript-eslint/scope-manager" "8.3.0"
461+
"@typescript-eslint/types" "8.3.0"
462+
"@typescript-eslint/typescript-estree" "8.3.0"
463463

464-
"@typescript-eslint/visitor-keys@8.1.0":
465-
version "8.1.0"
466-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.1.0.tgz#ab2b3a9699a8ddebf0c205e133f114c1fed9daad"
467-
integrity sha512-ba0lNI19awqZ5ZNKh6wCModMwoZs457StTebQ0q1NP58zSi2F6MOZRXwfKZy+jB78JNJ/WH8GSh2IQNzXX8Nag==
464+
"@typescript-eslint/visitor-keys@8.3.0":
465+
version "8.3.0"
466+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.3.0.tgz#320d747d107af1eef1eb43fbc4ccdbddda13068b"
467+
integrity sha512-RmZwrTbQ9QveF15m/Cl28n0LXD6ea2CjkhH5rQ55ewz3H24w+AMCJHPVYaZ8/0HoG8Z3cLLFFycRXxeO2tz9FA==
468468
dependencies:
469-
"@typescript-eslint/types" "8.1.0"
469+
"@typescript-eslint/types" "8.3.0"
470470
eslint-visitor-keys "^3.4.3"
471471

472472
abbrev@1:
@@ -568,11 +568,6 @@ argparse@^2.0.1:
568568
resolved "https://registry.yarnpkg.com/argparse/-/argparse-2.0.1.tgz#246f50f3ca78a3240f6c997e8a9bd1eac49e4b38"
569569
integrity sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==
570570

571-
array-union@^2.1.0:
572-
version "2.1.0"
573-
resolved "https://registry.yarnpkg.com/array-union/-/array-union-2.1.0.tgz#b798420adbeb1de828d84acd8a2e23d3efe85e8d"
574-
integrity sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==
575-
576571
balanced-match@^1.0.0:
577572
version "1.0.2"
578573
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"
@@ -726,13 +721,6 @@ diff@^4.0.1:
726721
resolved "https://registry.yarnpkg.com/diff/-/diff-4.0.2.tgz#60f3aecb89d5fae520c11aa19efc2bb982aade7d"
727722
integrity sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==
728723

729-
dir-glob@^3.0.1:
730-
version "3.0.1"
731-
resolved "https://registry.yarnpkg.com/dir-glob/-/dir-glob-3.0.1.tgz#56dbf73d992a4a93ba1584f4534063fd2e41717f"
732-
integrity sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==
733-
dependencies:
734-
path-type "^4.0.0"
735-
736724
eastasianwidth@^0.2.0:
737725
version "0.2.0"
738726
resolved "https://registry.yarnpkg.com/eastasianwidth/-/eastasianwidth-0.2.0.tgz#696ce2ec0aa0e6ea93a397ffcf24aa7840c827cb"
@@ -786,16 +774,16 @@ eslint-visitor-keys@^4.0.0:
786774
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.0.0.tgz#e3adc021aa038a2a8e0b2f8b0ce8f66b9483b1fb"
787775
integrity sha512-OtIRv/2GyiF6o/d8K7MYKKbXrOUBIK6SfkIRM4Z0dY3w+LiQ0vy3F57m0Z71bjbyeiWFiHJ8brqnmE6H6/jEuw==
788776

789-
eslint@^9.9.0:
790-
version "9.9.0"
791-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.9.0.tgz#8d214e69ae4debeca7ae97daebbefe462072d975"
792-
integrity sha512-JfiKJrbx0506OEerjK2Y1QlldtBxkAlLxT5OEcRF8uaQ86noDe2k31Vw9rnSWv+MXZHj7OOUV/dA0AhdLFcyvA==
777+
eslint@^9.9.1:
778+
version "9.9.1"
779+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.9.1.tgz#147ac9305d56696fb84cf5bdecafd6517ddc77ec"
780+
integrity sha512-dHvhrbfr4xFQ9/dq+jcVneZMyRYLjggWjk6RVsIiHsP8Rz6yZ8LvZ//iU4TrZF+SXWG+JkNF2OyiZRvzgRDqMg==
793781
dependencies:
794782
"@eslint-community/eslint-utils" "^4.2.0"
795783
"@eslint-community/regexpp" "^4.11.0"
796-
"@eslint/config-array" "^0.17.1"
784+
"@eslint/config-array" "^0.18.0"
797785
"@eslint/eslintrc" "^3.1.0"
798-
"@eslint/js" "9.9.0"
786+
"@eslint/js" "9.9.1"
799787
"@humanwhocodes/module-importer" "^1.0.1"
800788
"@humanwhocodes/retry" "^0.3.0"
801789
"@nodelib/fs.walk" "^1.2.8"
@@ -875,10 +863,10 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
875863
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
876864
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
877865

878-
fast-glob@^3.2.9:
879-
version "3.2.12"
880-
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.12.tgz#7f39ec99c2e6ab030337142da9e0c18f37afae80"
881-
integrity sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==
866+
fast-glob@^3.3.2:
867+
version "3.3.2"
868+
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129"
869+
integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==
882870
dependencies:
883871
"@nodelib/fs.stat" "^2.0.2"
884872
"@nodelib/fs.walk" "^1.2.3"
@@ -1020,18 +1008,6 @@ globals@^14.0.0:
10201008
resolved "https://registry.yarnpkg.com/globals/-/globals-14.0.0.tgz#898d7413c29babcf6bafe56fcadded858ada724e"
10211009
integrity sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==
10221010

1023-
globby@^11.1.0:
1024-
version "11.1.0"
1025-
resolved "https://registry.yarnpkg.com/globby/-/globby-11.1.0.tgz#bd4be98bb042f83d796f7e3811991fbe82a0d34b"
1026-
integrity sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==
1027-
dependencies:
1028-
array-union "^2.1.0"
1029-
dir-glob "^3.0.1"
1030-
fast-glob "^3.2.9"
1031-
ignore "^5.2.0"
1032-
merge2 "^1.4.1"
1033-
slash "^3.0.0"
1034-
10351011
google-protobuf@^3.21.4:
10361012
version "3.21.4"
10371013
resolved "https://registry.yarnpkg.com/google-protobuf/-/google-protobuf-3.21.4.tgz#2f933e8b6e5e9f8edde66b7be0024b68f77da6c9"
@@ -1295,7 +1271,7 @@ make-error@^1.1.1:
12951271
resolved "https://registry.yarnpkg.com/make-error/-/make-error-1.3.6.tgz#2eb2e37ea9b67c4891f684a1394799af484cf7a2"
12961272
integrity sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==
12971273

1298-
merge2@^1.3.0, merge2@^1.4.1:
1274+
merge2@^1.3.0:
12991275
version "1.4.1"
13001276
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
13011277
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
@@ -1454,11 +1430,6 @@ path-scurry@^1.10.2:
14541430
lru-cache "^10.2.0"
14551431
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
14561432

1457-
path-type@^4.0.0:
1458-
version "4.0.0"
1459-
resolved "https://registry.yarnpkg.com/path-type/-/path-type-4.0.0.tgz#84ed01c0a7ba380afe09d90a8c180dcd9d03043b"
1460-
integrity sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==
1461-
14621433
picocolors@^1.0.0:
14631434
version "1.0.0"
14641435
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c"

0 commit comments

Comments
 (0)