chore: bump tap from 16.3.9 to 16.3.10 (#1054)

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tap&package-manager=npm_and_yarn&previous-version=16.3.9&new-version=16.3.10)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

dependabot[bot] committed May 1, 2024 at 15:45 UTC 3347a7ac94521d5470917f7d3a1fe24e83cfdba9
1 file changed +88 -96
package-lock.json
+88 -96
@@ -35268,9 +35268,9 @@
35268 }
35269 },
35270 "node_modules/tap": {
35271 - "version": "16.3.9",
35272 - "resolved": "https://registry.npmjs.org/tap/-/tap-16.3.9.tgz",
35273 - "integrity": "sha512-KKmu12hRJhb/kGvVV/UKBOJ90sNoGbcXF0E+VmNqej1DqaCmZHyOXR8R7E66qg2Wor33XhSHGrku5MPYWSRNWw==",
35271 + "version": "16.3.10",
35272 + "resolved": "https://registry.npmjs.org/tap/-/tap-16.3.10.tgz",
35273 + "integrity": "sha512-q5Am+PpGHS6JSjk/Zn4bCRBihmZVM15v/MYXUy60wenw5HDe7pVrevLCEoMEz7tuw6jaPOJJqni1y8apN23IGw==",
35274 "bundleDependencies": [
35275 "ink",
35276 "treport",
@@ -35480,19 +35480,20 @@
35480 }
35481 },
35482 "node_modules/tap/node_modules/@babel/code-frame": {
35483 - "version": "7.22.5",
35483 + "version": "7.23.5",
35484 "dev": true,
35485 "inBundle": true,
35486 "license": "MIT",
35487 "dependencies": {
35488 - "@babel/highlight": "^7.22.5"
35488 + "@babel/highlight": "^7.23.4",
35489 + "chalk": "^2.4.2"
35490 },
35491 "engines": {
35492 "node": ">=6.9.0"
35493 }
35494 },
35495 "node_modules/tap/node_modules/@babel/compat-data": {
35495 - "version": "7.22.9",
35496 + "version": "7.23.5",
35497 "dev": true,
35498 "inBundle": true,
35499 "license": "MIT",
@@ -35501,25 +35502,25 @@
35502 }
35503 },
35504 "node_modules/tap/node_modules/@babel/core": {
35504 - "version": "7.22.9",
35505 + "version": "7.23.6",
35506 "dev": true,
35507 "inBundle": true,
35508 "license": "MIT",
35509 "dependencies": {
35510 "@ampproject/remapping": "^2.2.0",
35510 - "@babel/code-frame": "^7.22.5",
35511 - "@babel/generator": "^7.22.9",
35512 - "@babel/helper-compilation-targets": "^7.22.9",
35513 - "@babel/helper-module-transforms": "^7.22.9",
35514 - "@babel/helpers": "^7.22.6",
35515 - "@babel/parser": "^7.22.7",
35516 - "@babel/template": "^7.22.5",
35517 - "@babel/traverse": "^7.22.8",
35518 - "@babel/types": "^7.22.5",
35519 - "convert-source-map": "^1.7.0",
35511 + "@babel/code-frame": "^7.23.5",
35512 + "@babel/generator": "^7.23.6",
35513 + "@babel/helper-compilation-targets": "^7.23.6",
35514 + "@babel/helper-module-transforms": "^7.23.3",
35515 + "@babel/helpers": "^7.23.6",
35516 + "@babel/parser": "^7.23.6",
35517 + "@babel/template": "^7.22.15",
35518 + "@babel/traverse": "^7.23.6",
35519 + "@babel/types": "^7.23.6",
35520 + "convert-source-map": "^2.0.0",
35521 "debug": "^4.1.0",
35522 "gensync": "^1.0.0-beta.2",
35522 - "json5": "^2.2.2",
35523 + "json5": "^2.2.3",
35524 "semver": "^6.3.1"
35525 },
35526 "engines": {
@@ -35531,12 +35532,12 @@
35532 }
35533 },
35534 "node_modules/tap/node_modules/@babel/generator": {
35534 - "version": "7.22.9",
35535 + "version": "7.23.6",
35536 "dev": true,
35537 "inBundle": true,
35538 "license": "MIT",
35539 "dependencies": {
35539 - "@babel/types": "^7.22.5",
35540 + "@babel/types": "^7.23.6",
35541 "@jridgewell/gen-mapping": "^0.3.2",
35542 "@jridgewell/trace-mapping": "^0.3.17",
35543 "jsesc": "^2.5.1"
@@ -35558,26 +35559,23 @@
35559 }
35560 },
35561 "node_modules/tap/node_modules/@babel/helper-compilation-targets": {
35561 - "version": "7.22.9",
35562 + "version": "7.23.6",
35563 "dev": true,
35564 "inBundle": true,
35565 "license": "MIT",
35566 "dependencies": {
35566 - "@babel/compat-data": "^7.22.9",
35567 - "@babel/helper-validator-option": "^7.22.5",
35568 - "browserslist": "^4.21.9",
35567 + "@babel/compat-data": "^7.23.5",
35568 + "@babel/helper-validator-option": "^7.23.5",
35569 + "browserslist": "^4.22.2",
35570 "lru-cache": "^5.1.1",
35571 "semver": "^6.3.1"
35572 },
35573 "engines": {
35574 "node": ">=6.9.0"
35574 - },
35575 - "peerDependencies": {
35576 - "@babel/core": "^7.0.0"
35575 }
35576 },
35577 "node_modules/tap/node_modules/@babel/helper-environment-visitor": {
35580 - "version": "7.22.5",
35578 + "version": "7.22.20",
35579 "dev": true,
35580 "inBundle": true,
35581 "license": "MIT",
@@ -35586,13 +35584,13 @@
35584 }
35585 },
35586 "node_modules/tap/node_modules/@babel/helper-function-name": {
35589 - "version": "7.22.5",
35587 + "version": "7.23.0",
35588 "dev": true,
35589 "inBundle": true,
35590 "license": "MIT",
35591 "dependencies": {
35594 - "@babel/template": "^7.22.5",
35595 - "@babel/types": "^7.22.5"
35592 + "@babel/template": "^7.22.15",
35593 + "@babel/types": "^7.23.0"
35594 },
35595 "engines": {
35596 "node": ">=6.9.0"
@@ -35611,28 +35609,28 @@
35609 }
35610 },
35611 "node_modules/tap/node_modules/@babel/helper-module-imports": {
35614 - "version": "7.22.5",
35612 + "version": "7.22.15",
35613 "dev": true,
35614 "inBundle": true,
35615 "license": "MIT",
35616 "dependencies": {
35619 - "@babel/types": "^7.22.5"
35617 + "@babel/types": "^7.22.15"
35618 },
35619 "engines": {
35620 "node": ">=6.9.0"
35621 }
35622 },
35623 "node_modules/tap/node_modules/@babel/helper-module-transforms": {
35626 - "version": "7.22.9",
35624 + "version": "7.23.3",
35625 "dev": true,
35626 "inBundle": true,
35627 "license": "MIT",
35628 "dependencies": {
35631 - "@babel/helper-environment-visitor": "^7.22.5",
35632 - "@babel/helper-module-imports": "^7.22.5",
35629 + "@babel/helper-environment-visitor": "^7.22.20",
35630 + "@babel/helper-module-imports": "^7.22.15",
35631 "@babel/helper-simple-access": "^7.22.5",
35632 "@babel/helper-split-export-declaration": "^7.22.6",
35635 - "@babel/helper-validator-identifier": "^7.22.5"
35633 + "@babel/helper-validator-identifier": "^7.22.20"
35634 },
35635 "engines": {
35636 "node": ">=6.9.0"
@@ -35675,7 +35673,7 @@
35673 }
35674 },
35675 "node_modules/tap/node_modules/@babel/helper-string-parser": {
35678 - "version": "7.22.5",
35676 + "version": "7.23.4",
35677 "dev": true,
35678 "inBundle": true,
35679 "license": "MIT",
@@ -35684,7 +35682,7 @@
35682 }
35683 },
35684 "node_modules/tap/node_modules/@babel/helper-validator-identifier": {
35687 - "version": "7.22.5",
35685 + "version": "7.22.20",
35686 "dev": true,
35687 "inBundle": true,
35688 "license": "MIT",
@@ -35693,7 +35691,7 @@
35691 }
35692 },
35693 "node_modules/tap/node_modules/@babel/helper-validator-option": {
35696 - "version": "7.22.5",
35694 + "version": "7.23.5",
35695 "dev": true,
35696 "inBundle": true,
35697 "license": "MIT",
@@ -35702,27 +35700,27 @@
35700 }
35701 },
35702 "node_modules/tap/node_modules/@babel/helpers": {
35705 - "version": "7.22.6",
35703 + "version": "7.23.6",
35704 "dev": true,
35705 "inBundle": true,
35706 "license": "MIT",
35707 "dependencies": {
35710 - "@babel/template": "^7.22.5",
35711 - "@babel/traverse": "^7.22.6",
35712 - "@babel/types": "^7.22.5"
35708 + "@babel/template": "^7.22.15",
35709 + "@babel/traverse": "^7.23.6",
35710 + "@babel/types": "^7.23.6"
35711 },
35712 "engines": {
35713 "node": ">=6.9.0"
35714 }
35715 },
35716 "node_modules/tap/node_modules/@babel/highlight": {
35719 - "version": "7.22.5",
35717 + "version": "7.23.4",
35718 "dev": true,
35719 "inBundle": true,
35720 "license": "MIT",
35721 "dependencies": {
35724 - "@babel/helper-validator-identifier": "^7.22.5",
35725 - "chalk": "^2.0.0",
35722 + "@babel/helper-validator-identifier": "^7.22.20",
35723 + "chalk": "^2.4.2",
35724 "js-tokens": "^4.0.0"
35725 },
35726 "engines": {
@@ -35730,7 +35728,7 @@
35728 }
35729 },
35730 "node_modules/tap/node_modules/@babel/parser": {
35733 - "version": "7.22.7",
35731 + "version": "7.23.6",
35732 "dev": true,
35733 "inBundle": true,
35734 "license": "MIT",
@@ -35761,7 +35759,7 @@
35759 }
35760 },
35761 "node_modules/tap/node_modules/@babel/plugin-syntax-jsx": {
35764 - "version": "7.22.5",
35762 + "version": "7.23.3",
35763 "dev": true,
35764 "inBundle": true,
35765 "license": "MIT",
@@ -35788,7 +35786,7 @@
35786 }
35787 },
35788 "node_modules/tap/node_modules/@babel/plugin-transform-destructuring": {
35791 - "version": "7.22.5",
35789 + "version": "7.23.3",
35790 "dev": true,
35791 "inBundle": true,
35792 "license": "MIT",
@@ -35803,7 +35801,7 @@
35801 }
35802 },
35803 "node_modules/tap/node_modules/@babel/plugin-transform-parameters": {
35806 - "version": "7.22.5",
35804 + "version": "7.23.3",
35805 "dev": true,
35806 "inBundle": true,
35807 "license": "MIT",
@@ -35818,16 +35816,16 @@
35816 }
35817 },
35818 "node_modules/tap/node_modules/@babel/plugin-transform-react-jsx": {
35821 - "version": "7.22.5",
35819 + "version": "7.23.4",
35820 "dev": true,
35821 "inBundle": true,
35822 "license": "MIT",
35823 "dependencies": {
35824 "@babel/helper-annotate-as-pure": "^7.22.5",
35827 - "@babel/helper-module-imports": "^7.22.5",
35825 + "@babel/helper-module-imports": "^7.22.15",
35826 "@babel/helper-plugin-utils": "^7.22.5",
35829 - "@babel/plugin-syntax-jsx": "^7.22.5",
35830 - "@babel/types": "^7.22.5"
35827 + "@babel/plugin-syntax-jsx": "^7.23.3",
35828 + "@babel/types": "^7.23.4"
35829 },
35830 "engines": {
35831 "node": ">=6.9.0"
@@ -35837,34 +35835,34 @@
35835 }
35836 },
35837 "node_modules/tap/node_modules/@babel/template": {
35840 - "version": "7.22.5",
35838 + "version": "7.22.15",
35839 "dev": true,
35840 "inBundle": true,
35841 "license": "MIT",
35842 "dependencies": {
35845 - "@babel/code-frame": "^7.22.5",
35846 - "@babel/parser": "^7.22.5",
35847 - "@babel/types": "^7.22.5"
35843 + "@babel/code-frame": "^7.22.13",
35844 + "@babel/parser": "^7.22.15",
35845 + "@babel/types": "^7.22.15"
35846 },
35847 "engines": {
35848 "node": ">=6.9.0"
35849 }
35850 },
35851 "node_modules/tap/node_modules/@babel/traverse": {
35854 - "version": "7.22.8",
35852 + "version": "7.23.6",
35853 "dev": true,
35854 "inBundle": true,
35855 "license": "MIT",
35856 "dependencies": {
35859 - "@babel/code-frame": "^7.22.5",
35860 - "@babel/generator": "^7.22.7",
35861 - "@babel/helper-environment-visitor": "^7.22.5",
35862 - "@babel/helper-function-name": "^7.22.5",
35857 + "@babel/code-frame": "^7.23.5",
35858 + "@babel/generator": "^7.23.6",
35859 + "@babel/helper-environment-visitor": "^7.22.20",
35860 + "@babel/helper-function-name": "^7.23.0",
35861 "@babel/helper-hoist-variables": "^7.22.5",
35862 "@babel/helper-split-export-declaration": "^7.22.6",
35865 - "@babel/parser": "^7.22.7",
35866 - "@babel/types": "^7.22.5",
35867 - "debug": "^4.1.0",
35863 + "@babel/parser": "^7.23.6",
35864 + "@babel/types": "^7.23.6",
35865 + "debug": "^4.3.1",
35866 "globals": "^11.1.0"
35867 },
35868 "engines": {
@@ -35872,13 +35870,13 @@
35870 }
35871 },
35872 "node_modules/tap/node_modules/@babel/types": {
35875 - "version": "7.22.5",
35873 + "version": "7.23.6",
35874 "dev": true,
35875 "inBundle": true,
35876 "license": "MIT",
35877 "dependencies": {
35880 - "@babel/helper-string-parser": "^7.22.5",
35881 - "@babel/helper-validator-identifier": "^7.22.5",
35878 + "@babel/helper-string-parser": "^7.23.4",
35879 + "@babel/helper-validator-identifier": "^7.22.20",
35880 "to-fast-properties": "^2.0.0"
35881 },
35882 "engines": {
@@ -35920,7 +35918,7 @@
35918 }
35919 },
35920 "node_modules/tap/node_modules/@jridgewell/resolve-uri": {
35923 - "version": "3.1.0",
35921 + "version": "3.1.1",
35922 "dev": true,
35923 "inBundle": true,
35924 "license": "MIT",
@@ -35944,29 +35942,23 @@
35942 "license": "MIT"
35943 },
35944 "node_modules/tap/node_modules/@jridgewell/trace-mapping": {
35947 - "version": "0.3.18",
35945 + "version": "0.3.20",
35946 "dev": true,
35947 "inBundle": true,
35948 "license": "MIT",
35949 "dependencies": {
35952 - "@jridgewell/resolve-uri": "3.1.0",
35953 - "@jridgewell/sourcemap-codec": "1.4.14"
35950 + "@jridgewell/resolve-uri": "^3.1.0",
35951 + "@jridgewell/sourcemap-codec": "^1.4.14"
35952 }
35953 },
35956 - "node_modules/tap/node_modules/@jridgewell/trace-mapping/node_modules/@jridgewell/sourcemap-codec": {
35957 - "version": "1.4.14",
35958 - "dev": true,
35959 - "inBundle": true,
35960 - "license": "MIT"
35961 - },
35954 "node_modules/tap/node_modules/@types/prop-types": {
35963 - "version": "15.7.5",
35955 + "version": "15.7.11",
35956 "dev": true,
35957 "inBundle": true,
35958 "license": "MIT"
35959 },
35960 "node_modules/tap/node_modules/@types/react": {
35969 - "version": "17.0.62",
35961 + "version": "17.0.73",
35962 "dev": true,
35963 "inBundle": true,
35964 "license": "MIT",
@@ -35977,7 +35969,7 @@
35969 }
35970 },
35971 "node_modules/tap/node_modules/@types/scheduler": {
35980 - "version": "0.16.3",
35972 + "version": "0.16.8",
35973 "dev": true,
35974 "inBundle": true,
35975 "license": "MIT"
@@ -36080,7 +36072,7 @@
36072 }
36073 },
36074 "node_modules/tap/node_modules/browserslist": {
36083 - "version": "4.21.9",
36075 + "version": "4.22.2",
36076 "dev": true,
36077 "funding": [
36078 {
@@ -36099,10 +36091,10 @@
36091 "inBundle": true,
36092 "license": "MIT",
36093 "dependencies": {
36102 - "caniuse-lite": "^1.0.30001503",
36103 - "electron-to-chromium": "^1.4.431",
36104 - "node-releases": "^2.0.12",
36105 - "update-browserslist-db": "^1.0.11"
36094 + "caniuse-lite": "^1.0.30001565",
36095 + "electron-to-chromium": "^1.4.601",
36096 + "node-releases": "^2.0.14",
36097 + "update-browserslist-db": "^1.0.13"
36098 },
36099 "bin": {
36100 "browserslist": "cli.js"
@@ -36145,7 +36137,7 @@
36137 }
36138 },
36139 "node_modules/tap/node_modules/caniuse-lite": {
36148 - "version": "1.0.30001517",
36140 + "version": "1.0.30001570",
36141 "dev": true,
36142 "funding": [
36143 {
@@ -36288,7 +36280,7 @@
36280 "license": "MIT"
36281 },
36282 "node_modules/tap/node_modules/convert-source-map": {
36291 - "version": "1.9.0",
36283 + "version": "2.0.0",
36284 "dev": true,
36285 "inBundle": true,
36286 "license": "MIT"
@@ -36303,7 +36295,7 @@
36295 }
36296 },
36297 "node_modules/tap/node_modules/csstype": {
36306 - "version": "3.1.2",
36298 + "version": "3.1.3",
36299 "dev": true,
36300 "inBundle": true,
36301 "license": "MIT"
@@ -36326,7 +36318,7 @@
36318 }
36319 },
36320 "node_modules/tap/node_modules/electron-to-chromium": {
36329 - "version": "1.4.477",
36321 + "version": "1.4.614",
36322 "dev": true,
36323 "inBundle": true,
36324 "license": "ISC"
@@ -36783,7 +36775,7 @@
36775 "license": "MIT"
36776 },
36777 "node_modules/tap/node_modules/node-releases": {
36786 - "version": "2.0.13",
36778 + "version": "2.0.14",
36779 "dev": true,
36780 "inBundle": true,
36781 "license": "MIT"
@@ -36903,7 +36895,7 @@
36895 }
36896 },
36897 "node_modules/tap/node_modules/punycode": {
36906 - "version": "2.3.0",
36898 + "version": "2.3.1",
36899 "dev": true,
36900 "inBundle": true,
36901 "license": "MIT",
@@ -36925,7 +36917,7 @@
36917 }
36918 },
36919 "node_modules/tap/node_modules/react-devtools-core": {
36928 - "version": "4.28.0",
36920 + "version": "4.28.5",
36921 "dev": true,
36922 "inBundle": true,
36923 "license": "MIT",
@@ -37299,7 +37291,7 @@
37291 }
37292 },
37293 "node_modules/tap/node_modules/update-browserslist-db": {
37302 - "version": "1.0.11",
37294 + "version": "1.0.13",
37295 "dev": true,
37296 "funding": [
37297 {