diff --git a/__utils__/assert-project/package.json b/__utils__/assert-project/package.json index 5d94728afa..5239319a43 100644 --- a/__utils__/assert-project/package.json +++ b/__utils__/assert-project/package.json @@ -19,7 +19,7 @@ "@pnpm/assert-project": "workspace:*", "@types/is-windows": "^1.0.0", "@types/isexe": "2.0.1", - "@types/node": "^16.18.52" + "@types/node": "^16.18.58" }, "directories": { "test": "test" diff --git a/__utils__/eslint-config/package.json b/__utils__/eslint-config/package.json index bcfe967cd8..0b9a7dac7f 100644 --- a/__utils__/eslint-config/package.json +++ b/__utils__/eslint-config/package.json @@ -23,12 +23,12 @@ "repository": "https://github.com/pnpm/pnpm/blob/master/utils/eslint-config", "scripts": {}, "dependencies": { - "@typescript-eslint/eslint-plugin": "^6.7.2", - "@typescript-eslint/parser": "^6.7.2", - "eslint": "^8.49.0", - "eslint-config-standard-with-typescript": "^39.0.0", + "@typescript-eslint/eslint-plugin": "^6.7.5", + "@typescript-eslint/parser": "^6.7.5", + "eslint": "^8.51.0", + "eslint-config-standard-with-typescript": "^39.1.1", "eslint-plugin-import": "^2.28.1", - "eslint-plugin-n": "^16.1.0", + "eslint-plugin-n": "^16.2.0", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^6.1.1", "typescript": "5.2.2" diff --git a/__utils__/prepare/package.json b/__utils__/prepare/package.json index 3688c38b0c..38293cbe71 100644 --- a/__utils__/prepare/package.json +++ b/__utils__/prepare/package.json @@ -13,7 +13,7 @@ }, "devDependencies": { "@pnpm/prepare": "workspace:*", - "@types/node": "^16.18.52" + "@types/node": "^16.18.58" }, "scripts": { "lint": "eslint src/**/*.ts", diff --git a/env/node.fetcher/package.json b/env/node.fetcher/package.json index ab84c4462f..59caedde77 100644 --- a/env/node.fetcher/package.json +++ b/env/node.fetcher/package.json @@ -50,7 +50,7 @@ "@pnpm/cafs-types": "workspace:*", "@pnpm/node.fetcher": "workspace:*", "@pnpm/prepare": "workspace:*", - "@types/adm-zip": "^0.5.1", + "@types/adm-zip": "^0.5.2", "node-fetch": "npm:@pnpm/node-fetch@1.0.0" } } diff --git a/env/plugin-commands-env/package.json b/env/plugin-commands-env/package.json index fdac2f188c..bfa0e16259 100644 --- a/env/plugin-commands-env/package.json +++ b/env/plugin-commands-env/package.json @@ -53,8 +53,8 @@ "devDependencies": { "@pnpm/plugin-commands-env": "workspace:*", "@pnpm/prepare": "workspace:*", - "@types/adm-zip": "^0.5.1", - "@types/graceful-fs": "^4.1.6", + "@types/adm-zip": "^0.5.2", + "@types/graceful-fs": "^4.1.7", "@types/is-windows": "^1.0.0", "@types/semver": "7.3.13", "adm-zip": "^0.5.10", diff --git a/exec/plugin-commands-rebuild/package.json b/exec/plugin-commands-rebuild/package.json index 9d62ebcea5..a04d5615e0 100644 --- a/exec/plugin-commands-rebuild/package.json +++ b/exec/plugin-commands-rebuild/package.json @@ -38,10 +38,10 @@ "@pnpm/test-fixtures": "workspace:*", "@types/ramda": "0.28.20", "@types/semver": "7.3.13", - "@types/sinon": "^10.0.16", + "@types/sinon": "^10.0.19", "execa": "npm:safe-execa@0.1.2", "path-exists": "^4.0.0", - "sinon": "^16.0.0", + "sinon": "^16.1.0", "write-yaml-file": "^5.0.0" }, "dependencies": { diff --git a/fetching/fetcher-base/package.json b/fetching/fetcher-base/package.json index cd13b150e1..bef10b90b4 100644 --- a/fetching/fetcher-base/package.json +++ b/fetching/fetcher-base/package.json @@ -32,7 +32,7 @@ "dependencies": { "@pnpm/resolver-base": "workspace:*", "@pnpm/types": "workspace:*", - "@types/ssri": "^7.1.1" + "@types/ssri": "^7.1.2" }, "funding": "https://opencollective.com/pnpm", "devDependencies": { diff --git a/fetching/tarball-fetcher/package.json b/fetching/tarball-fetcher/package.json index d29fff88e4..4616a27c6d 100644 --- a/fetching/tarball-fetcher/package.json +++ b/fetching/tarball-fetcher/package.json @@ -55,8 +55,8 @@ "@pnpm/types": "workspace:*", "@types/lodash.throttle": "4.1.7", "@types/ramda": "0.28.20", - "@types/retry": "^0.12.2", - "@types/ssri": "^7.1.1", + "@types/retry": "^0.12.3", + "@types/ssri": "^7.1.2", "nock": "13.3.2", "ssri": "10.0.4", "tempy": "^1.0.1" diff --git a/fs/graceful-fs/package.json b/fs/graceful-fs/package.json index b8461aeb4d..7662b188b6 100644 --- a/fs/graceful-fs/package.json +++ b/fs/graceful-fs/package.json @@ -33,7 +33,7 @@ "funding": "https://opencollective.com/pnpm", "devDependencies": { "@pnpm/graceful-fs": "workspace:*", - "@types/graceful-fs": "^4.1.6" + "@types/graceful-fs": "^4.1.7" }, "exports": { ".": "./lib/index.js" diff --git a/fs/read-modules-dir/package.json b/fs/read-modules-dir/package.json index b793b79f5c..04b7273efe 100644 --- a/fs/read-modules-dir/package.json +++ b/fs/read-modules-dir/package.json @@ -33,7 +33,7 @@ }, "devDependencies": { "@pnpm/read-modules-dir": "workspace:*", - "@types/graceful-fs": "^4.1.6" + "@types/graceful-fs": "^4.1.7" }, "exports": { ".": "./lib/index.js" diff --git a/lockfile/lockfile-file/package.json b/lockfile/lockfile-file/package.json index a8ff2d128c..4ee6f4fb59 100644 --- a/lockfile/lockfile-file/package.json +++ b/lockfile/lockfile-file/package.json @@ -36,11 +36,11 @@ }, "devDependencies": { "@pnpm/lockfile-file": "workspace:*", - "@types/js-yaml": "^4.0.6", + "@types/js-yaml": "^4.0.7", "@types/normalize-path": "^3.0.0", "@types/ramda": "0.28.20", "@types/semver": "7.3.13", - "@types/write-file-atomic": "^4.0.0", + "@types/write-file-atomic": "^4.0.1", "tempy": "^1.0.1", "write-yaml-file": "^5.0.0", "yaml-tag": "1.1.0" diff --git a/lockfile/lockfile-utils/package.json b/lockfile/lockfile-utils/package.json index a5b6fec522..dad4edde13 100644 --- a/lockfile/lockfile-utils/package.json +++ b/lockfile/lockfile-utils/package.json @@ -32,7 +32,7 @@ "homepage": "https://github.com/pnpm/pnpm/blob/main/lockfile/lockfile-utils#readme", "devDependencies": { "@pnpm/lockfile-utils": "workspace:*", - "@types/js-yaml": "^4.0.6", + "@types/js-yaml": "^4.0.7", "@types/ramda": "0.28.20", "tempy": "^1.0.1", "write-yaml-file": "^5.0.0", diff --git a/package.json b/package.json index 1b1440d288..1ed83a08c7 100644 --- a/package.json +++ b/package.json @@ -27,26 +27,26 @@ "dev-setup": "pnpm -C=./pnpm/dev link -g" }, "devDependencies": { - "@babel/core": "^7.22.20", + "@babel/core": "^7.23.2", "@babel/plugin-proposal-dynamic-import": "^7.18.6", - "@babel/plugin-transform-modules-commonjs": "^7.22.15", - "@babel/preset-typescript": "^7.22.15", - "@babel/types": "^7.22.19", + "@babel/plugin-transform-modules-commonjs": "^7.23.0", + "@babel/preset-typescript": "^7.23.2", + "@babel/types": "^7.23.0", "@changesets/cli": "^2.26.2", - "@commitlint/cli": "^17.7.1", - "@commitlint/config-conventional": "^17.7.0", - "@commitlint/prompt-cli": "^17.7.1", + "@commitlint/cli": "^17.8.0", + "@commitlint/config-conventional": "^17.8.0", + "@commitlint/prompt-cli": "^17.8.0", "@pnpm/eslint-config": "workspace:*", "@pnpm/meta-updater": "1.0.0", "@pnpm/registry-mock": "3.13.0", "@pnpm/tsconfig": "workspace:*", "@pnpm/worker": "workspace:*", "@types/jest": "^29.5.5", - "@types/node": "^16.18.52", + "@types/node": "^16.18.58", "c8": "^7.14.0", "concurrently": "8.2.0", "cross-env": "^7.0.3", - "eslint": "^8.49.0", + "eslint": "^8.51.0", "husky": "^8.0.3", "jest": "^29.7.0", "keyv": "4.5.3", diff --git a/pkg-manager/core/package.json b/pkg-manager/core/package.json index 5010a895d4..90f18df2a6 100644 --- a/pkg-manager/core/package.json +++ b/pkg-manager/core/package.json @@ -90,9 +90,9 @@ "@types/normalize-path": "^3.0.0", "@types/ramda": "0.28.20", "@types/semver": "7.3.13", - "@types/sinon": "^10.0.16", + "@types/sinon": "^10.0.19", "@yarnpkg/core": "4.0.0-rc.45", - "ci-info": "^3.8.0", + "ci-info": "^3.9.0", "deep-require-cwd": "1.0.0", "execa": "npm:safe-execa@0.1.2", "exists-link": "2.0.0", @@ -101,7 +101,7 @@ "path-name": "^1.0.0", "read-yaml-file": "^2.1.0", "resolve-link-target": "^2.0.0", - "sinon": "^16.0.0", + "sinon": "^16.1.0", "symlink-dir": "^5.2.0", "write-json-file": "^4.3.0", "write-yaml-file": "^5.0.0" diff --git a/pkg-manager/get-context/package.json b/pkg-manager/get-context/package.json index 3b8c8d393b..dce3f41cb6 100644 --- a/pkg-manager/get-context/package.json +++ b/pkg-manager/get-context/package.json @@ -45,7 +45,7 @@ "@pnpm/read-projects-context": "workspace:*", "@pnpm/types": "workspace:*", "@zkochan/rimraf": "^2.1.3", - "ci-info": "^3.8.0", + "ci-info": "^3.9.0", "enquirer": "^2.4.1", "path-absolute": "^1.0.1", "ramda": "npm:@pnpm/ramda@0.28.1" diff --git a/pkg-manager/headless/package.json b/pkg-manager/headless/package.json index 553534f5da..475c004bd1 100644 --- a/pkg-manager/headless/package.json +++ b/pkg-manager/headless/package.json @@ -29,11 +29,11 @@ "@types/fs-extra": "^9.0.13", "@types/ramda": "0.28.20", "@types/rimraf": "^3.0.2", - "@types/sinon": "^10.0.16", + "@types/sinon": "^10.0.19", "concurrently": "8.2.0", "isexe": "2.0.0", "load-json-file": "^6.2.0", - "sinon": "^16.0.0", + "sinon": "^16.1.0", "tempy": "^1.0.1", "write-json-file": "^4.3.0" }, diff --git a/pkg-manager/link-bins/package.json b/pkg-manager/link-bins/package.json index 18d355a483..11189a895a 100644 --- a/pkg-manager/link-bins/package.json +++ b/pkg-manager/link-bins/package.json @@ -40,7 +40,7 @@ "@pnpm/types": "workspace:*", "@zkochan/cmd-shim": "^6.0.0", "@zkochan/rimraf": "^2.1.3", - "bin-links": "^4.0.2", + "bin-links": "^4.0.3", "is-subdir": "^1.2.0", "is-windows": "^1.0.2", "normalize-path": "^3.0.0", @@ -52,7 +52,7 @@ "@pnpm/link-bins": "workspace:*", "@pnpm/test-fixtures": "workspace:*", "@types/is-windows": "^1.0.0", - "@types/node": "^16.18.52", + "@types/node": "^16.18.58", "@types/normalize-path": "^3.0.0", "@types/ramda": "0.28.20", "cmd-extension": "^1.0.2", diff --git a/pkg-manager/package-bins/package.json b/pkg-manager/package-bins/package.json index ee45438bf3..5bc4e56eb5 100644 --- a/pkg-manager/package-bins/package.json +++ b/pkg-manager/package-bins/package.json @@ -37,7 +37,7 @@ }, "devDependencies": { "@pnpm/package-bins": "workspace:*", - "@types/node": "^16.18.52" + "@types/node": "^16.18.58" }, "funding": "https://opencollective.com/pnpm", "exports": { diff --git a/pkg-manager/package-requester/package.json b/pkg-manager/package-requester/package.json index 897ebb311b..b668397b43 100644 --- a/pkg-manager/package-requester/package.json +++ b/pkg-manager/package-requester/package.json @@ -66,7 +66,7 @@ "@types/normalize-path": "^3.0.0", "@types/ramda": "0.28.20", "@types/semver": "7.3.13", - "@types/ssri": "^7.1.1", + "@types/ssri": "^7.1.2", "delay": "^5.0.0", "load-json-file": "^6.2.0", "nock": "13.3.2", diff --git a/pkg-manager/plugin-commands-installation/package.json b/pkg-manager/plugin-commands-installation/package.json index f9abeb3bf1..28e21a43fc 100644 --- a/pkg-manager/plugin-commands-installation/package.json +++ b/pkg-manager/plugin-commands-installation/package.json @@ -36,17 +36,17 @@ "@pnpm/prepare": "workspace:*", "@pnpm/registry-mock": "3.13.0", "@pnpm/test-fixtures": "workspace:*", - "@types/proxyquire": "^1.3.28", + "@types/proxyquire": "^1.3.29", "@types/ramda": "0.28.20", - "@types/sinon": "^10.0.16", - "@types/yarnpkg__lockfile": "^1.1.6", + "@types/sinon": "^10.0.19", + "@types/yarnpkg__lockfile": "^1.1.7", "@types/zkochan__table": "npm:@types/table@6.0.0", "delay": "^5.0.0", "jest-diff": "^29.7.0", "path-name": "^1.0.0", "proxyquire": "^2.1.3", "read-yaml-file": "^2.1.0", - "sinon": "^16.0.0", + "sinon": "^16.1.0", "symlink-dir": "^5.2.0", "tempy": "^1.0.1", "write-json-file": "^4.3.0", @@ -89,7 +89,7 @@ "@zkochan/rimraf": "^2.1.3", "@zkochan/table": "^2.0.1", "chalk": "^4.1.2", - "ci-info": "^3.8.0", + "ci-info": "^3.9.0", "enquirer": "^2.4.1", "is-subdir": "^1.2.0", "load-json-file": "^6.2.0", diff --git a/pkg-manifest/read-package-json/package.json b/pkg-manifest/read-package-json/package.json index 3a9c317d31..866bbc2089 100644 --- a/pkg-manifest/read-package-json/package.json +++ b/pkg-manifest/read-package-json/package.json @@ -38,7 +38,7 @@ "funding": "https://opencollective.com/pnpm", "devDependencies": { "@pnpm/read-package-json": "workspace:*", - "@types/normalize-package-data": "^2.4.1" + "@types/normalize-package-data": "^2.4.2" }, "exports": { ".": "./lib/index.js" diff --git a/pkg-manifest/write-project-manifest/package.json b/pkg-manifest/write-project-manifest/package.json index ee57f8388a..b80fbd79db 100644 --- a/pkg-manifest/write-project-manifest/package.json +++ b/pkg-manifest/write-project-manifest/package.json @@ -37,7 +37,7 @@ }, "devDependencies": { "@pnpm/write-project-manifest": "workspace:*", - "@types/write-file-atomic": "^4.0.0", + "@types/write-file-atomic": "^4.0.1", "tempy": "^1.0.1" }, "funding": "https://opencollective.com/pnpm", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d431a9328e..f544e0b963 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -76,32 +76,32 @@ importers: .: devDependencies: '@babel/core': - specifier: ^7.22.20 - version: 7.23.0 + specifier: ^7.23.2 + version: 7.23.2 '@babel/plugin-proposal-dynamic-import': specifier: ^7.18.6 - version: 7.18.6(@babel/core@7.23.0) + version: 7.18.6(@babel/core@7.23.2) '@babel/plugin-transform-modules-commonjs': - specifier: ^7.22.15 - version: 7.23.0(@babel/core@7.23.0) + specifier: ^7.23.0 + version: 7.23.0(@babel/core@7.23.2) '@babel/preset-typescript': - specifier: ^7.22.15 - version: 7.23.0(@babel/core@7.23.0) + specifier: ^7.23.2 + version: 7.23.2(@babel/core@7.23.2) '@babel/types': - specifier: ^7.22.19 + specifier: ^7.23.0 version: 7.23.0 '@changesets/cli': specifier: ^2.26.2 version: 2.26.2 '@commitlint/cli': - specifier: ^17.7.1 - version: 17.7.2 + specifier: ^17.8.0 + version: 17.8.0 '@commitlint/config-conventional': - specifier: ^17.7.0 - version: 17.7.0 + specifier: ^17.8.0 + version: 17.8.0 '@commitlint/prompt-cli': - specifier: ^17.7.1 - version: 17.7.2 + specifier: ^17.8.0 + version: 17.8.0 '@pnpm/eslint-config': specifier: workspace:* version: link:__utils__/eslint-config @@ -121,8 +121,8 @@ importers: specifier: ^29.5.5 version: 29.5.5 '@types/node': - specifier: ^16.18.52 - version: 16.18.57 + specifier: ^16.18.58 + version: 16.18.58 c8: specifier: ^7.14.0 version: 7.14.0 @@ -133,14 +133,14 @@ importers: specifier: ^7.0.3 version: 7.0.3 eslint: - specifier: ^8.49.0 - version: 8.50.0 + specifier: ^8.51.0 + version: 8.51.0 husky: specifier: ^8.0.3 version: 8.0.3 jest: specifier: ^29.7.0 - version: 29.7.0(@babel/types@7.23.0)(@types/node@16.18.57)(ts-node@10.9.1) + version: 29.7.0(@babel/types@7.23.0)(@types/node@16.18.58)(ts-node@10.9.1) keyv: specifier: 4.5.3 version: 4.5.3 @@ -161,10 +161,10 @@ importers: version: 8.5.14 ts-jest: specifier: 29.1.1 - version: 29.1.1(@babel/core@7.23.0)(jest@29.7.0)(typescript@5.2.2) + version: 29.1.1(@babel/core@7.23.2)(jest@29.7.0)(typescript@5.2.2) ts-node: specifier: ^10.9.1 - version: 10.9.1(@types/node@16.18.57)(typescript@5.2.2) + version: 10.9.1(@types/node@16.18.58)(typescript@5.2.2) typescript: specifier: 5.2.2 version: 5.2.2 @@ -255,8 +255,8 @@ importers: specifier: 2.0.1 version: 2.0.1 '@types/node': - specifier: ^16.18.52 - version: 16.18.57 + specifier: ^16.18.58 + version: 16.18.58 __utils__/assert-store: dependencies: @@ -277,29 +277,29 @@ importers: __utils__/eslint-config: dependencies: '@typescript-eslint/eslint-plugin': - specifier: ^6.7.2 - version: 6.7.4(@typescript-eslint/parser@6.7.4)(eslint@8.50.0)(typescript@5.2.2) + specifier: ^6.7.5 + version: 6.7.5(@typescript-eslint/parser@6.7.5)(eslint@8.51.0)(typescript@5.2.2) '@typescript-eslint/parser': - specifier: ^6.7.2 - version: 6.7.4(eslint@8.50.0)(typescript@5.2.2) + specifier: ^6.7.5 + version: 6.7.5(eslint@8.51.0)(typescript@5.2.2) eslint: - specifier: ^8.49.0 - version: 8.50.0 + specifier: ^8.51.0 + version: 8.51.0 eslint-config-standard-with-typescript: - specifier: ^39.0.0 - version: 39.1.0(@typescript-eslint/eslint-plugin@6.7.4)(eslint-plugin-import@2.28.1)(eslint-plugin-n@16.1.0)(eslint-plugin-promise@6.1.1)(eslint@8.50.0)(typescript@5.2.2) + specifier: ^39.1.1 + version: 39.1.1(@typescript-eslint/eslint-plugin@6.7.5)(eslint-plugin-import@2.28.1)(eslint-plugin-n@16.2.0)(eslint-plugin-promise@6.1.1)(eslint@8.51.0)(typescript@5.2.2) eslint-plugin-import: specifier: ^2.28.1 - version: 2.28.1(@typescript-eslint/parser@6.7.4)(eslint@8.50.0) + version: 2.28.1(@typescript-eslint/parser@6.7.5)(eslint@8.51.0) eslint-plugin-n: - specifier: ^16.1.0 - version: 16.1.0(eslint@8.50.0) + specifier: ^16.2.0 + version: 16.2.0(eslint@8.51.0) eslint-plugin-node: specifier: ^11.1.0 - version: 11.1.0(eslint@8.50.0) + version: 11.1.0(eslint@8.51.0) eslint-plugin-promise: specifier: ^6.1.1 - version: 6.1.1(eslint@8.50.0) + version: 6.1.1(eslint@8.51.0) typescript: specifier: 5.2.2 version: 5.2.2 @@ -352,8 +352,8 @@ importers: specifier: workspace:* version: 'link:' '@types/node': - specifier: ^16.18.52 - version: 16.18.57 + specifier: ^16.18.58 + version: 16.18.58 __utils__/scripts: dependencies: @@ -927,7 +927,7 @@ importers: specifier: workspace:* version: link:../../__utils__/prepare '@types/adm-zip': - specifier: ^0.5.1 + specifier: ^0.5.2 version: 0.5.2 node-fetch: specifier: npm:@pnpm/node-fetch@1.0.0 @@ -1022,10 +1022,10 @@ importers: specifier: workspace:* version: link:../../__utils__/prepare '@types/adm-zip': - specifier: ^0.5.1 + specifier: ^0.5.2 version: 0.5.2 '@types/graceful-fs': - specifier: ^4.1.6 + specifier: ^4.1.7 version: 4.1.7 '@types/is-windows': specifier: ^1.0.0 @@ -1286,8 +1286,8 @@ importers: specifier: 7.3.13 version: 7.3.13 '@types/sinon': - specifier: ^10.0.16 - version: 10.0.18 + specifier: ^10.0.19 + version: 10.0.19 execa: specifier: npm:safe-execa@0.1.2 version: /safe-execa@0.1.2 @@ -1295,8 +1295,8 @@ importers: specifier: ^4.0.0 version: 4.0.0 sinon: - specifier: ^16.0.0 - version: 16.0.0 + specifier: ^16.1.0 + version: 16.1.0 write-yaml-file: specifier: ^5.0.0 version: 5.0.0 @@ -1506,7 +1506,7 @@ importers: specifier: workspace:* version: link:../../packages/types '@types/ssri': - specifier: ^7.1.1 + specifier: ^7.1.2 version: 7.1.2 devDependencies: '@pnpm/cafs-types': @@ -1629,10 +1629,10 @@ importers: specifier: 0.28.20 version: 0.28.20 '@types/retry': - specifier: ^0.12.2 + specifier: ^0.12.3 version: 0.12.3 '@types/ssri': - specifier: ^7.1.1 + specifier: ^7.1.2 version: 7.1.2 nock: specifier: 13.3.2 @@ -1676,7 +1676,7 @@ importers: specifier: workspace:* version: 'link:' '@types/graceful-fs': - specifier: ^4.1.6 + specifier: ^4.1.7 version: 4.1.7 fs/hard-link-dir: @@ -1754,7 +1754,7 @@ importers: specifier: workspace:* version: 'link:' '@types/graceful-fs': - specifier: ^4.1.6 + specifier: ^4.1.7 version: 4.1.7 fs/symlink-dependency: @@ -2043,8 +2043,8 @@ importers: specifier: workspace:* version: 'link:' '@types/js-yaml': - specifier: ^4.0.6 - version: 4.0.6 + specifier: ^4.0.7 + version: 4.0.7 '@types/normalize-path': specifier: ^3.0.0 version: 3.0.0 @@ -2055,7 +2055,7 @@ importers: specifier: 7.3.13 version: 7.3.13 '@types/write-file-atomic': - specifier: ^4.0.0 + specifier: ^4.0.1 version: 4.0.1 tempy: specifier: ^1.0.1 @@ -2145,8 +2145,8 @@ importers: specifier: workspace:* version: 'link:' '@types/js-yaml': - specifier: ^4.0.6 - version: 4.0.6 + specifier: ^4.0.7 + version: 4.0.7 '@types/ramda': specifier: 0.28.20 version: 0.28.20 @@ -3089,13 +3089,13 @@ importers: specifier: 7.3.13 version: 7.3.13 '@types/sinon': - specifier: ^10.0.16 - version: 10.0.18 + specifier: ^10.0.19 + version: 10.0.19 '@yarnpkg/core': specifier: 4.0.0-rc.45 version: 4.0.0-rc.45(typanion@3.14.0) ci-info: - specifier: ^3.8.0 + specifier: ^3.9.0 version: 3.9.0 deep-require-cwd: specifier: 1.0.0 @@ -3122,8 +3122,8 @@ importers: specifier: ^2.0.0 version: 2.0.0 sinon: - specifier: ^16.0.0 - version: 16.0.0 + specifier: ^16.1.0 + version: 16.1.0 symlink-dir: specifier: ^5.2.0 version: 5.2.0 @@ -3195,7 +3195,7 @@ importers: specifier: ^2.1.3 version: 2.1.3 ci-info: - specifier: ^3.8.0 + specifier: ^3.9.0 version: 3.9.0 enquirer: specifier: ^2.4.1 @@ -3359,8 +3359,8 @@ importers: specifier: ^3.0.2 version: 3.0.2 '@types/sinon': - specifier: ^10.0.16 - version: 10.0.18 + specifier: ^10.0.19 + version: 10.0.19 concurrently: specifier: 8.2.0 version: 8.2.0 @@ -3371,8 +3371,8 @@ importers: specifier: ^6.2.0 version: 6.2.0 sinon: - specifier: ^16.0.0 - version: 16.0.0 + specifier: ^16.1.0 + version: 16.1.0 tempy: specifier: ^1.0.1 version: 1.0.1 @@ -3468,8 +3468,8 @@ importers: specifier: ^2.1.3 version: 2.1.3 bin-links: - specifier: ^4.0.2 - version: 4.0.2 + specifier: ^4.0.3 + version: 4.0.3 is-subdir: specifier: ^1.2.0 version: 1.2.0 @@ -3499,8 +3499,8 @@ importers: specifier: ^1.0.0 version: 1.0.0 '@types/node': - specifier: ^16.18.52 - version: 16.18.57 + specifier: ^16.18.58 + version: 16.18.58 '@types/normalize-path': specifier: ^3.0.0 version: 3.0.0 @@ -3610,8 +3610,8 @@ importers: specifier: workspace:* version: 'link:' '@types/node': - specifier: ^16.18.52 - version: 16.18.57 + specifier: ^16.18.58 + version: 16.18.58 pkg-manager/package-requester: dependencies: @@ -3707,7 +3707,7 @@ importers: specifier: 7.3.13 version: 7.3.13 '@types/ssri': - specifier: ^7.1.1 + specifier: ^7.1.2 version: 7.1.2 delay: specifier: ^5.0.0 @@ -3836,7 +3836,7 @@ importers: specifier: ^4.1.2 version: 4.1.2 ci-info: - specifier: ^3.8.0 + specifier: ^3.9.0 version: 3.9.0 enquirer: specifier: ^2.4.1 @@ -3891,16 +3891,16 @@ importers: specifier: workspace:* version: link:../../__utils__/test-fixtures '@types/proxyquire': - specifier: ^1.3.28 + specifier: ^1.3.29 version: 1.3.29 '@types/ramda': specifier: 0.28.20 version: 0.28.20 '@types/sinon': - specifier: ^10.0.16 - version: 10.0.18 + specifier: ^10.0.19 + version: 10.0.19 '@types/yarnpkg__lockfile': - specifier: ^1.1.6 + specifier: ^1.1.7 version: 1.1.7 '@types/zkochan__table': specifier: npm:@types/table@6.0.0 @@ -3921,8 +3921,8 @@ importers: specifier: ^2.1.0 version: 2.1.0 sinon: - specifier: ^16.0.0 - version: 16.0.0 + specifier: ^16.1.0 + version: 16.1.0 symlink-dir: specifier: ^5.2.0 version: 5.2.0 @@ -4210,7 +4210,7 @@ importers: specifier: workspace:* version: 'link:' '@types/normalize-package-data': - specifier: ^2.4.1 + specifier: ^2.4.2 version: 2.4.2 pkg-manifest/read-project-manifest: @@ -4296,7 +4296,7 @@ importers: specifier: workspace:* version: 'link:' '@types/write-file-atomic': - specifier: ^4.0.0 + specifier: ^4.0.1 version: 4.0.1 tempy: specifier: ^1.0.1 @@ -4487,7 +4487,7 @@ importers: specifier: ^4.1.2 version: 4.1.2 ci-info: - specifier: ^3.8.0 + specifier: ^3.9.0 version: 3.9.0 cross-spawn: specifier: ^7.0.3 @@ -4502,7 +4502,7 @@ importers: specifier: ^2.0.0 version: 2.0.0 esbuild: - specifier: ^0.19.3 + specifier: ^0.19.4 version: 0.19.4 execa: specifier: npm:safe-execa@0.1.2 @@ -4796,14 +4796,14 @@ importers: specifier: ^3.0.0 version: 3.0.0 '@types/proxyquire': - specifier: ^1.3.28 + specifier: ^1.3.29 version: 1.3.29 '@types/ramda': specifier: 0.28.20 version: 0.28.20 '@types/sinon': - specifier: ^10.0.16 - version: 10.0.18 + specifier: ^10.0.19 + version: 10.0.19 '@types/tar': specifier: ^6.1.6 version: 6.1.6 @@ -4811,7 +4811,7 @@ importers: specifier: ^2.2.3 version: 2.2.3 ci-info: - specifier: ^3.8.0 + specifier: ^3.9.0 version: 3.9.0 cross-spawn: specifier: ^7.0.3 @@ -4928,7 +4928,7 @@ importers: specifier: ^3.0.0 version: 3.0.0 '@types/ssri': - specifier: ^7.1.1 + specifier: ^7.1.2 version: 7.1.2 resolving/npm-resolver: @@ -5019,7 +5019,7 @@ importers: specifier: 7.3.13 version: 7.3.13 '@types/ssri': - specifier: ^7.1.1 + specifier: ^7.1.2 version: 7.1.2 nock: specifier: 13.3.2 @@ -5548,10 +5548,10 @@ importers: specifier: 2.0.0 version: 2.0.0 '@types/node': - specifier: ^16.18.52 - version: 16.18.57 + specifier: ^16.18.58 + version: 16.18.58 '@types/ssri': - specifier: ^7.1.1 + specifier: ^7.1.2 version: 7.1.2 tempy: specifier: ^1.0.1 @@ -5566,7 +5566,7 @@ importers: specifier: workspace:* version: link:../../packages/types '@types/ssri': - specifier: ^7.1.1 + specifier: ^7.1.2 version: 7.1.2 store/create-cafs-store: @@ -5664,7 +5664,7 @@ importers: specifier: 0.28.20 version: 0.28.20 '@types/ssri': - specifier: ^7.1.1 + specifier: ^7.1.2 version: 7.1.2 tempy: specifier: ^1.0.1 @@ -5737,7 +5737,7 @@ importers: specifier: 0.28.20 version: 0.28.20 '@types/signal-exit': - specifier: ^3.0.1 + specifier: ^3.0.2 version: 3.0.2 store/plugin-commands-store: @@ -5828,7 +5828,7 @@ importers: specifier: 0.28.20 version: 0.28.20 '@types/ssri': - specifier: ^7.1.1 + specifier: ^7.1.2 version: 7.1.2 '@zkochan/rimraf': specifier: ^2.1.3 @@ -5883,7 +5883,7 @@ importers: specifier: workspace:* version: 'link:' '@types/mz': - specifier: ^2.7.4 + specifier: ^2.7.5 version: 2.7.5 '@types/uuid': specifier: ^8.3.4 @@ -5994,8 +5994,8 @@ importers: specifier: ^1.0.0 version: 1.0.0 '@types/node': - specifier: ^16.18.52 - version: 16.18.57 + specifier: ^16.18.58 + version: 16.18.58 '@types/rimraf': specifier: ^3.0.2 version: 3.0.2 @@ -6044,7 +6044,7 @@ importers: version: link:../fs/symlink-dependency '@rushstack/worker-pool': specifier: 0.3.34 - version: 0.3.34(@types/node@16.18.57) + version: 0.3.34(@types/node@16.18.58) load-json-file: specifier: ^6.2.0 version: 6.2.0 @@ -6093,7 +6093,7 @@ importers: specifier: ^1.0.0 version: 1.0.0 '@types/micromatch': - specifier: ^4.0.2 + specifier: ^4.0.3 version: 4.0.3 '@types/ramda': specifier: 0.28.20 @@ -6102,7 +6102,7 @@ importers: specifier: ^3.1.3 version: 3.1.3 ci-info: - specifier: ^3.8.0 + specifier: ^3.9.0 version: 3.9.0 is-windows: specifier: ^1.0.2 @@ -6232,24 +6232,24 @@ packages: '@babel/highlight': 7.22.20 chalk: 2.4.2 - /@babel/compat-data@7.22.20: - resolution: {integrity: sha512-BQYjKbpXjoXwFW5jGqiizJQQT/aC7pFm9Ok1OWssonuguICi264lbgMzRp2ZMmRSlfkX6DsWDDcsrctK8Rwfiw==} + /@babel/compat-data@7.23.2: + resolution: {integrity: sha512-0S9TQMmDHlqAZ2ITT95irXKfxN9bncq8ZCoJhun3nHL/lLUxd2NKBJYoNGWH7S0hz6fRQwWlAWn/ILM0C70KZQ==} engines: {node: '>=6.9.0'} dev: true - /@babel/core@7.23.0: - resolution: {integrity: sha512-97z/ju/Jy1rZmDxybphrBuI+jtJjFVoz7Mr9yUQVVVi+DNZE333uFQeMOqcCIy1x3WYBIbWftUSLmbNXNT7qFQ==} + /@babel/core@7.23.2: + resolution: {integrity: sha512-n7s51eWdaWZ3vGT2tD4T7J6eJs3QoBXydv7vkUM06Bf1cbVD2Kc2UrkzhiQwobfV7NwOnQXYL7UBJ5VPU+RGoQ==} engines: {node: '>=6.9.0'} dependencies: '@ampproject/remapping': 2.2.1 '@babel/code-frame': 7.22.13 '@babel/generator': 7.23.0 '@babel/helper-compilation-targets': 7.22.15 - '@babel/helper-module-transforms': 7.23.0(@babel/core@7.23.0) - '@babel/helpers': 7.23.1 + '@babel/helper-module-transforms': 7.23.0(@babel/core@7.23.2) + '@babel/helpers': 7.23.2 '@babel/parser': 7.23.0(@babel/types@7.23.0) '@babel/template': 7.22.15 - '@babel/traverse': 7.23.0 + '@babel/traverse': 7.23.2 '@babel/types': 7.23.0 convert-source-map: 2.0.0 debug: 4.3.4 @@ -6264,7 +6264,7 @@ packages: resolution: {integrity: sha512-W1lG5vUwFvfMd8HVXqdfbuG7RuaSrTCCD8cl8fP8wOivdbtbIg2Db3IWUcgvfxKbbn6ZBGYRW/Zk1MIwK49mgw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.0 + '@babel/types': 7.19.0 '@jridgewell/gen-mapping': 0.3.3 jsesc: 2.5.2 dev: true @@ -6290,26 +6290,26 @@ packages: resolution: {integrity: sha512-y6EEzULok0Qvz8yyLkCvVX+02ic+By2UdOhylwUOvOn9dvYc9mKICJuuU1n1XBI02YWsNsnrY1kc6DVbjcXbtw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/compat-data': 7.22.20 + '@babel/compat-data': 7.23.2 '@babel/helper-validator-option': 7.22.15 browserslist: 4.22.1 lru-cache: 5.1.1 semver: 7.5.4 dev: true - /@babel/helper-create-class-features-plugin@7.22.15(@babel/core@7.23.0): + /@babel/helper-create-class-features-plugin@7.22.15(@babel/core@7.23.2): resolution: {integrity: sha512-jKkwA59IXcvSaiK2UN45kKwSC9o+KuoXsBDvHvU/7BecYIp8GQ2UwrVvFgJASUT+hBnwJx6MhvMCuMzwZZ7jlg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-annotate-as-pure': 7.22.5 '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-function-name': 7.23.0 '@babel/helper-member-expression-to-functions': 7.23.0 '@babel/helper-optimise-call-expression': 7.22.5 - '@babel/helper-replace-supers': 7.22.20(@babel/core@7.23.0) + '@babel/helper-replace-supers': 7.22.20(@babel/core@7.23.2) '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 '@babel/helper-split-export-declaration': 7.22.6 semver: 7.5.4 @@ -6349,13 +6349,13 @@ packages: '@babel/types': 7.23.0 dev: true - /@babel/helper-module-transforms@7.23.0(@babel/core@7.23.0): + /@babel/helper-module-transforms@7.23.0(@babel/core@7.23.2): resolution: {integrity: sha512-WhDWw1tdrlT0gMgUJSlX0IQvoO1eN279zrAUbVB+KpV2c3Tylz8+GnKOLllCS6Z/iZQEyVYxhZVUdPTqs2YYPw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-module-imports': 7.22.15 '@babel/helper-simple-access': 7.22.5 @@ -6375,13 +6375,13 @@ packages: engines: {node: '>=6.9.0'} dev: true - /@babel/helper-replace-supers@7.22.20(@babel/core@7.23.0): + /@babel/helper-replace-supers@7.22.20(@babel/core@7.23.2): resolution: {integrity: sha512-qsW0In3dbwQUbK8kejJ4R7IHVGwHJlV6lpG6UA7a9hSa2YEiAib+N1T2kr6PEeUT+Fl7najmSOS6SmAwCHK6Tw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-member-expression-to-functions': 7.23.0 '@babel/helper-optimise-call-expression': 7.22.5 @@ -6422,12 +6422,12 @@ packages: engines: {node: '>=6.9.0'} dev: true - /@babel/helpers@7.23.1: - resolution: {integrity: sha512-chNpneuK18yW5Oxsr+t553UZzzAs3aZnFm4bxhebsNTeshrC95yA7l5yl7GBAG+JG1rF0F7zzD2EixK9mWSDoA==} + /@babel/helpers@7.23.2: + resolution: {integrity: sha512-lzchcp8SjTSVe/fPmLwtWVBFC7+Tbn8LGHDVfDp9JGxpAY5opSaEFgt8UQvrnECWOTdji2mOWMz1rOhkHscmGQ==} engines: {node: '>=6.9.0'} dependencies: '@babel/template': 7.22.15 - '@babel/traverse': 7.23.0 + '@babel/traverse': 7.23.2 '@babel/types': 7.23.0 transitivePeerDependencies: - supports-color @@ -6461,197 +6461,197 @@ packages: '@babel/types': 7.23.0 dev: true - /@babel/plugin-proposal-dynamic-import@7.18.6(@babel/core@7.23.0): + /@babel/plugin-proposal-dynamic-import@7.18.6(@babel/core@7.23.2): resolution: {integrity: sha512-1auuwmK+Rz13SJj36R+jqFPMJWyKEDd7lLSdOj4oJK0UTgGueSAtkrCvz9ewmgyU/P941Rv2fQwZJN8s6QruXw==} engines: {node: '>=6.9.0'} deprecated: This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-dynamic-import instead. peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.23.0) + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.23.2) dev: true - /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.23.0): + /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.23.2): resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.23.0): + /@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.23.2): resolution: {integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.23.0): + /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.23.2): resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.23.0): + /@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.23.2): resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.23.0): + /@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.23.2): resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.23.0): + /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.23.2): resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-jsx@7.22.5(@babel/core@7.23.0): + /@babel/plugin-syntax-jsx@7.22.5(@babel/core@7.23.2): resolution: {integrity: sha512-gvyP4hZrgrs/wWMaocvxZ44Hw0b3W8Pe+cMxc8V1ULQ07oh8VNbIRaoD1LRZVTvD+0nieDKjfgKg89sD7rrKrg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.23.0): + /@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.23.2): resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.23.0): + /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.23.2): resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.23.0): + /@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.23.2): resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.23.0): + /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.23.2): resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.23.0): + /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.23.2): resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.23.0): + /@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.23.2): resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.23.0): + /@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.23.2): resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-syntax-typescript@7.22.5(@babel/core@7.23.0): + /@babel/plugin-syntax-typescript@7.22.5(@babel/core@7.23.2): resolution: {integrity: sha512-1mS2o03i7t1c6VzH6fdQ3OA8tcEIxwG18zIPRp+UY1Ihv6W+XZzBCVxExF9upussPXJ0xE9XRHwMoNs1ep/nRQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 dev: true - /@babel/plugin-transform-modules-commonjs@7.23.0(@babel/core@7.23.0): + /@babel/plugin-transform-modules-commonjs@7.23.0(@babel/core@7.23.2): resolution: {integrity: sha512-32Xzss14/UVc7k9g775yMIvkVK8xwKE0DPdP5JTapr3+Z9w4tzeOuLNY6BXDQR6BdnzIlXnCGAzsk/ICHBLVWQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 - '@babel/helper-module-transforms': 7.23.0(@babel/core@7.23.0) + '@babel/core': 7.23.2 + '@babel/helper-module-transforms': 7.23.0(@babel/core@7.23.2) '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-simple-access': 7.22.5 dev: true - /@babel/plugin-transform-typescript@7.22.15(@babel/core@7.23.0): + /@babel/plugin-transform-typescript@7.22.15(@babel/core@7.23.2): resolution: {integrity: sha512-1uirS0TnijxvQLnlv5wQBwOX3E1wCFX7ITv+9pBV2wKEk4K+M5tqDaoNXnTH8tjEIYHLO98MwiTWO04Ggz4XuA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.0) + '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.2) '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-typescript': 7.22.5(@babel/core@7.23.0) + '@babel/plugin-syntax-typescript': 7.22.5(@babel/core@7.23.2) dev: true - /@babel/preset-typescript@7.23.0(@babel/core@7.23.0): - resolution: {integrity: sha512-6P6VVa/NM/VlAYj5s2Aq/gdVg8FSENCg3wlZ6Qau9AcPaoF5LbN1nyGlR9DTRIw9PpxI94e+ReydsJHcjwAweg==} + /@babel/preset-typescript@7.23.2(@babel/core@7.23.2): + resolution: {integrity: sha512-u4UJc1XsS1GhIGteM8rnGiIvf9rJpiVgMEeCnwlLA7WJPC+jcXWJAGxYmeqs5hOZD8BbAfnV5ezBOxQbb4OUxA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/helper-plugin-utils': 7.22.5 '@babel/helper-validator-option': 7.22.15 - '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.23.0) - '@babel/plugin-transform-modules-commonjs': 7.23.0(@babel/core@7.23.0) - '@babel/plugin-transform-typescript': 7.22.15(@babel/core@7.23.0) + '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.23.2) + '@babel/plugin-transform-modules-commonjs': 7.23.0(@babel/core@7.23.2) + '@babel/plugin-transform-typescript': 7.22.15(@babel/core@7.23.2) dev: true - /@babel/runtime@7.23.1: - resolution: {integrity: sha512-hC2v6p8ZSI/W0HUzh3V8C5g+NwSKzKPtJwSpTjwl0o297GP9+ZLQSkdvHz46CM3LqyoXxq+5G9komY+eSqSO0g==} + /@babel/runtime@7.23.2: + resolution: {integrity: sha512-mM8eg4yl5D6i3lu2QKPuPH4FArvJ8KhTofbE7jwMUv9KX5mBvwPAqnV3MlyBNqdp9RyRKP6Yck8TrfYrPvX3bg==} engines: {node: '>=6.9.0'} dependencies: regenerator-runtime: 0.14.0 @@ -6665,8 +6665,8 @@ packages: '@babel/types': 7.23.0 dev: true - /@babel/traverse@7.23.0: - resolution: {integrity: sha512-t/QaEvyIoIkwzpiZ7aoSKK8kObQYeF7T2v+dazAYCb8SXtp58zEVkWW7zAnju8FNKNdr4ScAOEDmMItbyOmEYw==} + /@babel/traverse@7.23.2: + resolution: {integrity: sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==} engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.22.13 @@ -6708,7 +6708,7 @@ packages: /@changesets/apply-release-plan@6.1.4: resolution: {integrity: sha512-FMpKF1fRlJyCZVYHr3CbinpZZ+6MwvOtWUuO8uo+svcATEoc1zRDcj23pAurJ2TZ/uVz1wFHH6K3NlACy0PLew==} dependencies: - '@babel/runtime': 7.23.1 + '@babel/runtime': 7.23.2 '@changesets/config': 2.3.1 '@changesets/get-version-range-type': 0.3.2 '@changesets/git': 2.0.0 @@ -6726,7 +6726,7 @@ packages: /@changesets/assemble-release-plan@5.2.4: resolution: {integrity: sha512-xJkWX+1/CUaOUWTguXEbCDTyWJFECEhmdtbkjhn5GVBGxdP/JwaHBIU9sW3FR6gD07UwZ7ovpiPclQZs+j+mvg==} dependencies: - '@babel/runtime': 7.23.1 + '@babel/runtime': 7.23.2 '@changesets/errors': 0.1.4 '@changesets/get-dependents-graph': 1.3.6 '@changesets/types': 5.2.1 @@ -6744,7 +6744,7 @@ packages: resolution: {integrity: sha512-dnWrJTmRR8bCHikJHl9b9HW3gXACCehz4OasrXpMp7sx97ECuBGGNjJhjPhdZNCvMy9mn4BWdplI323IbqsRig==} hasBin: true dependencies: - '@babel/runtime': 7.23.1 + '@babel/runtime': 7.23.2 '@changesets/apply-release-plan': 6.1.4 '@changesets/assemble-release-plan': 5.2.4 '@changesets/changelog-git': 0.1.14 @@ -6759,7 +6759,7 @@ packages: '@changesets/types': 5.2.1 '@changesets/write': 0.2.3 '@manypkg/get-packages': 1.1.3 - '@types/is-ci': 3.0.1 + '@types/is-ci': 3.0.2 '@types/semver': 7.5.3 ansi-colors: 4.1.3 chalk: 2.4.2 @@ -6810,7 +6810,7 @@ packages: /@changesets/get-release-plan@3.0.17: resolution: {integrity: sha512-6IwKTubNEgoOZwDontYc2x2cWXfr6IKxP3IhKeK+WjyD6y3M4Gl/jdQvBw+m/5zWILSOCAaGLu2ZF6Q+WiPniw==} dependencies: - '@babel/runtime': 7.23.1 + '@babel/runtime': 7.23.2 '@changesets/assemble-release-plan': 5.2.4 '@changesets/config': 2.3.1 '@changesets/pre': 1.0.14 @@ -6826,7 +6826,7 @@ packages: /@changesets/git@2.0.0: resolution: {integrity: sha512-enUVEWbiqUTxqSnmesyJGWfzd51PY4H7mH9yUw0hPVpZBJ6tQZFMU3F3mT/t9OJ/GjyiM4770i+sehAn6ymx6A==} dependencies: - '@babel/runtime': 7.23.1 + '@babel/runtime': 7.23.2 '@changesets/errors': 0.1.4 '@changesets/types': 5.2.1 '@manypkg/get-packages': 1.1.3 @@ -6851,7 +6851,7 @@ packages: /@changesets/pre@1.0.14: resolution: {integrity: sha512-dTsHmxQWEQekHYHbg+M1mDVYFvegDh9j/kySNuDKdylwfMEevTeDouR7IfHNyVodxZXu17sXoJuf2D0vi55FHQ==} dependencies: - '@babel/runtime': 7.23.1 + '@babel/runtime': 7.23.2 '@changesets/errors': 0.1.4 '@changesets/types': 5.2.1 '@manypkg/get-packages': 1.1.3 @@ -6861,7 +6861,7 @@ packages: /@changesets/read@0.5.9: resolution: {integrity: sha512-T8BJ6JS6j1gfO1HFq50kU3qawYxa4NTbI/ASNVVCBTsKquy2HYwM9r7ZnzkiMe8IEObAJtUVGSrePCOxAK2haQ==} dependencies: - '@babel/runtime': 7.23.1 + '@babel/runtime': 7.23.2 '@changesets/git': 2.0.0 '@changesets/logger': 0.0.5 '@changesets/parse': 0.3.16 @@ -6882,21 +6882,21 @@ packages: /@changesets/write@0.2.3: resolution: {integrity: sha512-Dbamr7AIMvslKnNYsLFafaVORx4H0pvCA2MHqgtNCySMe1blImEyAEOzDmcgKAkgz4+uwoLz7demIrX+JBr/Xw==} dependencies: - '@babel/runtime': 7.23.1 + '@babel/runtime': 7.23.2 '@changesets/types': 5.2.1 fs-extra: 7.0.1 human-id: 1.0.2 prettier: 2.8.8 dev: true - /@commitlint/cli@17.7.2: - resolution: {integrity: sha512-t3N7TZq7lOeqTOyEgfGcaltHqEJf7YDlPg75MldeVPPyz14jZq/+mbGF9tueDLFX8R6RwdymrN6D+U5XwZ8Iwg==} + /@commitlint/cli@17.8.0: + resolution: {integrity: sha512-D3LdyZYbiRyAChfJMNlAd9f2P9vNQ7GWbI9gN2o7L5hF07QJDqj4z/pcJF3PjDbJWOaUUXla287RdDmmKqH2WQ==} engines: {node: '>=v14'} hasBin: true dependencies: '@commitlint/format': 17.4.4 - '@commitlint/lint': 17.7.0 - '@commitlint/load': 17.7.2 + '@commitlint/lint': 17.8.0 + '@commitlint/load': 17.8.0 '@commitlint/read': 17.5.1 '@commitlint/types': 17.4.4 execa: 5.1.1 @@ -6909,8 +6909,8 @@ packages: - '@swc/wasm' dev: true - /@commitlint/config-conventional@17.7.0: - resolution: {integrity: sha512-iicqh2o6et+9kWaqsQiEYZzfLbtoWv9uZl8kbI8EGfnc0HeGafQBF7AJ0ylN9D/2kj6txltsdyQs8+2fTMwWEw==} + /@commitlint/config-conventional@17.8.0: + resolution: {integrity: sha512-MgiFXujmqAvi7M33C7OSMTznwrVkckrbXe/aZWQ/+KFGLLF6IE50XIcjGrW0/uiDGb/im5qbqF2dh1dCFNa+sQ==} engines: {node: '>=v14'} dependencies: conventional-changelog-conventionalcommits: 6.1.0 @@ -6949,26 +6949,26 @@ packages: chalk: 4.1.2 dev: true - /@commitlint/is-ignored@17.7.0: - resolution: {integrity: sha512-043rA7m45tyEfW7Zv2vZHF++176MLHH9h70fnPoYlB1slKBeKl8BwNIlnPg4xBdRBVNPaCqvXxWswx2GR4c9Hw==} + /@commitlint/is-ignored@17.8.0: + resolution: {integrity: sha512-8bR6rxNcWaNprPBdE4ePIOwbxutTQGOsRPYWssX+zjGxnEljzaZSGzFUOMxapYILlf8Tts/O1wPQgG549Rdvdg==} engines: {node: '>=v14'} dependencies: '@commitlint/types': 17.4.4 semver: 7.5.4 dev: true - /@commitlint/lint@17.7.0: - resolution: {integrity: sha512-TCQihm7/uszA5z1Ux1vw+Nf3yHTgicus/+9HiUQk+kRSQawByxZNESeQoX9ujfVd3r4Sa+3fn0JQAguG4xvvbA==} + /@commitlint/lint@17.8.0: + resolution: {integrity: sha512-4ihwnqOY4TcJN6iz5Jv1LeYavvBllONwFyGxOIWmCT5s4PNMb43cws2TUdbXTZL1Vq59etGKd5LWYDFPVbs5EA==} engines: {node: '>=v14'} dependencies: - '@commitlint/is-ignored': 17.7.0 + '@commitlint/is-ignored': 17.8.0 '@commitlint/parse': 17.7.0 '@commitlint/rules': 17.7.0 '@commitlint/types': 17.4.4 dev: true - /@commitlint/load@17.7.2: - resolution: {integrity: sha512-XA7WTnsjHZ4YH6ZYsrnxgLdXzriwMMq+utZUET6spbOEEIPBCDLdOQXS26P+v3TTO4hUHOEhzUquaBv3jbBixw==} + /@commitlint/load@17.8.0: + resolution: {integrity: sha512-9VnGXYJCP4tXmR4YrwP8n5oX6T5ZsHfPQq6WuUQOvAI+QsDQMaTGgTRXr7us+xsjz+b+mMBSagogqfUx2aixyw==} engines: {node: '>=v14'} dependencies: '@commitlint/config-validator': 17.6.7 @@ -7004,12 +7004,12 @@ packages: conventional-commits-parser: 4.0.0 dev: true - /@commitlint/prompt-cli@17.7.2: - resolution: {integrity: sha512-HndRoOaWWOiRp1K0jEspeq7qCVavLQS44YVMWXe8yEKSxkYUpIv24Zm4sl7rm7i21xZT7shUaq2R6JCFX+lxyg==} + /@commitlint/prompt-cli@17.8.0: + resolution: {integrity: sha512-pbLsRpTSZ5W0SQnLyOb8TugMG0cNoF8zGAkfz2F2qbWy7va57aZtkyE5NXKjzLGNLWu8oVkssXesTX5pqOWWCg==} engines: {node: '>=v14'} hasBin: true dependencies: - '@commitlint/prompt': 17.7.2 + '@commitlint/prompt': 17.8.0 execa: 5.1.1 inquirer: 6.5.2 transitivePeerDependencies: @@ -7017,12 +7017,12 @@ packages: - '@swc/wasm' dev: true - /@commitlint/prompt@17.7.2: - resolution: {integrity: sha512-DcN55b2Oi906a2pGDjjmR+ymZMvrwvxhnlr7Bu6FBaemXJlLicBOYXGz/cXIo9iExlwowbfCOuenBHvfXdDK9g==} + /@commitlint/prompt@17.8.0: + resolution: {integrity: sha512-tj4WotkHvSe95to1nDyOfVUl7+U3ThyrjNvAG7HEkBeGV8U8Oi9COGuVwMDUcfN+QRfheCyKnnJqoUhbkyG0DA==} engines: {node: '>=v14'} dependencies: '@commitlint/ensure': 17.6.7 - '@commitlint/load': 17.7.2 + '@commitlint/load': 17.8.0 '@commitlint/types': 17.4.4 chalk: 4.1.2 inquirer: 6.5.2 @@ -7289,13 +7289,13 @@ packages: dev: true optional: true - /@eslint-community/eslint-utils@4.4.0(eslint@8.50.0): + /@eslint-community/eslint-utils@4.4.0(eslint@8.51.0): resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '*' dependencies: - eslint: 8.50.0 + eslint: 8.51.0 eslint-visitor-keys: 3.4.3 /@eslint-community/regexpp@4.9.1: @@ -7309,7 +7309,7 @@ packages: ajv: 6.12.6 debug: 4.3.4 espree: 9.6.1 - globals: 13.22.0 + globals: 13.23.0 ignore: 5.2.4 import-fresh: 3.3.0 js-yaml: /@zkochan/js-yaml@0.0.6 @@ -7318,8 +7318,8 @@ packages: transitivePeerDependencies: - supports-color - /@eslint/js@8.50.0: - resolution: {integrity: sha512-NCC3zz2+nvYd+Ckfh87rA47zfu2QsQpvc6k1yzTk+b9KzRj0wkGa8LSoGOXN6Zv4lRf/EIoZ80biDh9HOI+RNQ==} + /@eslint/js@8.51.0: + resolution: {integrity: sha512-HxjQ8Qn+4SI3/AFv6sOrDB+g6PpUTDwSJiQqOrnneEk8L71161srI9gjzzZvYVbzHiVg/BvcH95+cK/zfIt4pg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} /@gar/promisify@1.1.3: @@ -7382,7 +7382,7 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/types': 29.6.3 - '@types/node': 16.18.57 + '@types/node': 16.18.58 chalk: 4.1.2 jest-message-util: 29.7.0 jest-util: 29.7.0 @@ -7403,14 +7403,14 @@ packages: '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0(@babel/types@7.23.0) '@jest/types': 29.6.3 - '@types/node': 16.18.57 + '@types/node': 16.18.58 ansi-escapes: 4.3.2 chalk: 4.1.2 ci-info: 3.9.0 exit: 0.1.2 graceful-fs: 4.2.11(patch_hash=ivtm2a2cfr5pomcfbedhmr5v2q) jest-changed-files: 29.7.0 - jest-config: 29.7.0(@babel/types@7.23.0)(@types/node@16.18.57)(ts-node@10.9.1) + jest-config: 29.7.0(@babel/types@7.23.0)(@types/node@16.18.58)(ts-node@10.9.1) jest-haste-map: 29.7.0 jest-message-util: 29.7.0 jest-regex-util: 29.6.3 @@ -7439,7 +7439,7 @@ packages: dependencies: '@jest/fake-timers': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 16.18.57 + '@types/node': 16.18.58 jest-mock: 29.7.0 dev: true @@ -7466,7 +7466,7 @@ packages: dependencies: '@jest/types': 29.6.3 '@sinonjs/fake-timers': 10.3.0 - '@types/node': 16.18.57 + '@types/node': 16.18.58 jest-message-util: 29.7.0 jest-mock: 29.7.0 jest-util: 29.7.0 @@ -7499,7 +7499,7 @@ packages: '@jest/transform': 29.7.0(@babel/types@7.23.0) '@jest/types': 29.6.3 '@jridgewell/trace-mapping': 0.3.19 - '@types/node': 16.18.57 + '@types/node': 16.18.58 chalk: 4.1.2 collect-v8-coverage: 1.0.2 exit: 0.1.2 @@ -7516,7 +7516,7 @@ packages: slash: 3.0.0 string-length: 4.0.2 strip-ansi: 6.0.1 - v8-to-istanbul: 9.1.2 + v8-to-istanbul: 9.1.3 transitivePeerDependencies: - '@babel/types' - supports-color @@ -7562,7 +7562,7 @@ packages: resolution: {integrity: sha512-ok/BTPFzFKVMwO5eOHRrvnBVHdRy9IrsrW1GpMaQ9MCnilNLXQKmAX8s1YXDFaai9xJpac2ySzV0YeRRECr2Vw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@jest/types': 29.6.3 '@jridgewell/trace-mapping': 0.3.19 babel-plugin-istanbul: 6.1.1(@babel/types@7.23.0) @@ -7589,8 +7589,8 @@ packages: '@jest/schemas': 29.6.3 '@types/istanbul-lib-coverage': 2.0.4 '@types/istanbul-reports': 3.0.2 - '@types/node': 16.18.57 - '@types/yargs': 17.0.26 + '@types/node': 16.18.58 + '@types/yargs': 17.0.28 chalk: 4.1.2 dev: true @@ -7634,7 +7634,7 @@ packages: /@manypkg/find-root@1.1.0: resolution: {integrity: sha512-mki5uBvhHzO8kYYix/WRy2WX8S3B5wdVSc9D6KcU5lQNglP2yt58/VfLuAK49glRXChosY8ap2oJ1qgma3GUVA==} dependencies: - '@babel/runtime': 7.23.1 + '@babel/runtime': 7.23.2 '@types/node': 12.20.55 find-up: 4.1.0 fs-extra: 8.1.0 @@ -7643,7 +7643,7 @@ packages: /@manypkg/get-packages@1.1.3: resolution: {integrity: sha512-fo+QhuU3qE/2TQMQmbVMqaQ6EWbMhi4ABWP+O4AM1NqPBuy0OrApV5LO6BrrgnhtAHS2NH6RrVk9OL181tTi8A==} dependencies: - '@babel/runtime': 7.23.1 + '@babel/runtime': 7.23.2 '@changesets/types': 4.1.0 '@manypkg/find-root': 1.1.0 fs-extra: 8.1.0 @@ -7984,11 +7984,11 @@ packages: '@pnpm/find-workspace-dir': 6.0.2 '@pnpm/find-workspace-packages': 6.0.9(@pnpm/logger@5.0.0) '@pnpm/logger': 5.0.0 - '@pnpm/types': 9.2.0 + '@pnpm/types': 9.3.0 load-json-file: 7.0.1 meow: 10.1.5 print-diff: 1.0.0 - ramda: 0.29.0 + ramda: 0.29.1 write-json-file: 5.0.0 dev: true @@ -8142,7 +8142,7 @@ packages: semver: 7.5.4 slash: 2.0.0 tmp: 0.0.33 - yaml: 2.3.2 + yaml: 2.3.3 dev: false /@pnpm/pnpmfile@5.0.7(@pnpm/logger@5.0.0): @@ -8269,8 +8269,8 @@ packages: engines: {node: '>=16.14'} dev: true - /@pnpm/types@9.2.0: - resolution: {integrity: sha512-LtkHgtJ5Bjny4poUWyMhOKHc822/zm8NhPx+7VbopfDYnTrKgJwTyTbZjZEyN5KpDw3R1Fr8VYdmv5gn4eyWbw==} + /@pnpm/types@9.3.0: + resolution: {integrity: sha512-BUm6KWNyiQ575D+zi4OkGWImHv0gM6LQYUY/qK/7j9uxmZ66topXQlZSoFX8rR/FcpIRUTrT325iqFqMHoJnww==} engines: {node: '>=16.14'} dev: true @@ -8343,7 +8343,7 @@ packages: '@reflink/reflink-win32-x64-msvc': 0.1.12 dev: false - /@rushstack/worker-pool@0.3.34(@types/node@16.18.57): + /@rushstack/worker-pool@0.3.34(@types/node@16.18.58): resolution: {integrity: sha512-ZpIrJUk539uQrsmbcnoMxhrM6/Lq0qCEL1QL9l8cj2RSq1qHwZ9lGIvd+pRmN8uEQSxL9k5fSnE6LasIzcKC3Q==} peerDependencies: '@types/node': '*' @@ -8351,7 +8351,7 @@ packages: '@types/node': optional: true dependencies: - '@types/node': 16.18.57 + '@types/node': 16.18.58 dev: false /@sinclair/typebox@0.27.8: @@ -8428,7 +8428,7 @@ packages: /@types/adm-zip@0.5.2: resolution: {integrity: sha512-33OTTnnW3onOE6HJuoqsi7T7Ojupz7zO/Vs5ddRNVCYQnu4lg05RqH/pr9eidHGvGyYfdO4uPO9cvegAMixBCQ==} dependencies: - '@types/node': 16.18.57 + '@types/node': 20.8.6 dev: true /@types/archy@0.0.32: @@ -8471,7 +8471,7 @@ packages: /@types/byline@4.2.34: resolution: {integrity: sha512-fZtv+EJ8AwM5PreJ5CL6jMt+H6fi/nNMptspMUmF1NnHLtoCVnn/hkQVFwX4lfn9Y3y1hKcQf+wQ3ub0rlu8tA==} dependencies: - '@types/node': 16.18.57 + '@types/node': 20.8.6 dev: true /@types/cacheable-request@6.0.3: @@ -8479,13 +8479,13 @@ packages: dependencies: '@types/http-cache-semantics': 4.0.2 '@types/keyv': 3.1.4 - '@types/node': 16.18.57 + '@types/node': 20.8.6 '@types/responselike': 1.0.1 /@types/cross-spawn@6.0.3: resolution: {integrity: sha512-BDAkU7WHHRHnvBf5z89lcvACsvkz/n7Tv+HyD/uW76O29HoH1Tk/W6iQrepaZVbisvlEek4ygwT8IW7ow9XLAA==} dependencies: - '@types/node': 16.18.57 + '@types/node': 20.8.6 dev: true /@types/emscripten@1.39.8: @@ -8494,20 +8494,20 @@ packages: /@types/fs-extra@9.0.13: resolution: {integrity: sha512-nEnwB++1u5lVDM2UI4c1+5R+FYaKfaAzS4OococimjVm3nQw3TuzH5UNsocrcTBbhnerblyHj4A49qXbIiZdpA==} dependencies: - '@types/node': 16.18.57 + '@types/node': 20.8.6 dev: true /@types/glob@8.1.0: resolution: {integrity: sha512-IO+MJPVhoqz+28h1qLAcBEH2+xHMK6MTyHJc7MTnnYb6wsoLR29POVGJ7LycmVXIqyy/4/2ShP5sUwTXuOwb/w==} dependencies: '@types/minimatch': 5.1.2 - '@types/node': 16.18.57 + '@types/node': 20.8.6 dev: true /@types/graceful-fs@4.1.7: resolution: {integrity: sha512-MhzcwU8aUygZroVwL2jeYk6JisJrPl/oov/gsgGCue9mkgl9wjGbzReYQClxiUgFDnib9FuHqTndccKeZKxTRw==} dependencies: - '@types/node': 16.18.57 + '@types/node': 20.8.6 dev: true /@types/hosted-git-info@3.0.3: @@ -8521,8 +8521,8 @@ packages: resolution: {integrity: sha512-8ecxxaG4AlVEM1k9+BsziMw8UsX0qy3jYI1ad/71RrDZ+rdL6aZB0wLfAuflQiDhkD5o4yJ0uPK3OSUic3fG0w==} dev: true - /@types/is-ci@3.0.1: - resolution: {integrity: sha512-mnb1ngaGQPm6LFZaNdh3xPOoQMkrQb/KBPhPPN2p2Wk8XgeUqWj6xPnvyQ8rvcK/VFritVmQG8tvQuy7g+9/nQ==} + /@types/is-ci@3.0.2: + resolution: {integrity: sha512-9PyP1rgCro6xO3R7zOEoMgx5U9HpLhIg1FFb9p2mWX/x5QI8KMuCWWYtCT1dUQpicp84OsxEAw3iqwIKQY5Pog==} dependencies: ci-info: 3.9.0 dev: true @@ -8538,7 +8538,7 @@ packages: /@types/isexe@2.0.1: resolution: {integrity: sha512-leMb+b2fOo1s7NsCVGQr07/zXI/CNodvhHE3IMizhWVzoN/8+gSdyqlo/SWxL/zEoVcYdV6F8/RZHg5Hm+wrfw==} dependencies: - '@types/node': 16.18.57 + '@types/node': 16.18.58 dev: true /@types/istanbul-lib-coverage@2.0.4: @@ -8564,8 +8564,8 @@ packages: pretty-format: 29.7.0 dev: true - /@types/js-yaml@4.0.6: - resolution: {integrity: sha512-ACTuifTSIIbyksx2HTon3aFtCKWcID7/h3XEmRpDYdMCXxPbl+m9GteOJeaAkiAta/NJaSFuA7ahZ0NkwajDSw==} + /@types/js-yaml@4.0.7: + resolution: {integrity: sha512-RJZP9WAMMr1514KbdSXkLRrKvYQacjr1+HWnY8pui/uBTBoSgD9ZGR17u/d4nb9NpERp0FkdLBe7hq8NIPBgkg==} dev: true /@types/json-schema@7.0.13: @@ -8579,7 +8579,7 @@ packages: /@types/keyv@3.1.4: resolution: {integrity: sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==} dependencies: - '@types/node': 16.18.57 + '@types/node': 20.8.6 /@types/lodash.clonedeep@4.5.7: resolution: {integrity: sha512-ccNqkPptFIXrpVqUECi60/DFxjNKsfoQxSQsgcBJCX/fuX1wgyQieojkcWH/KpE3xzLoWN/2k+ZeGqIN3paSvw==} @@ -8622,7 +8622,7 @@ packages: /@types/mz@2.7.5: resolution: {integrity: sha512-GFQyFu0/5xfAbfxou079uRovHaoHibbn7t98orGdF7T33mF9xBPd5JU64TdXHy351SMZGtFKGO9Uwv4/7GCllg==} dependencies: - '@types/node': 16.18.57 + '@types/node': 20.8.6 dev: true /@types/node@12.20.55: @@ -8633,17 +8633,22 @@ packages: resolution: {integrity: sha512-s3nugnZumCC//n4moGGe6tkNMyYEdaDBitVjwPxXmR5lnMG5dHePinH2EdxkG3Rh1ghFHHixAG4NJhpJW1rthQ==} dev: false - /@types/node@16.18.57: - resolution: {integrity: sha512-piPoDozdPaX1hNWFJQzzgWqE40gh986VvVx/QO9RU4qYRE55ld7iepDVgZ3ccGUw0R4wge0Oy1dd+3xOQNkkUQ==} + /@types/node@16.18.58: + resolution: {integrity: sha512-YGncyA25/MaVtQkjWW9r0EFBukZ+JulsLcVZBlGUfIb96OBMjkoRWwQo5IEWJ8Fj06Go3GHw+bjYDitv6BaGsA==} - /@types/node@18.18.3: - resolution: {integrity: sha512-0OVfGupTl3NBFr8+iXpfZ8NR7jfFO+P1Q+IO/q0wbo02wYkP5gy36phojeYWpLQ6WAMjl+VfmqUk2YbUfp0irA==} + /@types/node@18.18.5: + resolution: {integrity: sha512-4slmbtwV59ZxitY4ixUZdy1uRLf9eSIvBWPQxNjhHYWEtn0FryfKpyS2cvADYXTayWdKEIsJengncrVvkI4I6A==} dev: false /@types/node@20.5.1: resolution: {integrity: sha512-4tT2UrL5LBqDwoed9wZ6N3umC4Yhz3W3FloMmiiG4JwmUJWpie0c7lcnUNd4gtMKuDEO4wRVS8B6Xa0uMRsMKg==} dev: true + /@types/node@20.8.6: + resolution: {integrity: sha512-eWO4K2Ji70QzKUqRy6oyJWUeB7+g2cRagT3T/nxYibYcT4y2BDL8lqolRXjTHmkZCdJfIPaY73KbJAZmcryxTQ==} + dependencies: + undici-types: 5.25.3 + /@types/normalize-package-data@2.4.2: resolution: {integrity: sha512-lqa4UEhhv/2sjjIQgjX8B+RBjj47eo0mzGasklVJ78UKGQY1r0VpB9XHDaZZO9qzEFDdy4MrXLuEaSmPrPSe/A==} dev: true @@ -8672,7 +8677,7 @@ packages: /@types/responselike@1.0.1: resolution: {integrity: sha512-TiGnitEDxj2X0j+98Eqk5lv/Cij8oHd32bU4D/Yw6AOq7vvTk0gSD2GPj0G/HkvhMoVsdlhYF4yqqlyPBTM6Sg==} dependencies: - '@types/node': 16.18.57 + '@types/node': 20.8.6 /@types/retry@0.12.3: resolution: {integrity: sha512-rkxEZUFIyDEZhC6EfHz6Hwos2zXewCOLBzhdgv7D55qu4OAySNwDZzxbaMpFI6XthdBa5oHhR5s6/9MSuTfw4g==} @@ -8682,7 +8687,7 @@ packages: resolution: {integrity: sha512-F3OznnSLAUxFrCEu/L5PY8+ny8DtcFRjx7fZZ9bycvXRi3KPTRS9HOitGZwvPg0juRhXFWIeKX58cnX5YqLohQ==} dependencies: '@types/glob': 8.1.0 - '@types/node': 16.18.57 + '@types/node': 20.8.6 dev: true /@types/semver@6.2.4: @@ -8699,8 +8704,8 @@ packages: resolution: {integrity: sha512-ofhmMb/rrf446sNpLoBb2UPyNQv07DEotKnlV+elPHkbS4Ykyp7WzKoLPpkBp2KclG0UV72pMLACQtn2anvdrg==} dev: true - /@types/sinon@10.0.18: - resolution: {integrity: sha512-OpQC9ug8BcnNxue2WF5aTruMaDRFn6NyfaE4DmAKOlQMn54b7CnCvDFV3wj5fk/HbSSTYmOYs2bTb5ShANjyQg==} + /@types/sinon@10.0.19: + resolution: {integrity: sha512-MWZNGPSchIdDfb5FL+VFi4zHsHbNOTQEgjqFQk7HazXSXwUU9PAX3z9XBqb3AJGYr9YwrtCtaSMsT3brYsN/jQ==} dependencies: '@types/sinonjs__fake-timers': 8.1.3 dev: true @@ -8712,7 +8717,7 @@ packages: /@types/ssri@7.1.2: resolution: {integrity: sha512-Mbo/NaBiZlXNlOFTLK+PXeVEzKFxi+ZVELuzmk4VxdRz6aqKpmP9bhcNqsIB2c/s78355WBHwUCGYhQDydcfEg==} dependencies: - '@types/node': 16.18.57 + '@types/node': 20.8.6 /@types/stack-utils@2.0.1: resolution: {integrity: sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw==} @@ -8725,20 +8730,20 @@ packages: /@types/tar-stream@2.2.3: resolution: {integrity: sha512-if3mugZfjVkXOMZdFjIHySxY13r6GXPpyOlsDmLffvyI7tLz9wXE8BFjNivXsvUeyJ1KNlOpfLnag+ISmxgxPw==} dependencies: - '@types/node': 16.18.57 + '@types/node': 20.8.6 dev: true /@types/tar@6.1.6: resolution: {integrity: sha512-HQ06kiiDXz9uqtmE9ksQUn1ovcPr1gGV9EgaCWo6FGYKD0onNBCetBzL0kfcS8Kbj1EFxJWY9jL2W4ZvvtGI8Q==} dependencies: - '@types/node': 16.18.57 + '@types/node': 20.8.6 minipass: 4.2.8 dev: true /@types/touch@3.1.3: resolution: {integrity: sha512-Mu3buOMmoFAJJgu5Z+9sRZSlVn9sGoPEadDAyGh9D/onL+qD6/RrbNZggsvNqVan30sjTorTXhJLOg/OMCgqYQ==} dependencies: - '@types/node': 16.18.57 + '@types/node': 16.18.58 dev: true /@types/treeify@1.0.1: @@ -8767,15 +8772,15 @@ packages: /@types/write-file-atomic@4.0.1: resolution: {integrity: sha512-oMJ8hauPkPOPZf7WAvwcyR0r3By7c/MeJr+WVpt1wWiU3ZiPc+BbVXy4Y756wqH+I2p3VR+o5AM5eMKyuHfDng==} dependencies: - '@types/node': 16.18.57 + '@types/node': 20.8.6 dev: true /@types/yargs-parser@21.0.1: resolution: {integrity: sha512-axdPBuLuEJt0c4yI5OZssC19K2Mq1uKdrfZBzuxLvaztgqUtFYZUNw7lETExPYJR9jdEoIg4mb7RQKRQzOkeGQ==} dev: true - /@types/yargs@17.0.26: - resolution: {integrity: sha512-Y3vDy2X6zw/ZCumcwLpdhM5L7jmyGpmBCTYMHDLqT2IKVMYRRLdv6ZakA+wxhra6Z/3bwhNbNl9bDGXaFU+6rw==} + /@types/yargs@17.0.28: + resolution: {integrity: sha512-N3e3fkS86hNhtk6BEnc0rj3zcehaxx8QWhCROJkqpl5Zaoi7nAic3jH8q94jVD3zu5LGk+PUB6KAiDmimYOEQw==} dependencies: '@types/yargs-parser': 21.0.1 dev: true @@ -8784,8 +8789,8 @@ packages: resolution: {integrity: sha512-yfOmuImLIhYVS+Xtwk2OevYLJLN+PRLe36AvtagtsSY3xHuYBTTM3zW6lterq94YTdiRcHEOPeX5h4H8QnynAg==} dev: true - /@typescript-eslint/eslint-plugin@6.7.4(@typescript-eslint/parser@6.7.4)(eslint@8.50.0)(typescript@5.2.2): - resolution: {integrity: sha512-DAbgDXwtX+pDkAHwiGhqP3zWUGpW49B7eqmgpPtg+BKJXwdct79ut9+ifqOFPJGClGKSHXn2PTBatCnldJRUoA==} + /@typescript-eslint/eslint-plugin@6.7.5(@typescript-eslint/parser@6.7.5)(eslint@8.51.0)(typescript@5.2.2): + resolution: {integrity: sha512-JhtAwTRhOUcP96D0Y6KYnwig/MRQbOoLGXTON2+LlyB/N35SP9j1boai2zzwXb7ypKELXMx3DVk9UTaEq1vHEw==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: '@typescript-eslint/parser': ^6.0.0 || ^6.0.0-alpha @@ -8796,13 +8801,13 @@ packages: optional: true dependencies: '@eslint-community/regexpp': 4.9.1 - '@typescript-eslint/parser': 6.7.4(eslint@8.50.0)(typescript@5.2.2) - '@typescript-eslint/scope-manager': 6.7.4 - '@typescript-eslint/type-utils': 6.7.4(eslint@8.50.0)(typescript@5.2.2) - '@typescript-eslint/utils': 6.7.4(eslint@8.50.0)(typescript@5.2.2) - '@typescript-eslint/visitor-keys': 6.7.4 + '@typescript-eslint/parser': 6.7.5(eslint@8.51.0)(typescript@5.2.2) + '@typescript-eslint/scope-manager': 6.7.5 + '@typescript-eslint/type-utils': 6.7.5(eslint@8.51.0)(typescript@5.2.2) + '@typescript-eslint/utils': 6.7.5(eslint@8.51.0)(typescript@5.2.2) + '@typescript-eslint/visitor-keys': 6.7.5 debug: 4.3.4 - eslint: 8.50.0 + eslint: 8.51.0 graphemer: 1.4.0 ignore: 5.2.4 natural-compare: 1.4.0 @@ -8813,8 +8818,8 @@ packages: - supports-color dev: false - /@typescript-eslint/parser@6.7.4(eslint@8.50.0)(typescript@5.2.2): - resolution: {integrity: sha512-I5zVZFY+cw4IMZUeNCU7Sh2PO5O57F7Lr0uyhgCJmhN/BuTlnc55KxPonR4+EM3GBdfiCyGZye6DgMjtubQkmA==} + /@typescript-eslint/parser@6.7.5(eslint@8.51.0)(typescript@5.2.2): + resolution: {integrity: sha512-bIZVSGx2UME/lmhLcjdVc7ePBwn7CLqKarUBL4me1C5feOd663liTGjMBGVcGr+BhnSLeP4SgwdvNnnkbIdkCw==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: eslint: '*' @@ -8823,27 +8828,27 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 6.7.4 - '@typescript-eslint/types': 6.7.4 - '@typescript-eslint/typescript-estree': 6.7.4(typescript@5.2.2) - '@typescript-eslint/visitor-keys': 6.7.4 + '@typescript-eslint/scope-manager': 6.7.5 + '@typescript-eslint/types': 6.7.5 + '@typescript-eslint/typescript-estree': 6.7.5(typescript@5.2.2) + '@typescript-eslint/visitor-keys': 6.7.5 debug: 4.3.4 - eslint: 8.50.0 + eslint: 8.51.0 typescript: 5.2.2 transitivePeerDependencies: - supports-color dev: false - /@typescript-eslint/scope-manager@6.7.4: - resolution: {integrity: sha512-SdGqSLUPTXAXi7c3Ob7peAGVnmMoGzZ361VswK2Mqf8UOYcODiYvs8rs5ILqEdfvX1lE7wEZbLyELCW+Yrql1A==} + /@typescript-eslint/scope-manager@6.7.5: + resolution: {integrity: sha512-GAlk3eQIwWOJeb9F7MKQ6Jbah/vx1zETSDw8likab/eFcqkjSD7BI75SDAeC5N2L0MmConMoPvTsmkrg71+B1A==} engines: {node: ^16.0.0 || >=18.0.0} dependencies: - '@typescript-eslint/types': 6.7.4 - '@typescript-eslint/visitor-keys': 6.7.4 + '@typescript-eslint/types': 6.7.5 + '@typescript-eslint/visitor-keys': 6.7.5 dev: false - /@typescript-eslint/type-utils@6.7.4(eslint@8.50.0)(typescript@5.2.2): - resolution: {integrity: sha512-n+g3zi1QzpcAdHFP9KQF+rEFxMb2KxtnJGID3teA/nxKHOVi3ylKovaqEzGBbVY2pBttU6z85gp0D00ufLzViQ==} + /@typescript-eslint/type-utils@6.7.5(eslint@8.51.0)(typescript@5.2.2): + resolution: {integrity: sha512-Gs0qos5wqxnQrvpYv+pf3XfcRXW6jiAn9zE/K+DlmYf6FcpxeNYN0AIETaPR7rHO4K2UY+D0CIbDP9Ut0U4m1g==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: eslint: '*' @@ -8852,23 +8857,23 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/typescript-estree': 6.7.4(typescript@5.2.2) - '@typescript-eslint/utils': 6.7.4(eslint@8.50.0)(typescript@5.2.2) + '@typescript-eslint/typescript-estree': 6.7.5(typescript@5.2.2) + '@typescript-eslint/utils': 6.7.5(eslint@8.51.0)(typescript@5.2.2) debug: 4.3.4 - eslint: 8.50.0 + eslint: 8.51.0 ts-api-utils: 1.0.3(typescript@5.2.2) typescript: 5.2.2 transitivePeerDependencies: - supports-color dev: false - /@typescript-eslint/types@6.7.4: - resolution: {integrity: sha512-o9XWK2FLW6eSS/0r/tgjAGsYasLAnOWg7hvZ/dGYSSNjCh+49k5ocPN8OmG5aZcSJ8pclSOyVKP2x03Sj+RrCA==} + /@typescript-eslint/types@6.7.5: + resolution: {integrity: sha512-WboQBlOXtdj1tDFPyIthpKrUb+kZf2VroLZhxKa/VlwLlLyqv/PwUNgL30BlTVZV1Wu4Asu2mMYPqarSO4L5ZQ==} engines: {node: ^16.0.0 || >=18.0.0} dev: false - /@typescript-eslint/typescript-estree@6.7.4(typescript@5.2.2): - resolution: {integrity: sha512-ty8b5qHKatlNYd9vmpHooQz3Vki3gG+3PchmtsA4TgrZBKWHNjWfkQid7K7xQogBqqc7/BhGazxMD5vr6Ha+iQ==} + /@typescript-eslint/typescript-estree@6.7.5(typescript@5.2.2): + resolution: {integrity: sha512-NhJiJ4KdtwBIxrKl0BqG1Ur+uw7FiOnOThcYx9DpOGJ/Abc9z2xNzLeirCG02Ig3vkvrc2qFLmYSSsaITbKjlg==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: typescript: '*' @@ -8876,8 +8881,8 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': 6.7.4 - '@typescript-eslint/visitor-keys': 6.7.4 + '@typescript-eslint/types': 6.7.5 + '@typescript-eslint/visitor-keys': 6.7.5 debug: 4.3.4 globby: 11.1.0 is-glob: 4.0.3 @@ -8888,30 +8893,30 @@ packages: - supports-color dev: false - /@typescript-eslint/utils@6.7.4(eslint@8.50.0)(typescript@5.2.2): - resolution: {integrity: sha512-PRQAs+HUn85Qdk+khAxsVV+oULy3VkbH3hQ8hxLRJXWBEd7iI+GbQxH5SEUSH7kbEoTp6oT1bOwyga24ELALTA==} + /@typescript-eslint/utils@6.7.5(eslint@8.51.0)(typescript@5.2.2): + resolution: {integrity: sha512-pfRRrH20thJbzPPlPc4j0UNGvH1PjPlhlCMq4Yx7EGjV7lvEeGX0U6MJYe8+SyFutWgSHsdbJ3BXzZccYggezA==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: eslint: '*' dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@8.50.0) + '@eslint-community/eslint-utils': 4.4.0(eslint@8.51.0) '@types/json-schema': 7.0.13 '@types/semver': 7.5.3 - '@typescript-eslint/scope-manager': 6.7.4 - '@typescript-eslint/types': 6.7.4 - '@typescript-eslint/typescript-estree': 6.7.4(typescript@5.2.2) - eslint: 8.50.0 + '@typescript-eslint/scope-manager': 6.7.5 + '@typescript-eslint/types': 6.7.5 + '@typescript-eslint/typescript-estree': 6.7.5(typescript@5.2.2) + eslint: 8.51.0 semver: 7.5.4 transitivePeerDependencies: - supports-color - typescript dev: false - /@typescript-eslint/visitor-keys@6.7.4: - resolution: {integrity: sha512-pOW37DUhlTZbvph50x5zZCkFn3xzwkGtNoJHzIM3svpiSkJzwOYr/kVBaXmf+RAQiUDs1AHEZVNPg6UJCJpwRA==} + /@typescript-eslint/visitor-keys@6.7.5: + resolution: {integrity: sha512-3MaWdDZtLlsexZzDSdQWsFQ9l9nL8B80Z4fImSpyllFC/KLqWQRdEcB+gGGO+N3Q2uL40EsG66wZLsohPxNXvg==} engines: {node: ^16.0.0 || >=18.0.0} dependencies: - '@typescript-eslint/types': 6.7.4 + '@typescript-eslint/types': 6.7.5 eslint-visitor-keys: 3.4.3 dev: false @@ -8931,7 +8936,7 @@ packages: debug: 4.3.4 lodash: 4.17.21 minimatch: 3.1.2 - yaml: 2.3.2 + yaml: 2.3.3 yup: 0.32.11 transitivePeerDependencies: - supports-color @@ -9015,8 +9020,8 @@ packages: '@types/lodash': 4.14.197 '@types/semver': 7.3.13 '@types/treeify': 1.0.1 - '@yarnpkg/fslib': 3.0.0-rc.25 - '@yarnpkg/libzip': 3.0.0-rc.25(@yarnpkg/fslib@3.0.0-rc.25) + '@yarnpkg/fslib': 3.0.0-rc.45 + '@yarnpkg/libzip': 3.0.0-rc.45(@yarnpkg/fslib@3.0.0-rc.45) '@yarnpkg/parsers': 3.0.0-rc.45 '@yarnpkg/shell': 4.0.0-rc.45(typanion@3.14.0) camelcase: 5.3.1 @@ -9054,22 +9059,22 @@ packages: engines: {node: '>=14.15.0'} dependencies: tslib: 2.6.2 + dev: false /@yarnpkg/fslib@3.0.0-rc.45: resolution: {integrity: sha512-XarEtHTbeO4+rgZQObn16+uFzb1dXiVHuoqDNGoMywwBm/FF7DeCqSANeKiNYbi79WMgoLk8l3lO4g0vRYkJBg==} engines: {node: '>=14.15.0'} dependencies: tslib: 2.6.2 - dev: false - /@yarnpkg/libzip@3.0.0-rc.25(@yarnpkg/fslib@3.0.0-rc.25): - resolution: {integrity: sha512-YmG+oTBCyrAoMIx5g2I9CfyurSpHyoan+9SCj7laaFKseOe3lFEyIVKvwRBQMmSt8uzh+eY5RWeQnoyyOs6AbA==} + /@yarnpkg/libzip@3.0.0-rc.45(@yarnpkg/fslib@3.0.0-rc.45): + resolution: {integrity: sha512-ZsYi6Y01yMJOLnJ5ISZgOFvCEXzp4EScrM91D7bvCx0lIfH3DZ40H4M5nGNeVFk7jXUHOXuJkNYlNoXixSconA==} engines: {node: '>=14.15.0'} peerDependencies: - '@yarnpkg/fslib': 3.0.0-rc.25 + '@yarnpkg/fslib': 3.0.0-rc.45 dependencies: '@types/emscripten': 1.39.8 - '@yarnpkg/fslib': 3.0.0-rc.25 + '@yarnpkg/fslib': 3.0.0-rc.45 tslib: 2.6.2 /@yarnpkg/lockfile@1.1.0: @@ -9115,7 +9120,7 @@ packages: resolution: {integrity: sha512-3m1gsj+ptDH2aAmmfP6RqVU0cyLJDNT2QUIe7yIRVs0oX1d6YK3Xkacm8d/EwOfDvwliEP0t6boRp2NQGxGB8Q==} engines: {node: '>=14.15.0'} dependencies: - '@types/node': 18.18.3 + '@types/node': 18.18.5 '@yarnpkg/fslib': 3.0.0-rc.45 dev: false @@ -9142,7 +9147,7 @@ packages: engines: {node: '>=14.15.0'} hasBin: true dependencies: - '@yarnpkg/fslib': 3.0.0-rc.25 + '@yarnpkg/fslib': 3.0.0-rc.45 '@yarnpkg/parsers': 3.0.0-rc.45 chalk: 3.0.0 clipanion: 3.2.0-rc.6(typanion@3.14.0) @@ -9609,17 +9614,17 @@ packages: resolution: {integrity: sha512-fpWrvyVHEKyeEvbKZTVOeZF3VSKKWtJxFIxX/jaVPf+cLbGUSitjb49pHLqPV2BUNNZ0LcoeEGfE/YCpyDYHIw==} dev: false - /babel-jest@29.7.0(@babel/core@7.23.0)(@babel/types@7.23.0): + /babel-jest@29.7.0(@babel/core@7.23.2)(@babel/types@7.23.0): resolution: {integrity: sha512-BrvGY3xZSwEcCzKvKsCi2GgHqDqsYkOP4/by5xCgIwGXQxIEh+8ew3gmrE1y7XRR6LHZIj6yLYnUi/mm2KXKBg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: '@babel/core': ^7.8.0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@jest/transform': 29.7.0(@babel/types@7.23.0) '@types/babel__core': 7.20.2 babel-plugin-istanbul: 6.1.1(@babel/types@7.23.0) - babel-preset-jest: 29.6.3(@babel/core@7.23.0) + babel-preset-jest: 29.6.3(@babel/core@7.23.2) chalk: 4.1.2 graceful-fs: 4.2.11(patch_hash=ivtm2a2cfr5pomcfbedhmr5v2q) slash: 3.0.0 @@ -9652,35 +9657,35 @@ packages: '@types/babel__traverse': 7.20.2 dev: true - /babel-preset-current-node-syntax@1.0.1(@babel/core@7.23.0): + /babel-preset-current-node-syntax@1.0.1(@babel/core@7.23.2): resolution: {integrity: sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.23.0 - '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.23.0) - '@babel/plugin-syntax-bigint': 7.8.3(@babel/core@7.23.0) - '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.23.0) - '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.23.0) - '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.23.0) - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.23.0) - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.23.0) - '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.23.0) - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.23.0) - '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.23.0) - '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.23.0) - '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.23.0) + '@babel/core': 7.23.2 + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.23.2) + '@babel/plugin-syntax-bigint': 7.8.3(@babel/core@7.23.2) + '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.23.2) + '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.23.2) + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.23.2) + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.23.2) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.23.2) + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.23.2) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.23.2) + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.23.2) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.23.2) + '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.23.2) dev: true - /babel-preset-jest@29.6.3(@babel/core@7.23.0): + /babel-preset-jest@29.6.3(@babel/core@7.23.2): resolution: {integrity: sha512-0B3bhxR6snWXJZtR/RliHTDPRgn1sNHOR0yVtq/IiQFyuOVjFS+wuio/R4gSNkyYmKmJB4wGZv2NZanmKmTnNA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 babel-plugin-jest-hoist: 29.6.3 - babel-preset-current-node-syntax: 1.0.1(@babel/core@7.23.0) + babel-preset-current-node-syntax: 1.0.1(@babel/core@7.23.2) dev: true /bail@1.0.5: @@ -9707,8 +9712,8 @@ packages: dependencies: is-windows: 1.0.2 - /bin-links@4.0.2: - resolution: {integrity: sha512-jxJ0PbXR8eQyPlExCvCs3JFnikvs1Yp4gUJt6nmgathdOwvur+q22KWC3h20gvWl4T/14DXKj2IlkJwwZkZPOw==} + /bin-links@4.0.3: + resolution: {integrity: sha512-obsRaULtJurnfox/MDwgq6Yo9kzbv1CPTk/1/s7Z/61Lezc8IKkFCOXNeVLXz0456WRzBQmSsDWlai2tIhBsfA==} engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} dependencies: cmd-shim: 6.0.1 @@ -9790,8 +9795,8 @@ packages: engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true dependencies: - caniuse-lite: 1.0.30001543 - electron-to-chromium: 1.4.540 + caniuse-lite: 1.0.30001549 + electron-to-chromium: 1.4.554 node-releases: 2.0.13 update-browserslist-db: 1.0.13(browserslist@4.22.1) dev: true @@ -9857,7 +9862,7 @@ packages: istanbul-reports: /@zkochan/istanbul-reports@3.0.2 rimraf: 3.0.2 test-exclude: 6.0.0 - v8-to-istanbul: 9.1.2 + v8-to-istanbul: 9.1.3 yargs: 16.2.0 yargs-parser: 20.2.9 dev: true @@ -9902,7 +9907,7 @@ packages: minipass-flush: 1.0.5 minipass-pipeline: 1.2.4 p-map: 4.0.0 - ssri: 10.0.4 + ssri: 10.0.5 tar: 6.2.0 unique-filename: 3.0.0 dev: false @@ -9919,7 +9924,7 @@ packages: clone-response: 1.0.3 get-stream: 5.2.0 http-cache-semantics: 4.1.1 - keyv: 4.5.3 + keyv: 4.5.4 lowercase-keys: 2.0.0 normalize-url: 6.1.0 responselike: 2.0.1 @@ -9927,7 +9932,7 @@ packages: /call-bind@1.0.2: resolution: {integrity: sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==} dependencies: - function-bind: 1.1.1 + function-bind: 1.1.2 get-intrinsic: 1.2.1 /callsites@3.1.0: @@ -9971,8 +9976,8 @@ packages: dependencies: path-temp: 2.1.0 - /caniuse-lite@1.0.30001543: - resolution: {integrity: sha512-qxdO8KPWPQ+Zk6bvNpPeQIOH47qZSYdFZd6dXQzb2KzhnSXju4Kd7H1PkSJx6NICSMgo/IhRZRhhfPTHYpJUCA==} + /caniuse-lite@1.0.30001549: + resolution: {integrity: sha512-qRp48dPYSCYaP+KurZLhDYdVE+yEyht/3NlmcJgVQ2VMGt6JL36ndQ/7rgspdZsJuxDPFIo/OzBT2+GmIJ53BA==} dev: true /caseless@0.12.0: @@ -10398,7 +10403,7 @@ packages: typescript: 5.2.2 dev: true - /create-jest@29.7.0(@babel/types@7.23.0)(@types/node@16.18.57)(ts-node@10.9.1): + /create-jest@29.7.0(@babel/types@7.23.0)(@types/node@16.18.58)(ts-node@10.9.1): resolution: {integrity: sha512-Adz2bdH0Vq3F53KEMJOoftQFutWCukm6J24wbPWRO4k1kMY7gS7ds/uoJkNuV8wDCtWWnuwGcJwpWcih+zEW1Q==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true @@ -10407,7 +10412,7 @@ packages: chalk: 4.1.2 exit: 0.1.2 graceful-fs: 4.2.11(patch_hash=ivtm2a2cfr5pomcfbedhmr5v2q) - jest-config: 29.7.0(@babel/types@7.23.0)(@types/node@16.18.57)(ts-node@10.9.1) + jest-config: 29.7.0(@babel/types@7.23.0)(@types/node@16.18.58)(ts-node@10.9.1) jest-util: 29.7.0 prompts: 2.4.2 transitivePeerDependencies: @@ -10501,7 +10506,7 @@ packages: resolution: {integrity: sha512-fnULvOpxnC5/Vg3NCiWelDsLiUc9bRwAPs/+LfTLNvetFCtCTN+yQz15C/fs4AwX1R9K5GLtLfn8QW+dWisaAw==} engines: {node: '>=0.11'} dependencies: - '@babel/runtime': 7.23.1 + '@babel/runtime': 7.23.2 dev: true /dayjs@1.11.7: @@ -10603,8 +10608,8 @@ packages: resolution: {integrity: sha512-4tvttepXG1VaYGrRibk5EwJd1t4udunSOVMdLSAL6mId1ix438oPwPZMALY41FCijukO1L0twNcGsdzS7dHgDg==} engines: {node: '>=10'} - /define-data-property@1.1.0: - resolution: {integrity: sha512-UzGwzcjyv3OtAvolTj1GoyNYzfFR+iqbGjcnBEENZVCpM4/Ng1yhGNvS3lR/xDS74Tb2wGG9WzNSNIOS9UVb2g==} + /define-data-property@1.1.1: + resolution: {integrity: sha512-E7uGkTzkk1d0ByLeSc6ZsFS79Axg+m1P/VsgYsxHgiuc3tFSj+MjMIwe90FC4lOAZzNBdY7kkO2P2wKdsQ1vgQ==} engines: {node: '>= 0.4'} dependencies: get-intrinsic: 1.2.1 @@ -10615,7 +10620,7 @@ packages: resolution: {integrity: sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==} engines: {node: '>= 0.4'} dependencies: - define-data-property: 1.1.0 + define-data-property: 1.1.1 has-property-descriptors: 1.0.0 object-keys: 1.1.1 @@ -10682,7 +10687,7 @@ packages: resolution: {integrity: sha512-Plha9WCF08aSGB39IsOhlk0AHecwcXtq/gMbHgylRNEv7JV3lnlt7akfdax7mnUHndEuuh57CmBaKSSXns7+YA==} engines: {node: '>=12.13'} dependencies: - '@babel/runtime': 7.23.1 + '@babel/runtime': 7.23.2 fastest-levenshtein: 1.0.16 lodash.deburr: 4.1.0 dev: false @@ -10775,8 +10780,8 @@ packages: /ee-first@1.1.1: resolution: {integrity: sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==} - /electron-to-chromium@1.4.540: - resolution: {integrity: sha512-aoCqgU6r9+o9/S7wkcSbmPRFi7OWZWiXS9rtjEd+Ouyu/Xyw5RSq2XN8s5Qp8IaFOLiRrhQCphCIjAxgG3eCAg==} + /electron-to-chromium@1.4.554: + resolution: {integrity: sha512-Q0umzPJjfBrrj8unkONTgbKQXzXRrH7sVV7D9ea2yBV3Oaogz991yhbpfvo2LMNkJItmruXTEzVpP9cp7vaIiQ==} dev: true /emittery@0.13.1: @@ -10873,7 +10878,7 @@ packages: is-string: 1.0.7 is-typed-array: 1.1.12 is-weakref: 1.0.2 - object-inspect: 1.12.3 + object-inspect: 1.13.0 object-keys: 1.1.1 object.assign: 4.1.4 regexp.prototype.flags: 1.5.1 @@ -10961,8 +10966,8 @@ packages: resolution: {integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==} engines: {node: '>=10'} - /eslint-config-standard-with-typescript@39.1.0(@typescript-eslint/eslint-plugin@6.7.4)(eslint-plugin-import@2.28.1)(eslint-plugin-n@16.1.0)(eslint-plugin-promise@6.1.1)(eslint@8.50.0)(typescript@5.2.2): - resolution: {integrity: sha512-5+SPKis3yr6T1X6wSA7HhDuumTRMrTDMcsTrIWhdZuI+sX3e8SPGZYzuJxVxdc239Yo718dEVEVyJhHI6jUjrQ==} + /eslint-config-standard-with-typescript@39.1.1(@typescript-eslint/eslint-plugin@6.7.5)(eslint-plugin-import@2.28.1)(eslint-plugin-n@16.2.0)(eslint-plugin-promise@6.1.1)(eslint@8.51.0)(typescript@5.2.2): + resolution: {integrity: sha512-t6B5Ep8E4I18uuoYeYxINyqcXb2UbC0SOOTxRtBSt2JUs+EzeXbfe2oaiPs71AIdnoWhXDO2fYOHz8df3kV84A==} peerDependencies: '@typescript-eslint/eslint-plugin': ^6.4.0 eslint: '*' @@ -10971,19 +10976,19 @@ packages: eslint-plugin-promise: ^6.0.0 typescript: '*' dependencies: - '@typescript-eslint/eslint-plugin': 6.7.4(@typescript-eslint/parser@6.7.4)(eslint@8.50.0)(typescript@5.2.2) - '@typescript-eslint/parser': 6.7.4(eslint@8.50.0)(typescript@5.2.2) - eslint: 8.50.0 - eslint-config-standard: 17.1.0(eslint-plugin-import@2.28.1)(eslint-plugin-n@16.1.0)(eslint-plugin-promise@6.1.1)(eslint@8.50.0) - eslint-plugin-import: 2.28.1(@typescript-eslint/parser@6.7.4)(eslint@8.50.0) - eslint-plugin-n: 16.1.0(eslint@8.50.0) - eslint-plugin-promise: 6.1.1(eslint@8.50.0) + '@typescript-eslint/eslint-plugin': 6.7.5(@typescript-eslint/parser@6.7.5)(eslint@8.51.0)(typescript@5.2.2) + '@typescript-eslint/parser': 6.7.5(eslint@8.51.0)(typescript@5.2.2) + eslint: 8.51.0 + eslint-config-standard: 17.1.0(eslint-plugin-import@2.28.1)(eslint-plugin-n@16.2.0)(eslint-plugin-promise@6.1.1)(eslint@8.51.0) + eslint-plugin-import: 2.28.1(@typescript-eslint/parser@6.7.5)(eslint@8.51.0) + eslint-plugin-n: 16.2.0(eslint@8.51.0) + eslint-plugin-promise: 6.1.1(eslint@8.51.0) typescript: 5.2.2 transitivePeerDependencies: - supports-color dev: false - /eslint-config-standard@17.1.0(eslint-plugin-import@2.28.1)(eslint-plugin-n@16.1.0)(eslint-plugin-promise@6.1.1)(eslint@8.50.0): + /eslint-config-standard@17.1.0(eslint-plugin-import@2.28.1)(eslint-plugin-n@16.2.0)(eslint-plugin-promise@6.1.1)(eslint@8.51.0): resolution: {integrity: sha512-IwHwmaBNtDK4zDHQukFDW5u/aTb8+meQWZvNFWkiGmbWjD6bqyuSSBxxXKkCftCUzc1zwCH2m/baCNDLGmuO5Q==} engines: {node: '>=12.0.0'} peerDependencies: @@ -10992,10 +10997,10 @@ packages: eslint-plugin-n: '^15.0.0 || ^16.0.0 ' eslint-plugin-promise: ^6.0.0 dependencies: - eslint: 8.50.0 - eslint-plugin-import: 2.28.1(@typescript-eslint/parser@6.7.4)(eslint@8.50.0) - eslint-plugin-n: 16.1.0(eslint@8.50.0) - eslint-plugin-promise: 6.1.1(eslint@8.50.0) + eslint: 8.51.0 + eslint-plugin-import: 2.28.1(@typescript-eslint/parser@6.7.5)(eslint@8.51.0) + eslint-plugin-n: 16.2.0(eslint@8.51.0) + eslint-plugin-promise: 6.1.1(eslint@8.51.0) dev: false /eslint-import-resolver-node@0.3.9: @@ -11003,12 +11008,12 @@ packages: dependencies: debug: 3.2.7 is-core-module: 2.13.0 - resolve: 1.22.6 + resolve: 1.22.8 transitivePeerDependencies: - supports-color dev: false - /eslint-module-utils@2.8.0(@typescript-eslint/parser@6.7.4)(eslint-import-resolver-node@0.3.9)(eslint@8.50.0): + /eslint-module-utils@2.8.0(@typescript-eslint/parser@6.7.5)(eslint-import-resolver-node@0.3.9)(eslint@8.51.0): resolution: {integrity: sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==} engines: {node: '>=4'} peerDependencies: @@ -11029,37 +11034,37 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - '@typescript-eslint/parser': 6.7.4(eslint@8.50.0)(typescript@5.2.2) + '@typescript-eslint/parser': 6.7.5(eslint@8.51.0)(typescript@5.2.2) debug: 3.2.7 - eslint: 8.50.0 + eslint: 8.51.0 eslint-import-resolver-node: 0.3.9 transitivePeerDependencies: - supports-color dev: false - /eslint-plugin-es-x@7.2.0(eslint@8.50.0): + /eslint-plugin-es-x@7.2.0(eslint@8.51.0): resolution: {integrity: sha512-9dvv5CcvNjSJPqnS5uZkqb3xmbeqRLnvXKK7iI5+oK/yTusyc46zbBZKENGsOfojm/mKfszyZb+wNqNPAPeGXA==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: eslint: '*' dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@8.50.0) + '@eslint-community/eslint-utils': 4.4.0(eslint@8.51.0) '@eslint-community/regexpp': 4.9.1 - eslint: 8.50.0 + eslint: 8.51.0 dev: false - /eslint-plugin-es@3.0.1(eslint@8.50.0): + /eslint-plugin-es@3.0.1(eslint@8.51.0): resolution: {integrity: sha512-GUmAsJaN4Fc7Gbtl8uOBlayo2DqhwWvEzykMHSCZHU3XdJ+NSzzZcVhXh3VxX5icqQ+oQdIEawXX8xkR3mIFmQ==} engines: {node: '>=8.10.0'} peerDependencies: eslint: '*' dependencies: - eslint: 8.50.0 + eslint: 8.51.0 eslint-utils: 2.1.0 regexpp: 3.2.0 dev: false - /eslint-plugin-import@2.28.1(@typescript-eslint/parser@6.7.4)(eslint@8.50.0): + /eslint-plugin-import@2.28.1(@typescript-eslint/parser@6.7.5)(eslint@8.51.0): resolution: {integrity: sha512-9I9hFlITvOV55alzoKBI+K9q74kv0iKMeY6av5+umsNwayt59fz692daGyjR+oStBQgx6nwR9rXldDev3Clw+A==} engines: {node: '>=4'} peerDependencies: @@ -11069,16 +11074,16 @@ packages: '@typescript-eslint/parser': optional: true dependencies: - '@typescript-eslint/parser': 6.7.4(eslint@8.50.0)(typescript@5.2.2) + '@typescript-eslint/parser': 6.7.5(eslint@8.51.0)(typescript@5.2.2) array-includes: 3.1.7 array.prototype.findlastindex: 1.2.3 array.prototype.flat: 1.3.2 array.prototype.flatmap: 1.3.2 debug: 3.2.7 doctrine: 2.1.0 - eslint: 8.50.0 + eslint: 8.51.0 eslint-import-resolver-node: 0.3.9 - eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.7.4)(eslint-import-resolver-node@0.3.9)(eslint@8.50.0) + eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.7.5)(eslint-import-resolver-node@0.3.9)(eslint@8.51.0) has: 1.0.4 is-core-module: 2.13.0 is-glob: 4.0.3 @@ -11094,46 +11099,46 @@ packages: - supports-color dev: false - /eslint-plugin-n@16.1.0(eslint@8.50.0): - resolution: {integrity: sha512-3wv/TooBst0N4ND+pnvffHuz9gNPmk/NkLwAxOt2JykTl/hcuECe6yhTtLJcZjIxtZwN+GX92ACp/QTLpHA3Hg==} + /eslint-plugin-n@16.2.0(eslint@8.51.0): + resolution: {integrity: sha512-AQER2jEyQOt1LG6JkGJCCIFotzmlcCZFur2wdKrp1JX2cNotC7Ae0BcD/4lLv3lUAArM9uNS8z/fsvXTd0L71g==} engines: {node: '>=16.0.0'} peerDependencies: eslint: '*' dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@8.50.0) + '@eslint-community/eslint-utils': 4.4.0(eslint@8.51.0) builtins: 5.0.1 - eslint: 8.50.0 - eslint-plugin-es-x: 7.2.0(eslint@8.50.0) + eslint: 8.51.0 + eslint-plugin-es-x: 7.2.0(eslint@8.51.0) get-tsconfig: 4.7.2 ignore: 5.2.4 is-core-module: 2.13.0 minimatch: 3.1.2 - resolve: 1.22.6 + resolve: 1.22.8 semver: 7.5.4 dev: false - /eslint-plugin-node@11.1.0(eslint@8.50.0): + /eslint-plugin-node@11.1.0(eslint@8.51.0): resolution: {integrity: sha512-oUwtPJ1W0SKD0Tr+wqu92c5xuCeQqB3hSCHasn/ZgjFdA9iDGNkNf2Zi9ztY7X+hNuMib23LNGRm6+uN+KLE3g==} engines: {node: '>=8.10.0'} peerDependencies: eslint: '*' dependencies: - eslint: 8.50.0 - eslint-plugin-es: 3.0.1(eslint@8.50.0) + eslint: 8.51.0 + eslint-plugin-es: 3.0.1(eslint@8.51.0) eslint-utils: 2.1.0 ignore: 5.2.4 minimatch: 3.1.2 - resolve: 1.22.6 + resolve: 1.22.8 semver: 7.5.4 dev: false - /eslint-plugin-promise@6.1.1(eslint@8.50.0): + /eslint-plugin-promise@6.1.1(eslint@8.51.0): resolution: {integrity: sha512-tjqWDwVZQo7UIPMeDReOpUgHCmCiH+ePnVT+5zVapL0uuHnegBUs2smM13CzOs2Xb5+MHMRFTs9v24yjba4Oig==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: '*' dependencies: - eslint: 8.50.0 + eslint: 8.51.0 dev: false /eslint-scope@7.2.2: @@ -11159,15 +11164,15 @@ packages: resolution: {integrity: sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - /eslint@8.50.0: - resolution: {integrity: sha512-FOnOGSuFuFLv/Sa+FDVRZl4GGVAAFFi8LecRsI5a1tMO5HIE8nCm4ivAlzt4dT3ol/PaaGC0rJEEXQmHJBGoOg==} + /eslint@8.51.0: + resolution: {integrity: sha512-2WuxRZBrlwnXi+/vFSJyjMqrNjtJqiasMzehF0shoLaW7DzS3/9Yvrmq5JiT66+pNjiX4UBnLDiKHcWAr/OInA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} hasBin: true dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@8.50.0) + '@eslint-community/eslint-utils': 4.4.0(eslint@8.51.0) '@eslint-community/regexpp': 4.9.1 '@eslint/eslintrc': 2.1.2 - '@eslint/js': 8.50.0 + '@eslint/js': 8.51.0 '@humanwhocodes/config-array': 0.11.11 '@humanwhocodes/module-importer': 1.0.1 '@nodelib/fs.walk': 1.2.8 @@ -11186,7 +11191,7 @@ packages: file-entry-cache: 6.0.1 find-up: 5.0.0 glob-parent: 6.0.2 - globals: 13.22.0 + globals: 13.23.0 graphemer: 1.4.0 ignore: 5.2.4 imurmurhash: 0.1.4 @@ -11423,7 +11428,7 @@ packages: resolution: {integrity: sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==} engines: {node: ^10.12.0 || >=12.0.0} dependencies: - flat-cache: 3.1.0 + flat-cache: 3.1.1 /filename-reserved-regex@2.0.0: resolution: {integrity: sha512-lc1bnsSr4L4Bdif8Xb/qrtokGbq5zlsms/CYH8PP+WtCkGNF65DPiQY8vG3SakEdRn8Dlnm+gW/qWKKjS5sZzQ==} @@ -11506,12 +11511,12 @@ packages: commander: 2.1.0 dev: true - /flat-cache@3.1.0: - resolution: {integrity: sha512-OHx4Qwrrt0E4jEIcI5/Xb+f+QmJYNj2rrK8wiIdQOIrB9WrrJL8cjZvXdXuBTkkEwEqLycb5BeZDV1o2i9bTew==} + /flat-cache@3.1.1: + resolution: {integrity: sha512-/qM2b3LUIaIgviBQovTLvijfyOQXPtSRnRK26ksj2J7rzPIecePUIpJsZ4T02Qg+xiAEKIs5K8dsHEd+VaKa/Q==} engines: {node: '>=12.0.0'} dependencies: flatted: 3.2.9 - keyv: 4.5.3 + keyv: 4.5.4 rimraf: 3.0.2 /flatstr@1.0.12: @@ -11677,8 +11682,8 @@ packages: dev: true optional: true - /function-bind@1.1.1: - resolution: {integrity: sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==} + /function-bind@1.1.2: + resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==} /function.prototype.name@1.1.6: resolution: {integrity: sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg==} @@ -11774,7 +11779,7 @@ packages: /get-intrinsic@1.2.1: resolution: {integrity: sha512-2DcsyfABl+gVHEfCOaTrWgyt+tb6MSEGmKq+kI5HwLbIYgjgmMcV8KQ41uaKz1xxUcn9tJtgFbQUEVcEbd0FYw==} dependencies: - function-bind: 1.1.1 + function-bind: 1.1.2 has: 1.0.4 has-proto: 1.0.1 has-symbols: 1.0.3 @@ -11949,8 +11954,8 @@ packages: engines: {node: '>=4'} dev: true - /globals@13.22.0: - resolution: {integrity: sha512-H1Ddc/PbZHTDVJSnj8kWptIRSD6AM3pK+mKytuIVF4uoBV7rshFlhhvA58ceJ5wp3Er58w6zj7bykMpYXt3ETw==} + /globals@13.23.0: + resolution: {integrity: sha512-XAmF0RjlrjY23MA51q3HltdlGxUpXPvg0GioKiD9X6HD28iMjo2dKC8Vqwm7lne4GNr78+RHTfliktR6ZH09wA==} engines: {node: '>=8'} dependencies: type-fest: 0.20.2 @@ -12651,7 +12656,7 @@ packages: resolution: {integrity: sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==} engines: {node: '>=8'} dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/parser': 7.23.0(@babel/types@7.23.0) '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.0 @@ -12665,7 +12670,7 @@ packages: resolution: {integrity: sha512-EAMEJBsYuyyztxMxW3g7ugGPkrZsV57v0Hmv3mm1uQsmB+QnZuepg731CRaIgeUVSdmsTngOkSnauNF8p7FIhA==} engines: {node: '>=10'} dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/parser': 7.23.0(@babel/types@7.23.0) '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.0 @@ -12723,7 +12728,7 @@ packages: '@jest/expect': 29.7.0 '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 16.18.57 + '@types/node': 16.18.58 chalk: 4.1.2 co: 4.6.0 dedent: 1.5.1 @@ -12745,7 +12750,7 @@ packages: - supports-color dev: true - /jest-cli@29.7.0(@babel/types@7.23.0)(@types/node@16.18.57)(ts-node@10.9.1): + /jest-cli@29.7.0(@babel/types@7.23.0)(@types/node@16.18.58)(ts-node@10.9.1): resolution: {integrity: sha512-OVVobw2IubN/GSYsxETi+gOe7Ka59EFMR/twOU3Jb2GnKKeMGJB5SGUUrEz3SFVmJASUdZUzy83sLNNQ2gZslg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true @@ -12759,10 +12764,10 @@ packages: '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 chalk: 4.1.2 - create-jest: 29.7.0(@babel/types@7.23.0)(@types/node@16.18.57)(ts-node@10.9.1) + create-jest: 29.7.0(@babel/types@7.23.0)(@types/node@16.18.58)(ts-node@10.9.1) exit: 0.1.2 import-local: 3.1.0 - jest-config: 29.7.0(@babel/types@7.23.0)(@types/node@16.18.57)(ts-node@10.9.1) + jest-config: 29.7.0(@babel/types@7.23.0)(@types/node@16.18.58)(ts-node@10.9.1) jest-util: 29.7.0 jest-validate: 29.7.0 yargs: 17.7.2 @@ -12774,7 +12779,7 @@ packages: - ts-node dev: true - /jest-config@29.7.0(@babel/types@7.23.0)(@types/node@16.18.57)(ts-node@10.9.1): + /jest-config@29.7.0(@babel/types@7.23.0)(@types/node@16.18.58)(ts-node@10.9.1): resolution: {integrity: sha512-uXbpfeQ7R6TZBqI3/TxCU4q4ttk3u0PJeC+E0zbfSoSjq6bJ7buBPxzQPL0ifrkY4DNu4JUdk0ImlBUYi840eQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: @@ -12786,11 +12791,11 @@ packages: ts-node: optional: true dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@jest/test-sequencer': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 16.18.57 - babel-jest: 29.7.0(@babel/core@7.23.0)(@babel/types@7.23.0) + '@types/node': 16.18.58 + babel-jest: 29.7.0(@babel/core@7.23.2)(@babel/types@7.23.0) chalk: 4.1.2 ci-info: 3.9.0 deepmerge: 4.3.1 @@ -12809,7 +12814,7 @@ packages: pretty-format: 29.7.0 slash: 3.0.0 strip-json-comments: 3.1.1 - ts-node: 10.9.1(@types/node@16.18.57)(typescript@5.2.2) + ts-node: 10.9.1(@types/node@16.18.58)(typescript@5.2.2) transitivePeerDependencies: - '@babel/types' - babel-plugin-macros @@ -12851,7 +12856,7 @@ packages: '@jest/environment': 29.7.0 '@jest/fake-timers': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 16.18.57 + '@types/node': 16.18.58 jest-mock: 29.7.0 jest-util: 29.7.0 dev: true @@ -12867,7 +12872,7 @@ packages: dependencies: '@jest/types': 29.6.3 '@types/graceful-fs': 4.1.7 - '@types/node': 16.18.57 + '@types/node': 16.18.58 anymatch: 3.1.3 fb-watchman: 2.0.2 graceful-fs: 4.2.11(patch_hash=ivtm2a2cfr5pomcfbedhmr5v2q) @@ -12918,7 +12923,7 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/types': 29.6.3 - '@types/node': 16.18.57 + '@types/node': 16.18.58 jest-util: 29.7.0 dev: true @@ -12959,7 +12964,7 @@ packages: jest-pnp-resolver: 1.2.3(jest-resolve@29.7.0) jest-util: 29.7.0 jest-validate: 29.7.0 - resolve: 1.22.6 + resolve: 1.22.8 resolve.exports: 2.0.2 slash: 3.0.0 dev: true @@ -12973,7 +12978,7 @@ packages: '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0(@babel/types@7.23.0) '@jest/types': 29.6.3 - '@types/node': 16.18.57 + '@types/node': 16.18.58 chalk: 4.1.2 emittery: 0.13.1 graceful-fs: 4.2.11(patch_hash=ivtm2a2cfr5pomcfbedhmr5v2q) @@ -13005,7 +13010,7 @@ packages: '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0(@babel/types@7.23.0) '@jest/types': 29.6.3 - '@types/node': 16.18.57 + '@types/node': 16.18.58 chalk: 4.1.2 cjs-module-lexer: 1.2.3 collect-v8-coverage: 1.0.2 @@ -13029,15 +13034,15 @@ packages: resolution: {integrity: sha512-Rm0BMWtxBcioHr1/OX5YCP8Uov4riHvKPknOGs804Zg9JGZgmIBkbtlxJC/7Z4msKYVbIJtfU+tKb8xlYNfdkw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 '@babel/generator': 7.23.0 - '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.23.0) - '@babel/plugin-syntax-typescript': 7.22.5(@babel/core@7.23.0) + '@babel/plugin-syntax-jsx': 7.22.5(@babel/core@7.23.2) + '@babel/plugin-syntax-typescript': 7.22.5(@babel/core@7.23.2) '@babel/types': 7.23.0 '@jest/expect-utils': 29.7.0 '@jest/transform': 29.7.0(@babel/types@7.23.0) '@jest/types': 29.6.3 - babel-preset-current-node-syntax: 1.0.1(@babel/core@7.23.0) + babel-preset-current-node-syntax: 1.0.1(@babel/core@7.23.2) chalk: 4.1.2 expect: 29.7.0 graceful-fs: 4.2.11(patch_hash=ivtm2a2cfr5pomcfbedhmr5v2q) @@ -13058,7 +13063,7 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/types': 29.6.3 - '@types/node': 16.18.57 + '@types/node': 16.18.58 chalk: 4.1.2 ci-info: 3.9.0 graceful-fs: 4.2.11(patch_hash=ivtm2a2cfr5pomcfbedhmr5v2q) @@ -13083,7 +13088,7 @@ packages: dependencies: '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 16.18.57 + '@types/node': 16.18.58 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.13.1 @@ -13095,13 +13100,13 @@ packages: resolution: {integrity: sha512-eIz2msL/EzL9UFTFFx7jBTkeZfku0yUAyZZZmJ93H2TYEiroIx2PQjEXcwYtYl8zXCxb+PAmA2hLIt/6ZEkPHw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@types/node': 16.18.57 + '@types/node': 16.18.58 jest-util: 29.7.0 merge-stream: 2.0.0 supports-color: 8.1.1 dev: true - /jest@29.7.0(@babel/types@7.23.0)(@types/node@16.18.57)(ts-node@10.9.1): + /jest@29.7.0(@babel/types@7.23.0)(@types/node@16.18.58)(ts-node@10.9.1): resolution: {integrity: sha512-NIy3oAFp9shda19hy4HK0HRTWKtPJmGdnvywu01nOqNC2vZg+Z+fvJDxpMQA88eb2I9EcafcdjYgsDthnYTvGw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true @@ -13114,7 +13119,7 @@ packages: '@jest/core': 29.7.0(@babel/types@7.23.0)(ts-node@10.9.1) '@jest/types': 29.6.3 import-local: 3.1.0 - jest-cli: 29.7.0(@babel/types@7.23.0)(@types/node@16.18.57)(ts-node@10.9.1) + jest-cli: 29.7.0(@babel/types@7.23.0)(@types/node@16.18.58)(ts-node@10.9.1) transitivePeerDependencies: - '@babel/types' - '@types/node' @@ -13237,6 +13242,12 @@ packages: resolution: {integrity: sha512-QCiSav9WaX1PgETJ+SpNnx2PRRapJ/oRSXM4VO5OGYGSjrxbKPVFVhB3l2OCbLCk329N8qyAtsJjSjvVBWzEug==} dependencies: json-buffer: 3.0.1 + dev: true + + /keyv@4.5.4: + resolution: {integrity: sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==} + dependencies: + json-buffer: 3.0.1 /kind-of@6.0.3: resolution: {integrity: sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==} @@ -13458,6 +13469,13 @@ packages: resolution: {integrity: sha512-tqNXrS78oMOE73NMxK4EMLQsQowWf8jKooH9g7xPavRT706R6bkQJ6DY2Te7QukaZsulxa30wQ7bk0pm4XiHmA==} engines: {node: '>=8'} + /lru-cache@10.0.1: + resolution: {integrity: sha512-IJ4uwUTi2qCccrioU6g9g/5rvvVl13bsdczUUcqbciD9iLr095yj8DQKdObriEvuNSx325N1rV1O0sJFszx75g==} + engines: {node: 14 || >=16.14} + requiresBuild: true + dev: false + optional: true + /lru-cache@4.1.5: resolution: {integrity: sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==} dependencies: @@ -13555,7 +13573,7 @@ packages: negotiator: 0.6.3 promise-retry: 2.0.1 socks-proxy-agent: 7.0.0 - ssri: 10.0.4 + ssri: 10.0.5 transitivePeerDependencies: - supports-color dev: false @@ -14066,8 +14084,8 @@ packages: - supports-color dev: true - /node-abi@3.47.0: - resolution: {integrity: sha512-2s6B2CWZM//kPgwnuI0KrYwNjfdByE25zvAaEpq9IH4zcNsarH8Ihu/UuX6XMPEogDAxkuUFeZn60pXNHAqn3A==} + /node-abi@3.50.0: + resolution: {integrity: sha512-2Gxu7Eq7vnBIRfYSmqPruEllMM14FjOQFJSoqdGWthVn+tmwEXzmdPpya6cvvwf0uZA3F5N1fMFr9mijZBplFA==} engines: {node: '>=10'} dependencies: semver: 7.5.4 @@ -14178,7 +14196,7 @@ packages: resolution: {integrity: sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==} dependencies: hosted-git-info: 2.8.9 - resolve: 1.22.6 + resolve: 1.22.8 semver: 7.5.4 validate-npm-package-license: 3.0.4 @@ -14303,8 +14321,8 @@ packages: resolution: {integrity: sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==} engines: {node: '>=0.10.0'} - /object-inspect@1.12.3: - resolution: {integrity: sha512-geUvdk7c+eizMNUDkRpW1wJwgfOiOeHbxBR/hLXK1aT6zmVSO0jsQcs7fj6MGw89jC/cjGfLcNOrtMYtGqm81g==} + /object-inspect@1.13.0: + resolution: {integrity: sha512-HQ4J+ic8hKrgIt3mqk6cVOVrW2ozL4KdvHlqpBv9vDYWx9ysAgENAdvy4FoGF+KFdhR7nQTNm5J0ctAeOwn+3g==} /object-keys@1.1.1: resolution: {integrity: sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==} @@ -14630,7 +14648,7 @@ packages: engines: {node: '>=16 || 14 >=14.17'} requiresBuild: true dependencies: - lru-cache: 9.1.2 + lru-cache: 10.0.1 minipass: 7.0.4 dev: false optional: true @@ -14749,7 +14767,7 @@ packages: multistream: 4.1.0 pkg-fetch: 3.4.2 prebuild-install: 7.1.1 - resolve: 1.22.6 + resolve: 1.22.8 stream-meter: 1.0.4 transitivePeerDependencies: - encoding @@ -14772,7 +14790,7 @@ packages: minimist: 1.2.8 mkdirp-classic: 0.5.3 napi-build-utils: 1.0.2 - node-abi: 3.47.0 + node-abi: 3.50.0 pump: 3.0.0 rc: 1.2.8 simple-get: 4.0.1 @@ -14896,8 +14914,8 @@ packages: engines: {node: '>= 8'} dev: true - /property-expr@2.0.5: - resolution: {integrity: sha512-IJUkICM5dP5znhCckHSv30Q4b5/JA5enCtkRHYaOVOAocnH/1BQEYTC5NMfT3AVl/iXKdr3aqQbQn9DxyWknwA==} + /property-expr@2.0.6: + resolution: {integrity: sha512-SVtmxhRE/CGkn3eZY1T6pC8Nln6Fr/lu1mKSgRud0eC73whjGfoAogbn78LkD8aFL0zz3bAFerKSnOl7NlErBA==} /proto-list@1.2.4: resolution: {integrity: sha512-vtK/94akxsTMhe0/cbfpR+syPuszcuwhqVjJq26CuNDgFGj682oRBXOP5MJpv2r7JtE8MsiepGIqvvOTBwn2vA==} @@ -14922,7 +14940,7 @@ packages: dependencies: fill-keys: 1.0.2 module-not-found-error: 1.0.1 - resolve: 1.22.6 + resolve: 1.22.8 dev: true /ps-list@6.3.0: @@ -15014,8 +15032,8 @@ packages: resolution: {integrity: sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA==} engines: {node: '>=10'} - /ramda@0.29.0: - resolution: {integrity: sha512-BBea6L67bYLtdbOqfp8f58fPMqEwx0doL+pAi8TZyp2YWz8R9G8z9x75CZI8W+ftqhFHCpEX2cRnUUXK130iKA==} + /ramda@0.29.1: + resolution: {integrity: sha512-OfxIeWzd4xdUNxlWhgFazxsA/nl3mS4/jGZI5n00uWOoSSFRhC1b6gl6xvmzUamgmqELraWp0J/qqVlXYPDPyA==} dev: true /range-parser@1.2.1: @@ -15139,7 +15157,7 @@ packages: resolution: {integrity: sha512-HFM8rkZ+i3zrV+4LQjwQ0W+ez98pApMGM3HUrN04j3CqzPOzl9nmP15Y8YXNm8QHGv/eacOVEjqhmWpkRV0NAw==} engines: {node: '>= 0.10'} dependencies: - resolve: 1.22.6 + resolve: 1.22.8 dev: true /redent@3.0.0: @@ -15356,8 +15374,8 @@ packages: engines: {node: '>=10'} dev: true - /resolve@1.22.6: - resolution: {integrity: sha512-njhxM7mV12JfufShqGy3Rz8j11RPdLy4xi15UurGJeoHLfJpVXKdh3ueuOqbYUcDZnffr6X739JBo5LzyahEsw==} + /resolve@1.22.8: + resolution: {integrity: sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==} hasBin: true dependencies: is-core-module: 2.13.0 @@ -15584,7 +15602,7 @@ packages: resolution: {integrity: sha512-tMNCiqYVkXIZgc2Hnoy2IvC/f8ezc5koaRFkCjrpWzGpCd3qbZXPzVy9MAZzK1ch/X0jvSkojys3oqJN0qCmdA==} engines: {node: '>= 0.4'} dependencies: - define-data-property: 1.1.0 + define-data-property: 1.1.1 functions-have-names: 1.2.3 has-property-descriptors: 1.0.0 @@ -15641,7 +15659,7 @@ packages: dependencies: call-bind: 1.0.2 get-intrinsic: 1.2.1 - object-inspect: 1.12.3 + object-inspect: 1.13.0 /signal-exit@3.0.7: resolution: {integrity: sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==} @@ -15668,8 +15686,8 @@ packages: simple-concat: 1.0.1 dev: true - /sinon@16.0.0: - resolution: {integrity: sha512-B8AaZZm9CT5pqe4l4uWJztfD/mOTa7dL8Qo0W4+s+t74xECOgSZDDQCBjNgIK3+n4kyxQrSTv2V5ul8K25qkiQ==} + /sinon@16.1.0: + resolution: {integrity: sha512-ZSgzF0vwmoa8pq0GEynqfdnpEDyP1PkYmEChnkjW0Vyh8IDlyFEJ+fkMhCP0il6d5cJjPl2PUsnUSAuP5sttOQ==} dependencies: '@sinonjs/commons': 3.0.0 '@sinonjs/fake-timers': 10.3.0 @@ -15883,6 +15901,15 @@ packages: dependencies: minipass: 5.0.0 + /ssri@10.0.5: + resolution: {integrity: sha512-bSf16tAFkGeRlUNDjXu8FzaMQt6g2HZJrun7mtMbIPOddxt3GLMSz5VWUWcqTJUPfLEaDIepGxv+bYQW49596A==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + requiresBuild: true + dependencies: + minipass: 7.0.4 + dev: false + optional: true + /ssri@8.0.1: resolution: {integrity: sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ==} engines: {node: '>= 8'} @@ -16361,7 +16388,7 @@ packages: typescript: 5.2.2 dev: false - /ts-jest@29.1.1(@babel/core@7.23.0)(jest@29.7.0)(typescript@5.2.2): + /ts-jest@29.1.1(@babel/core@7.23.2)(jest@29.7.0)(typescript@5.2.2): resolution: {integrity: sha512-D6xjnnbP17cC85nliwGiL+tpoKN0StpgE0TeOjXQTU6MVCfsB4v7aW05CgQ/1OywGb0x/oy9hHFnN+sczTiRaA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true @@ -16382,10 +16409,10 @@ packages: esbuild: optional: true dependencies: - '@babel/core': 7.23.0 + '@babel/core': 7.23.2 bs-logger: 0.2.6 fast-json-stable-stringify: 2.1.0 - jest: 29.7.0(@babel/types@7.23.0)(@types/node@16.18.57)(ts-node@10.9.1) + jest: 29.7.0(@babel/types@7.23.0)(@types/node@16.18.58)(ts-node@10.9.1) jest-util: 29.7.0 json5: 2.2.3 lodash.memoize: 4.1.2 @@ -16395,7 +16422,7 @@ packages: yargs-parser: 21.1.1 dev: true - /ts-node@10.9.1(@types/node@16.18.57)(typescript@5.2.2): + /ts-node@10.9.1(@types/node@16.18.58)(typescript@5.2.2): resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==} hasBin: true peerDependencies: @@ -16414,7 +16441,7 @@ packages: '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.4 - '@types/node': 16.18.57 + '@types/node': 16.18.58 acorn: 8.10.0 acorn-walk: 8.2.0 arg: 4.1.3 @@ -16643,6 +16670,9 @@ packages: engines: {node: '>=0.10.0'} dev: true + /undici-types@5.25.3: + resolution: {integrity: sha512-Ga1jfYwRn7+cP9v8auvEXN1rX3sWqlayd4HP7OKk4mZWylEmu3KzXDUGrQUN6Ol7qo1gPvB2e5gX6udnyEPgdA==} + /unified@9.2.2: resolution: {integrity: sha512-Sg7j110mtefBD+qunSLO1lqOEKdrwBFBrR6Qd8f4uwkhWNlbkaqwHse6e7QvD3AP/MNoJdEDLaf8OxYyoWgorQ==} dependencies: @@ -16780,8 +16810,8 @@ packages: resolution: {integrity: sha512-ocyWc3bAHBB/guyqJQVI5o4BZkPhznPYUG2ea80Gond/BgNWpap8TOmLSeeQG7bnh2KMISxskdADG59j7zruhw==} dev: false - /v8-to-istanbul@9.1.2: - resolution: {integrity: sha512-ZGBe7VAivuuoQXTeckpbYKTdtjXGcm3ZUHXC0PAk0CzFyuYvwi73a58iEKI3GkGD1c3EHc+EgfR1w5pgbfzJlQ==} + /v8-to-istanbul@9.1.3: + resolution: {integrity: sha512-9lDD+EVI2fjFsMWXc6dy5JJzBsVTcQ2fVkfBvncZ6xJWG9wtBhOldG+mHkSL0+V1K/xgZz0JDO5UT5hFwHUghg==} engines: {node: '>=10.12.0'} dependencies: '@jridgewell/trace-mapping': 0.3.19 @@ -17244,8 +17274,8 @@ packages: js-yaml: 3.14.1 dev: true - /yaml@2.3.2: - resolution: {integrity: sha512-N/lyzTPaJasoDmfV7YTrYCI0G/3ivm/9wdG0aHuheKowWQwGTsK0Eoiw6utmzAnI6pkJa0DUVygvp3spqqEKXg==} + /yaml@2.3.3: + resolution: {integrity: sha512-zw0VAJxgeZ6+++/su5AFoqBbZbrEakwu+X0M5HmcwUiBL7AzcuPKjj5we4xfQLp78LkEMpD0cOnUhmgOVy3KdQ==} engines: {node: '>= 14'} /yargs-parser@18.1.3: @@ -17322,12 +17352,12 @@ packages: resolution: {integrity: sha512-Z2Fe1bn+eLstG8DRR6FTavGD+MeAwyfmouhHsIUgaADz8jvFKbO/fXc2trJKZg+5EBjh4gGm3iU/t3onKlXHIg==} engines: {node: '>=10'} dependencies: - '@babel/runtime': 7.23.1 + '@babel/runtime': 7.23.2 '@types/lodash': 4.14.199 lodash: 4.17.21 lodash-es: 4.17.21 nanoclone: 0.2.1 - property-expr: 2.0.5 + property-expr: 2.0.6 toposort: 2.0.2 /zwitch@1.0.5: diff --git a/pnpm/package.json b/pnpm/package.json index 567fd86d2e..3816591813 100644 --- a/pnpm/package.json +++ b/pnpm/package.json @@ -80,12 +80,12 @@ "@zkochan/retry": "^0.2.0", "@zkochan/rimraf": "^2.1.3", "chalk": "^4.1.2", - "ci-info": "^3.8.0", + "ci-info": "^3.9.0", "cross-spawn": "^7.0.3", "deep-require-cwd": "1.0.0", "delay": "^5.0.0", "dir-is-case-sensitive": "^2.0.0", - "esbuild": "^0.19.3", + "esbuild": "^0.19.4", "execa": "npm:safe-execa@0.1.2", "exists-link": "2.0.0", "is-windows": "^1.0.2", diff --git a/releasing/plugin-commands-publishing/package.json b/releasing/plugin-commands-publishing/package.json index b33dfcbe82..f9d85e6ce6 100644 --- a/releasing/plugin-commands-publishing/package.json +++ b/releasing/plugin-commands-publishing/package.json @@ -39,12 +39,12 @@ "@types/cross-spawn": "^6.0.3", "@types/is-windows": "^1.0.0", "@types/npm-packlist": "^3.0.0", - "@types/proxyquire": "^1.3.28", + "@types/proxyquire": "^1.3.29", "@types/ramda": "0.28.20", - "@types/sinon": "^10.0.16", + "@types/sinon": "^10.0.19", "@types/tar": "^6.1.6", "@types/tar-stream": "^2.2.3", - "ci-info": "^3.8.0", + "ci-info": "^3.9.0", "cross-spawn": "^7.0.3", "is-windows": "^1.0.2", "load-json-file": "^6.2.0", diff --git a/resolving/local-resolver/package.json b/resolving/local-resolver/package.json index d66d78622c..6b9a17e532 100644 --- a/resolving/local-resolver/package.json +++ b/resolving/local-resolver/package.json @@ -43,7 +43,7 @@ "devDependencies": { "@pnpm/local-resolver": "workspace:*", "@types/normalize-path": "^3.0.0", - "@types/ssri": "^7.1.1" + "@types/ssri": "^7.1.2" }, "funding": "https://opencollective.com/pnpm", "exports": { diff --git a/resolving/npm-resolver/package.json b/resolving/npm-resolver/package.json index 6741e9dd55..204978c1b9 100644 --- a/resolving/npm-resolver/package.json +++ b/resolving/npm-resolver/package.json @@ -63,7 +63,7 @@ "@types/normalize-path": "^3.0.0", "@types/ramda": "0.28.20", "@types/semver": "7.3.13", - "@types/ssri": "^7.1.1", + "@types/ssri": "^7.1.2", "nock": "13.3.2", "path-exists": "^4.0.0", "tempy": "^1.0.1" diff --git a/store/cafs-types/package.json b/store/cafs-types/package.json index 404ac074b2..ec8dc43c83 100644 --- a/store/cafs-types/package.json +++ b/store/cafs-types/package.json @@ -30,7 +30,7 @@ "devDependencies": { "@pnpm/cafs-types": "workspace:*", "@pnpm/types": "workspace:*", - "@types/ssri": "^7.1.1" + "@types/ssri": "^7.1.2" }, "homepage": "https://github.com/pnpm/pnpm/blob/main/store/cafs-types#readme", "funding": "https://opencollective.com/pnpm", diff --git a/store/cafs/package.json b/store/cafs/package.json index e7c25d5daf..d06be719de 100644 --- a/store/cafs/package.json +++ b/store/cafs/package.json @@ -31,8 +31,8 @@ "@pnpm/store.cafs": "workspace:*", "@pnpm/types": "workspace:*", "@types/is-gzip": "2.0.0", - "@types/node": "^16.18.52", - "@types/ssri": "^7.1.1", + "@types/node": "^16.18.58", + "@types/ssri": "^7.1.2", "tempy": "^1.0.1" }, "bugs": { diff --git a/store/package-store/package.json b/store/package-store/package.json index e58883dc19..79614abdb5 100644 --- a/store/package-store/package.json +++ b/store/package-store/package.json @@ -33,7 +33,7 @@ "@pnpm/package-store": "workspace:*", "@pnpm/prepare": "workspace:*", "@types/ramda": "0.28.20", - "@types/ssri": "^7.1.1", + "@types/ssri": "^7.1.2", "tempy": "^1.0.1" }, "directories": { diff --git a/store/plugin-commands-server/package.json b/store/plugin-commands-server/package.json index c024a4f6f3..7360ee02af 100644 --- a/store/plugin-commands-server/package.json +++ b/store/plugin-commands-server/package.json @@ -32,7 +32,7 @@ "@pnpm/plugin-commands-server": "workspace:*", "@types/is-windows": "^1.0.0", "@types/ramda": "0.28.20", - "@types/signal-exit": "^3.0.1" + "@types/signal-exit": "^3.0.2" }, "dependencies": { "@pnpm/cli-meta": "workspace:*", diff --git a/store/plugin-commands-store/package.json b/store/plugin-commands-store/package.json index 586eda2c3d..317a04052e 100644 --- a/store/plugin-commands-store/package.json +++ b/store/plugin-commands-store/package.json @@ -37,7 +37,7 @@ "@pnpm/registry-mock": "3.13.0", "@types/archy": "0.0.32", "@types/ramda": "0.28.20", - "@types/ssri": "^7.1.1", + "@types/ssri": "^7.1.2", "@zkochan/rimraf": "^2.1.3", "execa": "npm:safe-execa@0.1.2", "path-exists": "^4.0.0", diff --git a/store/server/package.json b/store/server/package.json index 34383d6a79..a0ee5b6586 100644 --- a/store/server/package.json +++ b/store/server/package.json @@ -37,7 +37,7 @@ "@pnpm/package-requester": "workspace:*", "@pnpm/package-store": "workspace:*", "@pnpm/server": "workspace:*", - "@types/mz": "^2.7.4", + "@types/mz": "^2.7.5", "@types/uuid": "^8.3.4", "@zkochan/rimraf": "^2.1.3", "get-port": "^5.1.1", diff --git a/store/store-path/package.json b/store/store-path/package.json index 379f948c27..b452cfec1e 100644 --- a/store/store-path/package.json +++ b/store/store-path/package.json @@ -40,7 +40,7 @@ "devDependencies": { "@pnpm/store-path": "workspace:*", "@types/is-windows": "^1.0.0", - "@types/node": "^16.18.52", + "@types/node": "^16.18.58", "@types/rimraf": "^3.0.2", "@types/touch": "^3.1.3", "is-windows": "^1.0.2", diff --git a/workspace/filter-workspace-packages/package.json b/workspace/filter-workspace-packages/package.json index fca59c0414..6eb15e6cf9 100644 --- a/workspace/filter-workspace-packages/package.json +++ b/workspace/filter-workspace-packages/package.json @@ -42,10 +42,10 @@ "devDependencies": { "@pnpm/filter-workspace-packages": "workspace:*", "@types/is-windows": "^1.0.0", - "@types/micromatch": "^4.0.2", + "@types/micromatch": "^4.0.3", "@types/ramda": "0.28.20", "@types/touch": "^3.1.3", - "ci-info": "^3.8.0", + "ci-info": "^3.9.0", "is-windows": "^1.0.2", "tempy": "^1.0.1", "touch": "3.1.0"