From 2dda715c9e72eefe69b49ee07c87fa126c84ff10 Mon Sep 17 00:00:00 2001 From: Gar Date: Fri, 5 Jan 2024 07:47:29 -0800 Subject: [PATCH] chore: tap@16.3.10 --- package-lock.json | 184 ++++++++++++++++++++++------------------------ 1 file changed, 88 insertions(+), 96 deletions(-) diff --git a/package-lock.json b/package-lock.json index c4294f32e517d..b27f1562d3b55 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12679,9 +12679,9 @@ "dev": true }, "node_modules/tap": { - "version": "16.3.9", - "resolved": "https://registry.npmjs.org/tap/-/tap-16.3.9.tgz", - "integrity": "sha512-KKmu12hRJhb/kGvVV/UKBOJ90sNoGbcXF0E+VmNqej1DqaCmZHyOXR8R7E66qg2Wor33XhSHGrku5MPYWSRNWw==", + "version": "16.3.10", + "resolved": "https://registry.npmjs.org/tap/-/tap-16.3.10.tgz", + "integrity": "sha512-q5Am+PpGHS6JSjk/Zn4bCRBihmZVM15v/MYXUy60wenw5HDe7pVrevLCEoMEz7tuw6jaPOJJqni1y8apN23IGw==", "bundleDependencies": [ "ink", "treport", @@ -12891,19 +12891,20 @@ } }, "node_modules/tap/node_modules/@babel/code-frame": { - "version": "7.22.5", + "version": "7.23.5", "dev": true, "inBundle": true, "license": "MIT", "dependencies": { - "@babel/highlight": "^7.22.5" + "@babel/highlight": "^7.23.4", + "chalk": "^2.4.2" }, "engines": { "node": ">=6.9.0" } }, "node_modules/tap/node_modules/@babel/compat-data": { - "version": "7.22.9", + "version": "7.23.5", "dev": true, "inBundle": true, "license": "MIT", @@ -12912,25 +12913,25 @@ } }, "node_modules/tap/node_modules/@babel/core": { - "version": "7.22.9", + "version": "7.23.6", "dev": true, "inBundle": true, "license": "MIT", "dependencies": { "@ampproject/remapping": "^2.2.0", - "@babel/code-frame": "^7.22.5", - "@babel/generator": "^7.22.9", - "@babel/helper-compilation-targets": "^7.22.9", - "@babel/helper-module-transforms": "^7.22.9", - "@babel/helpers": "^7.22.6", - "@babel/parser": "^7.22.7", - "@babel/template": "^7.22.5", - "@babel/traverse": "^7.22.8", - "@babel/types": "^7.22.5", - "convert-source-map": "^1.7.0", + "@babel/code-frame": "^7.23.5", + "@babel/generator": "^7.23.6", + "@babel/helper-compilation-targets": "^7.23.6", + "@babel/helper-module-transforms": "^7.23.3", + "@babel/helpers": "^7.23.6", + "@babel/parser": "^7.23.6", + "@babel/template": "^7.22.15", + "@babel/traverse": "^7.23.6", + "@babel/types": "^7.23.6", + "convert-source-map": "^2.0.0", "debug": "^4.1.0", "gensync": "^1.0.0-beta.2", - "json5": "^2.2.2", + "json5": "^2.2.3", "semver": "^6.3.1" }, "engines": { @@ -12942,12 +12943,12 @@ } }, "node_modules/tap/node_modules/@babel/generator": { - "version": "7.22.9", + "version": "7.23.6", "dev": true, "inBundle": true, "license": "MIT", "dependencies": { - "@babel/types": "^7.22.5", + "@babel/types": "^7.23.6", "@jridgewell/gen-mapping": "^0.3.2", "@jridgewell/trace-mapping": "^0.3.17", "jsesc": "^2.5.1" @@ -12969,26 +12970,23 @@ } }, "node_modules/tap/node_modules/@babel/helper-compilation-targets": { - "version": "7.22.9", + "version": "7.23.6", "dev": true, "inBundle": true, "license": "MIT", "dependencies": { - "@babel/compat-data": "^7.22.9", - "@babel/helper-validator-option": "^7.22.5", - "browserslist": "^4.21.9", + "@babel/compat-data": "^7.23.5", + "@babel/helper-validator-option": "^7.23.5", + "browserslist": "^4.22.2", "lru-cache": "^5.1.1", "semver": "^6.3.1" }, "engines": { "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" } }, "node_modules/tap/node_modules/@babel/helper-environment-visitor": { - "version": "7.22.5", + "version": "7.22.20", "dev": true, "inBundle": true, "license": "MIT", @@ -12997,13 +12995,13 @@ } }, "node_modules/tap/node_modules/@babel/helper-function-name": { - "version": "7.22.5", + "version": "7.23.0", "dev": true, "inBundle": true, "license": "MIT", "dependencies": { - "@babel/template": "^7.22.5", - "@babel/types": "^7.22.5" + "@babel/template": "^7.22.15", + "@babel/types": "^7.23.0" }, "engines": { "node": ">=6.9.0" @@ -13022,28 +13020,28 @@ } }, "node_modules/tap/node_modules/@babel/helper-module-imports": { - "version": "7.22.5", + "version": "7.22.15", "dev": true, "inBundle": true, "license": "MIT", "dependencies": { - "@babel/types": "^7.22.5" + "@babel/types": "^7.22.15" }, "engines": { "node": ">=6.9.0" } }, "node_modules/tap/node_modules/@babel/helper-module-transforms": { - "version": "7.22.9", + "version": "7.23.3", "dev": true, "inBundle": true, "license": "MIT", "dependencies": { - "@babel/helper-environment-visitor": "^7.22.5", - "@babel/helper-module-imports": "^7.22.5", + "@babel/helper-environment-visitor": "^7.22.20", + "@babel/helper-module-imports": "^7.22.15", "@babel/helper-simple-access": "^7.22.5", "@babel/helper-split-export-declaration": "^7.22.6", - "@babel/helper-validator-identifier": "^7.22.5" + "@babel/helper-validator-identifier": "^7.22.20" }, "engines": { "node": ">=6.9.0" @@ -13086,7 +13084,7 @@ } }, "node_modules/tap/node_modules/@babel/helper-string-parser": { - "version": "7.22.5", + "version": "7.23.4", "dev": true, "inBundle": true, "license": "MIT", @@ -13095,7 +13093,7 @@ } }, "node_modules/tap/node_modules/@babel/helper-validator-identifier": { - "version": "7.22.5", + "version": "7.22.20", "dev": true, "inBundle": true, "license": "MIT", @@ -13104,7 +13102,7 @@ } }, "node_modules/tap/node_modules/@babel/helper-validator-option": { - "version": "7.22.5", + "version": "7.23.5", "dev": true, "inBundle": true, "license": "MIT", @@ -13113,27 +13111,27 @@ } }, "node_modules/tap/node_modules/@babel/helpers": { - "version": "7.22.6", + "version": "7.23.6", "dev": true, "inBundle": true, "license": "MIT", "dependencies": { - "@babel/template": "^7.22.5", - "@babel/traverse": "^7.22.6", - "@babel/types": "^7.22.5" + "@babel/template": "^7.22.15", + "@babel/traverse": "^7.23.6", + "@babel/types": "^7.23.6" }, "engines": { "node": ">=6.9.0" } }, "node_modules/tap/node_modules/@babel/highlight": { - "version": "7.22.5", + "version": "7.23.4", "dev": true, "inBundle": true, "license": "MIT", "dependencies": { - "@babel/helper-validator-identifier": "^7.22.5", - "chalk": "^2.0.0", + "@babel/helper-validator-identifier": "^7.22.20", + "chalk": "^2.4.2", "js-tokens": "^4.0.0" }, "engines": { @@ -13141,7 +13139,7 @@ } }, "node_modules/tap/node_modules/@babel/parser": { - "version": "7.22.7", + "version": "7.23.6", "dev": true, "inBundle": true, "license": "MIT", @@ -13172,7 +13170,7 @@ } }, "node_modules/tap/node_modules/@babel/plugin-syntax-jsx": { - "version": "7.22.5", + "version": "7.23.3", "dev": true, "inBundle": true, "license": "MIT", @@ -13199,7 +13197,7 @@ } }, "node_modules/tap/node_modules/@babel/plugin-transform-destructuring": { - "version": "7.22.5", + "version": "7.23.3", "dev": true, "inBundle": true, "license": "MIT", @@ -13214,7 +13212,7 @@ } }, "node_modules/tap/node_modules/@babel/plugin-transform-parameters": { - "version": "7.22.5", + "version": "7.23.3", "dev": true, "inBundle": true, "license": "MIT", @@ -13229,16 +13227,16 @@ } }, "node_modules/tap/node_modules/@babel/plugin-transform-react-jsx": { - "version": "7.22.5", + "version": "7.23.4", "dev": true, "inBundle": true, "license": "MIT", "dependencies": { "@babel/helper-annotate-as-pure": "^7.22.5", - "@babel/helper-module-imports": "^7.22.5", + "@babel/helper-module-imports": "^7.22.15", "@babel/helper-plugin-utils": "^7.22.5", - "@babel/plugin-syntax-jsx": "^7.22.5", - "@babel/types": "^7.22.5" + "@babel/plugin-syntax-jsx": "^7.23.3", + "@babel/types": "^7.23.4" }, "engines": { "node": ">=6.9.0" @@ -13248,34 +13246,34 @@ } }, "node_modules/tap/node_modules/@babel/template": { - "version": "7.22.5", + "version": "7.22.15", "dev": true, "inBundle": true, "license": "MIT", "dependencies": { - "@babel/code-frame": "^7.22.5", - "@babel/parser": "^7.22.5", - "@babel/types": "^7.22.5" + "@babel/code-frame": "^7.22.13", + "@babel/parser": "^7.22.15", + "@babel/types": "^7.22.15" }, "engines": { "node": ">=6.9.0" } }, "node_modules/tap/node_modules/@babel/traverse": { - "version": "7.22.8", + "version": "7.23.6", "dev": true, "inBundle": true, "license": "MIT", "dependencies": { - "@babel/code-frame": "^7.22.5", - "@babel/generator": "^7.22.7", - "@babel/helper-environment-visitor": "^7.22.5", - "@babel/helper-function-name": "^7.22.5", + "@babel/code-frame": "^7.23.5", + "@babel/generator": "^7.23.6", + "@babel/helper-environment-visitor": "^7.22.20", + "@babel/helper-function-name": "^7.23.0", "@babel/helper-hoist-variables": "^7.22.5", "@babel/helper-split-export-declaration": "^7.22.6", - "@babel/parser": "^7.22.7", - "@babel/types": "^7.22.5", - "debug": "^4.1.0", + "@babel/parser": "^7.23.6", + "@babel/types": "^7.23.6", + "debug": "^4.3.1", "globals": "^11.1.0" }, "engines": { @@ -13283,13 +13281,13 @@ } }, "node_modules/tap/node_modules/@babel/types": { - "version": "7.22.5", + "version": "7.23.6", "dev": true, "inBundle": true, "license": "MIT", "dependencies": { - "@babel/helper-string-parser": "^7.22.5", - "@babel/helper-validator-identifier": "^7.22.5", + "@babel/helper-string-parser": "^7.23.4", + "@babel/helper-validator-identifier": "^7.22.20", "to-fast-properties": "^2.0.0" }, "engines": { @@ -13331,7 +13329,7 @@ } }, "node_modules/tap/node_modules/@jridgewell/resolve-uri": { - "version": "3.1.0", + "version": "3.1.1", "dev": true, "inBundle": true, "license": "MIT", @@ -13355,29 +13353,23 @@ "license": "MIT" }, "node_modules/tap/node_modules/@jridgewell/trace-mapping": { - "version": "0.3.18", + "version": "0.3.20", "dev": true, "inBundle": true, "license": "MIT", "dependencies": { - "@jridgewell/resolve-uri": "3.1.0", - "@jridgewell/sourcemap-codec": "1.4.14" + "@jridgewell/resolve-uri": "^3.1.0", + "@jridgewell/sourcemap-codec": "^1.4.14" } }, - "node_modules/tap/node_modules/@jridgewell/trace-mapping/node_modules/@jridgewell/sourcemap-codec": { - "version": "1.4.14", - "dev": true, - "inBundle": true, - "license": "MIT" - }, "node_modules/tap/node_modules/@types/prop-types": { - "version": "15.7.5", + "version": "15.7.11", "dev": true, "inBundle": true, "license": "MIT" }, "node_modules/tap/node_modules/@types/react": { - "version": "17.0.62", + "version": "17.0.73", "dev": true, "inBundle": true, "license": "MIT", @@ -13388,7 +13380,7 @@ } }, "node_modules/tap/node_modules/@types/scheduler": { - "version": "0.16.3", + "version": "0.16.8", "dev": true, "inBundle": true, "license": "MIT" @@ -13491,7 +13483,7 @@ } }, "node_modules/tap/node_modules/browserslist": { - "version": "4.21.9", + "version": "4.22.2", "dev": true, "funding": [ { @@ -13510,10 +13502,10 @@ "inBundle": true, "license": "MIT", "dependencies": { - "caniuse-lite": "^1.0.30001503", - "electron-to-chromium": "^1.4.431", - "node-releases": "^2.0.12", - "update-browserslist-db": "^1.0.11" + "caniuse-lite": "^1.0.30001565", + "electron-to-chromium": "^1.4.601", + "node-releases": "^2.0.14", + "update-browserslist-db": "^1.0.13" }, "bin": { "browserslist": "cli.js" @@ -13556,7 +13548,7 @@ } }, "node_modules/tap/node_modules/caniuse-lite": { - "version": "1.0.30001517", + "version": "1.0.30001570", "dev": true, "funding": [ { @@ -13749,7 +13741,7 @@ "license": "MIT" }, "node_modules/tap/node_modules/convert-source-map": { - "version": "1.9.0", + "version": "2.0.0", "dev": true, "inBundle": true, "license": "MIT" @@ -13764,7 +13756,7 @@ } }, "node_modules/tap/node_modules/csstype": { - "version": "3.1.2", + "version": "3.1.3", "dev": true, "inBundle": true, "license": "MIT" @@ -13787,7 +13779,7 @@ } }, "node_modules/tap/node_modules/electron-to-chromium": { - "version": "1.4.477", + "version": "1.4.614", "dev": true, "inBundle": true, "license": "ISC" @@ -14232,7 +14224,7 @@ "license": "MIT" }, "node_modules/tap/node_modules/node-releases": { - "version": "2.0.13", + "version": "2.0.14", "dev": true, "inBundle": true, "license": "MIT" @@ -14352,7 +14344,7 @@ } }, "node_modules/tap/node_modules/punycode": { - "version": "2.3.0", + "version": "2.3.1", "dev": true, "inBundle": true, "license": "MIT", @@ -14374,7 +14366,7 @@ } }, "node_modules/tap/node_modules/react-devtools-core": { - "version": "4.28.0", + "version": "4.28.5", "dev": true, "inBundle": true, "license": "MIT", @@ -14729,7 +14721,7 @@ } }, "node_modules/tap/node_modules/update-browserslist-db": { - "version": "1.0.11", + "version": "1.0.13", "dev": true, "funding": [ {