chore(deps-dev): bump tap from 16.3.0 to 16.3.2 (#1089)

This commit is contained in:
dependabot[bot] 2022-12-05 06:32:45 -08:00 committed by GitHub
parent 4cbd16005c
commit 219b62223a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

177
package-lock.json generated
View File

@ -1102,8 +1102,9 @@
},
"node_modules/cliui": {
"version": "7.0.4",
"resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz",
"integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==",
"dev": true,
"license": "ISC",
"dependencies": {
"string-width": "^4.2.0",
"strip-ansi": "^6.0.0",
@ -1112,16 +1113,18 @@
},
"node_modules/cliui/node_modules/ansi-regex": {
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=8"
}
},
"node_modules/cliui/node_modules/strip-ansi": {
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
"dev": true,
"license": "MIT",
"dependencies": {
"ansi-regex": "^5.0.1"
},
@ -3627,9 +3630,10 @@
}
},
"node_modules/istanbul-lib-coverage": {
"version": "3.0.0",
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.0.tgz",
"integrity": "sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw==",
"dev": true,
"license": "BSD-3-Clause",
"engines": {
"node": ">=8"
}
@ -3660,17 +3664,17 @@
}
},
"node_modules/istanbul-lib-processinfo": {
"version": "2.0.2",
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/istanbul-lib-processinfo/-/istanbul-lib-processinfo-2.0.3.tgz",
"integrity": "sha512-NkwHbo3E00oybX6NGJi6ar0B29vxyvNwoC7eJ4G4Yq28UfY758Hgn/heV8VRFhevPED4LXfFz0DQ8z/0kw9zMg==",
"dev": true,
"license": "ISC",
"dependencies": {
"archy": "^1.0.0",
"cross-spawn": "^7.0.0",
"istanbul-lib-coverage": "^3.0.0-alpha.1",
"make-dir": "^3.0.0",
"cross-spawn": "^7.0.3",
"istanbul-lib-coverage": "^3.2.0",
"p-map": "^3.0.0",
"rimraf": "^3.0.0",
"uuid": "^3.3.3"
"uuid": "^8.3.2"
},
"engines": {
"node": ">=8"
@ -3748,9 +3752,10 @@
}
},
"node_modules/jackspeak": {
"version": "1.4.1",
"version": "1.4.2",
"resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-1.4.2.tgz",
"integrity": "sha512-GHeGTmnuaHnvS+ZctRB01bfxARuu9wW83ENbuiweu07SFcVlZrJpcshSre/keGT7YGBhLHg/+rXCNSrsEHKU4Q==",
"dev": true,
"license": "ISC",
"dependencies": {
"cliui": "^7.0.4"
},
@ -5374,9 +5379,9 @@
}
},
"node_modules/tap": {
"version": "16.3.0",
"resolved": "https://registry.npmjs.org/tap/-/tap-16.3.0.tgz",
"integrity": "sha512-J9GffPUAbX6FnWbQ/jj7ktzd9nnDFP1fH44OzidqOmxUfZ1hPLMOvpS99LnDiP0H2mO8GY3kGN5XoY0xIKbNFA==",
"version": "16.3.2",
"resolved": "https://registry.npmjs.org/tap/-/tap-16.3.2.tgz",
"integrity": "sha512-4MWMObR8unbv5gAHHVW9F0MNk3opQMnLusSWvt4KBAnKmkwpBRKIfNF64fimQbcR4y9a7U9ISV7pCldlV3J8Pw==",
"bundleDependencies": [
"ink",
"treport",
@ -5387,18 +5392,18 @@
"dev": true,
"dependencies": {
"@isaacs/import-jsx": "^4.0.1",
"@types/react": "^17",
"@types/react": "^17.0.52",
"chokidar": "^3.3.0",
"findit": "^2.0.0",
"foreground-child": "^2.0.0",
"fs-exists-cached": "^1.0.0",
"glob": "^7.1.6",
"glob": "^7.2.3",
"ink": "^3.2.0",
"isexe": "^2.0.0",
"istanbul-lib-processinfo": "^2.0.2",
"jackspeak": "^1.4.1",
"istanbul-lib-processinfo": "^2.0.3",
"jackspeak": "^1.4.2",
"libtap": "^1.4.0",
"minipass": "^3.1.1",
"minipass": "^3.3.4",
"mkdirp": "^1.0.4",
"nyc": "^15.1.0",
"opener": "^1.5.1",
@ -5407,10 +5412,10 @@
"signal-exit": "^3.0.6",
"source-map-support": "^0.5.16",
"tap-mocha-reporter": "^5.0.3",
"tap-parser": "^11.0.1",
"tap-yaml": "^1.0.0",
"tap-parser": "^11.0.2",
"tap-yaml": "^1.0.2",
"tcompare": "^5.0.7",
"treport": "^3.0.3",
"treport": "^3.0.4",
"which": "^2.0.2"
},
"bin": {
@ -5978,7 +5983,7 @@
"license": "MIT"
},
"node_modules/tap/node_modules/@types/react": {
"version": "17.0.41",
"version": "17.0.52",
"dev": true,
"inBundle": true,
"license": "MIT",
@ -6417,7 +6422,7 @@
}
},
"node_modules/tap/node_modules/glob": {
"version": "7.2.0",
"version": "7.2.3",
"dev": true,
"inBundle": true,
"license": "ISC",
@ -6425,7 +6430,7 @@
"fs.realpath": "^1.0.0",
"inflight": "^1.0.4",
"inherits": "2",
"minimatch": "^3.0.4",
"minimatch": "^3.1.1",
"once": "^1.3.0",
"path-is-absolute": "^1.0.0"
},
@ -6710,7 +6715,7 @@
}
},
"node_modules/tap/node_modules/minipass": {
"version": "3.1.6",
"version": "3.3.4",
"dev": true,
"inBundle": true,
"license": "ISC",
@ -7095,7 +7100,7 @@
}
},
"node_modules/tap/node_modules/tap-parser": {
"version": "11.0.1",
"version": "11.0.2",
"dev": true,
"inBundle": true,
"license": "MIT",
@ -7112,12 +7117,12 @@
}
},
"node_modules/tap/node_modules/tap-yaml": {
"version": "1.0.0",
"version": "1.0.2",
"dev": true,
"inBundle": true,
"license": "ISC",
"dependencies": {
"yaml": "^1.5.0"
"yaml": "^1.10.2"
}
},
"node_modules/tap/node_modules/to-fast-properties": {
@ -7130,7 +7135,7 @@
}
},
"node_modules/tap/node_modules/treport": {
"version": "3.0.3",
"version": "3.0.4",
"dev": true,
"inBundle": true,
"license": "ISC",
@ -7141,6 +7146,7 @@
"ink": "^3.2.0",
"ms": "^2.1.2",
"tap-parser": "^11.0.0",
"tap-yaml": "^1.0.0",
"unicode-length": "^2.0.2"
},
"peerDependencies": {
@ -7577,11 +7583,12 @@
"license": "MIT"
},
"node_modules/uuid": {
"version": "3.4.0",
"version": "8.3.2",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
"integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==",
"dev": true,
"license": "MIT",
"bin": {
"uuid": "bin/uuid"
"uuid": "dist/bin/uuid"
}
},
"node_modules/v8flags": {
@ -7658,8 +7665,9 @@
},
"node_modules/wrap-ansi": {
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
"dev": true,
"license": "MIT",
"dependencies": {
"ansi-styles": "^4.0.0",
"string-width": "^4.1.0",
@ -7674,16 +7682,18 @@
},
"node_modules/wrap-ansi/node_modules/ansi-regex": {
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=8"
}
},
"node_modules/wrap-ansi/node_modules/ansi-styles": {
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
"dev": true,
"license": "MIT",
"dependencies": {
"color-convert": "^2.0.1"
},
@ -7696,8 +7706,9 @@
},
"node_modules/wrap-ansi/node_modules/color-convert": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"color-name": "~1.1.4"
},
@ -7707,13 +7718,15 @@
},
"node_modules/wrap-ansi/node_modules/color-name": {
"version": "1.1.4",
"dev": true,
"license": "MIT"
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
"dev": true
},
"node_modules/wrap-ansi/node_modules/strip-ansi": {
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
"dev": true,
"license": "MIT",
"dependencies": {
"ansi-regex": "^5.0.1"
},
@ -8594,6 +8607,8 @@
},
"cliui": {
"version": "7.0.4",
"resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz",
"integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==",
"dev": true,
"requires": {
"string-width": "^4.2.0",
@ -8603,10 +8618,14 @@
"dependencies": {
"ansi-regex": {
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
"dev": true
},
"strip-ansi": {
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
"dev": true,
"requires": {
"ansi-regex": "^5.0.1"
@ -10218,7 +10237,9 @@
"dev": true
},
"istanbul-lib-coverage": {
"version": "3.0.0",
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.0.tgz",
"integrity": "sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw==",
"dev": true
},
"istanbul-lib-hook": {
@ -10239,16 +10260,17 @@
}
},
"istanbul-lib-processinfo": {
"version": "2.0.2",
"version": "2.0.3",
"resolved": "https://registry.npmjs.org/istanbul-lib-processinfo/-/istanbul-lib-processinfo-2.0.3.tgz",
"integrity": "sha512-NkwHbo3E00oybX6NGJi6ar0B29vxyvNwoC7eJ4G4Yq28UfY758Hgn/heV8VRFhevPED4LXfFz0DQ8z/0kw9zMg==",
"dev": true,
"requires": {
"archy": "^1.0.0",
"cross-spawn": "^7.0.0",
"istanbul-lib-coverage": "^3.0.0-alpha.1",
"make-dir": "^3.0.0",
"cross-spawn": "^7.0.3",
"istanbul-lib-coverage": "^3.2.0",
"p-map": "^3.0.0",
"rimraf": "^3.0.0",
"uuid": "^3.3.3"
"uuid": "^8.3.2"
},
"dependencies": {
"rimraf": {
@ -10300,7 +10322,9 @@
}
},
"jackspeak": {
"version": "1.4.1",
"version": "1.4.2",
"resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-1.4.2.tgz",
"integrity": "sha512-GHeGTmnuaHnvS+ZctRB01bfxARuu9wW83ENbuiweu07SFcVlZrJpcshSre/keGT7YGBhLHg/+rXCNSrsEHKU4Q==",
"dev": true,
"requires": {
"cliui": "^7.0.4"
@ -11372,24 +11396,24 @@
}
},
"tap": {
"version": "16.3.0",
"resolved": "https://registry.npmjs.org/tap/-/tap-16.3.0.tgz",
"integrity": "sha512-J9GffPUAbX6FnWbQ/jj7ktzd9nnDFP1fH44OzidqOmxUfZ1hPLMOvpS99LnDiP0H2mO8GY3kGN5XoY0xIKbNFA==",
"version": "16.3.2",
"resolved": "https://registry.npmjs.org/tap/-/tap-16.3.2.tgz",
"integrity": "sha512-4MWMObR8unbv5gAHHVW9F0MNk3opQMnLusSWvt4KBAnKmkwpBRKIfNF64fimQbcR4y9a7U9ISV7pCldlV3J8Pw==",
"dev": true,
"requires": {
"@isaacs/import-jsx": "^4.0.1",
"@types/react": "^17",
"@types/react": "^17.0.52",
"chokidar": "^3.3.0",
"findit": "^2.0.0",
"foreground-child": "^2.0.0",
"fs-exists-cached": "^1.0.0",
"glob": "^7.1.6",
"glob": "^7.2.3",
"ink": "^3.2.0",
"isexe": "^2.0.0",
"istanbul-lib-processinfo": "^2.0.2",
"jackspeak": "^1.4.1",
"istanbul-lib-processinfo": "^2.0.3",
"jackspeak": "^1.4.2",
"libtap": "^1.4.0",
"minipass": "^3.1.1",
"minipass": "^3.3.4",
"mkdirp": "^1.0.4",
"nyc": "^15.1.0",
"opener": "^1.5.1",
@ -11398,10 +11422,10 @@
"signal-exit": "^3.0.6",
"source-map-support": "^0.5.16",
"tap-mocha-reporter": "^5.0.3",
"tap-parser": "^11.0.1",
"tap-yaml": "^1.0.0",
"tap-parser": "^11.0.2",
"tap-yaml": "^1.0.2",
"tcompare": "^5.0.7",
"treport": "^3.0.3",
"treport": "^3.0.4",
"which": "^2.0.2"
},
"dependencies": {
@ -11723,7 +11747,7 @@
"dev": true
},
"@types/react": {
"version": "17.0.41",
"version": "17.0.52",
"bundled": true,
"dev": true,
"requires": {
@ -12000,14 +12024,14 @@
"dev": true
},
"glob": {
"version": "7.2.0",
"version": "7.2.3",
"bundled": true,
"dev": true,
"requires": {
"fs.realpath": "^1.0.0",
"inflight": "^1.0.4",
"inherits": "2",
"minimatch": "^3.0.4",
"minimatch": "^3.1.1",
"once": "^1.3.0",
"path-is-absolute": "^1.0.0"
}
@ -12187,7 +12211,7 @@
}
},
"minipass": {
"version": "3.1.6",
"version": "3.3.4",
"bundled": true,
"dev": true,
"requires": {
@ -12446,7 +12470,7 @@
}
},
"tap-parser": {
"version": "11.0.1",
"version": "11.0.2",
"bundled": true,
"dev": true,
"requires": {
@ -12456,11 +12480,11 @@
}
},
"tap-yaml": {
"version": "1.0.0",
"version": "1.0.2",
"bundled": true,
"dev": true,
"requires": {
"yaml": "^1.5.0"
"yaml": "^1.10.2"
}
},
"to-fast-properties": {
@ -12469,7 +12493,7 @@
"dev": true
},
"treport": {
"version": "3.0.3",
"version": "3.0.4",
"bundled": true,
"dev": true,
"requires": {
@ -12479,6 +12503,7 @@
"ink": "^3.2.0",
"ms": "^2.1.2",
"tap-parser": "^11.0.0",
"tap-yaml": "^1.0.0",
"unicode-length": "^2.0.2"
},
"dependencies": {
@ -12824,7 +12849,9 @@
"dev": true
},
"uuid": {
"version": "3.4.0",
"version": "8.3.2",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
"integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==",
"dev": true
},
"v8flags": {
@ -12877,6 +12904,8 @@
},
"wrap-ansi": {
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
"dev": true,
"requires": {
"ansi-styles": "^4.0.0",
@ -12886,10 +12915,14 @@
"dependencies": {
"ansi-regex": {
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
"integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
"dev": true
},
"ansi-styles": {
"version": "4.3.0",
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
"dev": true,
"requires": {
"color-convert": "^2.0.1"
@ -12897,6 +12930,8 @@
},
"color-convert": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
"dev": true,
"requires": {
"color-name": "~1.1.4"
@ -12904,10 +12939,14 @@
},
"color-name": {
"version": "1.1.4",
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
"dev": true
},
"strip-ansi": {
"version": "6.0.1",
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
"dev": true,
"requires": {
"ansi-regex": "^5.0.1"