From 6aba7e1fa450856c060c642c2709937c7f331777 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 09:49:32 +0000 Subject: [PATCH] chore: bump tap from 16.3.8 to 16.3.10 Bumps [tap](https://github.com/tapjs/tapjs) from 16.3.8 to 16.3.10. - [Release notes](https://github.com/tapjs/tapjs/releases) - [Commits](https://github.com/tapjs/tapjs/compare/v16.3.8...v16.3.10) --- updated-dependencies: - dependency-name: tap dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 184 ++++++++++++++++++++++------------------------ 1 file changed, 88 insertions(+), 96 deletions(-) diff --git a/package-lock.json b/package-lock.json index bfc27c640..492e4bf7c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9765,9 +9765,9 @@ } }, "node_modules/tap": { - "version": "16.3.8", - "resolved": "https://registry.npmjs.org/tap/-/tap-16.3.8.tgz", - "integrity": "sha512-ARpCLtOFST37MholnZm7JMFikGq0x/T9uBdZH83iuddPNgwDTZQiD8+4x7VABUfVWS0ozKUkmHZ5OOzMI3fLPg==", + "version": "16.3.10", + "resolved": "https://registry.npmjs.org/tap/-/tap-16.3.10.tgz", + "integrity": "sha512-q5Am+PpGHS6JSjk/Zn4bCRBihmZVM15v/MYXUy60wenw5HDe7pVrevLCEoMEz7tuw6jaPOJJqni1y8apN23IGw==", "bundleDependencies": [ "ink", "treport", @@ -9977,19 +9977,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", @@ -9998,25 +9999,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": { @@ -10028,12 +10029,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" @@ -10055,26 +10056,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", @@ -10083,13 +10081,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" @@ -10108,28 +10106,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" @@ -10172,7 +10170,7 @@ } }, "node_modules/tap/node_modules/@babel/helper-string-parser": { - "version": "7.22.5", + "version": "7.23.4", "dev": true, "inBundle": true, "license": "MIT", @@ -10181,7 +10179,7 @@ } }, "node_modules/tap/node_modules/@babel/helper-validator-identifier": { - "version": "7.22.5", + "version": "7.22.20", "dev": true, "inBundle": true, "license": "MIT", @@ -10190,7 +10188,7 @@ } }, "node_modules/tap/node_modules/@babel/helper-validator-option": { - "version": "7.22.5", + "version": "7.23.5", "dev": true, "inBundle": true, "license": "MIT", @@ -10199,27 +10197,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": { @@ -10227,7 +10225,7 @@ } }, "node_modules/tap/node_modules/@babel/parser": { - "version": "7.22.7", + "version": "7.23.6", "dev": true, "inBundle": true, "license": "MIT", @@ -10258,7 +10256,7 @@ } }, "node_modules/tap/node_modules/@babel/plugin-syntax-jsx": { - "version": "7.22.5", + "version": "7.23.3", "dev": true, "inBundle": true, "license": "MIT", @@ -10285,7 +10283,7 @@ } }, "node_modules/tap/node_modules/@babel/plugin-transform-destructuring": { - "version": "7.22.5", + "version": "7.23.3", "dev": true, "inBundle": true, "license": "MIT", @@ -10300,7 +10298,7 @@ } }, "node_modules/tap/node_modules/@babel/plugin-transform-parameters": { - "version": "7.22.5", + "version": "7.23.3", "dev": true, "inBundle": true, "license": "MIT", @@ -10315,16 +10313,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" @@ -10334,34 +10332,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": { @@ -10369,13 +10367,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": { @@ -10417,7 +10415,7 @@ } }, "node_modules/tap/node_modules/@jridgewell/resolve-uri": { - "version": "3.1.0", + "version": "3.1.1", "dev": true, "inBundle": true, "license": "MIT", @@ -10441,29 +10439,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", @@ -10474,7 +10466,7 @@ } }, "node_modules/tap/node_modules/@types/scheduler": { - "version": "0.16.3", + "version": "0.16.8", "dev": true, "inBundle": true, "license": "MIT" @@ -10577,7 +10569,7 @@ } }, "node_modules/tap/node_modules/browserslist": { - "version": "4.21.9", + "version": "4.22.2", "dev": true, "funding": [ { @@ -10596,10 +10588,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" @@ -10642,7 +10634,7 @@ } }, "node_modules/tap/node_modules/caniuse-lite": { - "version": "1.0.30001517", + "version": "1.0.30001570", "dev": true, "funding": [ { @@ -10835,7 +10827,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" @@ -10850,7 +10842,7 @@ } }, "node_modules/tap/node_modules/csstype": { - "version": "3.1.2", + "version": "3.1.3", "dev": true, "inBundle": true, "license": "MIT" @@ -10873,7 +10865,7 @@ } }, "node_modules/tap/node_modules/electron-to-chromium": { - "version": "1.4.477", + "version": "1.4.614", "dev": true, "inBundle": true, "license": "ISC" @@ -11318,7 +11310,7 @@ "license": "MIT" }, "node_modules/tap/node_modules/node-releases": { - "version": "2.0.13", + "version": "2.0.14", "dev": true, "inBundle": true, "license": "MIT" @@ -11438,7 +11430,7 @@ } }, "node_modules/tap/node_modules/punycode": { - "version": "2.3.0", + "version": "2.3.1", "dev": true, "inBundle": true, "license": "MIT", @@ -11460,7 +11452,7 @@ } }, "node_modules/tap/node_modules/react-devtools-core": { - "version": "4.28.0", + "version": "4.28.5", "dev": true, "inBundle": true, "license": "MIT", @@ -11815,7 +11807,7 @@ } }, "node_modules/tap/node_modules/update-browserslist-db": { - "version": "1.0.11", + "version": "1.0.13", "dev": true, "funding": [ {