diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..450900e3 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,13 @@ +version: 2 +updates: + # Enable npm updates + - package-ecosystem: npm + directory: / + schedule: + interval: daily + # UTC + time: '08:00' + reviewers: + - '@BitGo/internal-tools' + labels: + - dependencies diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3e098017..52290257 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: strategy: matrix: - node-version: ['12', '14', '16'] + node-version: ['12', '14', 'lts/*'] name: Node.js ${{ matrix.node-version }} steps: @@ -35,7 +35,9 @@ jobs: uses: actions/cache@v3 with: path: node_modules/.cache - key: turbo-${{ matrix.node-version }}-${{ github.ref_name }}-${{ github.job }}-${{ github.sha }} + key: + turbo-${{ matrix.node-version }}-${{ github.ref_name }}-${{ github.job + }}-${{ github.sha }} # According to GitHub documentation, only keys generated by the PR branch and the target branch are considered. This is # to prevent a malicious PR from manipulating the cache to inject malicious code into unrelated branches. # See: https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#matching-a-cache-key diff --git a/package-lock.json b/package-lock.json index a22ecc09..2f0cb572 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "multi-semantic-release": "2.11.3", "pre-commit": "1.2.2", "prettier": "2.5.1", - "turbo": "1.1.10", + "turbo": "1.2.9", "typescript": "4.5.5" } }, @@ -86,24 +86,24 @@ } }, "node_modules/@babel/core": { - "version": "7.17.9", + "version": "7.17.8", "dev": true, "license": "MIT", "dependencies": { "@ampproject/remapping": "^2.1.0", "@babel/code-frame": "^7.16.7", - "@babel/generator": "^7.17.9", + "@babel/generator": "^7.17.7", "@babel/helper-compilation-targets": "^7.17.7", "@babel/helper-module-transforms": "^7.17.7", - "@babel/helpers": "^7.17.9", - "@babel/parser": "^7.17.9", + "@babel/helpers": "^7.17.8", + "@babel/parser": "^7.17.8", "@babel/template": "^7.16.7", - "@babel/traverse": "^7.17.9", + "@babel/traverse": "^7.17.3", "@babel/types": "^7.17.0", "convert-source-map": "^1.7.0", "debug": "^4.1.0", "gensync": "^1.0.0-beta.2", - "json5": "^2.2.1", + "json5": "^2.1.2", "semver": "^6.3.0" }, "engines": { @@ -123,7 +123,7 @@ } }, "node_modules/@babel/generator": { - "version": "7.17.9", + "version": "7.17.7", "dev": true, "license": "MIT", "dependencies": { @@ -172,12 +172,24 @@ } }, "node_modules/@babel/helper-function-name": { - "version": "7.17.9", + "version": "7.16.7", "dev": true, "license": "MIT", "dependencies": { + "@babel/helper-get-function-arity": "^7.16.7", "@babel/template": "^7.16.7", - "@babel/types": "^7.17.0" + "@babel/types": "^7.16.7" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-get-function-arity": { + "version": "7.16.7", + "dev": true, + "license": "MIT", + "dependencies": { + "@babel/types": "^7.16.7" }, "engines": { "node": ">=6.9.0" @@ -262,12 +274,12 @@ } }, "node_modules/@babel/helpers": { - "version": "7.17.9", + "version": "7.17.8", "dev": true, "license": "MIT", "dependencies": { "@babel/template": "^7.16.7", - "@babel/traverse": "^7.17.9", + "@babel/traverse": "^7.17.3", "@babel/types": "^7.17.0" }, "engines": { @@ -275,7 +287,7 @@ } }, "node_modules/@babel/highlight": { - "version": "7.17.9", + "version": "7.16.10", "dev": true, "license": "MIT", "dependencies": { @@ -311,20 +323,25 @@ "node": ">=4" } }, - "node_modules/@babel/highlight/node_modules/escape-string-regexp": { - "version": "1.0.5", + "node_modules/@babel/highlight/node_modules/color-convert": { + "version": "1.9.3", "dev": true, "license": "MIT", - "engines": { - "node": ">=0.8.0" + "dependencies": { + "color-name": "1.1.3" } }, - "node_modules/@babel/highlight/node_modules/has-flag": { - "version": "3.0.0", + "node_modules/@babel/highlight/node_modules/color-name": { + "version": "1.1.3", + "dev": true, + "license": "MIT" + }, + "node_modules/@babel/highlight/node_modules/escape-string-regexp": { + "version": "1.0.5", "dev": true, "license": "MIT", "engines": { - "node": ">=4" + "node": ">=0.8.0" } }, "node_modules/@babel/highlight/node_modules/supports-color": { @@ -339,7 +356,7 @@ } }, "node_modules/@babel/parser": { - "version": "7.17.9", + "version": "7.17.8", "dev": true, "license": "MIT", "bin": { @@ -374,17 +391,17 @@ } }, "node_modules/@babel/traverse": { - "version": "7.17.9", + "version": "7.17.3", "dev": true, "license": "MIT", "dependencies": { "@babel/code-frame": "^7.16.7", - "@babel/generator": "^7.17.9", + "@babel/generator": "^7.17.3", "@babel/helper-environment-visitor": "^7.16.7", - "@babel/helper-function-name": "^7.17.9", + "@babel/helper-function-name": "^7.16.7", "@babel/helper-hoist-variables": "^7.16.7", "@babel/helper-split-export-declaration": "^7.16.7", - "@babel/parser": "^7.17.9", + "@babel/parser": "^7.17.3", "@babel/types": "^7.17.0", "debug": "^4.1.0", "globals": "^11.1.0" @@ -407,8 +424,9 @@ }, "node_modules/@bcoe/v8-coverage": { "version": "0.2.3", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz", + "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==", + "dev": true }, "node_modules/@changesets/types": { "version": "4.1.0", @@ -466,6 +484,18 @@ "sprintf-js": "~1.0.2" } }, + "node_modules/@istanbuljs/load-nyc-config/node_modules/find-up": { + "version": "4.1.0", + "dev": true, + "license": "MIT", + "dependencies": { + "locate-path": "^5.0.0", + "path-exists": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml": { "version": "3.14.1", "dev": true, @@ -478,10 +508,38 @@ "js-yaml": "bin/js-yaml.js" } }, - "node_modules/@istanbuljs/load-nyc-config/node_modules/resolve-from": { + "node_modules/@istanbuljs/load-nyc-config/node_modules/locate-path": { "version": "5.0.0", "dev": true, "license": "MIT", + "dependencies": { + "p-locate": "^4.1.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@istanbuljs/load-nyc-config/node_modules/p-limit": { + "version": "2.3.0", + "dev": true, + "license": "MIT", + "dependencies": { + "p-try": "^2.0.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/@istanbuljs/load-nyc-config/node_modules/p-locate": { + "version": "4.1.0", + "dev": true, + "license": "MIT", + "dependencies": { + "p-limit": "^2.2.0" + }, "engines": { "node": ">=8" } @@ -508,9 +566,10 @@ "license": "MIT" }, "node_modules/@jridgewell/trace-mapping": { - "version": "0.3.8", + "version": "0.3.13", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.13.tgz", + "integrity": "sha512-o1xbKhp9qnIAoHJSWd6KlCZfqslL4valSF81H8ImioOAxluWYWOpWkpyktY2vnt4tbrX9XYaxovq6cgowaJp2w==", "dev": true, - "license": "MIT", "dependencies": { "@jridgewell/resolve-uri": "^3.0.3", "@jridgewell/sourcemap-codec": "^1.4.10" @@ -527,6 +586,23 @@ "fs-extra": "^8.1.0" } }, + "node_modules/@manypkg/find-root/node_modules/@types/node": { + "version": "12.20.52", + "dev": true, + "license": "MIT" + }, + "node_modules/@manypkg/find-root/node_modules/find-up": { + "version": "4.1.0", + "dev": true, + "license": "MIT", + "dependencies": { + "locate-path": "^5.0.0", + "path-exists": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/@manypkg/find-root/node_modules/fs-extra": { "version": "8.1.0", "dev": true, @@ -548,6 +624,42 @@ "graceful-fs": "^4.1.6" } }, + "node_modules/@manypkg/find-root/node_modules/locate-path": { + "version": "5.0.0", + "dev": true, + "license": "MIT", + "dependencies": { + "p-locate": "^4.1.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@manypkg/find-root/node_modules/p-limit": { + "version": "2.3.0", + "dev": true, + "license": "MIT", + "dependencies": { + "p-try": "^2.0.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/@manypkg/find-root/node_modules/p-locate": { + "version": "4.1.0", + "dev": true, + "license": "MIT", + "dependencies": { + "p-limit": "^2.2.0" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/@manypkg/find-root/node_modules/universalify": { "version": "0.1.2", "dev": true, @@ -569,6 +681,14 @@ "read-yaml-file": "^1.1.0" } }, + "node_modules/@manypkg/get-packages/node_modules/array-union": { + "version": "2.1.0", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, "node_modules/@manypkg/get-packages/node_modules/fs-extra": { "version": "8.1.0", "dev": true, @@ -582,6 +702,25 @@ "node": ">=6 <7 || >=8" } }, + "node_modules/@manypkg/get-packages/node_modules/globby": { + "version": "11.1.0", + "dev": true, + "license": "MIT", + "dependencies": { + "array-union": "^2.1.0", + "dir-glob": "^3.0.1", + "fast-glob": "^3.2.9", + "ignore": "^5.2.0", + "merge2": "^1.4.1", + "slash": "^3.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/@manypkg/get-packages/node_modules/jsonfile": { "version": "4.0.0", "dev": true, @@ -802,6 +941,44 @@ "semantic-release": ">=18.0.0-beta.1" } }, + "node_modules/@semantic-release/github/node_modules/array-union": { + "version": "2.1.0", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/@semantic-release/github/node_modules/globby": { + "version": "11.1.0", + "dev": true, + "license": "MIT", + "dependencies": { + "array-union": "^2.1.0", + "dir-glob": "^3.0.1", + "fast-glob": "^3.2.9", + "ignore": "^5.2.0", + "merge2": "^1.4.1", + "slash": "^3.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/@semantic-release/github/node_modules/mime": { + "version": "3.0.0", + "dev": true, + "license": "MIT", + "bin": { + "mime": "cli.js" + }, + "engines": { + "node": ">=10.0.0" + } + }, "node_modules/@semantic-release/npm": { "version": "9.0.1", "dev": true, @@ -953,8 +1130,9 @@ }, "node_modules/@types/istanbul-lib-coverage": { "version": "2.0.4", - "dev": true, - "license": "MIT" + "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.4.tgz", + "integrity": "sha512-z/QT1XN4K4KYuslS23k62yDIDLwLFkzxOuMplDtObz0+y7VqJCaO2o+SPwHCvLFZh7xazvvoor2tA/hPz9ee7g==", + "dev": true }, "node_modules/@types/mime": { "version": "1.3.2", @@ -972,7 +1150,7 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "12.20.48", + "version": "16.11.7", "dev": true, "license": "MIT" }, @@ -997,7 +1175,7 @@ "license": "MIT" }, "node_modules/@types/retry": { - "version": "0.12.1", + "version": "0.12.0", "dev": true, "license": "MIT" }, @@ -1195,11 +1373,14 @@ "license": "MIT" }, "node_modules/array-union": { - "version": "2.1.0", + "version": "3.0.1", "dev": true, "license": "MIT", "engines": { - "node": ">=8" + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/arrgv": { @@ -1322,17 +1503,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/ava/node_modules/array-union": { - "version": "3.0.1", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/ava/node_modules/clean-stack": { "version": "4.1.0", "dev": true, @@ -1347,36 +1517,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/ava/node_modules/globby": { - "version": "12.2.0", - "dev": true, - "license": "MIT", - "dependencies": { - "array-union": "^3.0.1", - "dir-glob": "^3.0.1", - "fast-glob": "^3.2.7", - "ignore": "^5.1.9", - "merge2": "^1.4.1", - "slash": "^4.0.0" - }, - "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/ava/node_modules/globby/node_modules/slash": { - "version": "4.0.0", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/ava/node_modules/indent-string": { "version": "5.0.0", "dev": true, @@ -1541,8 +1681,9 @@ }, "node_modules/c8": { "version": "7.11.2", + "resolved": "https://registry.npmjs.org/c8/-/c8-7.11.2.tgz", + "integrity": "sha512-6ahJSrhS6TqSghHm+HnWt/8Y2+z0hM/FQyB1ybKhAR30+NYL9CTQ1uwHxuWw6U7BHlHv6wvhgOrH81I+lfCkxg==", "dev": true, - "license": "ISC", "dependencies": { "@bcoe/v8-coverage": "^0.2.3", "@istanbuljs/schema": "^0.1.3", @@ -1566,86 +1707,33 @@ }, "node_modules/c8/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/c8/node_modules/emoji-regex": { "version": "8.0.0", - "dev": true, - "license": "MIT" - }, - "node_modules/c8/node_modules/find-up": { - "version": "5.0.0", - "dev": true, - "license": "MIT", - "dependencies": { - "locate-path": "^6.0.0", - "path-exists": "^4.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true }, "node_modules/c8/node_modules/is-fullwidth-code-point": { "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", "dev": true, - "license": "MIT", "engines": { "node": ">=8" } }, - "node_modules/c8/node_modules/locate-path": { - "version": "6.0.0", - "dev": true, - "license": "MIT", - "dependencies": { - "p-locate": "^5.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/c8/node_modules/p-limit": { - "version": "3.1.0", - "dev": true, - "license": "MIT", - "dependencies": { - "yocto-queue": "^0.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/c8/node_modules/p-locate": { - "version": "5.0.0", - "dev": true, - "license": "MIT", - "dependencies": { - "p-limit": "^3.0.2" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/c8/node_modules/string-width": { "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", "dev": true, - "license": "MIT", "dependencies": { "emoji-regex": "^8.0.0", "is-fullwidth-code-point": "^3.0.0", @@ -1657,8 +1745,9 @@ }, "node_modules/c8/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" }, @@ -1668,8 +1757,9 @@ }, "node_modules/c8/node_modules/yargs": { "version": "16.2.0", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz", + "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==", "dev": true, - "license": "MIT", "dependencies": { "cliui": "^7.0.2", "escalade": "^3.1.1", @@ -1683,6 +1773,15 @@ "node": ">=10" } }, + "node_modules/c8/node_modules/yargs-parser": { + "version": "20.2.9", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", + "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", + "dev": true, + "engines": { + "node": ">=10" + } + }, "node_modules/caching-transform": { "version": "4.0.0", "dev": true, @@ -1744,7 +1843,7 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001332", + "version": "1.0.30001319", "dev": true, "funding": [ { @@ -2057,20 +2156,13 @@ "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "node_modules/cmd-ts/node_modules/color-convert": { - "version": "2.0.1", + "node_modules/cmd-ts/node_modules/has-flag": { + "version": "4.0.0", "license": "MIT", - "dependencies": { - "color-name": "~1.1.4" - }, "engines": { - "node": ">=7.0.0" + "node": ">=8" } }, - "node_modules/cmd-ts/node_modules/color-name": { - "version": "1.1.4", - "license": "MIT" - }, "node_modules/cmd-ts/node_modules/strip-ansi": { "version": "6.0.1", "license": "MIT", @@ -2110,16 +2202,17 @@ } }, "node_modules/color-convert": { - "version": "1.9.3", - "dev": true, + "version": "2.0.1", "license": "MIT", "dependencies": { - "color-name": "1.1.3" + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" } }, "node_modules/color-name": { - "version": "1.1.3", - "dev": true, + "version": "1.1.4", "license": "MIT" }, "node_modules/colorette": { @@ -2221,6 +2314,24 @@ "node": ">= 0.6" } }, + "node_modules/content-disposition/node_modules/safe-buffer": { + "version": "5.2.1", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "MIT" + }, "node_modules/content-type": { "version": "1.0.4", "license": "MIT", @@ -2363,11 +2474,6 @@ "safe-buffer": "~5.1.1" } }, - "node_modules/convert-source-map/node_modules/safe-buffer": { - "version": "5.1.2", - "dev": true, - "license": "MIT" - }, "node_modules/convert-to-spaces": { "version": "1.0.2", "dev": true, @@ -2560,6 +2666,33 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/del/node_modules/array-union": { + "version": "2.1.0", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/del/node_modules/globby": { + "version": "11.1.0", + "dev": true, + "license": "MIT", + "dependencies": { + "array-union": "^2.1.0", + "dir-glob": "^3.0.1", + "fast-glob": "^3.2.9", + "ignore": "^5.2.0", + "merge2": "^1.4.1", + "slash": "^3.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/delayed-stream": { "version": "1.0.0", "license": "MIT", @@ -2651,12 +2784,12 @@ "license": "MIT" }, "node_modules/electron-to-chromium": { - "version": "1.4.114", + "version": "1.4.91", "dev": true, "license": "ISC" }, "node_modules/emittery": { - "version": "0.10.2", + "version": "0.10.1", "dev": true, "license": "MIT", "engines": { @@ -2880,10 +3013,6 @@ "node": ">=0.10.0" } }, - "node_modules/express/node_modules/inherits": { - "version": "2.0.4", - "license": "ISC" - }, "node_modules/express/node_modules/ms": { "version": "2.0.0", "license": "MIT" @@ -2911,6 +3040,24 @@ "node": ">= 0.8" } }, + "node_modules/express/node_modules/safe-buffer": { + "version": "5.2.1", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "MIT" + }, "node_modules/express/node_modules/toidentifier": { "version": "1.0.1", "license": "MIT", @@ -2953,12 +3100,12 @@ } }, "node_modules/figures": { - "version": "4.0.1", + "version": "4.0.0", "dev": true, "license": "MIT", "dependencies": { "escape-string-regexp": "^5.0.0", - "is-unicode-supported": "^1.2.0" + "is-unicode-supported": "^1.0.0" }, "engines": { "node": ">=12" @@ -3021,15 +3168,18 @@ } }, "node_modules/find-up": { - "version": "4.1.0", + "version": "5.0.0", "dev": true, "license": "MIT", "dependencies": { - "locate-path": "^5.0.0", + "locate-path": "^6.0.0", "path-exists": "^4.0.0" }, "engines": { - "node": ">=8" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/find-versions": { @@ -3259,26 +3409,37 @@ } }, "node_modules/globby": { - "version": "11.1.0", + "version": "12.2.0", + "dev": true, + "license": "MIT", + "dependencies": { + "array-union": "^3.0.1", + "dir-glob": "^3.0.1", + "fast-glob": "^3.2.7", + "ignore": "^5.1.9", + "merge2": "^1.4.1", + "slash": "^4.0.0" + }, + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/globby/node_modules/slash": { + "version": "4.0.0", "dev": true, "license": "MIT", - "dependencies": { - "array-union": "^2.1.0", - "dir-glob": "^3.0.1", - "fast-glob": "^3.2.9", - "ignore": "^5.2.0", - "merge2": "^1.4.1", - "slash": "^3.0.0" - }, "engines": { - "node": ">=10" + "node": ">=12" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/graceful-fs": { - "version": "4.2.10", + "version": "4.2.9", "dev": true, "license": "ISC" }, @@ -3337,10 +3498,11 @@ } }, "node_modules/has-flag": { - "version": "4.0.0", + "version": "3.0.0", + "dev": true, "license": "MIT", "engines": { - "node": ">=8" + "node": ">=4" } }, "node_modules/has-symbols": { @@ -3403,6 +3565,22 @@ "node": ">=10" } }, + "node_modules/hosted-git-info/node_modules/lru-cache": { + "version": "6.0.0", + "dev": true, + "license": "ISC", + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/hosted-git-info/node_modules/yallist": { + "version": "4.0.0", + "dev": true, + "license": "ISC" + }, "node_modules/html-escaper": { "version": "2.0.2", "dev": true, @@ -3422,6 +3600,11 @@ "node": ">= 0.6" } }, + "node_modules/http-errors/node_modules/inherits": { + "version": "2.0.3", + "dev": true, + "license": "ISC" + }, "node_modules/http-errors/node_modules/setprototypeof": { "version": "1.1.0", "dev": true, @@ -3499,6 +3682,14 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/import-fresh/node_modules/resolve-from": { + "version": "4.0.0", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=4" + } + }, "node_modules/import-from": { "version": "4.0.0", "dev": true, @@ -3537,7 +3728,7 @@ } }, "node_modules/inherits": { - "version": "2.0.3", + "version": "2.0.4", "license": "ISC" }, "node_modules/ini": { @@ -3561,10 +3752,11 @@ } }, "node_modules/io-ts": { - "version": "2.1.3", + "version": "2.2.16", "license": "MIT", + "peer": true, "peerDependencies": { - "fp-ts": "^2.0.0" + "fp-ts": "^2.5.0" } }, "node_modules/io-ts-types": { @@ -3684,11 +3876,11 @@ } }, "node_modules/is-plain-obj": { - "version": "1.1.0", + "version": "2.1.0", "dev": true, "license": "MIT", "engines": { - "node": ">=0.10.0" + "node": ">=8" } }, "node_modules/is-plain-object": { @@ -3856,6 +4048,14 @@ "node": ">=8" } }, + "node_modules/istanbul-lib-report/node_modules/has-flag": { + "version": "4.0.0", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, "node_modules/istanbul-lib-report/node_modules/supports-color": { "version": "7.2.0", "dev": true, @@ -4117,22 +4317,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/listr2/node_modules/color-convert": { - "version": "2.0.1", - "dev": true, - "license": "MIT", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/listr2/node_modules/color-name": { - "version": "1.1.4", - "dev": true, - "license": "MIT" - }, "node_modules/listr2/node_modules/emoji-regex": { "version": "8.0.0", "dev": true, @@ -4195,14 +4379,17 @@ } }, "node_modules/locate-path": { - "version": "5.0.0", + "version": "6.0.0", "dev": true, "license": "MIT", "dependencies": { - "p-locate": "^4.1.0" + "p-locate": "^5.0.0" }, "engines": { - "node": ">=8" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/lodash": { @@ -4289,22 +4476,14 @@ "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "node_modules/log-symbols/node_modules/color-convert": { - "version": "2.0.1", + "node_modules/log-symbols/node_modules/has-flag": { + "version": "4.0.0", "dev": true, "license": "MIT", - "dependencies": { - "color-name": "~1.1.4" - }, "engines": { - "node": ">=7.0.0" + "node": ">=8" } }, - "node_modules/log-symbols/node_modules/color-name": { - "version": "1.1.4", - "dev": true, - "license": "MIT" - }, "node_modules/log-symbols/node_modules/is-unicode-supported": { "version": "0.1.0", "dev": true, @@ -4366,22 +4545,6 @@ "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/log-update/node_modules/color-convert": { - "version": "2.0.1", - "dev": true, - "license": "MIT", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/log-update/node_modules/color-name": { - "version": "1.1.4", - "dev": true, - "license": "MIT" - }, "node_modules/log-update/node_modules/emoji-regex": { "version": "8.0.0", "dev": true, @@ -4449,13 +4612,12 @@ } }, "node_modules/lru-cache": { - "version": "6.0.0", + "version": "4.1.5", + "dev": true, "license": "ISC", "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=10" + "pseudomap": "^1.0.2", + "yallist": "^2.1.2" } }, "node_modules/make-dir": { @@ -4508,7 +4670,7 @@ } }, "node_modules/marked": { - "version": "4.0.14", + "version": "4.0.15", "dev": true, "license": "MIT", "peer": true, @@ -4613,6 +4775,17 @@ "url": "https://github.com/sindresorhus/mem?sponsor=1" } }, + "node_modules/mem/node_modules/mimic-fn": { + "version": "4.0.0", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, "node_modules/meow": { "version": "8.1.2", "dev": true, @@ -4672,25 +4845,24 @@ } }, "node_modules/micromatch": { - "version": "4.0.5", + "version": "4.0.4", "license": "MIT", "dependencies": { - "braces": "^3.0.2", - "picomatch": "^2.3.1" + "braces": "^3.0.1", + "picomatch": "^2.2.3" }, "engines": { "node": ">=8.6" } }, "node_modules/mime": { - "version": "3.0.0", - "dev": true, + "version": "1.6.0", "license": "MIT", "bin": { "mime": "cli.js" }, "engines": { - "node": ">=10.0.0" + "node": ">=4" } }, "node_modules/mime-db": { @@ -4711,14 +4883,11 @@ } }, "node_modules/mimic-fn": { - "version": "4.0.0", + "version": "2.1.0", "dev": true, "license": "MIT", "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": ">=6" } }, "node_modules/min-indent": { @@ -4765,6 +4934,14 @@ "node": ">=0.10.0" } }, + "node_modules/minimist-options/node_modules/is-plain-obj": { + "version": "1.1.0", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, "node_modules/mkdirp": { "version": "1.0.4", "license": "MIT", @@ -4883,19 +5060,12 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/mocha/node_modules/find-up": { - "version": "5.0.0", + "node_modules/mocha/node_modules/has-flag": { + "version": "4.0.0", "dev": true, "license": "MIT", - "dependencies": { - "locate-path": "^6.0.0", - "path-exists": "^4.0.0" - }, "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": ">=8" } }, "node_modules/mocha/node_modules/is-fullwidth-code-point": { @@ -4906,53 +5076,11 @@ "node": ">=8" } }, - "node_modules/mocha/node_modules/locate-path": { - "version": "6.0.0", - "dev": true, - "license": "MIT", - "dependencies": { - "p-locate": "^5.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/mocha/node_modules/ms": { "version": "2.1.3", "dev": true, "license": "MIT" }, - "node_modules/mocha/node_modules/p-limit": { - "version": "3.1.0", - "dev": true, - "license": "MIT", - "dependencies": { - "yocto-queue": "^0.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/mocha/node_modules/p-locate": { - "version": "5.0.0", - "dev": true, - "license": "MIT", - "dependencies": { - "p-limit": "^3.0.2" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, "node_modules/mocha/node_modules/string-width": { "version": "4.2.3", "dev": true, @@ -5008,14 +5136,6 @@ "node": ">=10" } }, - "node_modules/mocha/node_modules/yargs-parser": { - "version": "20.2.4", - "dev": true, - "license": "ISC", - "engines": { - "node": ">=10" - } - }, "node_modules/modify-values": { "version": "1.0.1", "dev": true, @@ -5225,6 +5345,14 @@ "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, + "node_modules/multi-semantic-release/node_modules/array-union": { + "version": "2.1.0", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, "node_modules/multi-semantic-release/node_modules/chalk": { "version": "4.1.2", "dev": true, @@ -5240,22 +5368,6 @@ "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "node_modules/multi-semantic-release/node_modules/color-convert": { - "version": "2.0.1", - "dev": true, - "license": "MIT", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/multi-semantic-release/node_modules/color-name": { - "version": "1.1.4", - "dev": true, - "license": "MIT" - }, "node_modules/multi-semantic-release/node_modules/conventional-changelog-writer": { "version": "4.1.0", "dev": true, @@ -5369,6 +5481,14 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/multi-semantic-release/node_modules/has-flag": { + "version": "4.0.0", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, "node_modules/multi-semantic-release/node_modules/http-proxy-agent": { "version": "4.0.1", "dev": true, @@ -8371,14 +8491,6 @@ "node": ">= 6" } }, - "node_modules/multi-semantic-release/node_modules/resolve-from": { - "version": "5.0.0", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, "node_modules/multi-semantic-release/node_modules/semantic-release": { "version": "17.4.7", "dev": true, @@ -8585,7 +8697,7 @@ } }, "node_modules/node-releases": { - "version": "2.0.3", + "version": "2.0.2", "dev": true, "license": "MIT" }, @@ -8631,7 +8743,7 @@ } }, "node_modules/npm": { - "version": "8.7.0", + "version": "8.10.0", "bundleDependencies": [ "@isaacs/string-locale-compare", "@npmcli/arborist", @@ -8717,19 +8829,19 @@ "@npmcli/ci-detect": "^2.0.0", "@npmcli/config": "^4.1.0", "@npmcli/fs": "^2.1.0", - "@npmcli/map-workspaces": "^2.0.2", + "@npmcli/map-workspaces": "^2.0.3", "@npmcli/package-json": "^2.0.0", "@npmcli/run-script": "^3.0.1", "abbrev": "~1.1.1", "archy": "~1.0.0", - "cacache": "^16.0.4", + "cacache": "^16.0.7", "chalk": "^4.1.2", "chownr": "^2.0.0", "cli-columns": "^4.0.0", - "cli-table3": "^0.6.1", + "cli-table3": "^0.6.2", "columnify": "^1.6.0", "fastest-levenshtein": "^1.0.12", - "glob": "^7.2.0", + "glob": "^8.0.1", "graceful-fs": "^4.2.10", "hosted-git-info": "^5.0.0", "ini": "^3.0.0", @@ -8747,7 +8859,7 @@ "libnpmsearch": "^5.0.2", "libnpmteam": "^4.0.2", "libnpmversion": "^3.0.1", - "make-fetch-happen": "^10.1.2", + "make-fetch-happen": "^10.1.3", "minipass": "^3.1.6", "minipass-pipeline": "^1.2.4", "mkdirp": "^1.0.4", @@ -8759,21 +8871,21 @@ "npm-install-checks": "^5.0.0", "npm-package-arg": "^9.0.2", "npm-pick-manifest": "^7.0.1", - "npm-profile": "^6.0.2", - "npm-registry-fetch": "^13.1.0", + "npm-profile": "^6.0.3", + "npm-registry-fetch": "^13.1.1", "npm-user-validate": "^1.0.1", - "npmlog": "^6.0.1", + "npmlog": "^6.0.2", "opener": "^1.5.2", - "pacote": "^13.1.1", + "pacote": "^13.3.0", "parse-conflict-json": "^2.0.2", "proc-log": "^2.0.1", "qrcode-terminal": "^0.12.0", "read": "~1.0.7", - "read-package-json": "^5.0.0", + "read-package-json": "^5.0.1", "read-package-json-fast": "^2.0.3", "readdir-scoped-modules": "^1.1.0", "rimraf": "^3.0.2", - "semver": "^7.3.6", + "semver": "^7.3.7", "ssri": "^9.0.0", "tar": "^6.1.11", "text-table": "~0.2.0", @@ -8795,11 +8907,21 @@ "version": "4.0.1", "dev": true, "license": "MIT", - "dependencies": { - "path-key": "^3.0.0" - }, + "dependencies": { + "path-key": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/npm/node_modules/@colors/colors": { + "version": "1.5.0", + "dev": true, + "inBundle": true, + "license": "MIT", + "optional": true, "engines": { - "node": ">=8" + "node": ">=0.1.90" } }, "node_modules/npm/node_modules/@gar/promisify": { @@ -8815,14 +8937,14 @@ "license": "ISC" }, "node_modules/npm/node_modules/@npmcli/arborist": { - "version": "5.0.6", + "version": "5.2.0", "dev": true, "inBundle": true, "license": "ISC", "dependencies": { "@isaacs/string-locale-compare": "^1.1.0", "@npmcli/installed-package-contents": "^1.0.7", - "@npmcli/map-workspaces": "^2.0.0", + "@npmcli/map-workspaces": "^2.0.3", "@npmcli/metavuln-calculator": "^3.0.1", "@npmcli/move-file": "^2.0.0", "@npmcli/name-from-folder": "^1.0.1", @@ -8830,7 +8952,7 @@ "@npmcli/package-json": "^2.0.0", "@npmcli/run-script": "^3.0.0", "bin-links": "^3.0.0", - "cacache": "^16.0.0", + "cacache": "^16.0.6", "common-ancestor-path": "^1.0.1", "json-parse-even-better-errors": "^2.3.1", "json-stringify-nice": "^1.1.4", @@ -8841,7 +8963,7 @@ "npm-package-arg": "^9.0.0", "npm-pick-manifest": "^7.0.0", "npm-registry-fetch": "^13.0.0", - "npmlog": "^6.0.1", + "npmlog": "^6.0.2", "pacote": "^13.0.5", "parse-conflict-json": "^2.0.1", "proc-log": "^2.0.0", @@ -8850,7 +8972,7 @@ "read-package-json-fast": "^2.0.2", "readdir-scoped-modules": "^1.1.0", "rimraf": "^3.0.2", - "semver": "^7.3.5", + "semver": "^7.3.7", "ssri": "^9.0.0", "treeverse": "^2.0.0", "walk-up-path": "^1.0.0" @@ -8952,18 +9074,18 @@ } }, "node_modules/npm/node_modules/@npmcli/map-workspaces": { - "version": "2.0.2", + "version": "2.0.3", "dev": true, "inBundle": true, "license": "ISC", "dependencies": { "@npmcli/name-from-folder": "^1.0.1", - "glob": "^7.2.0", + "glob": "^8.0.1", "minimatch": "^5.0.1", "read-package-json-fast": "^2.0.3" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16" + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, "node_modules/npm/node_modules/@npmcli/metavuln-calculator": { @@ -9199,7 +9321,7 @@ } }, "node_modules/npm/node_modules/builtins": { - "version": "5.0.0", + "version": "5.0.1", "dev": true, "inBundle": true, "license": "MIT", @@ -9208,7 +9330,7 @@ } }, "node_modules/npm/node_modules/cacache": { - "version": "16.0.4", + "version": "16.0.7", "dev": true, "inBundle": true, "license": "ISC", @@ -9217,7 +9339,7 @@ "@npmcli/move-file": "^2.0.0", "chownr": "^2.0.0", "fs-minipass": "^2.1.0", - "glob": "^7.2.0", + "glob": "^8.0.1", "infer-owner": "^1.0.4", "lru-cache": "^7.7.1", "minipass": "^3.1.6", @@ -9296,7 +9418,7 @@ } }, "node_modules/npm/node_modules/cli-table3": { - "version": "0.6.1", + "version": "0.6.2", "dev": true, "inBundle": true, "license": "MIT", @@ -9307,7 +9429,7 @@ "node": "10.* || >= 12.*" }, "optionalDependencies": { - "colors": "1.4.0" + "@colors/colors": "1.5.0" } }, "node_modules/npm/node_modules/clone": { @@ -9358,16 +9480,6 @@ "color-support": "bin.js" } }, - "node_modules/npm/node_modules/colors": { - "version": "1.4.0", - "dev": true, - "inBundle": true, - "license": "MIT", - "optional": true, - "engines": { - "node": ">=0.1.90" - } - }, "node_modules/npm/node_modules/columnify": { "version": "1.6.0", "dev": true, @@ -9555,7 +9667,7 @@ } }, "node_modules/npm/node_modules/glob": { - "version": "7.2.0", + "version": "8.0.1", "dev": true, "inBundle": true, "license": "ISC", @@ -9563,39 +9675,17 @@ "fs.realpath": "^1.0.0", "inflight": "^1.0.4", "inherits": "2", - "minimatch": "^3.0.4", + "minimatch": "^5.0.1", "once": "^1.3.0", "path-is-absolute": "^1.0.0" }, "engines": { - "node": "*" + "node": ">=12" }, "funding": { "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/npm/node_modules/glob/node_modules/brace-expansion": { - "version": "1.1.11", - "dev": true, - "inBundle": true, - "license": "MIT", - "dependencies": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "node_modules/npm/node_modules/glob/node_modules/minimatch": { - "version": "3.1.2", - "dev": true, - "inBundle": true, - "license": "ISC", - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" - } - }, "node_modules/npm/node_modules/graceful-fs": { "version": "4.2.10", "dev": true, @@ -9662,7 +9752,7 @@ } }, "node_modules/npm/node_modules/https-proxy-agent": { - "version": "5.0.0", + "version": "5.0.1", "dev": true, "inBundle": true, "license": "MIT", @@ -9776,7 +9866,7 @@ } }, "node_modules/npm/node_modules/ip": { - "version": "1.1.5", + "version": "1.1.8", "dev": true, "inBundle": true, "license": "MIT" @@ -9803,7 +9893,7 @@ } }, "node_modules/npm/node_modules/is-core-module": { - "version": "2.8.1", + "version": "2.9.0", "dev": true, "inBundle": true, "license": "MIT", @@ -9860,7 +9950,7 @@ "license": "MIT" }, "node_modules/npm/node_modules/just-diff": { - "version": "5.0.1", + "version": "5.0.2", "dev": true, "inBundle": true, "license": "MIT" @@ -9906,7 +9996,7 @@ } }, "node_modules/npm/node_modules/libnpmexec": { - "version": "4.0.3", + "version": "4.0.5", "dev": true, "inBundle": true, "license": "ISC", @@ -9917,7 +10007,7 @@ "chalk": "^4.1.0", "mkdirp-infer-owner": "^2.0.0", "npm-package-arg": "^9.0.1", - "npmlog": "^6.0.1", + "npmlog": "^6.0.2", "pacote": "^13.0.5", "proc-log": "^2.0.0", "read": "^1.0.7", @@ -9981,7 +10071,7 @@ } }, "node_modules/npm/node_modules/libnpmpublish": { - "version": "6.0.3", + "version": "6.0.4", "dev": true, "inBundle": true, "license": "ISC", @@ -9989,7 +10079,7 @@ "normalize-package-data": "^4.0.0", "npm-package-arg": "^9.0.1", "npm-registry-fetch": "^13.0.0", - "semver": "^7.1.3", + "semver": "^7.3.7", "ssri": "^9.0.0" }, "engines": { @@ -10022,7 +10112,7 @@ } }, "node_modules/npm/node_modules/libnpmversion": { - "version": "3.0.3", + "version": "3.0.4", "dev": true, "inBundle": true, "license": "ISC", @@ -10031,14 +10121,14 @@ "@npmcli/run-script": "^3.0.0", "json-parse-even-better-errors": "^2.3.1", "proc-log": "^2.0.0", - "semver": "^7.3.5" + "semver": "^7.3.7" }, "engines": { "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, "node_modules/npm/node_modules/lru-cache": { - "version": "7.7.3", + "version": "7.9.0", "dev": true, "inBundle": true, "license": "ISC", @@ -10047,7 +10137,7 @@ } }, "node_modules/npm/node_modules/make-fetch-happen": { - "version": "10.1.2", + "version": "10.1.3", "dev": true, "inBundle": true, "license": "ISC", @@ -10256,6 +10346,48 @@ "node": "^12.22 || ^14.13 || >=16" } }, + "node_modules/npm/node_modules/node-gyp/node_modules/brace-expansion": { + "version": "1.1.11", + "dev": true, + "inBundle": true, + "license": "MIT", + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "node_modules/npm/node_modules/node-gyp/node_modules/glob": { + "version": "7.2.0", + "dev": true, + "inBundle": true, + "license": "ISC", + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, + "engines": { + "node": "*" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/npm/node_modules/node-gyp/node_modules/minimatch": { + "version": "3.1.2", + "dev": true, + "inBundle": true, + "license": "ISC", + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, "node_modules/npm/node_modules/nopt": { "version": "5.0.0", "dev": true, @@ -10340,12 +10472,12 @@ } }, "node_modules/npm/node_modules/npm-packlist": { - "version": "5.0.0", + "version": "5.0.3", "dev": true, "inBundle": true, "license": "ISC", "dependencies": { - "glob": "^7.2.0", + "glob": "^8.0.1", "ignore-walk": "^5.0.1", "npm-bundled": "^1.1.2", "npm-normalize-package-bin": "^1.0.1" @@ -10373,20 +10505,20 @@ } }, "node_modules/npm/node_modules/npm-profile": { - "version": "6.0.2", + "version": "6.0.3", "dev": true, "inBundle": true, "license": "ISC", "dependencies": { - "npm-registry-fetch": "^13.0.0", + "npm-registry-fetch": "^13.0.1", "proc-log": "^2.0.0" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16" + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, "node_modules/npm/node_modules/npm-registry-fetch": { - "version": "13.1.0", + "version": "13.1.1", "dev": true, "inBundle": true, "license": "ISC", @@ -10410,18 +10542,18 @@ "license": "BSD-2-Clause" }, "node_modules/npm/node_modules/npmlog": { - "version": "6.0.1", + "version": "6.0.2", "dev": true, "inBundle": true, "license": "ISC", "dependencies": { "are-we-there-yet": "^3.0.0", "console-control-strings": "^1.1.0", - "gauge": "^4.0.0", + "gauge": "^4.0.3", "set-blocking": "^2.0.0" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16" + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, "node_modules/npm/node_modules/once": { @@ -10458,7 +10590,7 @@ } }, "node_modules/npm/node_modules/pacote": { - "version": "13.1.1", + "version": "13.3.0", "dev": true, "inBundle": true, "license": "ISC", @@ -10600,18 +10732,18 @@ } }, "node_modules/npm/node_modules/read-package-json": { - "version": "5.0.0", + "version": "5.0.1", "dev": true, "inBundle": true, "license": "ISC", "dependencies": { - "glob": "^7.2.0", + "glob": "^8.0.1", "json-parse-even-better-errors": "^2.3.1", "normalize-package-data": "^4.0.0", "npm-normalize-package-bin": "^1.0.1" }, "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16" + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, "node_modules/npm/node_modules/read-package-json-fast": { @@ -10677,6 +10809,48 @@ "url": "https://github.com/sponsors/isaacs" } }, + "node_modules/npm/node_modules/rimraf/node_modules/brace-expansion": { + "version": "1.1.11", + "dev": true, + "inBundle": true, + "license": "MIT", + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "node_modules/npm/node_modules/rimraf/node_modules/glob": { + "version": "7.2.0", + "dev": true, + "inBundle": true, + "license": "ISC", + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, + "engines": { + "node": "*" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/npm/node_modules/rimraf/node_modules/minimatch": { + "version": "3.1.2", + "dev": true, + "inBundle": true, + "license": "ISC", + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, "node_modules/npm/node_modules/safe-buffer": { "version": "5.2.1", "dev": true, @@ -10705,18 +10879,30 @@ "optional": true }, "node_modules/npm/node_modules/semver": { - "version": "7.3.6", + "version": "7.3.7", "dev": true, "inBundle": true, "license": "ISC", "dependencies": { - "lru-cache": "^7.4.0" + "lru-cache": "^6.0.0" }, "bin": { "semver": "bin/semver.js" }, "engines": { - "node": "^10.0.0 || ^12.0.0 || ^14.0.0 || >=16.0.0" + "node": ">=10" + } + }, + "node_modules/npm/node_modules/semver/node_modules/lru-cache": { + "version": "6.0.0", + "dev": true, + "inBundle": true, + "license": "ISC", + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=10" } }, "node_modules/npm/node_modules/set-blocking": { @@ -10756,14 +10942,14 @@ } }, "node_modules/npm/node_modules/socks-proxy-agent": { - "version": "6.1.1", + "version": "6.2.0", "dev": true, "inBundle": true, "license": "MIT", "dependencies": { "agent-base": "^6.0.2", - "debug": "^4.3.1", - "socks": "^2.6.1" + "debug": "^4.3.3", + "socks": "^2.6.2" }, "engines": { "node": ">= 10" @@ -11080,50 +11266,74 @@ "wrap-ansi": "^6.2.0" } }, - "node_modules/nyc/node_modules/color-convert": { - "version": "2.0.1", + "node_modules/nyc/node_modules/emoji-regex": { + "version": "8.0.0", + "dev": true, + "license": "MIT" + }, + "node_modules/nyc/node_modules/find-up": { + "version": "4.1.0", "dev": true, "license": "MIT", "dependencies": { - "color-name": "~1.1.4" + "locate-path": "^5.0.0", + "path-exists": "^4.0.0" }, "engines": { - "node": ">=7.0.0" + "node": ">=8" } }, - "node_modules/nyc/node_modules/color-name": { - "version": "1.1.4", + "node_modules/nyc/node_modules/is-fullwidth-code-point": { + "version": "3.0.0", "dev": true, - "license": "MIT" + "license": "MIT", + "engines": { + "node": ">=8" + } }, - "node_modules/nyc/node_modules/emoji-regex": { - "version": "8.0.0", + "node_modules/nyc/node_modules/locate-path": { + "version": "5.0.0", "dev": true, - "license": "MIT" + "license": "MIT", + "dependencies": { + "p-locate": "^4.1.0" + }, + "engines": { + "node": ">=8" + } }, - "node_modules/nyc/node_modules/is-fullwidth-code-point": { - "version": "3.0.0", + "node_modules/nyc/node_modules/p-limit": { + "version": "2.3.0", "dev": true, "license": "MIT", + "dependencies": { + "p-try": "^2.0.0" + }, "engines": { - "node": ">=8" + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/nyc/node_modules/p-map": { - "version": "3.0.0", + "node_modules/nyc/node_modules/p-locate": { + "version": "4.1.0", "dev": true, "license": "MIT", "dependencies": { - "aggregate-error": "^3.0.0" + "p-limit": "^2.2.0" }, "engines": { "node": ">=8" } }, - "node_modules/nyc/node_modules/resolve-from": { - "version": "5.0.0", + "node_modules/nyc/node_modules/p-map": { + "version": "3.0.0", "dev": true, "license": "MIT", + "dependencies": { + "aggregate-error": "^3.0.0" + }, "engines": { "node": ">=8" } @@ -11242,14 +11452,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/onetime/node_modules/mimic-fn": { - "version": "2.1.0", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=6" - } - }, "node_modules/openapi-types": { "version": "10.0.0", "license": "MIT" @@ -11322,28 +11524,31 @@ } }, "node_modules/p-limit": { - "version": "2.3.0", + "version": "3.1.0", "dev": true, "license": "MIT", "dependencies": { - "p-try": "^2.0.0" + "yocto-queue": "^0.1.0" }, "engines": { - "node": ">=6" + "node": ">=10" }, "funding": { "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/p-locate": { - "version": "4.1.0", + "version": "5.0.0", "dev": true, "license": "MIT", "dependencies": { - "p-limit": "^2.2.0" + "p-limit": "^3.0.2" }, "engines": { - "node": ">=8" + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, "node_modules/p-map": { @@ -11369,11 +11574,11 @@ } }, "node_modules/p-retry": { - "version": "4.6.1", + "version": "4.6.2", "dev": true, "license": "MIT", "dependencies": { - "@types/retry": "^0.12.0", + "@types/retry": "0.12.0", "retry": "^0.13.1" }, "engines": { @@ -11664,6 +11869,54 @@ "node": ">=8" } }, + "node_modules/pkg-dir/node_modules/find-up": { + "version": "4.1.0", + "dev": true, + "license": "MIT", + "dependencies": { + "locate-path": "^5.0.0", + "path-exists": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/pkg-dir/node_modules/locate-path": { + "version": "5.0.0", + "dev": true, + "license": "MIT", + "dependencies": { + "p-locate": "^4.1.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/pkg-dir/node_modules/p-limit": { + "version": "2.3.0", + "dev": true, + "license": "MIT", + "dependencies": { + "p-try": "^2.0.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/pkg-dir/node_modules/p-locate": { + "version": "4.1.0", + "dev": true, + "license": "MIT", + "dependencies": { + "p-limit": "^2.2.0" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/plur": { "version": "5.1.0", "dev": true, @@ -11699,15 +11952,6 @@ "which": "^1.2.9" } }, - "node_modules/pre-commit/node_modules/lru-cache": { - "version": "4.1.5", - "dev": true, - "license": "ISC", - "dependencies": { - "pseudomap": "^1.0.2", - "yallist": "^2.1.2" - } - }, "node_modules/pre-commit/node_modules/shebang-command": { "version": "1.2.0", "dev": true, @@ -11738,11 +11982,6 @@ "which": "bin/which" } }, - "node_modules/pre-commit/node_modules/yallist": { - "version": "2.1.2", - "dev": true, - "license": "ISC" - }, "node_modules/prettier": { "version": "2.5.1", "dev": true, @@ -11909,6 +12148,11 @@ "node": ">= 0.6" } }, + "node_modules/raw-body/node_modules/inherits": { + "version": "2.0.3", + "dev": true, + "license": "ISC" + }, "node_modules/raw-body/node_modules/setprototypeof": { "version": "1.0.3", "dev": true, @@ -11966,6 +12210,54 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/read-pkg-up/node_modules/find-up": { + "version": "4.1.0", + "dev": true, + "license": "MIT", + "dependencies": { + "locate-path": "^5.0.0", + "path-exists": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/read-pkg-up/node_modules/locate-path": { + "version": "5.0.0", + "dev": true, + "license": "MIT", + "dependencies": { + "p-locate": "^4.1.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/read-pkg-up/node_modules/p-limit": { + "version": "2.3.0", + "dev": true, + "license": "MIT", + "dependencies": { + "p-try": "^2.0.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/read-pkg-up/node_modules/p-locate": { + "version": "4.1.0", + "dev": true, + "license": "MIT", + "dependencies": { + "p-limit": "^2.2.0" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/read-pkg-up/node_modules/type-fest": { "version": "0.8.1", "dev": true, @@ -12061,10 +12353,6 @@ "util-deprecate": "~1.0.1" } }, - "node_modules/readable-stream/node_modules/safe-buffer": { - "version": "5.1.2", - "license": "MIT" - }, "node_modules/readdirp": { "version": "3.6.0", "dev": true, @@ -12168,7 +12456,7 @@ "node": ">=8" } }, - "node_modules/resolve-cwd/node_modules/resolve-from": { + "node_modules/resolve-from": { "version": "5.0.0", "dev": true, "license": "MIT", @@ -12176,14 +12464,6 @@ "node": ">=8" } }, - "node_modules/resolve-from": { - "version": "4.0.0", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=4" - } - }, "node_modules/restore-cursor": { "version": "3.1.0", "dev": true, @@ -12261,21 +12541,7 @@ } }, "node_modules/safe-buffer": { - "version": "5.2.1", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ], + "version": "5.1.2", "license": "MIT" }, "node_modules/safer-buffer": { @@ -12381,15 +12647,6 @@ "node": ">=8" } }, - "node_modules/semantic-release/node_modules/resolve-from": { - "version": "5.0.0", - "dev": true, - "license": "MIT", - "peer": true, - "engines": { - "node": ">=8" - } - }, "node_modules/semantic-release/node_modules/string-width": { "version": "4.2.3", "dev": true, @@ -12435,7 +12692,7 @@ } }, "node_modules/semver": { - "version": "7.3.7", + "version": "7.3.5", "license": "ISC", "dependencies": { "lru-cache": "^6.0.0" @@ -12467,7 +12724,7 @@ } }, "node_modules/semver-regex": { - "version": "3.1.3", + "version": "3.1.4", "dev": true, "license": "MIT", "engines": { @@ -12477,6 +12734,20 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/semver/node_modules/lru-cache": { + "version": "6.0.0", + "license": "ISC", + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/semver/node_modules/yallist": { + "version": "4.0.0", + "license": "ISC" + }, "node_modules/send": { "version": "0.17.2", "license": "MIT", @@ -12524,20 +12795,6 @@ "node": ">= 0.6" } }, - "node_modules/send/node_modules/inherits": { - "version": "2.0.4", - "license": "ISC" - }, - "node_modules/send/node_modules/mime": { - "version": "1.6.0", - "license": "MIT", - "bin": { - "mime": "cli.js" - }, - "engines": { - "node": ">=4" - } - }, "node_modules/send/node_modules/ms": { "version": "2.1.3", "license": "MIT" @@ -12677,6 +12934,19 @@ "node": ">=4" } }, + "node_modules/signale/node_modules/color-convert": { + "version": "1.9.3", + "dev": true, + "license": "MIT", + "dependencies": { + "color-name": "1.1.3" + } + }, + "node_modules/signale/node_modules/color-name": { + "version": "1.1.3", + "dev": true, + "license": "MIT" + }, "node_modules/signale/node_modules/escape-string-regexp": { "version": "1.0.5", "dev": true, @@ -12707,14 +12977,6 @@ "node": ">=4" } }, - "node_modules/signale/node_modules/has-flag": { - "version": "3.0.0", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=4" - } - }, "node_modules/signale/node_modules/load-json-file": { "version": "4.0.0", "dev": true, @@ -13011,10 +13273,6 @@ "safe-buffer": "~5.1.0" } }, - "node_modules/string_decoder/node_modules/safe-buffer": { - "version": "5.1.2", - "license": "MIT" - }, "node_modules/string-argv": { "version": "0.3.1", "dev": true, @@ -13117,16 +13375,6 @@ "ms": "^2.1.1" } }, - "node_modules/superagent/node_modules/mime": { - "version": "1.6.0", - "license": "MIT", - "bin": { - "mime": "cli.js" - }, - "engines": { - "node": ">=4" - } - }, "node_modules/supertap": { "version": "2.0.0", "dev": true, @@ -13268,7 +13516,7 @@ } }, "node_modules/supports-color": { - "version": "9.2.2", + "version": "9.2.1", "dev": true, "license": "MIT", "engines": { @@ -13290,6 +13538,14 @@ "node": ">=8" } }, + "node_modules/supports-hyperlinks/node_modules/has-flag": { + "version": "4.0.0", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, "node_modules/supports-hyperlinks/node_modules/supports-color": { "version": "7.2.0", "dev": true, @@ -13497,7 +13753,7 @@ "license": "0BSD" }, "node_modules/turbo": { - "version": "1.1.10", + "version": "1.2.9", "dev": true, "hasInstallScript": true, "license": "MPL-2.0", @@ -13505,22 +13761,23 @@ "turbo": "bin/turbo" }, "optionalDependencies": { - "turbo-darwin-64": "1.1.10", - "turbo-darwin-arm64": "1.1.10", - "turbo-freebsd-64": "1.1.10", - "turbo-freebsd-arm64": "1.1.10", - "turbo-linux-32": "1.1.10", - "turbo-linux-64": "1.1.10", - "turbo-linux-arm": "1.1.10", - "turbo-linux-arm64": "1.1.10", - "turbo-linux-mips64le": "1.1.10", - "turbo-linux-ppc64le": "1.1.10", - "turbo-windows-32": "1.1.10", - "turbo-windows-64": "1.1.10" + "turbo-darwin-64": "1.2.9", + "turbo-darwin-arm64": "1.2.9", + "turbo-freebsd-64": "1.2.9", + "turbo-freebsd-arm64": "1.2.9", + "turbo-linux-32": "1.2.9", + "turbo-linux-64": "1.2.9", + "turbo-linux-arm": "1.2.9", + "turbo-linux-arm64": "1.2.9", + "turbo-linux-mips64le": "1.2.9", + "turbo-linux-ppc64le": "1.2.9", + "turbo-windows-32": "1.2.9", + "turbo-windows-64": "1.2.9", + "turbo-windows-arm64": "1.2.9" } }, "node_modules/turbo-linux-64": { - "version": "1.1.10", + "version": "1.2.9", "cpu": [ "x64" ], @@ -13586,7 +13843,7 @@ } }, "node_modules/uglify-js": { - "version": "3.15.4", + "version": "3.15.5", "dev": true, "license": "BSD-2-Clause", "optional": true, @@ -13676,8 +13933,9 @@ }, "node_modules/v8-to-istanbul": { "version": "9.0.0", + "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-9.0.0.tgz", + "integrity": "sha512-HcvgY/xaRm7isYmyx+lFKA4uQmfUbN0J4M0nNItvzTvH/iQ9kW5j/t4YSR+Ge323/lrgDAWJoF46tzGQHwBHFw==", "dev": true, - "license": "ISC", "dependencies": { "@jridgewell/trace-mapping": "^0.3.7", "@types/istanbul-lib-coverage": "^2.0.1", @@ -13753,7 +14011,7 @@ } }, "node_modules/wide-align/node_modules/ansi-regex": { - "version": "3.0.1", + "version": "3.0.0", "dev": true, "license": "MIT", "engines": { @@ -13839,22 +14097,6 @@ "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/wrap-ansi/node_modules/color-convert": { - "version": "2.0.1", - "dev": true, - "license": "MIT", - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/wrap-ansi/node_modules/color-name": { - "version": "1.1.4", - "dev": true, - "license": "MIT" - }, "node_modules/wrap-ansi/node_modules/emoji-regex": { "version": "8.0.0", "dev": true, @@ -13925,7 +14167,8 @@ } }, "node_modules/yallist": { - "version": "4.0.0", + "version": "2.1.2", + "dev": true, "license": "ISC" }, "node_modules/yaml": { @@ -13937,7 +14180,7 @@ } }, "node_modules/yargs": { - "version": "17.4.1", + "version": "17.4.0", "dev": true, "license": "MIT", "dependencies": { @@ -13954,7 +14197,7 @@ } }, "node_modules/yargs-parser": { - "version": "20.2.9", + "version": "20.2.4", "dev": true, "license": "ISC", "engines": { @@ -13997,14 +14240,6 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/yargs-unparser/node_modules/is-plain-obj": { - "version": "2.1.0", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, "node_modules/yargs/node_modules/ansi-regex": { "version": "5.0.1", "dev": true, @@ -14091,17 +14326,19 @@ "@api-ts/superagent-wrapper": "0.0.0-semantically-released", "@ava/typescript": "3.0.1", "@types/express": "4.17.13", - "@types/node": "16.11.7", "ava": "4.0.1", "c8": "7.11.2", "ts-node": "10.4.0", "typescript": "4.5.5" } }, - "packages/express-wrapper/node_modules/@types/node": { - "version": "16.11.7", - "dev": true, - "license": "MIT" + "packages/express-wrapper/node_modules/io-ts": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/io-ts/-/io-ts-2.1.3.tgz", + "integrity": "sha512-QFMR2QEBSP6w1TPmkpfca6xkzBbXO+K7ubdbV26GlCGI7CP9LV59bfty422JYtWgbBITuL/zBb1+mziv9f5Wfg==", + "peerDependencies": { + "fp-ts": "^2.0.0" + } }, "packages/io-ts-http": { "name": "@api-ts/io-ts-http", @@ -14118,7 +14355,6 @@ "devDependencies": { "@types/chai": "4.2.12", "@types/mocha": "9.0.0", - "@types/node": "14.18.9", "chai": "4.2.0", "mocha": "9.0.3", "nyc": "15.1.0", @@ -14126,10 +14362,13 @@ "typescript": "4.5.5" } }, - "packages/io-ts-http/node_modules/@types/node": { - "version": "14.18.9", - "dev": true, - "license": "MIT" + "packages/io-ts-http/node_modules/io-ts": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/io-ts/-/io-ts-2.1.3.tgz", + "integrity": "sha512-QFMR2QEBSP6w1TPmkpfca6xkzBbXO+K7ubdbV26GlCGI7CP9LV59bfty422JYtWgbBITuL/zBb1+mziv9f5Wfg==", + "peerDependencies": { + "fp-ts": "^2.0.0" + } }, "packages/openapi-generator": { "name": "@api-ts/openapi-generator", @@ -14156,6 +14395,14 @@ "ts-node": "10.4.0" } }, + "packages/openapi-generator/node_modules/io-ts": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/io-ts/-/io-ts-2.1.3.tgz", + "integrity": "sha512-QFMR2QEBSP6w1TPmkpfca6xkzBbXO+K7ubdbV26GlCGI7CP9LV59bfty422JYtWgbBITuL/zBb1+mziv9f5Wfg==", + "peerDependencies": { + "fp-ts": "^2.0.0" + } + }, "packages/response": { "name": "@api-ts/response", "version": "0.0.0-semantically-released", @@ -14179,7 +14426,6 @@ "@types/chai": "4.2.12", "@types/express": "4.17.13", "@types/mocha": "9.0.0", - "@types/node": "16.11.7", "@types/superagent": "4.1.5", "@types/supertest": "2.0.11", "body-parser": "1.18.2", @@ -14194,11 +14440,6 @@ "typescript": "4.5.5" } }, - "packages/superagent-wrapper/node_modules/@types/node": { - "version": "16.11.7", - "dev": true, - "license": "MIT" - }, "packages/superagent-wrapper/node_modules/bytes": { "version": "3.1.0", "dev": true, @@ -14348,20 +14589,12 @@ "node": ">=0.10.0" } }, - "packages/superagent-wrapper/node_modules/inherits": { - "version": "2.0.4", - "dev": true, - "license": "ISC" - }, - "packages/superagent-wrapper/node_modules/mime": { - "version": "1.6.0", - "dev": true, - "license": "MIT", - "bin": { - "mime": "cli.js" - }, - "engines": { - "node": ">=4" + "packages/superagent-wrapper/node_modules/io-ts": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/io-ts/-/io-ts-2.1.3.tgz", + "integrity": "sha512-QFMR2QEBSP6w1TPmkpfca6xkzBbXO+K7ubdbV26GlCGI7CP9LV59bfty422JYtWgbBITuL/zBb1+mziv9f5Wfg==", + "peerDependencies": { + "fp-ts": "^2.0.0" } }, "packages/superagent-wrapper/node_modules/ms": { @@ -14411,11 +14644,6 @@ "dev": true, "license": "ISC" }, - "packages/superagent-wrapper/node_modules/safe-buffer": { - "version": "5.1.2", - "dev": true, - "license": "MIT" - }, "packages/superagent-wrapper/node_modules/send": { "version": "0.17.1", "dev": true, @@ -14503,7 +14731,6 @@ "@api-ts/superagent-wrapper": "0.0.0-semantically-released", "@ava/typescript": "3.0.1", "@types/express": "4.17.13", - "@types/node": "16.11.7", "ava": "4.0.1", "c8": "7.11.2", "express": "4.17.2", @@ -14513,9 +14740,11 @@ "typescript": "4.5.5" }, "dependencies": { - "@types/node": { - "version": "16.11.7", - "dev": true + "io-ts": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/io-ts/-/io-ts-2.1.3.tgz", + "integrity": "sha512-QFMR2QEBSP6w1TPmkpfca6xkzBbXO+K7ubdbV26GlCGI7CP9LV59bfty422JYtWgbBITuL/zBb1+mziv9f5Wfg==", + "requires": {} } } }, @@ -14525,7 +14754,6 @@ "@api-ts/response": "0.0.0-semantically-released", "@types/chai": "4.2.12", "@types/mocha": "9.0.0", - "@types/node": "14.18.9", "chai": "4.2.0", "fp-ts": "2.11.8", "io-ts": "2.1.3", @@ -14538,9 +14766,11 @@ "typescript": "4.5.5" }, "dependencies": { - "@types/node": { - "version": "14.18.9", - "dev": true + "io-ts": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/io-ts/-/io-ts-2.1.3.tgz", + "integrity": "sha512-QFMR2QEBSP6w1TPmkpfca6xkzBbXO+K7ubdbV26GlCGI7CP9LV59bfty422JYtWgbBITuL/zBb1+mziv9f5Wfg==", + "requires": {} } } }, @@ -14560,6 +14790,14 @@ "ts-morph": "13.0.3", "ts-node": "10.4.0", "typescript": "4.5.5" + }, + "dependencies": { + "io-ts": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/io-ts/-/io-ts-2.1.3.tgz", + "integrity": "sha512-QFMR2QEBSP6w1TPmkpfca6xkzBbXO+K7ubdbV26GlCGI7CP9LV59bfty422JYtWgbBITuL/zBb1+mziv9f5Wfg==", + "requires": {} + } } }, "@api-ts/response": { @@ -14575,7 +14813,6 @@ "@types/chai": "4.2.12", "@types/express": "4.17.13", "@types/mocha": "9.0.0", - "@types/node": "16.11.7", "@types/superagent": "4.1.5", "@types/supertest": "2.0.11", "body-parser": "1.18.2", @@ -14594,10 +14831,6 @@ "typescript": "4.5.5" }, "dependencies": { - "@types/node": { - "version": "16.11.7", - "dev": true - }, "bytes": { "version": "3.1.0", "dev": true @@ -14711,13 +14944,11 @@ "safer-buffer": ">= 2.1.2 < 3" } }, - "inherits": { - "version": "2.0.4", - "dev": true - }, - "mime": { - "version": "1.6.0", - "dev": true + "io-ts": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/io-ts/-/io-ts-2.1.3.tgz", + "integrity": "sha512-QFMR2QEBSP6w1TPmkpfca6xkzBbXO+K7ubdbV26GlCGI7CP9LV59bfty422JYtWgbBITuL/zBb1+mziv9f5Wfg==", + "requires": {} }, "ms": { "version": "2.0.0", @@ -14754,10 +14985,6 @@ } } }, - "safe-buffer": { - "version": "5.1.2", - "dev": true - }, "send": { "version": "0.17.1", "dev": true, @@ -14830,23 +15057,23 @@ "dev": true }, "@babel/core": { - "version": "7.17.9", + "version": "7.17.8", "dev": true, "requires": { "@ampproject/remapping": "^2.1.0", "@babel/code-frame": "^7.16.7", - "@babel/generator": "^7.17.9", + "@babel/generator": "^7.17.7", "@babel/helper-compilation-targets": "^7.17.7", "@babel/helper-module-transforms": "^7.17.7", - "@babel/helpers": "^7.17.9", - "@babel/parser": "^7.17.9", + "@babel/helpers": "^7.17.8", + "@babel/parser": "^7.17.8", "@babel/template": "^7.16.7", - "@babel/traverse": "^7.17.9", + "@babel/traverse": "^7.17.3", "@babel/types": "^7.17.0", "convert-source-map": "^1.7.0", "debug": "^4.1.0", "gensync": "^1.0.0-beta.2", - "json5": "^2.2.1", + "json5": "^2.1.2", "semver": "^6.3.0" }, "dependencies": { @@ -14857,7 +15084,7 @@ } }, "@babel/generator": { - "version": "7.17.9", + "version": "7.17.7", "dev": true, "requires": { "@babel/types": "^7.17.0", @@ -14889,11 +15116,19 @@ } }, "@babel/helper-function-name": { - "version": "7.17.9", + "version": "7.16.7", "dev": true, "requires": { + "@babel/helper-get-function-arity": "^7.16.7", "@babel/template": "^7.16.7", - "@babel/types": "^7.17.0" + "@babel/types": "^7.16.7" + } + }, + "@babel/helper-get-function-arity": { + "version": "7.16.7", + "dev": true, + "requires": { + "@babel/types": "^7.16.7" } }, "@babel/helper-hoist-variables": { @@ -14947,16 +15182,16 @@ "dev": true }, "@babel/helpers": { - "version": "7.17.9", + "version": "7.17.8", "dev": true, "requires": { "@babel/template": "^7.16.7", - "@babel/traverse": "^7.17.9", + "@babel/traverse": "^7.17.3", "@babel/types": "^7.17.0" } }, "@babel/highlight": { - "version": "7.17.9", + "version": "7.16.10", "dev": true, "requires": { "@babel/helper-validator-identifier": "^7.16.7", @@ -14980,12 +15215,19 @@ "supports-color": "^5.3.0" } }, - "escape-string-regexp": { - "version": "1.0.5", + "color-convert": { + "version": "1.9.3", + "dev": true, + "requires": { + "color-name": "1.1.3" + } + }, + "color-name": { + "version": "1.1.3", "dev": true }, - "has-flag": { - "version": "3.0.0", + "escape-string-regexp": { + "version": "1.0.5", "dev": true }, "supports-color": { @@ -14998,7 +15240,7 @@ } }, "@babel/parser": { - "version": "7.17.9", + "version": "7.17.8", "dev": true }, "@babel/runtime": { @@ -15018,16 +15260,16 @@ } }, "@babel/traverse": { - "version": "7.17.9", + "version": "7.17.3", "dev": true, "requires": { "@babel/code-frame": "^7.16.7", - "@babel/generator": "^7.17.9", + "@babel/generator": "^7.17.3", "@babel/helper-environment-visitor": "^7.16.7", - "@babel/helper-function-name": "^7.17.9", + "@babel/helper-function-name": "^7.16.7", "@babel/helper-hoist-variables": "^7.16.7", "@babel/helper-split-export-declaration": "^7.16.7", - "@babel/parser": "^7.17.9", + "@babel/parser": "^7.17.3", "@babel/types": "^7.17.0", "debug": "^4.1.0", "globals": "^11.1.0" @@ -15043,6 +15285,8 @@ }, "@bcoe/v8-coverage": { "version": "0.2.3", + "resolved": "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz", + "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==", "dev": true }, "@changesets/types": { @@ -15083,6 +15327,14 @@ "sprintf-js": "~1.0.2" } }, + "find-up": { + "version": "4.1.0", + "dev": true, + "requires": { + "locate-path": "^5.0.0", + "path-exists": "^4.0.0" + } + }, "js-yaml": { "version": "3.14.1", "dev": true, @@ -15091,9 +15343,26 @@ "esprima": "^4.0.0" } }, - "resolve-from": { + "locate-path": { "version": "5.0.0", - "dev": true + "dev": true, + "requires": { + "p-locate": "^4.1.0" + } + }, + "p-limit": { + "version": "2.3.0", + "dev": true, + "requires": { + "p-try": "^2.0.0" + } + }, + "p-locate": { + "version": "4.1.0", + "dev": true, + "requires": { + "p-limit": "^2.2.0" + } } } }, @@ -15110,7 +15379,9 @@ "dev": true }, "@jridgewell/trace-mapping": { - "version": "0.3.8", + "version": "0.3.13", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.13.tgz", + "integrity": "sha512-o1xbKhp9qnIAoHJSWd6KlCZfqslL4valSF81H8ImioOAxluWYWOpWkpyktY2vnt4tbrX9XYaxovq6cgowaJp2w==", "dev": true, "requires": { "@jridgewell/resolve-uri": "^3.0.3", @@ -15127,6 +15398,18 @@ "fs-extra": "^8.1.0" }, "dependencies": { + "@types/node": { + "version": "12.20.52", + "dev": true + }, + "find-up": { + "version": "4.1.0", + "dev": true, + "requires": { + "locate-path": "^5.0.0", + "path-exists": "^4.0.0" + } + }, "fs-extra": { "version": "8.1.0", "dev": true, @@ -15143,6 +15426,27 @@ "graceful-fs": "^4.1.6" } }, + "locate-path": { + "version": "5.0.0", + "dev": true, + "requires": { + "p-locate": "^4.1.0" + } + }, + "p-limit": { + "version": "2.3.0", + "dev": true, + "requires": { + "p-try": "^2.0.0" + } + }, + "p-locate": { + "version": "4.1.0", + "dev": true, + "requires": { + "p-limit": "^2.2.0" + } + }, "universalify": { "version": "0.1.2", "dev": true @@ -15161,6 +15465,10 @@ "read-yaml-file": "^1.1.0" }, "dependencies": { + "array-union": { + "version": "2.1.0", + "dev": true + }, "fs-extra": { "version": "8.1.0", "dev": true, @@ -15170,6 +15478,18 @@ "universalify": "^0.1.0" } }, + "globby": { + "version": "11.1.0", + "dev": true, + "requires": { + "array-union": "^2.1.0", + "dir-glob": "^3.0.1", + "fast-glob": "^3.2.9", + "ignore": "^5.2.0", + "merge2": "^1.4.1", + "slash": "^3.0.0" + } + }, "jsonfile": { "version": "4.0.0", "dev": true, @@ -15338,6 +15658,28 @@ "p-filter": "^2.0.0", "p-retry": "^4.0.0", "url-join": "^4.0.0" + }, + "dependencies": { + "array-union": { + "version": "2.1.0", + "dev": true + }, + "globby": { + "version": "11.1.0", + "dev": true, + "requires": { + "array-union": "^2.1.0", + "dir-glob": "^3.0.1", + "fast-glob": "^3.2.9", + "ignore": "^5.2.0", + "merge2": "^1.4.1", + "slash": "^3.0.0" + } + }, + "mime": { + "version": "3.0.0", + "dev": true + } } }, "@semantic-release/npm": { @@ -15459,6 +15801,8 @@ }, "@types/istanbul-lib-coverage": { "version": "2.0.4", + "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.4.tgz", + "integrity": "sha512-z/QT1XN4K4KYuslS23k62yDIDLwLFkzxOuMplDtObz0+y7VqJCaO2o+SPwHCvLFZh7xazvvoor2tA/hPz9ee7g==", "dev": true }, "@types/mime": { @@ -15474,7 +15818,7 @@ "dev": true }, "@types/node": { - "version": "12.20.48", + "version": "16.11.7", "dev": true }, "@types/normalize-package-data": { @@ -15494,7 +15838,7 @@ "dev": true }, "@types/retry": { - "version": "0.12.1", + "version": "0.12.0", "dev": true }, "@types/serve-static": { @@ -15620,7 +15964,7 @@ "dev": true }, "array-union": { - "version": "2.1.0", + "version": "3.0.1", "dev": true }, "arrgv": { @@ -15701,10 +16045,6 @@ "indent-string": "^5.0.0" } }, - "array-union": { - "version": "3.0.1", - "dev": true - }, "clean-stack": { "version": "4.1.0", "dev": true, @@ -15712,24 +16052,6 @@ "escape-string-regexp": "5.0.0" } }, - "globby": { - "version": "12.2.0", - "dev": true, - "requires": { - "array-union": "^3.0.1", - "dir-glob": "^3.0.1", - "fast-glob": "^3.2.7", - "ignore": "^5.1.9", - "merge2": "^1.4.1", - "slash": "^4.0.0" - }, - "dependencies": { - "slash": { - "version": "4.0.0", - "dev": true - } - } - }, "indent-string": { "version": "5.0.0", "dev": true @@ -15837,6 +16159,8 @@ }, "c8": { "version": "7.11.2", + "resolved": "https://registry.npmjs.org/c8/-/c8-7.11.2.tgz", + "integrity": "sha512-6ahJSrhS6TqSghHm+HnWt/8Y2+z0hM/FQyB1ybKhAR30+NYL9CTQ1uwHxuWw6U7BHlHv6wvhgOrH81I+lfCkxg==", "dev": true, "requires": { "@bcoe/v8-coverage": "^0.2.3", @@ -15855,47 +16179,26 @@ "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 }, "emoji-regex": { "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", "dev": true }, - "find-up": { - "version": "5.0.0", - "dev": true, - "requires": { - "locate-path": "^6.0.0", - "path-exists": "^4.0.0" - } - }, "is-fullwidth-code-point": { "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", "dev": true }, - "locate-path": { - "version": "6.0.0", - "dev": true, - "requires": { - "p-locate": "^5.0.0" - } - }, - "p-limit": { - "version": "3.1.0", - "dev": true, - "requires": { - "yocto-queue": "^0.1.0" - } - }, - "p-locate": { - "version": "5.0.0", - "dev": true, - "requires": { - "p-limit": "^3.0.2" - } - }, "string-width": { "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", "dev": true, "requires": { "emoji-regex": "^8.0.0", @@ -15905,6 +16208,8 @@ }, "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" @@ -15912,6 +16217,8 @@ }, "yargs": { "version": "16.2.0", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz", + "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==", "dev": true, "requires": { "cliui": "^7.0.2", @@ -15922,6 +16229,12 @@ "y18n": "^5.0.5", "yargs-parser": "^20.2.2" } + }, + "yargs-parser": { + "version": "20.2.9", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", + "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", + "dev": true } } }, @@ -15960,7 +16273,7 @@ } }, "caniuse-lite": { - "version": "1.0.30001332", + "version": "1.0.30001319", "dev": true }, "cardinal": { @@ -16149,14 +16462,8 @@ "supports-color": "^7.1.0" } }, - "color-convert": { - "version": "2.0.1", - "requires": { - "color-name": "~1.1.4" - } - }, - "color-name": { - "version": "1.1.4" + "has-flag": { + "version": "4.0.0" }, "strip-ansi": { "version": "6.0.1", @@ -16186,15 +16493,13 @@ } }, "color-convert": { - "version": "1.9.3", - "dev": true, + "version": "2.0.1", "requires": { - "color-name": "1.1.3" + "color-name": "~1.1.4" } }, "color-name": { - "version": "1.1.3", - "dev": true + "version": "1.1.4" }, "colorette": { "version": "2.0.16", @@ -16263,6 +16568,11 @@ "version": "0.5.4", "requires": { "safe-buffer": "5.2.1" + }, + "dependencies": { + "safe-buffer": { + "version": "5.2.1" + } } }, "content-type": { @@ -16367,12 +16677,6 @@ "dev": true, "requires": { "safe-buffer": "~5.1.1" - }, - "dependencies": { - "safe-buffer": { - "version": "5.1.2", - "dev": true - } } }, "convert-to-spaces": { @@ -16491,6 +16795,24 @@ "p-map": "^4.0.0", "rimraf": "^3.0.2", "slash": "^3.0.0" + }, + "dependencies": { + "array-union": { + "version": "2.1.0", + "dev": true + }, + "globby": { + "version": "11.1.0", + "dev": true, + "requires": { + "array-union": "^2.1.0", + "dir-glob": "^3.0.1", + "fast-glob": "^3.2.9", + "ignore": "^5.2.0", + "merge2": "^1.4.1", + "slash": "^3.0.0" + } + } } }, "delayed-stream": { @@ -16550,11 +16872,11 @@ "version": "1.1.1" }, "electron-to-chromium": { - "version": "1.4.114", + "version": "1.4.91", "dev": true }, "emittery": { - "version": "0.10.2", + "version": "0.10.1", "dev": true }, "emoji-regex": { @@ -16703,9 +17025,6 @@ "safer-buffer": ">= 2.1.2 < 3" } }, - "inherits": { - "version": "2.0.4" - }, "ms": { "version": "2.0.0" }, @@ -16721,6 +17040,9 @@ "unpipe": "1.0.0" } }, + "safe-buffer": { + "version": "5.2.1" + }, "toidentifier": { "version": "1.0.1" } @@ -16753,11 +17075,11 @@ } }, "figures": { - "version": "4.0.1", + "version": "4.0.0", "dev": true, "requires": { "escape-string-regexp": "^5.0.0", - "is-unicode-supported": "^1.2.0" + "is-unicode-supported": "^1.0.0" } }, "fill-range": { @@ -16799,10 +17121,10 @@ } }, "find-up": { - "version": "4.1.0", + "version": "5.0.0", "dev": true, "requires": { - "locate-path": "^5.0.0", + "locate-path": "^6.0.0", "path-exists": "^4.0.0" } }, @@ -16936,19 +17258,25 @@ "dev": true }, "globby": { - "version": "11.1.0", + "version": "12.2.0", "dev": true, "requires": { - "array-union": "^2.1.0", + "array-union": "^3.0.1", "dir-glob": "^3.0.1", - "fast-glob": "^3.2.9", - "ignore": "^5.2.0", + "fast-glob": "^3.2.7", + "ignore": "^5.1.9", "merge2": "^1.4.1", - "slash": "^3.0.0" + "slash": "^4.0.0" + }, + "dependencies": { + "slash": { + "version": "4.0.0", + "dev": true + } } }, "graceful-fs": { - "version": "4.2.10", + "version": "4.2.9", "dev": true }, "growl": { @@ -16983,7 +17311,8 @@ } }, "has-flag": { - "version": "4.0.0" + "version": "3.0.0", + "dev": true }, "has-symbols": { "version": "1.0.3" @@ -17015,6 +17344,19 @@ "dev": true, "requires": { "lru-cache": "^6.0.0" + }, + "dependencies": { + "lru-cache": { + "version": "6.0.0", + "dev": true, + "requires": { + "yallist": "^4.0.0" + } + }, + "yallist": { + "version": "4.0.0", + "dev": true + } } }, "html-escaper": { @@ -17031,6 +17373,10 @@ "statuses": ">= 1.4.0 < 2" }, "dependencies": { + "inherits": { + "version": "2.0.3", + "dev": true + }, "setprototypeof": { "version": "1.1.0", "dev": true @@ -17076,6 +17422,12 @@ "requires": { "parent-module": "^1.0.0", "resolve-from": "^4.0.0" + }, + "dependencies": { + "resolve-from": { + "version": "4.0.0", + "dev": true + } } }, "import-from": { @@ -17100,7 +17452,7 @@ } }, "inherits": { - "version": "2.0.3" + "version": "2.0.4" }, "ini": { "version": "1.3.8", @@ -17115,7 +17467,8 @@ } }, "io-ts": { - "version": "2.1.3", + "version": "2.2.16", + "peer": true, "requires": {} }, "io-ts-types": { @@ -17180,7 +17533,7 @@ "dev": true }, "is-plain-obj": { - "version": "1.1.0", + "version": "2.1.0", "dev": true }, "is-plain-object": { @@ -17290,6 +17643,10 @@ "supports-color": "^7.1.0" }, "dependencies": { + "has-flag": { + "version": "4.0.0", + "dev": true + }, "supports-color": { "version": "7.2.0", "dev": true, @@ -17446,17 +17803,6 @@ "string-width": "^4.2.0" } }, - "color-convert": { - "version": "2.0.1", - "dev": true, - "requires": { - "color-name": "~1.1.4" - } - }, - "color-name": { - "version": "1.1.4", - "dev": true - }, "emoji-regex": { "version": "8.0.0", "dev": true @@ -17497,10 +17843,10 @@ "dev": true }, "locate-path": { - "version": "5.0.0", + "version": "6.0.0", "dev": true, "requires": { - "p-locate": "^4.1.0" + "p-locate": "^5.0.0" } }, "lodash": { @@ -17558,15 +17904,8 @@ "supports-color": "^7.1.0" } }, - "color-convert": { - "version": "2.0.1", - "dev": true, - "requires": { - "color-name": "~1.1.4" - } - }, - "color-name": { - "version": "1.1.4", + "has-flag": { + "version": "4.0.0", "dev": true }, "is-unicode-supported": { @@ -17603,17 +17942,6 @@ "color-convert": "^2.0.1" } }, - "color-convert": { - "version": "2.0.1", - "dev": true, - "requires": { - "color-name": "~1.1.4" - } - }, - "color-name": { - "version": "1.1.4", - "dev": true - }, "emoji-regex": { "version": "8.0.0", "dev": true @@ -17659,9 +17987,11 @@ } }, "lru-cache": { - "version": "6.0.0", + "version": "4.1.5", + "dev": true, "requires": { - "yallist": "^4.0.0" + "pseudomap": "^1.0.2", + "yallist": "^2.1.2" } }, "make-dir": { @@ -17693,7 +18023,7 @@ "dev": true }, "marked": { - "version": "4.0.14", + "version": "4.0.15", "dev": true, "peer": true }, @@ -17748,6 +18078,12 @@ "requires": { "map-age-cleaner": "^0.1.3", "mimic-fn": "^4.0.0" + }, + "dependencies": { + "mimic-fn": { + "version": "4.0.0", + "dev": true + } } }, "meow": { @@ -17787,15 +18123,14 @@ "version": "1.1.2" }, "micromatch": { - "version": "4.0.5", + "version": "4.0.4", "requires": { - "braces": "^3.0.2", - "picomatch": "^2.3.1" + "braces": "^3.0.1", + "picomatch": "^2.2.3" } }, "mime": { - "version": "3.0.0", - "dev": true + "version": "1.6.0" }, "mime-db": { "version": "1.52.0" @@ -17807,7 +18142,7 @@ } }, "mimic-fn": { - "version": "4.0.0", + "version": "2.1.0", "dev": true }, "min-indent": { @@ -17836,6 +18171,10 @@ "arrify": { "version": "1.0.1", "dev": true + }, + "is-plain-obj": { + "version": "1.1.0", + "dev": true } } }, @@ -17912,43 +18251,18 @@ "version": "4.0.0", "dev": true }, - "find-up": { - "version": "5.0.0", - "dev": true, - "requires": { - "locate-path": "^6.0.0", - "path-exists": "^4.0.0" - } + "has-flag": { + "version": "4.0.0", + "dev": true }, "is-fullwidth-code-point": { "version": "3.0.0", "dev": true }, - "locate-path": { - "version": "6.0.0", - "dev": true, - "requires": { - "p-locate": "^5.0.0" - } - }, "ms": { "version": "2.1.3", "dev": true }, - "p-limit": { - "version": "3.1.0", - "dev": true, - "requires": { - "yocto-queue": "^0.1.0" - } - }, - "p-locate": { - "version": "5.0.0", - "dev": true, - "requires": { - "p-limit": "^3.0.2" - } - }, "string-width": { "version": "4.2.3", "dev": true, @@ -17984,10 +18298,6 @@ "y18n": "^5.0.5", "yargs-parser": "^20.2.2" } - }, - "yargs-parser": { - "version": "20.2.4", - "dev": true } } }, @@ -18132,6 +18442,10 @@ "color-convert": "^2.0.1" } }, + "array-union": { + "version": "2.1.0", + "dev": true + }, "chalk": { "version": "4.1.2", "dev": true, @@ -18140,17 +18454,6 @@ "supports-color": "^7.1.0" } }, - "color-convert": { - "version": "2.0.1", - "dev": true, - "requires": { - "color-name": "~1.1.4" - } - }, - "color-name": { - "version": "1.1.4", - "dev": true - }, "conventional-changelog-writer": { "version": "4.1.0", "dev": true, @@ -18224,6 +18527,10 @@ "slash": "^3.0.0" } }, + "has-flag": { + "version": "4.0.0", + "dev": true + }, "http-proxy-agent": { "version": "4.0.1", "dev": true, @@ -20363,10 +20670,6 @@ "util-deprecate": "^1.0.1" } }, - "resolve-from": { - "version": "5.0.0", - "dev": true - }, "semantic-release": { "version": "17.4.7", "dev": true, @@ -20508,7 +20811,7 @@ } }, "node-releases": { - "version": "2.0.3", + "version": "2.0.2", "dev": true }, "nofilter": { @@ -20534,7 +20837,7 @@ "dev": true }, "npm": { - "version": "8.7.0", + "version": "8.10.0", "dev": true, "requires": { "@isaacs/string-locale-compare": "^1.1.0", @@ -20542,19 +20845,19 @@ "@npmcli/ci-detect": "^2.0.0", "@npmcli/config": "^4.1.0", "@npmcli/fs": "^2.1.0", - "@npmcli/map-workspaces": "^2.0.2", + "@npmcli/map-workspaces": "^2.0.3", "@npmcli/package-json": "^2.0.0", "@npmcli/run-script": "^3.0.1", "abbrev": "~1.1.1", "archy": "~1.0.0", - "cacache": "^16.0.4", + "cacache": "^16.0.7", "chalk": "^4.1.2", "chownr": "^2.0.0", "cli-columns": "^4.0.0", - "cli-table3": "^0.6.1", + "cli-table3": "^0.6.2", "columnify": "^1.6.0", "fastest-levenshtein": "^1.0.12", - "glob": "^7.2.0", + "glob": "^8.0.1", "graceful-fs": "^4.2.10", "hosted-git-info": "^5.0.0", "ini": "^3.0.0", @@ -20572,7 +20875,7 @@ "libnpmsearch": "^5.0.2", "libnpmteam": "^4.0.2", "libnpmversion": "^3.0.1", - "make-fetch-happen": "^10.1.2", + "make-fetch-happen": "^10.1.3", "minipass": "^3.1.6", "minipass-pipeline": "^1.2.4", "mkdirp": "^1.0.4", @@ -20584,21 +20887,21 @@ "npm-install-checks": "^5.0.0", "npm-package-arg": "^9.0.2", "npm-pick-manifest": "^7.0.1", - "npm-profile": "^6.0.2", - "npm-registry-fetch": "^13.1.0", + "npm-profile": "^6.0.3", + "npm-registry-fetch": "^13.1.1", "npm-user-validate": "^1.0.1", - "npmlog": "^6.0.1", + "npmlog": "^6.0.2", "opener": "^1.5.2", - "pacote": "^13.1.1", + "pacote": "^13.3.0", "parse-conflict-json": "^2.0.2", "proc-log": "^2.0.1", "qrcode-terminal": "^0.12.0", "read": "~1.0.7", - "read-package-json": "^5.0.0", + "read-package-json": "^5.0.1", "read-package-json-fast": "^2.0.3", "readdir-scoped-modules": "^1.1.0", "rimraf": "^3.0.2", - "semver": "^7.3.6", + "semver": "^7.3.7", "ssri": "^9.0.0", "tar": "^6.1.11", "text-table": "~0.2.0", @@ -20609,6 +20912,12 @@ "write-file-atomic": "^4.0.1" }, "dependencies": { + "@colors/colors": { + "version": "1.5.0", + "bundled": true, + "dev": true, + "optional": true + }, "@gar/promisify": { "version": "1.1.3", "bundled": true, @@ -20620,13 +20929,13 @@ "dev": true }, "@npmcli/arborist": { - "version": "5.0.6", + "version": "5.2.0", "bundled": true, "dev": true, "requires": { "@isaacs/string-locale-compare": "^1.1.0", "@npmcli/installed-package-contents": "^1.0.7", - "@npmcli/map-workspaces": "^2.0.0", + "@npmcli/map-workspaces": "^2.0.3", "@npmcli/metavuln-calculator": "^3.0.1", "@npmcli/move-file": "^2.0.0", "@npmcli/name-from-folder": "^1.0.1", @@ -20634,7 +20943,7 @@ "@npmcli/package-json": "^2.0.0", "@npmcli/run-script": "^3.0.0", "bin-links": "^3.0.0", - "cacache": "^16.0.0", + "cacache": "^16.0.6", "common-ancestor-path": "^1.0.1", "json-parse-even-better-errors": "^2.3.1", "json-stringify-nice": "^1.1.4", @@ -20645,7 +20954,7 @@ "npm-package-arg": "^9.0.0", "npm-pick-manifest": "^7.0.0", "npm-registry-fetch": "^13.0.0", - "npmlog": "^6.0.1", + "npmlog": "^6.0.2", "pacote": "^13.0.5", "parse-conflict-json": "^2.0.1", "proc-log": "^2.0.0", @@ -20654,7 +20963,7 @@ "read-package-json-fast": "^2.0.2", "readdir-scoped-modules": "^1.1.0", "rimraf": "^3.0.2", - "semver": "^7.3.5", + "semver": "^7.3.7", "ssri": "^9.0.0", "treeverse": "^2.0.0", "walk-up-path": "^1.0.0" @@ -20723,12 +21032,12 @@ } }, "@npmcli/map-workspaces": { - "version": "2.0.2", + "version": "2.0.3", "bundled": true, "dev": true, "requires": { "@npmcli/name-from-folder": "^1.0.1", - "glob": "^7.2.0", + "glob": "^8.0.1", "minimatch": "^5.0.1", "read-package-json-fast": "^2.0.3" } @@ -20896,7 +21205,7 @@ } }, "builtins": { - "version": "5.0.0", + "version": "5.0.1", "bundled": true, "dev": true, "requires": { @@ -20904,7 +21213,7 @@ } }, "cacache": { - "version": "16.0.4", + "version": "16.0.7", "bundled": true, "dev": true, "requires": { @@ -20912,7 +21221,7 @@ "@npmcli/move-file": "^2.0.0", "chownr": "^2.0.0", "fs-minipass": "^2.1.0", - "glob": "^7.2.0", + "glob": "^8.0.1", "infer-owner": "^1.0.4", "lru-cache": "^7.7.1", "minipass": "^3.1.6", @@ -20965,11 +21274,11 @@ } }, "cli-table3": { - "version": "0.6.1", + "version": "0.6.2", "bundled": true, "dev": true, "requires": { - "colors": "1.4.0", + "@colors/colors": "1.5.0", "string-width": "^4.2.0" } }, @@ -21004,12 +21313,6 @@ "bundled": true, "dev": true }, - "colors": { - "version": "1.4.0", - "bundled": true, - "dev": true, - "optional": true - }, "columnify": { "version": "1.6.0", "bundled": true, @@ -21149,35 +21452,16 @@ } }, "glob": { - "version": "7.2.0", + "version": "8.0.1", "bundled": true, "dev": true, "requires": { "fs.realpath": "^1.0.0", "inflight": "^1.0.4", "inherits": "2", - "minimatch": "^3.0.4", + "minimatch": "^5.0.1", "once": "^1.3.0", "path-is-absolute": "^1.0.0" - }, - "dependencies": { - "brace-expansion": { - "version": "1.1.11", - "bundled": true, - "dev": true, - "requires": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "minimatch": { - "version": "3.1.2", - "bundled": true, - "dev": true, - "requires": { - "brace-expansion": "^1.1.7" - } - } } }, "graceful-fs": { @@ -21227,7 +21511,7 @@ } }, "https-proxy-agent": { - "version": "5.0.0", + "version": "5.0.1", "bundled": true, "dev": true, "requires": { @@ -21309,7 +21593,7 @@ } }, "ip": { - "version": "1.1.5", + "version": "1.1.8", "bundled": true, "dev": true }, @@ -21327,7 +21611,7 @@ } }, "is-core-module": { - "version": "2.8.1", + "version": "2.9.0", "bundled": true, "dev": true, "requires": { @@ -21365,7 +21649,7 @@ "dev": true }, "just-diff": { - "version": "5.0.1", + "version": "5.0.2", "bundled": true, "dev": true }, @@ -21401,7 +21685,7 @@ } }, "libnpmexec": { - "version": "4.0.3", + "version": "4.0.5", "bundled": true, "dev": true, "requires": { @@ -21411,7 +21695,7 @@ "chalk": "^4.1.0", "mkdirp-infer-owner": "^2.0.0", "npm-package-arg": "^9.0.1", - "npmlog": "^6.0.1", + "npmlog": "^6.0.2", "pacote": "^13.0.5", "proc-log": "^2.0.0", "read": "^1.0.7", @@ -21456,14 +21740,14 @@ } }, "libnpmpublish": { - "version": "6.0.3", + "version": "6.0.4", "bundled": true, "dev": true, "requires": { "normalize-package-data": "^4.0.0", "npm-package-arg": "^9.0.1", "npm-registry-fetch": "^13.0.0", - "semver": "^7.1.3", + "semver": "^7.3.7", "ssri": "^9.0.0" } }, @@ -21485,7 +21769,7 @@ } }, "libnpmversion": { - "version": "3.0.3", + "version": "3.0.4", "bundled": true, "dev": true, "requires": { @@ -21493,16 +21777,16 @@ "@npmcli/run-script": "^3.0.0", "json-parse-even-better-errors": "^2.3.1", "proc-log": "^2.0.0", - "semver": "^7.3.5" + "semver": "^7.3.7" } }, "lru-cache": { - "version": "7.7.3", + "version": "7.9.0", "bundled": true, "dev": true }, "make-fetch-happen": { - "version": "10.1.2", + "version": "10.1.3", "bundled": true, "dev": true, "requires": { @@ -21646,6 +21930,38 @@ "semver": "^7.3.5", "tar": "^6.1.2", "which": "^2.0.2" + }, + "dependencies": { + "brace-expansion": { + "version": "1.1.11", + "bundled": true, + "dev": true, + "requires": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "glob": { + "version": "7.2.0", + "bundled": true, + "dev": true, + "requires": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + } + }, + "minimatch": { + "version": "3.1.2", + "bundled": true, + "dev": true, + "requires": { + "brace-expansion": "^1.1.7" + } + } } }, "nopt": { @@ -21707,11 +22023,11 @@ } }, "npm-packlist": { - "version": "5.0.0", + "version": "5.0.3", "bundled": true, "dev": true, "requires": { - "glob": "^7.2.0", + "glob": "^8.0.1", "ignore-walk": "^5.0.1", "npm-bundled": "^1.1.2", "npm-normalize-package-bin": "^1.0.1" @@ -21729,16 +22045,16 @@ } }, "npm-profile": { - "version": "6.0.2", + "version": "6.0.3", "bundled": true, "dev": true, "requires": { - "npm-registry-fetch": "^13.0.0", + "npm-registry-fetch": "^13.0.1", "proc-log": "^2.0.0" } }, "npm-registry-fetch": { - "version": "13.1.0", + "version": "13.1.1", "bundled": true, "dev": true, "requires": { @@ -21757,13 +22073,13 @@ "dev": true }, "npmlog": { - "version": "6.0.1", + "version": "6.0.2", "bundled": true, "dev": true, "requires": { "are-we-there-yet": "^3.0.0", "console-control-strings": "^1.1.0", - "gauge": "^4.0.0", + "gauge": "^4.0.3", "set-blocking": "^2.0.0" } }, @@ -21789,7 +22105,7 @@ } }, "pacote": { - "version": "13.1.1", + "version": "13.3.0", "bundled": true, "dev": true, "requires": { @@ -21887,11 +22203,11 @@ "dev": true }, "read-package-json": { - "version": "5.0.0", + "version": "5.0.1", "bundled": true, "dev": true, "requires": { - "glob": "^7.2.0", + "glob": "^8.0.1", "json-parse-even-better-errors": "^2.3.1", "normalize-package-data": "^4.0.0", "npm-normalize-package-bin": "^1.0.1" @@ -21938,6 +22254,38 @@ "dev": true, "requires": { "glob": "^7.1.3" + }, + "dependencies": { + "brace-expansion": { + "version": "1.1.11", + "bundled": true, + "dev": true, + "requires": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "glob": { + "version": "7.2.0", + "bundled": true, + "dev": true, + "requires": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + } + }, + "minimatch": { + "version": "3.1.2", + "bundled": true, + "dev": true, + "requires": { + "brace-expansion": "^1.1.7" + } + } } }, "safe-buffer": { @@ -21952,11 +22300,21 @@ "optional": true }, "semver": { - "version": "7.3.6", + "version": "7.3.7", "bundled": true, "dev": true, "requires": { - "lru-cache": "^7.4.0" + "lru-cache": "^6.0.0" + }, + "dependencies": { + "lru-cache": { + "version": "6.0.0", + "bundled": true, + "dev": true, + "requires": { + "yallist": "^4.0.0" + } + } } }, "set-blocking": { @@ -21984,13 +22342,13 @@ } }, "socks-proxy-agent": { - "version": "6.1.1", + "version": "6.2.0", "bundled": true, "dev": true, "requires": { "agent-base": "^6.0.2", - "debug": "^4.3.1", - "socks": "^2.6.1" + "debug": "^4.3.3", + "socks": "^2.6.2" } }, "spdx-correct": { @@ -22239,25 +22597,43 @@ "wrap-ansi": "^6.2.0" } }, - "color-convert": { - "version": "2.0.1", - "dev": true, - "requires": { - "color-name": "~1.1.4" - } - }, - "color-name": { - "version": "1.1.4", - "dev": true - }, "emoji-regex": { "version": "8.0.0", "dev": true }, + "find-up": { + "version": "4.1.0", + "dev": true, + "requires": { + "locate-path": "^5.0.0", + "path-exists": "^4.0.0" + } + }, "is-fullwidth-code-point": { "version": "3.0.0", "dev": true }, + "locate-path": { + "version": "5.0.0", + "dev": true, + "requires": { + "p-locate": "^4.1.0" + } + }, + "p-limit": { + "version": "2.3.0", + "dev": true, + "requires": { + "p-try": "^2.0.0" + } + }, + "p-locate": { + "version": "4.1.0", + "dev": true, + "requires": { + "p-limit": "^2.2.0" + } + }, "p-map": { "version": "3.0.0", "dev": true, @@ -22265,10 +22641,6 @@ "aggregate-error": "^3.0.0" } }, - "resolve-from": { - "version": "5.0.0", - "dev": true - }, "string-width": { "version": "4.2.3", "dev": true, @@ -22346,12 +22718,6 @@ "dev": true, "requires": { "mimic-fn": "^2.1.0" - }, - "dependencies": { - "mimic-fn": { - "version": "2.1.0", - "dev": true - } } }, "openapi-types": { @@ -22394,17 +22760,17 @@ "dev": true }, "p-limit": { - "version": "2.3.0", + "version": "3.1.0", "dev": true, "requires": { - "p-try": "^2.0.0" + "yocto-queue": "^0.1.0" } }, "p-locate": { - "version": "4.1.0", + "version": "5.0.0", "dev": true, "requires": { - "p-limit": "^2.2.0" + "p-limit": "^3.0.2" } }, "p-map": { @@ -22419,10 +22785,10 @@ "dev": true }, "p-retry": { - "version": "4.6.1", + "version": "4.6.2", "dev": true, "requires": { - "@types/retry": "^0.12.0", + "@types/retry": "0.12.0", "retry": "^0.13.1" } }, @@ -22578,6 +22944,37 @@ "dev": true, "requires": { "find-up": "^4.0.0" + }, + "dependencies": { + "find-up": { + "version": "4.1.0", + "dev": true, + "requires": { + "locate-path": "^5.0.0", + "path-exists": "^4.0.0" + } + }, + "locate-path": { + "version": "5.0.0", + "dev": true, + "requires": { + "p-locate": "^4.1.0" + } + }, + "p-limit": { + "version": "2.3.0", + "dev": true, + "requires": { + "p-try": "^2.0.0" + } + }, + "p-locate": { + "version": "4.1.0", + "dev": true, + "requires": { + "p-limit": "^2.2.0" + } + } } }, "plur": { @@ -22605,14 +23002,6 @@ "which": "^1.2.9" } }, - "lru-cache": { - "version": "4.1.5", - "dev": true, - "requires": { - "pseudomap": "^1.0.2", - "yallist": "^2.1.2" - } - }, "shebang-command": { "version": "1.2.0", "dev": true, @@ -22630,10 +23019,6 @@ "requires": { "isexe": "^2.0.0" } - }, - "yallist": { - "version": "2.1.2", - "dev": true } } }, @@ -22729,6 +23114,10 @@ "statuses": ">= 1.3.1 < 2" } }, + "inherits": { + "version": "2.0.3", + "dev": true + }, "setprototypeof": { "version": "1.0.3", "dev": true @@ -22794,6 +23183,35 @@ "type-fest": "^0.8.1" }, "dependencies": { + "find-up": { + "version": "4.1.0", + "dev": true, + "requires": { + "locate-path": "^5.0.0", + "path-exists": "^4.0.0" + } + }, + "locate-path": { + "version": "5.0.0", + "dev": true, + "requires": { + "p-locate": "^4.1.0" + } + }, + "p-limit": { + "version": "2.3.0", + "dev": true, + "requires": { + "p-try": "^2.0.0" + } + }, + "p-locate": { + "version": "4.1.0", + "dev": true, + "requires": { + "p-limit": "^2.2.0" + } + }, "type-fest": { "version": "0.8.1", "dev": true @@ -22841,11 +23259,6 @@ "safe-buffer": "~5.1.1", "string_decoder": "~1.1.1", "util-deprecate": "~1.0.1" - }, - "dependencies": { - "safe-buffer": { - "version": "5.1.2" - } } }, "readdirp": { @@ -22914,16 +23327,10 @@ "dev": true, "requires": { "resolve-from": "^5.0.0" - }, - "dependencies": { - "resolve-from": { - "version": "5.0.0", - "dev": true - } } }, "resolve-from": { - "version": "4.0.0", + "version": "5.0.0", "dev": true }, "restore-cursor": { @@ -22966,7 +23373,7 @@ } }, "safe-buffer": { - "version": "5.2.1" + "version": "5.1.2" }, "safer-buffer": { "version": "2.1.2" @@ -23039,11 +23446,6 @@ "dev": true, "peer": true }, - "resolve-from": { - "version": "5.0.0", - "dev": true, - "peer": true - }, "string-width": { "version": "4.2.3", "dev": true, @@ -23079,9 +23481,20 @@ } }, "semver": { - "version": "7.3.7", + "version": "7.3.5", "requires": { "lru-cache": "^6.0.0" + }, + "dependencies": { + "lru-cache": { + "version": "6.0.0", + "requires": { + "yallist": "^4.0.0" + } + }, + "yallist": { + "version": "4.0.0" + } } }, "semver-diff": { @@ -23098,7 +23511,7 @@ } }, "semver-regex": { - "version": "3.1.3", + "version": "3.1.4", "dev": true }, "send": { @@ -23140,12 +23553,6 @@ "toidentifier": "1.0.1" } }, - "inherits": { - "version": "2.0.4" - }, - "mime": { - "version": "1.6.0" - }, "ms": { "version": "2.1.3" }, @@ -23238,6 +23645,17 @@ "supports-color": "^5.3.0" } }, + "color-convert": { + "version": "1.9.3", + "dev": true, + "requires": { + "color-name": "1.1.3" + } + }, + "color-name": { + "version": "1.1.3", + "dev": true + }, "escape-string-regexp": { "version": "1.0.5", "dev": true @@ -23256,10 +23674,6 @@ "locate-path": "^2.0.0" } }, - "has-flag": { - "version": "3.0.0", - "dev": true - }, "load-json-file": { "version": "4.0.0", "dev": true, @@ -23461,11 +23875,6 @@ "version": "1.1.1", "requires": { "safe-buffer": "~5.1.0" - }, - "dependencies": { - "safe-buffer": { - "version": "5.1.2" - } } }, "string-argv": { @@ -23527,9 +23936,6 @@ "requires": { "ms": "^2.1.1" } - }, - "mime": { - "version": "1.6.0" } } }, @@ -23627,7 +24033,7 @@ } }, "supports-color": { - "version": "9.2.2", + "version": "9.2.1", "dev": true }, "supports-hyperlinks": { @@ -23638,6 +24044,10 @@ "supports-color": "^7.0.0" }, "dependencies": { + "has-flag": { + "version": "4.0.0", + "dev": true + }, "supports-color": { "version": "7.2.0", "dev": true, @@ -23762,25 +24172,26 @@ "version": "2.3.1" }, "turbo": { - "version": "1.1.10", + "version": "1.2.9", "dev": true, "requires": { - "turbo-darwin-64": "1.1.10", - "turbo-darwin-arm64": "1.1.10", - "turbo-freebsd-64": "1.1.10", - "turbo-freebsd-arm64": "1.1.10", - "turbo-linux-32": "1.1.10", - "turbo-linux-64": "1.1.10", - "turbo-linux-arm": "1.1.10", - "turbo-linux-arm64": "1.1.10", - "turbo-linux-mips64le": "1.1.10", - "turbo-linux-ppc64le": "1.1.10", - "turbo-windows-32": "1.1.10", - "turbo-windows-64": "1.1.10" + "turbo-darwin-64": "1.2.9", + "turbo-darwin-arm64": "1.2.9", + "turbo-freebsd-64": "1.2.9", + "turbo-freebsd-arm64": "1.2.9", + "turbo-linux-32": "1.2.9", + "turbo-linux-64": "1.2.9", + "turbo-linux-arm": "1.2.9", + "turbo-linux-arm64": "1.2.9", + "turbo-linux-mips64le": "1.2.9", + "turbo-linux-ppc64le": "1.2.9", + "turbo-windows-32": "1.2.9", + "turbo-windows-64": "1.2.9", + "turbo-windows-arm64": "1.2.9" } }, "turbo-linux-64": { - "version": "1.1.10", + "version": "1.2.9", "dev": true, "optional": true }, @@ -23814,7 +24225,7 @@ "version": "4.5.5" }, "uglify-js": { - "version": "3.15.4", + "version": "3.15.5", "dev": true, "optional": true }, @@ -23868,6 +24279,8 @@ }, "v8-to-istanbul": { "version": "9.0.0", + "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-9.0.0.tgz", + "integrity": "sha512-HcvgY/xaRm7isYmyx+lFKA4uQmfUbN0J4M0nNItvzTvH/iQ9kW5j/t4YSR+Ge323/lrgDAWJoF46tzGQHwBHFw==", "dev": true, "requires": { "@jridgewell/trace-mapping": "^0.3.7", @@ -23921,7 +24334,7 @@ }, "dependencies": { "ansi-regex": { - "version": "3.0.1", + "version": "3.0.0", "dev": true }, "is-fullwidth-code-point": { @@ -23973,17 +24386,6 @@ "color-convert": "^2.0.1" } }, - "color-convert": { - "version": "2.0.1", - "dev": true, - "requires": { - "color-name": "~1.1.4" - } - }, - "color-name": { - "version": "1.1.4", - "dev": true - }, "emoji-regex": { "version": "8.0.0", "dev": true @@ -24033,14 +24435,15 @@ "dev": true }, "yallist": { - "version": "4.0.0" + "version": "2.1.2", + "dev": true }, "yaml": { "version": "1.10.2", "dev": true }, "yargs": { - "version": "17.4.1", + "version": "17.4.0", "dev": true, "requires": { "cliui": "^7.0.2", @@ -24087,7 +24490,7 @@ } }, "yargs-parser": { - "version": "20.2.9", + "version": "20.2.4", "dev": true }, "yargs-unparser": { @@ -24107,10 +24510,6 @@ "decamelize": { "version": "4.0.0", "dev": true - }, - "is-plain-obj": { - "version": "2.1.0", - "dev": true } } }, diff --git a/package.json b/package.json index 320460be..fdb902f1 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "multi-semantic-release": "2.11.3", "pre-commit": "1.2.2", "prettier": "2.5.1", - "turbo": "1.1.10", + "turbo": "1.2.9", "typescript": "4.5.5" } } diff --git a/packages/express-wrapper/package.json b/packages/express-wrapper/package.json index fcc3b813..95bced59 100644 --- a/packages/express-wrapper/package.json +++ b/packages/express-wrapper/package.json @@ -24,7 +24,6 @@ "@api-ts/superagent-wrapper": "0.0.0-semantically-released", "@ava/typescript": "3.0.1", "@types/express": "4.17.13", - "@types/node": "16.11.7", "ava": "4.0.1", "c8": "7.11.2", "ts-node": "10.4.0", diff --git a/packages/io-ts-http/package.json b/packages/io-ts-http/package.json index d577256a..a4656fda 100644 --- a/packages/io-ts-http/package.json +++ b/packages/io-ts-http/package.json @@ -27,7 +27,6 @@ "devDependencies": { "@types/chai": "4.2.12", "@types/mocha": "9.0.0", - "@types/node": "14.18.9", "chai": "4.2.0", "mocha": "9.0.3", "nyc": "15.1.0", diff --git a/packages/superagent-wrapper/package.json b/packages/superagent-wrapper/package.json index bd81cd7d..ead2b5cb 100644 --- a/packages/superagent-wrapper/package.json +++ b/packages/superagent-wrapper/package.json @@ -25,7 +25,6 @@ "@types/chai": "4.2.12", "@types/express": "4.17.13", "@types/mocha": "9.0.0", - "@types/node": "16.11.7", "@types/superagent": "4.1.5", "@types/supertest": "2.0.11", "body-parser": "1.18.2",