chore: update tap

Luke Karrys committed Oct 11, 2023 at 17:48 UTC 8e172d9fffb39947055b88962ad86cdb2329e557
3 files changed +220 -155
cli/package.json
+1 -1
@@ -30,7 +30,7 @@
30 "devDependencies": {
31 "@npmcli/eslint-config": "^4.0.1",
32 "@npmcli/template-oss": "4.19.0",
33 - "tap": "^16.3.2"
33 + "tap": "^16.3.9"
34 },
35 "author": "GitHub Inc.",
36 "files": [
package-lock.json
+218 -153
@@ -23,7 +23,7 @@
23 "@npmcli/template-oss": "4.19.0",
24 "eslint-plugin-github": "^4.10.1",
25 "eslint-plugin-primer-react": "^4.0.2",
26 - "tap": "^16.3.2"
26 + "tap": "^16.3.9"
27 },
28 "engines": {
29 "node": ">=18.0.0"
@@ -44,7 +44,7 @@
44 "devDependencies": {
45 "@npmcli/eslint-config": "^4.0.1",
46 "@npmcli/template-oss": "4.19.0",
47 - "tap": "^16.3.2"
47 + "tap": "^16.3.9"
48 },
49 "engines": {
50 "node": ">=18.0.0"
@@ -29231,9 +29231,9 @@
29231 }
29232 },
29233 "node_modules/tap": {
29234 - "version": "16.3.3",
29235 - "resolved": "https://registry.npmjs.org/tap/-/tap-16.3.3.tgz",
29236 - "integrity": "sha512-E6Ti4FaH3zUvOtl13GA60n8aodRj44S8Vu5efM84U5NmquJo4+y21+2VM9r9jR5iiEcce5dqvlrrwAhZ6r11xg==",
29234 + "version": "16.3.9",
29235 + "resolved": "https://registry.npmjs.org/tap/-/tap-16.3.9.tgz",
29236 + "integrity": "sha512-KKmu12hRJhb/kGvVV/UKBOJ90sNoGbcXF0E+VmNqej1DqaCmZHyOXR8R7E66qg2Wor33XhSHGrku5MPYWSRNWw==",
29237 "bundleDependencies": [
29238 "ink",
29239 "treport",
@@ -29436,31 +29436,32 @@
29436 }
29437 },
29438 "node_modules/tap/node_modules/@ampproject/remapping": {
29439 - "version": "2.1.2",
29439 + "version": "2.2.1",
29440 "dev": true,
29441 "inBundle": true,
29442 "license": "Apache-2.0",
29443 "dependencies": {
29444 - "@jridgewell/trace-mapping": "^0.3.0"
29444 + "@jridgewell/gen-mapping": "^0.3.0",
29445 + "@jridgewell/trace-mapping": "^0.3.9"
29446 },
29447 "engines": {
29448 "node": ">=6.0.0"
29449 }
29450 },
29451 "node_modules/tap/node_modules/@babel/code-frame": {
29451 - "version": "7.16.7",
29452 + "version": "7.22.5",
29453 "dev": true,
29454 "inBundle": true,
29455 "license": "MIT",
29456 "dependencies": {
29456 - "@babel/highlight": "^7.16.7"
29457 + "@babel/highlight": "^7.22.5"
29458 },
29459 "engines": {
29460 "node": ">=6.9.0"
29461 }
29462 },
29463 "node_modules/tap/node_modules/@babel/compat-data": {
29463 - "version": "7.17.7",
29464 + "version": "7.22.9",
29465 "dev": true,
29466 "inBundle": true,
29467 "license": "MIT",
@@ -29469,26 +29470,26 @@
29470 }
29471 },
29472 "node_modules/tap/node_modules/@babel/core": {
29472 - "version": "7.17.8",
29473 + "version": "7.22.9",
29474 "dev": true,
29475 "inBundle": true,
29476 "license": "MIT",
29477 "dependencies": {
29477 - "@ampproject/remapping": "^2.1.0",
29478 - "@babel/code-frame": "^7.16.7",
29479 - "@babel/generator": "^7.17.7",
29480 - "@babel/helper-compilation-targets": "^7.17.7",
29481 - "@babel/helper-module-transforms": "^7.17.7",
29482 - "@babel/helpers": "^7.17.8",
29483 - "@babel/parser": "^7.17.8",
29484 - "@babel/template": "^7.16.7",
29485 - "@babel/traverse": "^7.17.3",
29486 - "@babel/types": "^7.17.0",
29478 + "@ampproject/remapping": "^2.2.0",
29479 + "@babel/code-frame": "^7.22.5",
29480 + "@babel/generator": "^7.22.9",
29481 + "@babel/helper-compilation-targets": "^7.22.9",
29482 + "@babel/helper-module-transforms": "^7.22.9",
29483 + "@babel/helpers": "^7.22.6",
29484 + "@babel/parser": "^7.22.7",
29485 + "@babel/template": "^7.22.5",
29486 + "@babel/traverse": "^7.22.8",
29487 + "@babel/types": "^7.22.5",
29488 "convert-source-map": "^1.7.0",
29489 "debug": "^4.1.0",
29490 "gensync": "^1.0.0-beta.2",
29490 - "json5": "^2.1.2",
29491 - "semver": "^6.3.0"
29491 + "json5": "^2.2.2",
29492 + "semver": "^6.3.1"
29493 },
29494 "engines": {
29495 "node": ">=6.9.0"
@@ -29499,41 +29500,43 @@
29500 }
29501 },
29502 "node_modules/tap/node_modules/@babel/generator": {
29502 - "version": "7.17.7",
29503 + "version": "7.22.9",
29504 "dev": true,
29505 "inBundle": true,
29506 "license": "MIT",
29507 "dependencies": {
29507 - "@babel/types": "^7.17.0",
29508 - "jsesc": "^2.5.1",
29509 - "source-map": "^0.5.0"
29508 + "@babel/types": "^7.22.5",
29509 + "@jridgewell/gen-mapping": "^0.3.2",
29510 + "@jridgewell/trace-mapping": "^0.3.17",
29511 + "jsesc": "^2.5.1"
29512 },
29513 "engines": {
29514 "node": ">=6.9.0"
29515 }
29516 },
29517 "node_modules/tap/node_modules/@babel/helper-annotate-as-pure": {
29516 - "version": "7.16.7",
29518 + "version": "7.22.5",
29519 "dev": true,
29520 "inBundle": true,
29521 "license": "MIT",
29522 "dependencies": {
29521 - "@babel/types": "^7.16.7"
29523 + "@babel/types": "^7.22.5"
29524 },
29525 "engines": {
29526 "node": ">=6.9.0"
29527 }
29528 },
29529 "node_modules/tap/node_modules/@babel/helper-compilation-targets": {
29528 - "version": "7.17.7",
29530 + "version": "7.22.9",
29531 "dev": true,
29532 "inBundle": true,
29533 "license": "MIT",
29534 "dependencies": {
29533 - "@babel/compat-data": "^7.17.7",
29534 - "@babel/helper-validator-option": "^7.16.7",
29535 - "browserslist": "^4.17.5",
29536 - "semver": "^6.3.0"
29535 + "@babel/compat-data": "^7.22.9",
29536 + "@babel/helper-validator-option": "^7.22.5",
29537 + "browserslist": "^4.21.9",
29538 + "lru-cache": "^5.1.1",
29539 + "semver": "^6.3.1"
29540 },
29541 "engines": {
29542 "node": ">=6.9.0"
@@ -29543,26 +29546,22 @@
29546 }
29547 },
29548 "node_modules/tap/node_modules/@babel/helper-environment-visitor": {
29546 - "version": "7.16.7",
29549 + "version": "7.22.5",
29550 "dev": true,
29551 "inBundle": true,
29552 "license": "MIT",
29550 - "dependencies": {
29551 - "@babel/types": "^7.16.7"
29552 - },
29553 "engines": {
29554 "node": ">=6.9.0"
29555 }
29556 },
29557 "node_modules/tap/node_modules/@babel/helper-function-name": {
29558 - "version": "7.16.7",
29558 + "version": "7.22.5",
29559 "dev": true,
29560 "inBundle": true,
29561 "license": "MIT",
29562 "dependencies": {
29563 - "@babel/helper-get-function-arity": "^7.16.7",
29564 - "@babel/template": "^7.16.7",
29565 - "@babel/types": "^7.16.7"
29563 + "@babel/template": "^7.22.5",
29564 + "@babel/types": "^7.22.5"
29565 },
29566 "engines": {
29567 "node": ">=6.9.0"
@@ -29571,7 +29570,6 @@
29570 "node_modules/tap/node_modules/@babel/helper-get-function-arity": {
29571 "version": "7.16.7",
29572 "dev": true,
29574 - "inBundle": true,
29573 "license": "MIT",
29574 "dependencies": {
29575 "@babel/types": "^7.16.7"
@@ -29581,50 +29579,50 @@
29579 }
29580 },
29581 "node_modules/tap/node_modules/@babel/helper-hoist-variables": {
29584 - "version": "7.16.7",
29582 + "version": "7.22.5",
29583 "dev": true,
29584 "inBundle": true,
29585 "license": "MIT",
29586 "dependencies": {
29589 - "@babel/types": "^7.16.7"
29587 + "@babel/types": "^7.22.5"
29588 },
29589 "engines": {
29590 "node": ">=6.9.0"
29591 }
29592 },
29593 "node_modules/tap/node_modules/@babel/helper-module-imports": {
29596 - "version": "7.16.7",
29594 + "version": "7.22.5",
29595 "dev": true,
29596 "inBundle": true,
29597 "license": "MIT",
29598 "dependencies": {
29601 - "@babel/types": "^7.16.7"
29599 + "@babel/types": "^7.22.5"
29600 },
29601 "engines": {
29602 "node": ">=6.9.0"
29603 }
29604 },
29605 "node_modules/tap/node_modules/@babel/helper-module-transforms": {
29608 - "version": "7.17.7",
29606 + "version": "7.22.9",
29607 "dev": true,
29608 "inBundle": true,
29609 "license": "MIT",
29610 "dependencies": {
29613 - "@babel/helper-environment-visitor": "^7.16.7",
29614 - "@babel/helper-module-imports": "^7.16.7",
29615 - "@babel/helper-simple-access": "^7.17.7",
29616 - "@babel/helper-split-export-declaration": "^7.16.7",
29617 - "@babel/helper-validator-identifier": "^7.16.7",
29618 - "@babel/template": "^7.16.7",
29619 - "@babel/traverse": "^7.17.3",
29620 - "@babel/types": "^7.17.0"
29611 + "@babel/helper-environment-visitor": "^7.22.5",
29612 + "@babel/helper-module-imports": "^7.22.5",
29613 + "@babel/helper-simple-access": "^7.22.5",
29614 + "@babel/helper-split-export-declaration": "^7.22.6",
29615 + "@babel/helper-validator-identifier": "^7.22.5"
29616 },
29617 "engines": {
29618 "node": ">=6.9.0"
29619 + },
29620 + "peerDependencies": {
29621 + "@babel/core": "^7.0.0"
29622 }
29623 },
29624 "node_modules/tap/node_modules/@babel/helper-plugin-utils": {
29627 - "version": "7.16.7",
29625 + "version": "7.22.5",
29626 "dev": true,
29627 "inBundle": true,
29628 "license": "MIT",
@@ -29633,31 +29631,40 @@
29631 }
29632 },
29633 "node_modules/tap/node_modules/@babel/helper-simple-access": {
29636 - "version": "7.17.7",
29634 + "version": "7.22.5",
29635 "dev": true,
29636 "inBundle": true,
29637 "license": "MIT",
29638 "dependencies": {
29641 - "@babel/types": "^7.17.0"
29639 + "@babel/types": "^7.22.5"
29640 },
29641 "engines": {
29642 "node": ">=6.9.0"
29643 }
29644 },
29645 "node_modules/tap/node_modules/@babel/helper-split-export-declaration": {
29648 - "version": "7.16.7",
29646 + "version": "7.22.6",
29647 "dev": true,
29648 "inBundle": true,
29649 "license": "MIT",
29650 "dependencies": {
29653 - "@babel/types": "^7.16.7"
29651 + "@babel/types": "^7.22.5"
29652 },
29653 "engines": {
29654 "node": ">=6.9.0"
29655 }
29656 },
29657 + "node_modules/tap/node_modules/@babel/helper-string-parser": {
29658 + "version": "7.22.5",
29659 + "dev": true,
29660 + "inBundle": true,
29661 + "license": "MIT",
29662 + "engines": {
29663 + "node": ">=6.9.0"
29664 + }
29665 + },
29666 "node_modules/tap/node_modules/@babel/helper-validator-identifier": {
29660 - "version": "7.16.7",
29667 + "version": "7.22.5",
29668 "dev": true,
29669 "inBundle": true,
29670 "license": "MIT",
@@ -29666,7 +29673,7 @@
29673 }
29674 },
29675 "node_modules/tap/node_modules/@babel/helper-validator-option": {
29669 - "version": "7.16.7",
29676 + "version": "7.22.5",
29677 "dev": true,
29678 "inBundle": true,
29679 "license": "MIT",
@@ -29675,26 +29682,26 @@
29682 }
29683 },
29684 "node_modules/tap/node_modules/@babel/helpers": {
29678 - "version": "7.17.8",
29685 + "version": "7.22.6",
29686 "dev": true,
29687 "inBundle": true,
29688 "license": "MIT",
29689 "dependencies": {
29683 - "@babel/template": "^7.16.7",
29684 - "@babel/traverse": "^7.17.3",
29685 - "@babel/types": "^7.17.0"
29690 + "@babel/template": "^7.22.5",
29691 + "@babel/traverse": "^7.22.6",
29692 + "@babel/types": "^7.22.5"
29693 },
29694 "engines": {
29695 "node": ">=6.9.0"
29696 }
29697 },
29698 "node_modules/tap/node_modules/@babel/highlight": {
29692 - "version": "7.16.10",
29699 + "version": "7.22.5",
29700 "dev": true,
29701 "inBundle": true,
29702 "license": "MIT",
29703 "dependencies": {
29697 - "@babel/helper-validator-identifier": "^7.16.7",
29704 + "@babel/helper-validator-identifier": "^7.22.5",
29705 "chalk": "^2.0.0",
29706 "js-tokens": "^4.0.0"
29707 },
@@ -29703,7 +29710,7 @@
29710 }
29711 },
29712 "node_modules/tap/node_modules/@babel/parser": {
29706 - "version": "7.17.8",
29713 + "version": "7.22.7",
29714 "dev": true,
29715 "inBundle": true,
29716 "license": "MIT",
@@ -29715,16 +29722,16 @@
29722 }
29723 },
29724 "node_modules/tap/node_modules/@babel/plugin-proposal-object-rest-spread": {
29718 - "version": "7.17.3",
29725 + "version": "7.20.7",
29726 "dev": true,
29727 "inBundle": true,
29728 "license": "MIT",
29729 "dependencies": {
29723 - "@babel/compat-data": "^7.17.0",
29724 - "@babel/helper-compilation-targets": "^7.16.7",
29725 - "@babel/helper-plugin-utils": "^7.16.7",
29730 + "@babel/compat-data": "^7.20.5",
29731 + "@babel/helper-compilation-targets": "^7.20.7",
29732 + "@babel/helper-plugin-utils": "^7.20.2",
29733 "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
29727 - "@babel/plugin-transform-parameters": "^7.16.7"
29734 + "@babel/plugin-transform-parameters": "^7.20.7"
29735 },
29736 "engines": {
29737 "node": ">=6.9.0"
@@ -29734,12 +29741,12 @@
29741 }
29742 },
29743 "node_modules/tap/node_modules/@babel/plugin-syntax-jsx": {
29737 - "version": "7.16.7",
29744 + "version": "7.22.5",
29745 "dev": true,
29746 "inBundle": true,
29747 "license": "MIT",
29748 "dependencies": {
29742 - "@babel/helper-plugin-utils": "^7.16.7"
29749 + "@babel/helper-plugin-utils": "^7.22.5"
29750 },
29751 "engines": {
29752 "node": ">=6.9.0"
@@ -29761,12 +29768,12 @@
29768 }
29769 },
29770 "node_modules/tap/node_modules/@babel/plugin-transform-destructuring": {
29764 - "version": "7.17.7",
29771 + "version": "7.22.5",
29772 "dev": true,
29773 "inBundle": true,
29774 "license": "MIT",
29775 "dependencies": {
29769 - "@babel/helper-plugin-utils": "^7.16.7"
29776 + "@babel/helper-plugin-utils": "^7.22.5"
29777 },
29778 "engines": {
29779 "node": ">=6.9.0"
@@ -29776,12 +29783,12 @@
29783 }
29784 },
29785 "node_modules/tap/node_modules/@babel/plugin-transform-parameters": {
29779 - "version": "7.16.7",
29786 + "version": "7.22.5",
29787 "dev": true,
29788 "inBundle": true,
29789 "license": "MIT",
29790 "dependencies": {
29784 - "@babel/helper-plugin-utils": "^7.16.7"
29791 + "@babel/helper-plugin-utils": "^7.22.5"
29792 },
29793 "engines": {
29794 "node": ">=6.9.0"
@@ -29791,16 +29798,16 @@
29798 }
29799 },
29800 "node_modules/tap/node_modules/@babel/plugin-transform-react-jsx": {
29794 - "version": "7.17.3",
29801 + "version": "7.22.5",
29802 "dev": true,
29803 "inBundle": true,
29804 "license": "MIT",
29805 "dependencies": {
29799 - "@babel/helper-annotate-as-pure": "^7.16.7",
29800 - "@babel/helper-module-imports": "^7.16.7",
29801 - "@babel/helper-plugin-utils": "^7.16.7",
29802 - "@babel/plugin-syntax-jsx": "^7.16.7",
29803 - "@babel/types": "^7.17.0"
29806 + "@babel/helper-annotate-as-pure": "^7.22.5",
29807 + "@babel/helper-module-imports": "^7.22.5",
29808 + "@babel/helper-plugin-utils": "^7.22.5",
29809 + "@babel/plugin-syntax-jsx": "^7.22.5",
29810 + "@babel/types": "^7.22.5"
29811 },
29812 "engines": {
29813 "node": ">=6.9.0"
@@ -29810,33 +29817,33 @@
29817 }
29818 },
29819 "node_modules/tap/node_modules/@babel/template": {
29813 - "version": "7.16.7",
29820 + "version": "7.22.5",
29821 "dev": true,
29822 "inBundle": true,
29823 "license": "MIT",
29824 "dependencies": {
29818 - "@babel/code-frame": "^7.16.7",
29819 - "@babel/parser": "^7.16.7",
29820 - "@babel/types": "^7.16.7"
29825 + "@babel/code-frame": "^7.22.5",
29826 + "@babel/parser": "^7.22.5",
29827 + "@babel/types": "^7.22.5"
29828 },
29829 "engines": {
29830 "node": ">=6.9.0"
29831 }
29832 },
29833 "node_modules/tap/node_modules/@babel/traverse": {
29827 - "version": "7.17.3",
29834 + "version": "7.22.8",
29835 "dev": true,
29836 "inBundle": true,
29837 "license": "MIT",
29838 "dependencies": {
29832 - "@babel/code-frame": "^7.16.7",
29833 - "@babel/generator": "^7.17.3",
29834 - "@babel/helper-environment-visitor": "^7.16.7",
29835 - "@babel/helper-function-name": "^7.16.7",
29836 - "@babel/helper-hoist-variables": "^7.16.7",
29837 - "@babel/helper-split-export-declaration": "^7.16.7",
29838 - "@babel/parser": "^7.17.3",
29839 - "@babel/types": "^7.17.0",
29839 + "@babel/code-frame": "^7.22.5",
29840 + "@babel/generator": "^7.22.7",
29841 + "@babel/helper-environment-visitor": "^7.22.5",
29842 + "@babel/helper-function-name": "^7.22.5",
29843 + "@babel/helper-hoist-variables": "^7.22.5",
29844 + "@babel/helper-split-export-declaration": "^7.22.6",
29845 + "@babel/parser": "^7.22.7",
29846 + "@babel/types": "^7.22.5",
29847 "debug": "^4.1.0",
29848 "globals": "^11.1.0"
29849 },
@@ -29845,12 +29852,13 @@
29852 }
29853 },
29854 "node_modules/tap/node_modules/@babel/types": {
29848 - "version": "7.17.0",
29855 + "version": "7.22.5",
29856 "dev": true,
29857 "inBundle": true,
29858 "license": "MIT",
29859 "dependencies": {
29853 - "@babel/helper-validator-identifier": "^7.16.7",
29860 + "@babel/helper-string-parser": "^7.22.5",
29861 + "@babel/helper-validator-identifier": "^7.22.5",
29862 "to-fast-properties": "^2.0.0"
29863 },
29864 "engines": {
@@ -29877,8 +29885,31 @@
29885 "node": ">=10"
29886 }
29887 },
29888 + "node_modules/tap/node_modules/@jridgewell/gen-mapping": {
29889 + "version": "0.3.3",
29890 + "dev": true,
29891 + "inBundle": true,
29892 + "license": "MIT",
29893 + "dependencies": {
29894 + "@jridgewell/set-array": "^1.0.1",
29895 + "@jridgewell/sourcemap-codec": "^1.4.10",
29896 + "@jridgewell/trace-mapping": "^0.3.9"
29897 + },
29898 + "engines": {
29899 + "node": ">=6.0.0"
29900 + }
29901 + },
29902 "node_modules/tap/node_modules/@jridgewell/resolve-uri": {
29881 - "version": "3.0.5",
29903 + "version": "3.1.0",
29904 + "dev": true,
29905 + "inBundle": true,
29906 + "license": "MIT",
29907 + "engines": {
29908 + "node": ">=6.0.0"
29909 + }
29910 + },
29911 + "node_modules/tap/node_modules/@jridgewell/set-array": {
29912 + "version": "1.1.2",
29913 "dev": true,
29914 "inBundle": true,
29915 "license": "MIT",
@@ -29887,29 +29918,35 @@
29918 }
29919 },
29920 "node_modules/tap/node_modules/@jridgewell/sourcemap-codec": {
29890 - "version": "1.4.11",
29921 + "version": "1.4.15",
29922 "dev": true,
29923 "inBundle": true,
29924 "license": "MIT"
29925 },
29926 "node_modules/tap/node_modules/@jridgewell/trace-mapping": {
29896 - "version": "0.3.4",
29927 + "version": "0.3.18",
29928 "dev": true,
29929 "inBundle": true,
29930 "license": "MIT",
29931 "dependencies": {
29901 - "@jridgewell/resolve-uri": "^3.0.3",
29902 - "@jridgewell/sourcemap-codec": "^1.4.10"
29932 + "@jridgewell/resolve-uri": "3.1.0",
29933 + "@jridgewell/sourcemap-codec": "1.4.14"
29934 }
29935 },
29936 + "node_modules/tap/node_modules/@jridgewell/trace-mapping/node_modules/@jridgewell/sourcemap-codec": {
29937 + "version": "1.4.14",
29938 + "dev": true,
29939 + "inBundle": true,
29940 + "license": "MIT"
29941 + },
29942 "node_modules/tap/node_modules/@types/prop-types": {
29906 - "version": "15.7.4",
29943 + "version": "15.7.5",
29944 "dev": true,
29945 "inBundle": true,
29946 "license": "MIT"
29947 },
29948 "node_modules/tap/node_modules/@types/react": {
29912 - "version": "17.0.52",
29949 + "version": "17.0.62",
29950 "dev": true,
29951 "inBundle": true,
29952 "license": "MIT",
@@ -29920,7 +29957,7 @@
29957 }
29958 },
29959 "node_modules/tap/node_modules/@types/scheduler": {
29923 - "version": "0.16.2",
29960 + "version": "0.16.3",
29961 "dev": true,
29962 "inBundle": true,
29963 "license": "MIT"
@@ -30023,7 +30060,7 @@
30060 }
30061 },
30062 "node_modules/tap/node_modules/browserslist": {
30026 - "version": "4.20.2",
30063 + "version": "4.21.9",
30064 "dev": true,
30065 "funding": [
30066 {
@@ -30033,16 +30070,19 @@
30070 {
30071 "type": "tidelift",
30072 "url": "https://tidelift.com/funding/github/npm/browserslist"
30073 + },
30074 + {
30075 + "type": "github",
30076 + "url": "https://github.com/sponsors/ai"
30077 }
30078 ],
30079 "inBundle": true,
30080 "license": "MIT",
30081 "dependencies": {
30041 - "caniuse-lite": "^1.0.30001317",
30042 - "electron-to-chromium": "^1.4.84",
30043 - "escalade": "^3.1.1",
30044 - "node-releases": "^2.0.2",
30045 - "picocolors": "^1.0.0"
30082 + "caniuse-lite": "^1.0.30001503",
30083 + "electron-to-chromium": "^1.4.431",
30084 + "node-releases": "^2.0.12",
30085 + "update-browserslist-db": "^1.0.11"
30086 },
30087 "bin": {
30088 "browserslist": "cli.js"
@@ -30085,7 +30125,7 @@
30125 }
30126 },
30127 "node_modules/tap/node_modules/caniuse-lite": {
30088 - "version": "1.0.30001319",
30128 + "version": "1.0.30001517",
30129 "dev": true,
30130 "funding": [
30131 {
@@ -30095,6 +30135,10 @@
30135 {
30136 "type": "tidelift",
30137 "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
30138 + },
30139 + {
30140 + "type": "github",
30141 + "url": "https://github.com/sponsors/ai"
30142 }
30143 ],
30144 "inBundle": true,
@@ -30213,13 +30257,10 @@
30257 "license": "MIT"
30258 },
30259 "node_modules/tap/node_modules/convert-source-map": {
30216 - "version": "1.8.0",
30260 + "version": "1.9.0",
30261 "dev": true,
30262 "inBundle": true,
30219 - "license": "MIT",
30220 - "dependencies": {
30221 - "safe-buffer": "~5.1.1"
30222 - }
30263 + "license": "MIT"
30264 },
30265 "node_modules/tap/node_modules/convert-to-spaces": {
30266 "version": "1.0.2",
@@ -30231,7 +30272,7 @@
30272 }
30273 },
30274 "node_modules/tap/node_modules/csstype": {
30234 - "version": "3.0.11",
30275 + "version": "3.1.2",
30276 "dev": true,
30277 "inBundle": true,
30278 "license": "MIT"
@@ -30254,7 +30295,7 @@
30295 }
30296 },
30297 "node_modules/tap/node_modules/electron-to-chromium": {
30257 - "version": "1.4.89",
30298 + "version": "1.4.477",
30299 "dev": true,
30300 "inBundle": true,
30301 "license": "ISC"
@@ -30604,6 +30645,15 @@
30645 "loose-envify": "cli.js"
30646 }
30647 },
30648 + "node_modules/tap/node_modules/lru-cache": {
30649 + "version": "5.1.1",
30650 + "dev": true,
30651 + "inBundle": true,
30652 + "license": "ISC",
30653 + "dependencies": {
30654 + "yallist": "^3.0.2"
30655 + }
30656 + },
30657 "node_modules/tap/node_modules/make-dir": {
30658 "version": "3.1.0",
30659 "dev": true,
@@ -30641,7 +30691,7 @@
30691 }
30692 },
30693 "node_modules/tap/node_modules/minipass": {
30644 - "version": "3.3.4",
30694 + "version": "3.3.6",
30695 "dev": true,
30696 "inBundle": true,
30697 "license": "ISC",
@@ -30652,6 +30702,12 @@
30702 "node": ">=8"
30703 }
30704 },
30705 + "node_modules/tap/node_modules/minipass/node_modules/yallist": {
30706 + "version": "4.0.0",
30707 + "dev": true,
30708 + "inBundle": true,
30709 + "license": "ISC"
30710 + },
30711 "node_modules/tap/node_modules/ms": {
30712 "version": "2.1.2",
30713 "dev": true,
@@ -30659,7 +30715,7 @@
30715 "license": "MIT"
30716 },
30717 "node_modules/tap/node_modules/node-releases": {
30662 - "version": "2.0.2",
30718 + "version": "2.0.13",
30719 "dev": true,
30720 "inBundle": true,
30721 "license": "MIT"
@@ -30779,7 +30835,7 @@
30835 }
30836 },
30837 "node_modules/tap/node_modules/punycode": {
30782 - "version": "2.1.1",
30838 + "version": "2.3.0",
30839 "dev": true,
30840 "inBundle": true,
30841 "license": "MIT",
@@ -30801,7 +30857,7 @@
30857 }
30858 },
30859 "node_modules/tap/node_modules/react-devtools-core": {
30804 - "version": "4.24.1",
30860 + "version": "4.28.0",
30861 "dev": true,
30862 "inBundle": true,
30863 "license": "MIT",
@@ -30876,7 +30932,6 @@
30932 "node_modules/tap/node_modules/safe-buffer": {
30933 "version": "5.1.2",
30934 "dev": true,
30879 - "inBundle": true,
30935 "license": "MIT"
30936 },
30937 "node_modules/tap/node_modules/scheduler": {
@@ -30890,7 +30945,7 @@
30945 }
30946 },
30947 "node_modules/tap/node_modules/semver": {
30893 - "version": "6.3.0",
30948 + "version": "6.3.1",
30949 "dev": true,
30950 "inBundle": true,
30951 "license": "ISC",
@@ -30899,10 +30954,13 @@
30954 }
30955 },
30956 "node_modules/tap/node_modules/shell-quote": {
30902 - "version": "1.7.3",
30957 + "version": "1.8.1",
30958 "dev": true,
30959 "inBundle": true,
30905 - "license": "MIT"
30960 + "license": "MIT",
30961 + "funding": {
30962 + "url": "https://github.com/sponsors/ljharb"
30963 + }
30964 },
30965 "node_modules/tap/node_modules/signal-exit": {
30966 "version": "3.0.7",
@@ -30960,7 +31018,6 @@
31018 "node_modules/tap/node_modules/source-map": {
31019 "version": "0.5.7",
31020 "dev": true,
30963 - "inBundle": true,
31021 "license": "BSD-3-Clause",
31022 "engines": {
31023 "node": ">=0.10.0"
@@ -30986,7 +31043,7 @@
31043 }
31044 },
31045 "node_modules/tap/node_modules/stack-utils": {
30989 - "version": "2.0.5",
31046 + "version": "2.0.6",
31047 "dev": true,
31048 "inBundle": true,
31049 "license": "MIT",
@@ -31178,34 +31235,42 @@
31235 }
31236 },
31237 "node_modules/tap/node_modules/unicode-length": {
31181 - "version": "2.0.2",
31238 + "version": "2.1.0",
31239 "dev": true,
31240 "inBundle": true,
31241 "license": "MIT",
31242 "dependencies": {
31186 - "punycode": "^2.0.0",
31187 - "strip-ansi": "^3.0.1"
31188 - }
31189 - },
31190 - "node_modules/tap/node_modules/unicode-length/node_modules/ansi-regex": {
31191 - "version": "2.1.1",
31192 - "dev": true,
31193 - "inBundle": true,
31194 - "license": "MIT",
31195 - "engines": {
31196 - "node": ">=0.10.0"
31243 + "punycode": "^2.0.0"
31244 }
31245 },
31199 - "node_modules/tap/node_modules/unicode-length/node_modules/strip-ansi": {
31200 - "version": "3.0.1",
31246 + "node_modules/tap/node_modules/update-browserslist-db": {
31247 + "version": "1.0.11",
31248 "dev": true,
31249 + "funding": [
31250 + {
31251 + "type": "opencollective",
31252 + "url": "https://opencollective.com/browserslist"
31253 + },
31254 + {
31255 + "type": "tidelift",
31256 + "url": "https://tidelift.com/funding/github/npm/browserslist"
31257 + },
31258 + {
31259 + "type": "github",
31260 + "url": "https://github.com/sponsors/ai"
31261 + }
31262 + ],
31263 "inBundle": true,
31264 "license": "MIT",
31265 "dependencies": {
31205 - "ansi-regex": "^2.0.0"
31266 + "escalade": "^3.1.1",
31267 + "picocolors": "^1.0.0"
31268 },
31207 - "engines": {
31208 - "node": ">=0.10.0"
31269 + "bin": {
31270 + "update-browserslist-db": "cli.js"
31271 + },
31272 + "peerDependencies": {
31273 + "browserslist": ">= 4.21.0"
31274 }
31275 },
31276 "node_modules/tap/node_modules/which": {
@@ -31289,7 +31354,7 @@
31354 "license": "ISC"
31355 },
31356 "node_modules/tap/node_modules/ws": {
31292 - "version": "7.5.7",
31357 + "version": "7.5.9",
31358 "dev": true,
31359 "inBundle": true,
31360 "license": "MIT",
@@ -31310,7 +31375,7 @@
31375 }
31376 },
31377 "node_modules/tap/node_modules/yallist": {
31313 - "version": "4.0.0",
31378 + "version": "3.1.1",
31379 "dev": true,
31380 "inBundle": true,
31381 "license": "ISC"
package.json
+1 -1
@@ -36,7 +36,7 @@
36 "@npmcli/template-oss": "4.19.0",
37 "eslint-plugin-github": "^4.10.1",
38 "eslint-plugin-primer-react": "^4.0.2",
39 - "tap": "^16.3.2"
39 + "tap": "^16.3.9"
40 },
41 "author": "GitHub Inc.",
42 "files": [