diff --git a/.changeset/chatty-roses-bow.md b/.changeset/chatty-roses-bow.md deleted file mode 100644 index 0e59617a8e..0000000000 --- a/.changeset/chatty-roses-bow.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@pnpm/plugin-commands-script-runners": patch -"pnpm": patch ---- - -`pnpm exec` should look for the executed command in the `node_modules/.bin` directory that is relative to the current working directory. Only after that should it look for the executable in the workspace root. diff --git a/.changeset/tough-terms-press.md b/.changeset/tough-terms-press.md deleted file mode 100644 index 72563b326b..0000000000 --- a/.changeset/tough-terms-press.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@pnpm/config": minor -"@pnpm/plugin-commands-publishing": minor ---- - -embed-readme option was added diff --git a/package.json b/package.json index a6239c613a..05a9294ebf 100644 --- a/package.json +++ b/package.json @@ -51,10 +51,10 @@ "rimraf": "^3.0.2", "shx": "^0.3.4", "syncpack": "^6.2.0", - "ts-jest": "27.1.2", + "ts-jest": "27.1.3", "ts-node": "^10.4.0", - "typescript": "4.5.4", - "verdaccio": "5.4.0" + "typescript": "4.5.5", + "verdaccio": "5.5.0" }, "engines": { "pnpm": ">=6" diff --git a/packages/artifacts/linux-arm64/package.json b/packages/artifacts/linux-arm64/package.json index 350111b1b5..9120b030e7 100644 --- a/packages/artifacts/linux-arm64/package.json +++ b/packages/artifacts/linux-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/linux-arm64", - "version": "6.27.2", + "version": "6.28.0", "license": "MIT", "publishConfig": { "bin": { @@ -23,6 +23,6 @@ "pnpm6" ], "devDependencies": { - "@pnpm/linux-arm64": "workspace:6.27.2" + "@pnpm/linux-arm64": "workspace:6.28.0" } } diff --git a/packages/artifacts/linux-x64/package.json b/packages/artifacts/linux-x64/package.json index 0a977e0bcc..5e86d07ada 100644 --- a/packages/artifacts/linux-x64/package.json +++ b/packages/artifacts/linux-x64/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/linux-x64", - "version": "6.27.2", + "version": "6.28.0", "license": "MIT", "publishConfig": { "bin": { @@ -23,6 +23,6 @@ "pnpm6" ], "devDependencies": { - "@pnpm/linux-x64": "workspace:6.27.2" + "@pnpm/linux-x64": "workspace:6.28.0" } } diff --git a/packages/artifacts/macos-arm64/package.json b/packages/artifacts/macos-arm64/package.json index 8d7cc9e416..43ca0684b1 100644 --- a/packages/artifacts/macos-arm64/package.json +++ b/packages/artifacts/macos-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/macos-arm64", - "version": "6.27.2", + "version": "6.28.0", "license": "MIT", "publishConfig": { "bin": { @@ -23,6 +23,6 @@ "pnpm6" ], "devDependencies": { - "@pnpm/macos-arm64": "workspace:6.27.2" + "@pnpm/macos-arm64": "workspace:6.28.0" } } diff --git a/packages/artifacts/macos-x64/package.json b/packages/artifacts/macos-x64/package.json index d2eec3db2f..e38b5044e9 100644 --- a/packages/artifacts/macos-x64/package.json +++ b/packages/artifacts/macos-x64/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/macos-x64", - "version": "6.27.2", + "version": "6.28.0", "license": "MIT", "publishConfig": { "bin": { @@ -23,6 +23,6 @@ "pnpm6" ], "devDependencies": { - "@pnpm/macos-x64": "workspace:6.27.2" + "@pnpm/macos-x64": "workspace:6.28.0" } } diff --git a/packages/artifacts/win-x64/package.json b/packages/artifacts/win-x64/package.json index 64ec6cca98..d5aebe7f00 100644 --- a/packages/artifacts/win-x64/package.json +++ b/packages/artifacts/win-x64/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/win-x64", - "version": "6.27.2", + "version": "6.28.0", "license": "MIT", "publishConfig": { "bin": { @@ -23,6 +23,6 @@ "pnpm6" ], "devDependencies": { - "@pnpm/win-x64": "workspace:6.27.2" + "@pnpm/win-x64": "workspace:6.28.0" } } diff --git a/packages/cli-utils/CHANGELOG.md b/packages/cli-utils/CHANGELOG.md index 4de24f8efa..2884255ba0 100644 --- a/packages/cli-utils/CHANGELOG.md +++ b/packages/cli-utils/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/cli-utils +## 0.6.47 + +### Patch Changes + +- Updated dependencies [b7566b979] + - @pnpm/config@13.12.0 + - @pnpm/default-reporter@8.5.10 + ## 0.6.46 ### Patch Changes diff --git a/packages/cli-utils/package.json b/packages/cli-utils/package.json index dd78a2c497..546e07d414 100644 --- a/packages/cli-utils/package.json +++ b/packages/cli-utils/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/cli-utils", - "version": "0.6.46", + "version": "0.6.47", "description": "Utils for pnpm commands", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -28,14 +28,14 @@ }, "homepage": "https://github.com/pnpm/pnpm/blob/main/packages/cli-utils#readme", "devDependencies": { - "@pnpm/cli-utils": "workspace:0.6.46", + "@pnpm/cli-utils": "workspace:0.6.47", "@pnpm/logger": "^4.0.0", "@types/ramda": "0.27.39" }, "dependencies": { "@pnpm/cli-meta": "workspace:2.0.1", - "@pnpm/config": "workspace:13.11.0", - "@pnpm/default-reporter": "workspace:8.5.9", + "@pnpm/config": "workspace:13.12.0", + "@pnpm/default-reporter": "workspace:8.5.10", "@pnpm/error": "workspace:2.0.0", "@pnpm/manifest-utils": "workspace:2.1.7", "@pnpm/package-is-installable": "workspace:5.0.11", diff --git a/packages/config/CHANGELOG.md b/packages/config/CHANGELOG.md index 7f1ca1fee2..ff297d6261 100644 --- a/packages/config/CHANGELOG.md +++ b/packages/config/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/config +## 13.12.0 + +### Minor Changes + +- b7566b979: embed-readme option was added + ## 13.11.0 ### Minor Changes diff --git a/packages/config/package.json b/packages/config/package.json index e3a3873257..10ebd0e42f 100644 --- a/packages/config/package.json +++ b/packages/config/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/config", - "version": "13.11.0", + "version": "13.12.0", "description": "Gets configuration options for pnpm", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -47,7 +47,7 @@ "which": "^2.0.2" }, "devDependencies": { - "@pnpm/config": "workspace:13.11.0", + "@pnpm/config": "workspace:13.12.0", "@pnpm/prepare": "workspace:*", "@types/ramda": "0.27.39", "@types/which": "^2.0.0", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index ea15c40986..98f7478bbf 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/core +## 2.5.1 + +### Patch Changes + +- @pnpm/lockfile-to-pnp@0.4.44 +- @pnpm/headless@17.2.1 + ## 2.5.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index c3c47bf162..612cbc62b6 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@pnpm/core", "description": "Fast, disk space efficient installation engine", - "version": "2.5.0", + "version": "2.5.1", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, @@ -22,12 +22,12 @@ "@pnpm/error": "workspace:2.0.0", "@pnpm/filter-lockfile": "workspace:5.0.17", "@pnpm/get-context": "workspace:5.3.6", - "@pnpm/headless": "workspace:17.2.0", + "@pnpm/headless": "workspace:17.2.1", "@pnpm/hoist": "workspace:5.2.13", "@pnpm/lifecycle": "workspace:12.1.4", "@pnpm/link-bins": "workspace:6.2.10", "@pnpm/lockfile-file": "workspace:4.2.6", - "@pnpm/lockfile-to-pnp": "workspace:0.4.43", + "@pnpm/lockfile-to-pnp": "workspace:0.4.44", "@pnpm/lockfile-utils": "workspace:3.2.0", "@pnpm/lockfile-walker": "workspace:4.0.14", "@pnpm/manifest-utils": "workspace:2.1.7", @@ -70,7 +70,7 @@ "@pnpm/assert-store": "workspace:*", "@pnpm/cafs": "workspace:3.0.13", "@pnpm/client": "workspace:6.1.1", - "@pnpm/core": "workspace:2.5.0", + "@pnpm/core": "workspace:2.5.1", "@pnpm/logger": "^4.0.0", "@pnpm/package-store": "workspace:12.1.8", "@pnpm/prepare": "workspace:*", diff --git a/packages/default-reporter/CHANGELOG.md b/packages/default-reporter/CHANGELOG.md index e0c9353b0e..49105016d9 100644 --- a/packages/default-reporter/CHANGELOG.md +++ b/packages/default-reporter/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/default-reporter +## 8.5.10 + +### Patch Changes + +- Updated dependencies [b7566b979] + - @pnpm/config@13.12.0 + ## 8.5.9 ### Patch Changes diff --git a/packages/default-reporter/package.json b/packages/default-reporter/package.json index 775c95d177..4b3cb276db 100644 --- a/packages/default-reporter/package.json +++ b/packages/default-reporter/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/default-reporter", - "version": "8.5.9", + "version": "8.5.10", "description": "The default reporter of pnpm", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -34,7 +34,7 @@ "@pnpm/logger": "^4.0.0" }, "dependencies": { - "@pnpm/config": "workspace:13.11.0", + "@pnpm/config": "workspace:13.12.0", "@pnpm/core-loggers": "workspace:6.1.3", "@pnpm/error": "workspace:2.0.0", "@pnpm/render-peer-issues": "workspace:1.1.1", @@ -54,7 +54,7 @@ "strip-ansi": "^6.0.0" }, "devDependencies": { - "@pnpm/default-reporter": "workspace:8.5.9", + "@pnpm/default-reporter": "workspace:8.5.10", "@pnpm/logger": "^4.0.0", "@types/normalize-path": "^3.0.0", "@types/ramda": "0.27.39", diff --git a/packages/exe/package.json b/packages/exe/package.json index c7eaec61ae..f598850b87 100644 --- a/packages/exe/package.json +++ b/packages/exe/package.json @@ -1,7 +1,7 @@ { "name": "@pnpm/exe", "description": "Fast, disk space efficient package manager", - "version": "6.27.2", + "version": "6.28.0", "publishConfig": { "bin": { "pnpm": "pnpm" @@ -11,14 +11,14 @@ "url": "https://github.com/pnpm/pnpm/issues" }, "optionalDependencies": { - "@pnpm/linux-arm64": "workspace:6.27.2", - "@pnpm/linux-x64": "workspace:6.27.2", - "@pnpm/macos-arm64": "workspace:6.27.2", - "@pnpm/macos-x64": "workspace:6.27.2", - "@pnpm/win-x64": "workspace:6.27.2" + "@pnpm/linux-arm64": "workspace:6.28.0", + "@pnpm/linux-x64": "workspace:6.28.0", + "@pnpm/macos-arm64": "workspace:6.28.0", + "@pnpm/macos-x64": "workspace:6.28.0", + "@pnpm/win-x64": "workspace:6.28.0" }, "devDependencies": { - "@pnpm/exe": "workspace:6.27.2", + "@pnpm/exe": "workspace:6.28.0", "@zkochan/pkg": "0.0.0-2", "execa": "npm:safe-execa@^0.1.1" }, diff --git a/packages/filter-workspace-packages/CHANGELOG.md b/packages/filter-workspace-packages/CHANGELOG.md index c74fb1d981..bf5d96e660 100644 --- a/packages/filter-workspace-packages/CHANGELOG.md +++ b/packages/filter-workspace-packages/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/filter-workspace-packages +## 4.4.19 + +### Patch Changes + +- @pnpm/find-workspace-packages@3.1.39 + ## 4.4.18 ### Patch Changes diff --git a/packages/filter-workspace-packages/package.json b/packages/filter-workspace-packages/package.json index 7c2355387f..39ec8cb44c 100644 --- a/packages/filter-workspace-packages/package.json +++ b/packages/filter-workspace-packages/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/filter-workspace-packages", - "version": "4.4.18", + "version": "4.4.19", "description": "Filters packages in a workspace", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -30,7 +30,7 @@ "homepage": "https://github.com/pnpm/pnpm/blob/main/packages/filter-workspace-packages#readme", "dependencies": { "@pnpm/error": "workspace:2.0.0", - "@pnpm/find-workspace-packages": "workspace:3.1.38", + "@pnpm/find-workspace-packages": "workspace:3.1.39", "@pnpm/matcher": "workspace:2.0.0", "execa": "npm:safe-execa@^0.1.1", "find-up": "^5.0.0", @@ -40,7 +40,7 @@ "ramda": "^0.27.1" }, "devDependencies": { - "@pnpm/filter-workspace-packages": "workspace:4.4.18", + "@pnpm/filter-workspace-packages": "workspace:4.4.19", "@types/is-ci": "^3.0.0", "@types/is-windows": "^1.0.0", "@types/micromatch": "^4.0.1", diff --git a/packages/find-workspace-packages/CHANGELOG.md b/packages/find-workspace-packages/CHANGELOG.md index 5db7dc5a36..b8acac14f5 100644 --- a/packages/find-workspace-packages/CHANGELOG.md +++ b/packages/find-workspace-packages/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/find-workspace-packages +## 3.1.39 + +### Patch Changes + +- @pnpm/cli-utils@0.6.47 + ## 3.1.38 ### Patch Changes diff --git a/packages/find-workspace-packages/package.json b/packages/find-workspace-packages/package.json index e4a4a5c078..b659141b9e 100644 --- a/packages/find-workspace-packages/package.json +++ b/packages/find-workspace-packages/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/find-workspace-packages", - "version": "3.1.38", + "version": "3.1.39", "description": "Finds packages inside a workspace", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -29,7 +29,7 @@ }, "homepage": "https://github.com/pnpm/pnpm/blob/main/packages/find-workspace-packages#readme", "dependencies": { - "@pnpm/cli-utils": "workspace:0.6.46", + "@pnpm/cli-utils": "workspace:0.6.47", "@pnpm/constants": "workspace:5.0.0", "@pnpm/types": "workspace:7.9.0", "find-packages": "workspace:8.0.11", @@ -37,6 +37,6 @@ }, "funding": "https://opencollective.com/pnpm", "devDependencies": { - "@pnpm/find-workspace-packages": "workspace:3.1.38" + "@pnpm/find-workspace-packages": "workspace:3.1.39" } } diff --git a/packages/headless/CHANGELOG.md b/packages/headless/CHANGELOG.md index fd304c6b57..9340825394 100644 --- a/packages/headless/CHANGELOG.md +++ b/packages/headless/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/headless +## 17.2.1 + +### Patch Changes + +- @pnpm/lockfile-to-pnp@0.4.44 + ## 17.2.0 ### Minor Changes diff --git a/packages/headless/package.json b/packages/headless/package.json index 2e00184058..4e4e570a5f 100644 --- a/packages/headless/package.json +++ b/packages/headless/package.json @@ -1,7 +1,7 @@ { "name": "@pnpm/headless", "description": "Fast installation using only pnpm-lock.yaml", - "version": "17.2.0", + "version": "17.2.1", "bugs": { "url": "https://github.com/pnpm/pnpm/issues" }, @@ -17,7 +17,7 @@ "devDependencies": { "@pnpm/assert-project": "workspace:*", "@pnpm/client": "workspace:6.1.1", - "@pnpm/headless": "workspace:17.2.0", + "@pnpm/headless": "workspace:17.2.1", "@pnpm/logger": "^4.0.0", "@pnpm/package-store": "workspace:12.1.8", "@pnpm/prepare": "workspace:*", @@ -77,7 +77,7 @@ "@pnpm/lifecycle": "workspace:12.1.4", "@pnpm/link-bins": "workspace:6.2.10", "@pnpm/lockfile-file": "workspace:4.2.6", - "@pnpm/lockfile-to-pnp": "workspace:0.4.43", + "@pnpm/lockfile-to-pnp": "workspace:0.4.44", "@pnpm/lockfile-utils": "workspace:3.2.0", "@pnpm/modules-cleaner": "workspace:11.0.21", "@pnpm/modules-yaml": "workspace:9.1.0", diff --git a/packages/lockfile-to-pnp/CHANGELOG.md b/packages/lockfile-to-pnp/CHANGELOG.md index ac3752145e..611daa35ee 100644 --- a/packages/lockfile-to-pnp/CHANGELOG.md +++ b/packages/lockfile-to-pnp/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/lockfile-to-pnp +## 0.4.44 + +### Patch Changes + +- Updated dependencies [b7566b979] + - @pnpm/config@13.12.0 + ## 0.4.43 ### Patch Changes diff --git a/packages/lockfile-to-pnp/package.json b/packages/lockfile-to-pnp/package.json index bdd32b408b..487aceb3c6 100644 --- a/packages/lockfile-to-pnp/package.json +++ b/packages/lockfile-to-pnp/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/lockfile-to-pnp", - "version": "0.4.43", + "version": "0.4.44", "description": "Creates a Plug'n'Play file from a pnpm-lock.yaml", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -34,14 +34,14 @@ "@pnpm/logger": "^4.0.0" }, "devDependencies": { - "@pnpm/lockfile-to-pnp": "workspace:0.4.43", + "@pnpm/lockfile-to-pnp": "workspace:0.4.44", "@pnpm/logger": "^4.0.0", "@types/normalize-path": "^3.0.0", "@types/ramda": "0.27.39", "rimraf": "^3.0.2" }, "dependencies": { - "@pnpm/config": "workspace:13.11.0", + "@pnpm/config": "workspace:13.12.0", "@pnpm/lockfile-file": "workspace:4.2.6", "@pnpm/lockfile-utils": "workspace:3.2.0", "@pnpm/read-project-manifest": "workspace:2.0.11", diff --git a/packages/plugin-commands-audit/CHANGELOG.md b/packages/plugin-commands-audit/CHANGELOG.md index 6d0ca71b61..a945627cd8 100644 --- a/packages/plugin-commands-audit/CHANGELOG.md +++ b/packages/plugin-commands-audit/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/plugin-commands-audit +## 5.1.39 + +### Patch Changes + +- Updated dependencies [b7566b979] + - @pnpm/config@13.12.0 + - @pnpm/cli-utils@0.6.47 + ## 5.1.38 ### Patch Changes diff --git a/packages/plugin-commands-audit/package.json b/packages/plugin-commands-audit/package.json index 9b73e7c1a9..80a85b54fe 100644 --- a/packages/plugin-commands-audit/package.json +++ b/packages/plugin-commands-audit/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-audit", - "version": "5.1.38", + "version": "5.1.39", "description": "pnpm commands for dependencies audit", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -30,7 +30,7 @@ }, "homepage": "https://github.com/pnpm/pnpm/blob/main/packages/plugin-commands-audit#readme", "devDependencies": { - "@pnpm/plugin-commands-audit": "workspace:5.1.38", + "@pnpm/plugin-commands-audit": "workspace:5.1.39", "@pnpm/test-fixtures": "workspace:*", "@types/ramda": "0.27.39", "@types/zkochan__table": "npm:@types/table@6.0.0", @@ -41,8 +41,8 @@ }, "dependencies": { "@pnpm/audit": "workspace:2.2.5", - "@pnpm/cli-utils": "workspace:0.6.46", - "@pnpm/config": "workspace:13.11.0", + "@pnpm/cli-utils": "workspace:0.6.47", + "@pnpm/config": "workspace:13.12.0", "@pnpm/constants": "workspace:5.0.0", "@pnpm/error": "workspace:2.0.0", "@pnpm/lockfile-file": "workspace:4.2.6", diff --git a/packages/plugin-commands-env/CHANGELOG.md b/packages/plugin-commands-env/CHANGELOG.md index 8367544425..ea87182ced 100644 --- a/packages/plugin-commands-env/CHANGELOG.md +++ b/packages/plugin-commands-env/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/plugin-commands-env +## 1.4.9 + +### Patch Changes + +- Updated dependencies [b7566b979] + - @pnpm/config@13.12.0 + - @pnpm/cli-utils@0.6.47 + ## 1.4.8 ### Patch Changes diff --git a/packages/plugin-commands-env/package.json b/packages/plugin-commands-env/package.json index 2179a7027b..a1278d1037 100644 --- a/packages/plugin-commands-env/package.json +++ b/packages/plugin-commands-env/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-env", - "version": "1.4.8", + "version": "1.4.9", "description": "pnpm commands for managing Node.js", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -30,8 +30,8 @@ }, "homepage": "https://github.com/pnpm/pnpm/blob/main/packages/plugin-commands-env#readme", "dependencies": { - "@pnpm/cli-utils": "workspace:0.6.46", - "@pnpm/config": "workspace:13.11.0", + "@pnpm/cli-utils": "workspace:0.6.47", + "@pnpm/config": "workspace:13.12.0", "@pnpm/error": "workspace:2.0.0", "@pnpm/fetch": "workspace:4.2.4", "@pnpm/fetcher-base": "workspace:11.1.5", @@ -50,7 +50,7 @@ }, "funding": "https://opencollective.com/pnpm", "devDependencies": { - "@pnpm/plugin-commands-env": "workspace:1.4.8", + "@pnpm/plugin-commands-env": "workspace:1.4.9", "@pnpm/prepare": "workspace:*", "@types/adm-zip": "^0.4.34", "execa": "npm:safe-execa@^0.1.1", diff --git a/packages/plugin-commands-installation/CHANGELOG.md b/packages/plugin-commands-installation/CHANGELOG.md index 1bac1e10f2..826e624593 100644 --- a/packages/plugin-commands-installation/CHANGELOG.md +++ b/packages/plugin-commands-installation/CHANGELOG.md @@ -1,5 +1,18 @@ # @pnpm/plugin-commands-installation +## 8.3.3 + +### Patch Changes + +- Updated dependencies [b7566b979] + - @pnpm/config@13.12.0 + - @pnpm/cli-utils@0.6.47 + - @pnpm/plugin-commands-rebuild@5.4.8 + - @pnpm/store-connection-manager@3.2.5 + - @pnpm/find-workspace-packages@3.1.39 + - @pnpm/core@2.5.1 + - @pnpm/filter-workspace-packages@4.4.19 + ## 8.3.2 ### Patch Changes diff --git a/packages/plugin-commands-installation/package.json b/packages/plugin-commands-installation/package.json index cd383c9343..d0fc764c10 100644 --- a/packages/plugin-commands-installation/package.json +++ b/packages/plugin-commands-installation/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-installation", - "version": "8.3.2", + "version": "8.3.3", "description": "Commands for installation", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -37,7 +37,7 @@ "@pnpm/lockfile-types": "workspace:3.1.5", "@pnpm/logger": "^4.0.0", "@pnpm/modules-yaml": "workspace:9.1.0", - "@pnpm/plugin-commands-installation": "workspace:8.3.2", + "@pnpm/plugin-commands-installation": "workspace:8.3.3", "@pnpm/prepare": "workspace:*", "@pnpm/registry-mock": "2.12.1", "@pnpm/test-fixtures": "workspace:*", @@ -57,30 +57,30 @@ "write-yaml-file": "^4.2.0" }, "dependencies": { - "@pnpm/cli-utils": "workspace:0.6.46", + "@pnpm/cli-utils": "workspace:0.6.47", "@pnpm/colorize-semver-diff": "^1.0.1", "@pnpm/command": "workspace:2.0.0", "@pnpm/common-cli-options-help": "workspace:0.8.0", - "@pnpm/config": "workspace:13.11.0", + "@pnpm/config": "workspace:13.12.0", "@pnpm/constants": "workspace:5.0.0", - "@pnpm/core": "workspace:2.5.0", + "@pnpm/core": "workspace:2.5.1", "@pnpm/error": "workspace:2.0.0", - "@pnpm/filter-workspace-packages": "workspace:4.4.18", + "@pnpm/filter-workspace-packages": "workspace:4.4.19", "@pnpm/find-workspace-dir": "workspace:3.0.1", - "@pnpm/find-workspace-packages": "workspace:3.1.38", + "@pnpm/find-workspace-packages": "workspace:3.1.39", "@pnpm/graceful-fs": "workspace:1.0.0", "@pnpm/manifest-utils": "workspace:2.1.7", "@pnpm/matcher": "workspace:2.0.0", "@pnpm/outdated": "workspace:9.0.30", "@pnpm/package-store": "workspace:12.1.8", "@pnpm/parse-wanted-dependency": "workspace:2.0.0", - "@pnpm/plugin-commands-rebuild": "workspace:5.4.7", + "@pnpm/plugin-commands-rebuild": "workspace:5.4.8", "@pnpm/pnpmfile": "workspace:1.2.4", "@pnpm/read-project-manifest": "workspace:2.0.11", "@pnpm/resolver-base": "workspace:8.1.5", "@pnpm/semver-diff": "^1.0.2", "@pnpm/sort-packages": "workspace:2.1.7", - "@pnpm/store-connection-manager": "workspace:3.2.4", + "@pnpm/store-connection-manager": "workspace:3.2.5", "@pnpm/types": "workspace:7.9.0", "@yarnpkg/core": "3.2.0-rc.9", "@yarnpkg/lockfile": "^1.1.0", diff --git a/packages/plugin-commands-listing/CHANGELOG.md b/packages/plugin-commands-listing/CHANGELOG.md index 97da67ba62..757251be19 100644 --- a/packages/plugin-commands-listing/CHANGELOG.md +++ b/packages/plugin-commands-listing/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/plugin-commands-listing +## 4.1.8 + +### Patch Changes + +- Updated dependencies [b7566b979] + - @pnpm/config@13.12.0 + - @pnpm/cli-utils@0.6.47 + ## 4.1.7 ### Patch Changes diff --git a/packages/plugin-commands-listing/package.json b/packages/plugin-commands-listing/package.json index fc94edb3f7..3cda10c8d8 100644 --- a/packages/plugin-commands-listing/package.json +++ b/packages/plugin-commands-listing/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-listing", - "version": "4.1.7", + "version": "4.1.8", "description": "The list and why commands of pnpm", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -33,10 +33,10 @@ "homepage": "https://github.com/pnpm/pnpm/blob/main/packages/plugin-commands-listing#readme", "devDependencies": { "@pnpm/constants": "workspace:5.0.0", - "@pnpm/filter-workspace-packages": "workspace:4.4.18", + "@pnpm/filter-workspace-packages": "workspace:4.4.19", "@pnpm/logger": "^4.0.0", - "@pnpm/plugin-commands-installation": "workspace:8.3.2", - "@pnpm/plugin-commands-listing": "workspace:4.1.7", + "@pnpm/plugin-commands-installation": "workspace:8.3.3", + "@pnpm/plugin-commands-listing": "workspace:4.1.8", "@pnpm/prepare": "workspace:*", "@pnpm/registry-mock": "2.12.1", "@types/ramda": "0.27.39", @@ -45,9 +45,9 @@ "write-yaml-file": "^4.2.0" }, "dependencies": { - "@pnpm/cli-utils": "workspace:0.6.46", + "@pnpm/cli-utils": "workspace:0.6.47", "@pnpm/common-cli-options-help": "workspace:0.8.0", - "@pnpm/config": "workspace:13.11.0", + "@pnpm/config": "workspace:13.12.0", "@pnpm/error": "workspace:2.0.0", "@pnpm/list": "workspace:6.3.1", "@pnpm/types": "workspace:7.9.0", diff --git a/packages/plugin-commands-outdated/CHANGELOG.md b/packages/plugin-commands-outdated/CHANGELOG.md index 30a38e628b..29335c6fad 100644 --- a/packages/plugin-commands-outdated/CHANGELOG.md +++ b/packages/plugin-commands-outdated/CHANGELOG.md @@ -1,5 +1,13 @@ # @pnpm/plugin-commands-outdated +## 5.1.7 + +### Patch Changes + +- Updated dependencies [b7566b979] + - @pnpm/config@13.12.0 + - @pnpm/cli-utils@0.6.47 + ## 5.1.6 ### Patch Changes diff --git a/packages/plugin-commands-outdated/package.json b/packages/plugin-commands-outdated/package.json index 74fede143d..7550ff0995 100644 --- a/packages/plugin-commands-outdated/package.json +++ b/packages/plugin-commands-outdated/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-outdated", - "version": "5.1.6", + "version": "5.1.7", "description": "The outdated command of pnpm", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -34,9 +34,9 @@ "homepage": "https://github.com/pnpm/pnpm/blob/main/packages/plugin-commands-outdated#readme", "devDependencies": { "@pnpm/constants": "workspace:5.0.0", - "@pnpm/filter-workspace-packages": "workspace:4.4.18", - "@pnpm/plugin-commands-installation": "workspace:8.3.2", - "@pnpm/plugin-commands-outdated": "workspace:5.1.6", + "@pnpm/filter-workspace-packages": "workspace:4.4.19", + "@pnpm/plugin-commands-installation": "workspace:8.3.3", + "@pnpm/plugin-commands-outdated": "workspace:5.1.7", "@pnpm/prepare": "workspace:*", "@pnpm/registry-mock": "2.12.1", "@types/lru-cache": "^5.1.0", @@ -45,11 +45,11 @@ "@types/zkochan__table": "npm:@types/table@6.0.0" }, "dependencies": { - "@pnpm/cli-utils": "workspace:0.6.46", + "@pnpm/cli-utils": "workspace:0.6.47", "@pnpm/colorize-semver-diff": "^1.0.1", "@pnpm/command": "workspace:2.0.0", "@pnpm/common-cli-options-help": "workspace:0.8.0", - "@pnpm/config": "workspace:13.11.0", + "@pnpm/config": "workspace:13.12.0", "@pnpm/default-resolver": "workspace:14.0.10", "@pnpm/error": "workspace:2.0.0", "@pnpm/lockfile-file": "workspace:4.2.6", diff --git a/packages/plugin-commands-publishing/CHANGELOG.md b/packages/plugin-commands-publishing/CHANGELOG.md index 25ff25cf8f..ebe59b267a 100644 --- a/packages/plugin-commands-publishing/CHANGELOG.md +++ b/packages/plugin-commands-publishing/CHANGELOG.md @@ -1,5 +1,17 @@ # @pnpm/plugin-commands-publishing +## 4.4.0 + +### Minor Changes + +- b7566b979: embed-readme option was added + +### Patch Changes + +- Updated dependencies [b7566b979] + - @pnpm/config@13.12.0 + - @pnpm/cli-utils@0.6.47 + ## 4.3.5 ### Patch Changes diff --git a/packages/plugin-commands-publishing/package.json b/packages/plugin-commands-publishing/package.json index 7f53af744a..8f24efcdfe 100644 --- a/packages/plugin-commands-publishing/package.json +++ b/packages/plugin-commands-publishing/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-publishing", - "version": "4.3.5", + "version": "4.4.0", "description": "The pack and publish commands of pnpm", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -35,9 +35,9 @@ }, "homepage": "https://github.com/pnpm/pnpm/blob/main/packages/plugin-commands-publishing#readme", "devDependencies": { - "@pnpm/filter-workspace-packages": "workspace:4.4.18", + "@pnpm/filter-workspace-packages": "workspace:4.4.19", "@pnpm/logger": "^4.0.0", - "@pnpm/plugin-commands-publishing": "workspace:4.3.5", + "@pnpm/plugin-commands-publishing": "workspace:4.4.0", "@pnpm/prepare": "workspace:*", "@pnpm/registry-mock": "2.12.1", "@types/cross-spawn": "^6.0.2", @@ -56,9 +56,9 @@ "write-yaml-file": "^4.2.0" }, "dependencies": { - "@pnpm/cli-utils": "workspace:0.6.46", + "@pnpm/cli-utils": "workspace:0.6.47", "@pnpm/client": "workspace:6.1.1", - "@pnpm/config": "workspace:13.11.0", + "@pnpm/config": "workspace:13.12.0", "@pnpm/error": "workspace:2.0.0", "@pnpm/exportable-manifest": "workspace:2.2.4", "@pnpm/lifecycle": "workspace:12.1.4", diff --git a/packages/plugin-commands-rebuild/CHANGELOG.md b/packages/plugin-commands-rebuild/CHANGELOG.md index 8dca353154..1aa178069d 100644 --- a/packages/plugin-commands-rebuild/CHANGELOG.md +++ b/packages/plugin-commands-rebuild/CHANGELOG.md @@ -1,5 +1,15 @@ # @pnpm/plugin-commands-rebuild +## 5.4.8 + +### Patch Changes + +- Updated dependencies [b7566b979] + - @pnpm/config@13.12.0 + - @pnpm/cli-utils@0.6.47 + - @pnpm/store-connection-manager@3.2.5 + - @pnpm/find-workspace-packages@3.1.39 + ## 5.4.7 ### Patch Changes diff --git a/packages/plugin-commands-rebuild/package.json b/packages/plugin-commands-rebuild/package.json index bf576009a8..31b4f1ef93 100644 --- a/packages/plugin-commands-rebuild/package.json +++ b/packages/plugin-commands-rebuild/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-rebuild", - "version": "5.4.7", + "version": "5.4.8", "description": "Commands for rebuilding dependencies", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -33,9 +33,9 @@ }, "homepage": "https://github.com/pnpm/pnpm/blob/main/packages/plugin-commands-rebuild#readme", "devDependencies": { - "@pnpm/filter-workspace-packages": "workspace:4.4.18", + "@pnpm/filter-workspace-packages": "workspace:4.4.19", "@pnpm/logger": "^4.0.0", - "@pnpm/plugin-commands-rebuild": "workspace:5.4.7", + "@pnpm/plugin-commands-rebuild": "workspace:5.4.8", "@pnpm/prepare": "workspace:*", "@pnpm/registry-mock": "2.12.1", "@pnpm/test-fixtures": "workspace:*", @@ -48,12 +48,12 @@ "write-yaml-file": "^4.2.0" }, "dependencies": { - "@pnpm/cli-utils": "workspace:0.6.46", + "@pnpm/cli-utils": "workspace:0.6.47", "@pnpm/common-cli-options-help": "workspace:0.8.0", - "@pnpm/config": "workspace:13.11.0", + "@pnpm/config": "workspace:13.12.0", "@pnpm/constants": "workspace:5.0.0", "@pnpm/core-loggers": "workspace:6.1.3", - "@pnpm/find-workspace-packages": "workspace:3.1.38", + "@pnpm/find-workspace-packages": "workspace:3.1.39", "@pnpm/get-context": "workspace:5.3.6", "@pnpm/lifecycle": "workspace:12.1.4", "@pnpm/link-bins": "workspace:6.2.10", @@ -62,7 +62,7 @@ "@pnpm/modules-yaml": "workspace:9.1.0", "@pnpm/normalize-registries": "workspace:2.0.12", "@pnpm/sort-packages": "workspace:2.1.7", - "@pnpm/store-connection-manager": "workspace:3.2.4", + "@pnpm/store-connection-manager": "workspace:3.2.5", "@pnpm/store-controller-types": "workspace:11.0.11", "@pnpm/types": "workspace:7.9.0", "@zkochan/npm-package-arg": "^2.0.1", diff --git a/packages/plugin-commands-script-runners/CHANGELOG.md b/packages/plugin-commands-script-runners/CHANGELOG.md index f0e757c326..586d2566a6 100644 --- a/packages/plugin-commands-script-runners/CHANGELOG.md +++ b/packages/plugin-commands-script-runners/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/plugin-commands-script-runners +## 4.5.16 + +### Patch Changes + +- 9c0f7e69a: `pnpm exec` should look for the executed command in the `node_modules/.bin` directory that is relative to the current working directory. Only after that should it look for the executable in the workspace root. +- Updated dependencies [b7566b979] + - @pnpm/config@13.12.0 + - @pnpm/cli-utils@0.6.47 + ## 4.5.15 ### Patch Changes diff --git a/packages/plugin-commands-script-runners/package.json b/packages/plugin-commands-script-runners/package.json index 4cc285bd24..12f7c64ec9 100644 --- a/packages/plugin-commands-script-runners/package.json +++ b/packages/plugin-commands-script-runners/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-script-runners", - "version": "4.5.15", + "version": "4.5.16", "description": "Commands for running scripts", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -34,9 +34,9 @@ }, "homepage": "https://github.com/pnpm/pnpm/blob/main/packages/plugin-commands-script-runners#readme", "devDependencies": { - "@pnpm/filter-workspace-packages": "workspace:4.4.18", + "@pnpm/filter-workspace-packages": "workspace:4.4.19", "@pnpm/logger": "^4.0.0", - "@pnpm/plugin-commands-script-runners": "workspace:4.5.15", + "@pnpm/plugin-commands-script-runners": "workspace:4.5.16", "@pnpm/prepare": "workspace:*", "@pnpm/registry-mock": "2.12.1", "@types/ramda": "0.27.39", @@ -44,10 +44,10 @@ "write-yaml-file": "^4.2.0" }, "dependencies": { - "@pnpm/cli-utils": "workspace:0.6.46", + "@pnpm/cli-utils": "workspace:0.6.47", "@pnpm/command": "workspace:2.0.0", "@pnpm/common-cli-options-help": "workspace:0.8.0", - "@pnpm/config": "workspace:13.11.0", + "@pnpm/config": "workspace:13.12.0", "@pnpm/error": "workspace:2.0.0", "@pnpm/lifecycle": "workspace:12.1.4", "@pnpm/read-project-manifest": "workspace:2.0.11", diff --git a/packages/plugin-commands-server/CHANGELOG.md b/packages/plugin-commands-server/CHANGELOG.md index e72ebfd792..512d0a53d6 100644 --- a/packages/plugin-commands-server/CHANGELOG.md +++ b/packages/plugin-commands-server/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/plugin-commands-server +## 3.0.65 + +### Patch Changes + +- Updated dependencies [b7566b979] + - @pnpm/config@13.12.0 + - @pnpm/cli-utils@0.6.47 + - @pnpm/store-connection-manager@3.2.5 + ## 3.0.64 ### Patch Changes diff --git a/packages/plugin-commands-server/package.json b/packages/plugin-commands-server/package.json index 6c7f421c68..c43b821096 100644 --- a/packages/plugin-commands-server/package.json +++ b/packages/plugin-commands-server/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-server", - "version": "3.0.64", + "version": "3.0.65", "description": "Commands for controlling the store server", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -30,19 +30,19 @@ "homepage": "https://github.com/pnpm/pnpm/blob/main/packages/plugin-commands-server#readme", "devDependencies": { "@pnpm/logger": "^4.0.0", - "@pnpm/plugin-commands-server": "workspace:3.0.64", + "@pnpm/plugin-commands-server": "workspace:3.0.65", "@types/is-windows": "^1.0.0", "@types/ramda": "0.27.39", "@types/signal-exit": "^3.0.0" }, "dependencies": { "@pnpm/cli-meta": "workspace:2.0.1", - "@pnpm/cli-utils": "workspace:0.6.46", + "@pnpm/cli-utils": "workspace:0.6.47", "@pnpm/common-cli-options-help": "workspace:0.8.0", - "@pnpm/config": "workspace:13.11.0", + "@pnpm/config": "workspace:13.12.0", "@pnpm/error": "workspace:2.0.0", "@pnpm/server": "workspace:11.0.17", - "@pnpm/store-connection-manager": "workspace:3.2.4", + "@pnpm/store-connection-manager": "workspace:3.2.5", "@pnpm/store-path": "^5.0.0", "@zkochan/diable": "^1.0.2", "delay": "^5.0.0", diff --git a/packages/plugin-commands-setup/CHANGELOG.md b/packages/plugin-commands-setup/CHANGELOG.md index ba2d9ea32c..7bb794ef55 100644 --- a/packages/plugin-commands-setup/CHANGELOG.md +++ b/packages/plugin-commands-setup/CHANGELOG.md @@ -1,5 +1,11 @@ # @pnpm/plugin-commands-setup +## 1.1.32 + +### Patch Changes + +- @pnpm/cli-utils@0.6.47 + ## 1.1.31 ### Patch Changes diff --git a/packages/plugin-commands-setup/package.json b/packages/plugin-commands-setup/package.json index 6ca724cc32..a54ab43650 100644 --- a/packages/plugin-commands-setup/package.json +++ b/packages/plugin-commands-setup/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-setup", - "version": "1.1.31", + "version": "1.1.32", "description": "pnpm commands for setting up pnpm", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -30,7 +30,7 @@ }, "homepage": "https://github.com/pnpm/pnpm/blob/main/packages/plugin-commands-setup#readme", "dependencies": { - "@pnpm/cli-utils": "workspace:0.6.46", + "@pnpm/cli-utils": "workspace:0.6.47", "execa": "npm:safe-execa@^0.1.1", "render-help": "^1.0.1" }, @@ -40,7 +40,7 @@ }, "devDependencies": { "@pnpm/logger": "^4.0.0", - "@pnpm/plugin-commands-setup": "workspace:1.1.31", + "@pnpm/plugin-commands-setup": "workspace:1.1.32", "@pnpm/prepare": "workspace:*" } } diff --git a/packages/plugin-commands-store/CHANGELOG.md b/packages/plugin-commands-store/CHANGELOG.md index 8c3375a74b..9b775514c8 100644 --- a/packages/plugin-commands-store/CHANGELOG.md +++ b/packages/plugin-commands-store/CHANGELOG.md @@ -1,5 +1,14 @@ # @pnpm/plugin-commands-store +## 4.1.8 + +### Patch Changes + +- Updated dependencies [b7566b979] + - @pnpm/config@13.12.0 + - @pnpm/cli-utils@0.6.47 + - @pnpm/store-connection-manager@3.2.5 + ## 4.1.7 ### Patch Changes diff --git a/packages/plugin-commands-store/package.json b/packages/plugin-commands-store/package.json index a6bca321e2..724599578d 100644 --- a/packages/plugin-commands-store/package.json +++ b/packages/plugin-commands-store/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/plugin-commands-store", - "version": "4.1.7", + "version": "4.1.8", "description": "Commands for controlling the store", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -36,7 +36,7 @@ "@pnpm/assert-store": "workspace:*", "@pnpm/lockfile-file": "workspace:4.2.6", "@pnpm/logger": "^4.0.0", - "@pnpm/plugin-commands-store": "workspace:4.1.7", + "@pnpm/plugin-commands-store": "workspace:4.1.8", "@pnpm/prepare": "workspace:*", "@pnpm/registry-mock": "2.12.1", "@types/archy": "0.0.31", @@ -50,15 +50,15 @@ }, "dependencies": { "@pnpm/cafs": "workspace:3.0.13", - "@pnpm/cli-utils": "workspace:0.6.46", - "@pnpm/config": "workspace:13.11.0", + "@pnpm/cli-utils": "workspace:0.6.47", + "@pnpm/config": "workspace:13.12.0", "@pnpm/error": "workspace:2.0.0", "@pnpm/get-context": "workspace:5.3.6", "@pnpm/lockfile-utils": "workspace:3.2.0", "@pnpm/normalize-registries": "workspace:2.0.12", "@pnpm/parse-wanted-dependency": "workspace:2.0.0", "@pnpm/pick-registry-for-package": "workspace:2.0.10", - "@pnpm/store-connection-manager": "workspace:3.2.4", + "@pnpm/store-connection-manager": "workspace:3.2.5", "@pnpm/store-controller-types": "workspace:11.0.11", "@pnpm/store-path": "^5.0.0", "@pnpm/types": "workspace:7.9.0", diff --git a/packages/pnpm/CHANGELOG.md b/packages/pnpm/CHANGELOG.md index 2edd2fe6bd..a36add7a92 100644 --- a/packages/pnpm/CHANGELOG.md +++ b/packages/pnpm/CHANGELOG.md @@ -1,5 +1,15 @@ # pnpm +## 6.28.0 + +### Minor Changes + +- New option added: `embed-readme`. When `false`, `pnpm publish` doesn't save the readme file's content to `package.json` before publish [#4265](https://github.com/pnpm/pnpm/pull/4265). + +### Patch Changes + +- `pnpm exec` should look for the executed command in the `node_modules/.bin` directory that is relative to the current working directory. Only after that should it look for the executable in the workspace root. + ## 6.27.2 ### Patch Changes diff --git a/packages/pnpm/package.json b/packages/pnpm/package.json index 634bf79f0c..650d583a48 100644 --- a/packages/pnpm/package.json +++ b/packages/pnpm/package.json @@ -1,7 +1,7 @@ { "name": "pnpm", "description": "Fast, disk space efficient package manager", - "version": "6.27.2", + "version": "6.28.0", "bin": { "pnpm": "bin/pnpm.cjs", "pnpx": "bin/pnpx.cjs" @@ -22,35 +22,35 @@ "@pnpm/assert-project": "workspace:*", "@pnpm/byline": "^1.0.0", "@pnpm/cli-meta": "workspace:2.0.1", - "@pnpm/cli-utils": "workspace:0.6.46", + "@pnpm/cli-utils": "workspace:0.6.47", "@pnpm/client": "workspace:6.1.1", "@pnpm/command": "workspace:2.0.0", "@pnpm/common-cli-options-help": "workspace:0.8.0", - "@pnpm/config": "workspace:13.11.0", + "@pnpm/config": "workspace:13.12.0", "@pnpm/constants": "workspace:5.0.0", "@pnpm/core-loggers": "workspace:6.1.3", - "@pnpm/default-reporter": "workspace:8.5.9", + "@pnpm/default-reporter": "workspace:8.5.10", "@pnpm/file-reporter": "workspace:2.0.0", - "@pnpm/filter-workspace-packages": "workspace:4.4.18", + "@pnpm/filter-workspace-packages": "workspace:4.4.19", "@pnpm/find-workspace-dir": "workspace:3.0.1", - "@pnpm/find-workspace-packages": "workspace:3.1.38", + "@pnpm/find-workspace-packages": "workspace:3.1.39", "@pnpm/lockfile-types": "workspace:3.1.5", "@pnpm/logger": "^4.0.0", "@pnpm/modules-yaml": "workspace:9.1.0", "@pnpm/nopt": "^0.2.1", "@pnpm/parse-cli-args": "workspace:4.4.0", "@pnpm/pick-registry-for-package": "workspace:2.0.10", - "@pnpm/plugin-commands-audit": "workspace:5.1.38", - "@pnpm/plugin-commands-env": "workspace:1.4.8", - "@pnpm/plugin-commands-installation": "workspace:8.3.2", - "@pnpm/plugin-commands-listing": "workspace:4.1.7", - "@pnpm/plugin-commands-outdated": "workspace:5.1.6", - "@pnpm/plugin-commands-publishing": "workspace:4.3.5", - "@pnpm/plugin-commands-rebuild": "workspace:5.4.7", - "@pnpm/plugin-commands-script-runners": "workspace:4.5.15", - "@pnpm/plugin-commands-server": "workspace:3.0.64", - "@pnpm/plugin-commands-setup": "workspace:1.1.31", - "@pnpm/plugin-commands-store": "workspace:4.1.7", + "@pnpm/plugin-commands-audit": "workspace:5.1.39", + "@pnpm/plugin-commands-env": "workspace:1.4.9", + "@pnpm/plugin-commands-installation": "workspace:8.3.3", + "@pnpm/plugin-commands-listing": "workspace:4.1.8", + "@pnpm/plugin-commands-outdated": "workspace:5.1.7", + "@pnpm/plugin-commands-publishing": "workspace:4.4.0", + "@pnpm/plugin-commands-rebuild": "workspace:5.4.8", + "@pnpm/plugin-commands-script-runners": "workspace:4.5.16", + "@pnpm/plugin-commands-server": "workspace:3.0.65", + "@pnpm/plugin-commands-setup": "workspace:1.1.32", + "@pnpm/plugin-commands-store": "workspace:4.1.8", "@pnpm/prepare": "workspace:*", "@pnpm/read-package-json": "workspace:5.0.10", "@pnpm/read-project-manifest": "workspace:2.0.11", diff --git a/packages/store-connection-manager/CHANGELOG.md b/packages/store-connection-manager/CHANGELOG.md index 94645ee05d..ca2e6cdfe7 100644 --- a/packages/store-connection-manager/CHANGELOG.md +++ b/packages/store-connection-manager/CHANGELOG.md @@ -1,5 +1,12 @@ # @pnpm/store-connection-manager +## 3.2.5 + +### Patch Changes + +- Updated dependencies [b7566b979] + - @pnpm/config@13.12.0 + ## 3.2.4 ### Patch Changes diff --git a/packages/store-connection-manager/package.json b/packages/store-connection-manager/package.json index 489cd8167c..94d553d38f 100644 --- a/packages/store-connection-manager/package.json +++ b/packages/store-connection-manager/package.json @@ -1,6 +1,6 @@ { "name": "@pnpm/store-connection-manager", - "version": "3.2.4", + "version": "3.2.5", "description": "Create a direct pnpm store controller or connect to a running store server", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -30,12 +30,12 @@ "homepage": "https://github.com/pnpm/pnpm/blob/main/packages/store-connection-manager#readme", "devDependencies": { "@pnpm/logger": "^4.0.0", - "@pnpm/store-connection-manager": "workspace:3.2.4" + "@pnpm/store-connection-manager": "workspace:3.2.5" }, "dependencies": { "@pnpm/cli-meta": "workspace:2.0.1", "@pnpm/client": "workspace:6.1.1", - "@pnpm/config": "workspace:13.11.0", + "@pnpm/config": "workspace:13.12.0", "@pnpm/error": "workspace:2.0.0", "@pnpm/package-store": "workspace:12.1.8", "@pnpm/server": "workspace:11.0.17", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 50b6676fb0..fdf1ddba0e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -56,20 +56,20 @@ importers: rimraf: ^3.0.2 shx: ^0.3.4 syncpack: ^6.2.0 - ts-jest: 27.1.2 + ts-jest: 27.1.3 ts-node: ^10.4.0 - typescript: 4.5.4 - verdaccio: 5.4.0 + typescript: 4.5.5 + verdaccio: 5.5.0 devDependencies: - '@babel/core': 7.16.7 - '@babel/plugin-proposal-dynamic-import': 7.16.7_@babel+core@7.16.7 - '@babel/plugin-transform-modules-commonjs': 7.16.8_@babel+core@7.16.7 - '@babel/preset-typescript': 7.16.7_@babel+core@7.16.7 + '@babel/core': 7.16.12 + '@babel/plugin-proposal-dynamic-import': 7.16.7_@babel+core@7.16.12 + '@babel/plugin-transform-modules-commonjs': 7.16.8_@babel+core@7.16.12 + '@babel/preset-typescript': 7.16.7_@babel+core@7.16.12 '@babel/types': 7.16.8 '@changesets/cli': 2.19.0 - '@commitlint/cli': 16.0.2_@types+node@14.18.9 + '@commitlint/cli': 16.1.0_@types+node@14.18.9 '@commitlint/config-conventional': 16.0.0 - '@commitlint/prompt-cli': 16.0.0_@types+node@14.18.9 + '@commitlint/prompt-cli': 16.1.0_@types+node@14.18.9 '@pnpm/eslint-config': link:utils/eslint-config '@pnpm/meta-updater': 0.0.6 '@pnpm/registry-mock': 2.12.1 @@ -87,10 +87,10 @@ importers: rimraf: 3.0.2 shx: 0.3.4 syncpack: 6.2.0 - ts-jest: 27.1.2_dd7c91bd6ff034fee50a8c495c77e31c - ts-node: 10.4.0_a19b13fd6103b93ffb171990ccc3ad12 - typescript: 4.5.4 - verdaccio: 5.4.0 + ts-jest: 27.1.3_faa56729211de360ba57367934fa686e + ts-node: 10.4.0_c7aa03196a4d62e8dc844e3ce73ee619 + typescript: 4.5.5 + verdaccio: 5.5.0 .meta-updater: specifiers: @@ -117,31 +117,31 @@ importers: packages/artifacts/linux-arm64: specifiers: - '@pnpm/linux-arm64': workspace:6.27.2 + '@pnpm/linux-arm64': workspace:6.28.0 devDependencies: '@pnpm/linux-arm64': 'link:' packages/artifacts/linux-x64: specifiers: - '@pnpm/linux-x64': workspace:6.27.2 + '@pnpm/linux-x64': workspace:6.28.0 devDependencies: '@pnpm/linux-x64': 'link:' packages/artifacts/macos-arm64: specifiers: - '@pnpm/macos-arm64': workspace:6.27.2 + '@pnpm/macos-arm64': workspace:6.28.0 devDependencies: '@pnpm/macos-arm64': 'link:' packages/artifacts/macos-x64: specifiers: - '@pnpm/macos-x64': workspace:6.27.2 + '@pnpm/macos-x64': workspace:6.28.0 devDependencies: '@pnpm/macos-x64': 'link:' packages/artifacts/win-x64: specifiers: - '@pnpm/win-x64': workspace:6.27.2 + '@pnpm/win-x64': workspace:6.28.0 devDependencies: '@pnpm/win-x64': 'link:' @@ -269,9 +269,9 @@ importers: packages/cli-utils: specifiers: '@pnpm/cli-meta': workspace:2.0.1 - '@pnpm/cli-utils': workspace:0.6.46 - '@pnpm/config': workspace:13.11.0 - '@pnpm/default-reporter': workspace:8.5.9 + '@pnpm/cli-utils': workspace:0.6.47 + '@pnpm/config': workspace:13.12.0 + '@pnpm/default-reporter': workspace:8.5.10 '@pnpm/error': workspace:2.0.0 '@pnpm/logger': ^4.0.0 '@pnpm/manifest-utils': workspace:2.1.7 @@ -338,7 +338,7 @@ importers: packages/config: specifiers: - '@pnpm/config': workspace:13.11.0 + '@pnpm/config': workspace:13.12.0 '@pnpm/constants': workspace:5.0.0 '@pnpm/error': workspace:2.0.0 '@pnpm/global-bin-dir': workspace:3.0.0 @@ -392,17 +392,17 @@ importers: '@pnpm/calc-dep-state': workspace:1.0.0 '@pnpm/client': workspace:6.1.1 '@pnpm/constants': workspace:5.0.0 - '@pnpm/core': workspace:2.5.0 + '@pnpm/core': workspace:2.5.1 '@pnpm/core-loggers': workspace:6.1.3 '@pnpm/error': workspace:2.0.0 '@pnpm/filter-lockfile': workspace:5.0.17 '@pnpm/get-context': workspace:5.3.6 - '@pnpm/headless': workspace:17.2.0 + '@pnpm/headless': workspace:17.2.1 '@pnpm/hoist': workspace:5.2.13 '@pnpm/lifecycle': workspace:12.1.4 '@pnpm/link-bins': workspace:6.2.10 '@pnpm/lockfile-file': workspace:4.2.6 - '@pnpm/lockfile-to-pnp': workspace:0.4.43 + '@pnpm/lockfile-to-pnp': workspace:0.4.44 '@pnpm/lockfile-utils': workspace:3.2.0 '@pnpm/lockfile-walker': workspace:4.0.14 '@pnpm/logger': ^4.0.0 @@ -533,7 +533,7 @@ importers: '@types/normalize-path': 3.0.0 '@types/ramda': 0.27.39 '@types/semver': 7.3.9 - '@types/sinon': 10.0.6 + '@types/sinon': 10.0.8 deep-require-cwd: 1.0.0 execa: /safe-execa/0.1.1 exists-link: 2.0.0 @@ -561,9 +561,9 @@ importers: packages/default-reporter: specifiers: - '@pnpm/config': workspace:13.11.0 + '@pnpm/config': workspace:13.12.0 '@pnpm/core-loggers': workspace:6.1.3 - '@pnpm/default-reporter': workspace:8.5.9 + '@pnpm/default-reporter': workspace:8.5.10 '@pnpm/error': workspace:2.0.0 '@pnpm/logger': ^4.0.0 '@pnpm/render-peer-issues': workspace:1.1.1 @@ -720,12 +720,12 @@ importers: packages/exe: specifiers: - '@pnpm/exe': workspace:6.27.2 - '@pnpm/linux-arm64': workspace:6.27.2 - '@pnpm/linux-x64': workspace:6.27.2 - '@pnpm/macos-arm64': workspace:6.27.2 - '@pnpm/macos-x64': workspace:6.27.2 - '@pnpm/win-x64': workspace:6.27.2 + '@pnpm/exe': workspace:6.28.0 + '@pnpm/linux-arm64': workspace:6.28.0 + '@pnpm/linux-x64': workspace:6.28.0 + '@pnpm/macos-arm64': workspace:6.28.0 + '@pnpm/macos-x64': workspace:6.28.0 + '@pnpm/win-x64': workspace:6.28.0 '@zkochan/pkg': 0.0.0-2 execa: npm:safe-execa@^0.1.1 optionalDependencies: @@ -856,8 +856,8 @@ importers: packages/filter-workspace-packages: specifiers: '@pnpm/error': workspace:2.0.0 - '@pnpm/filter-workspace-packages': workspace:4.4.18 - '@pnpm/find-workspace-packages': workspace:3.1.38 + '@pnpm/filter-workspace-packages': workspace:4.4.19 + '@pnpm/find-workspace-packages': workspace:3.1.39 '@pnpm/matcher': workspace:2.0.0 '@types/is-ci': ^3.0.0 '@types/is-windows': ^1.0.0 @@ -924,9 +924,9 @@ importers: packages/find-workspace-packages: specifiers: - '@pnpm/cli-utils': workspace:0.6.46 + '@pnpm/cli-utils': workspace:0.6.47 '@pnpm/constants': workspace:5.0.0 - '@pnpm/find-workspace-packages': workspace:3.1.38 + '@pnpm/find-workspace-packages': workspace:3.1.39 '@pnpm/types': workspace:7.9.0 find-packages: workspace:8.0.11 read-yaml-file: ^2.1.0 @@ -1058,12 +1058,12 @@ importers: '@pnpm/core-loggers': workspace:6.1.3 '@pnpm/error': workspace:2.0.0 '@pnpm/filter-lockfile': workspace:5.0.17 - '@pnpm/headless': workspace:17.2.0 + '@pnpm/headless': workspace:17.2.1 '@pnpm/hoist': workspace:5.2.13 '@pnpm/lifecycle': workspace:12.1.4 '@pnpm/link-bins': workspace:6.2.10 '@pnpm/lockfile-file': workspace:4.2.6 - '@pnpm/lockfile-to-pnp': workspace:0.4.43 + '@pnpm/lockfile-to-pnp': workspace:0.4.44 '@pnpm/lockfile-utils': workspace:3.2.0 '@pnpm/logger': ^4.0.0 '@pnpm/modules-cleaner': workspace:11.0.21 @@ -1143,7 +1143,7 @@ importers: '@types/fs-extra': 9.0.13 '@types/ramda': 0.27.39 '@types/rimraf': 3.0.2 - '@types/sinon': 10.0.6 + '@types/sinon': 10.0.8 isexe: 2.0.0 load-json-file: 6.2.0 npm-run-all: 4.1.5 @@ -1385,9 +1385,9 @@ importers: packages/lockfile-to-pnp: specifiers: - '@pnpm/config': workspace:13.11.0 + '@pnpm/config': workspace:13.12.0 '@pnpm/lockfile-file': workspace:4.2.6 - '@pnpm/lockfile-to-pnp': workspace:0.4.43 + '@pnpm/lockfile-to-pnp': workspace:0.4.44 '@pnpm/lockfile-utils': workspace:3.2.0 '@pnpm/logger': ^4.0.0 '@pnpm/read-project-manifest': workspace:2.0.11 @@ -2007,12 +2007,12 @@ importers: packages/plugin-commands-audit: specifiers: '@pnpm/audit': workspace:2.2.5 - '@pnpm/cli-utils': workspace:0.6.46 - '@pnpm/config': workspace:13.11.0 + '@pnpm/cli-utils': workspace:0.6.47 + '@pnpm/config': workspace:13.12.0 '@pnpm/constants': workspace:5.0.0 '@pnpm/error': workspace:2.0.0 '@pnpm/lockfile-file': workspace:4.2.6 - '@pnpm/plugin-commands-audit': workspace:5.1.38 + '@pnpm/plugin-commands-audit': workspace:5.1.39 '@pnpm/read-project-manifest': workspace:2.0.11 '@pnpm/test-fixtures': workspace:* '@pnpm/types': workspace:7.9.0 @@ -2051,13 +2051,13 @@ importers: packages/plugin-commands-env: specifiers: - '@pnpm/cli-utils': workspace:0.6.46 - '@pnpm/config': workspace:13.11.0 + '@pnpm/cli-utils': workspace:0.6.47 + '@pnpm/config': workspace:13.12.0 '@pnpm/error': workspace:2.0.0 '@pnpm/fetch': workspace:4.2.4 '@pnpm/fetcher-base': workspace:11.1.5 '@pnpm/package-store': workspace:12.1.8 - '@pnpm/plugin-commands-env': workspace:1.4.8 + '@pnpm/plugin-commands-env': workspace:1.4.9 '@pnpm/prepare': workspace:* '@pnpm/store-path': ^5.0.0 '@pnpm/tarball-fetcher': workspace:9.3.15 @@ -2105,17 +2105,17 @@ importers: packages/plugin-commands-installation: specifiers: '@pnpm/assert-project': workspace:* - '@pnpm/cli-utils': workspace:0.6.46 + '@pnpm/cli-utils': workspace:0.6.47 '@pnpm/colorize-semver-diff': ^1.0.1 '@pnpm/command': workspace:2.0.0 '@pnpm/common-cli-options-help': workspace:0.8.0 - '@pnpm/config': workspace:13.11.0 + '@pnpm/config': workspace:13.12.0 '@pnpm/constants': workspace:5.0.0 - '@pnpm/core': workspace:2.5.0 + '@pnpm/core': workspace:2.5.1 '@pnpm/error': workspace:2.0.0 - '@pnpm/filter-workspace-packages': workspace:4.4.18 + '@pnpm/filter-workspace-packages': workspace:4.4.19 '@pnpm/find-workspace-dir': workspace:3.0.1 - '@pnpm/find-workspace-packages': workspace:3.1.38 + '@pnpm/find-workspace-packages': workspace:3.1.39 '@pnpm/graceful-fs': workspace:1.0.0 '@pnpm/lockfile-types': workspace:3.1.5 '@pnpm/logger': ^4.0.0 @@ -2125,8 +2125,8 @@ importers: '@pnpm/outdated': workspace:9.0.30 '@pnpm/package-store': workspace:12.1.8 '@pnpm/parse-wanted-dependency': workspace:2.0.0 - '@pnpm/plugin-commands-installation': workspace:8.3.2 - '@pnpm/plugin-commands-rebuild': workspace:5.4.7 + '@pnpm/plugin-commands-installation': workspace:8.3.3 + '@pnpm/plugin-commands-rebuild': workspace:5.4.8 '@pnpm/pnpmfile': workspace:1.2.4 '@pnpm/prepare': workspace:* '@pnpm/read-project-manifest': workspace:2.0.11 @@ -2134,7 +2134,7 @@ importers: '@pnpm/resolver-base': workspace:8.1.5 '@pnpm/semver-diff': ^1.0.2 '@pnpm/sort-packages': workspace:2.1.7 - '@pnpm/store-connection-manager': workspace:3.2.4 + '@pnpm/store-connection-manager': workspace:3.2.5 '@pnpm/test-fixtures': workspace:* '@pnpm/types': workspace:7.9.0 '@types/is-ci': ^3.0.0 @@ -2231,7 +2231,7 @@ importers: '@types/is-ci': 3.0.0 '@types/proxyquire': 1.3.28 '@types/ramda': 0.27.39 - '@types/sinon': 10.0.6 + '@types/sinon': 10.0.8 '@types/yarnpkg__lockfile': 1.1.5 '@types/zkochan__table': /@types/table/6.0.0 path-name: 1.0.0 @@ -2245,16 +2245,16 @@ importers: packages/plugin-commands-listing: specifiers: - '@pnpm/cli-utils': workspace:0.6.46 + '@pnpm/cli-utils': workspace:0.6.47 '@pnpm/common-cli-options-help': workspace:0.8.0 - '@pnpm/config': workspace:13.11.0 + '@pnpm/config': workspace:13.12.0 '@pnpm/constants': workspace:5.0.0 '@pnpm/error': workspace:2.0.0 - '@pnpm/filter-workspace-packages': workspace:4.4.18 + '@pnpm/filter-workspace-packages': workspace:4.4.19 '@pnpm/list': workspace:6.3.1 '@pnpm/logger': ^4.0.0 - '@pnpm/plugin-commands-installation': workspace:8.3.2 - '@pnpm/plugin-commands-listing': workspace:4.1.7 + '@pnpm/plugin-commands-installation': workspace:8.3.3 + '@pnpm/plugin-commands-listing': workspace:4.1.8 '@pnpm/prepare': workspace:* '@pnpm/registry-mock': 2.12.1 '@pnpm/types': workspace:7.9.0 @@ -2288,21 +2288,21 @@ importers: packages/plugin-commands-outdated: specifiers: - '@pnpm/cli-utils': workspace:0.6.46 + '@pnpm/cli-utils': workspace:0.6.47 '@pnpm/colorize-semver-diff': ^1.0.1 '@pnpm/command': workspace:2.0.0 '@pnpm/common-cli-options-help': workspace:0.8.0 - '@pnpm/config': workspace:13.11.0 + '@pnpm/config': workspace:13.12.0 '@pnpm/constants': workspace:5.0.0 '@pnpm/default-resolver': workspace:14.0.10 '@pnpm/error': workspace:2.0.0 - '@pnpm/filter-workspace-packages': workspace:4.4.18 + '@pnpm/filter-workspace-packages': workspace:4.4.19 '@pnpm/lockfile-file': workspace:4.2.6 '@pnpm/matcher': workspace:2.0.0 '@pnpm/modules-yaml': workspace:9.1.0 '@pnpm/outdated': workspace:9.0.30 - '@pnpm/plugin-commands-installation': workspace:8.3.2 - '@pnpm/plugin-commands-outdated': workspace:5.1.6 + '@pnpm/plugin-commands-installation': workspace:8.3.3 + '@pnpm/plugin-commands-outdated': workspace:5.1.7 '@pnpm/prepare': workspace:* '@pnpm/registry-mock': 2.12.1 '@pnpm/semver-diff': ^1.0.2 @@ -2355,17 +2355,17 @@ importers: packages/plugin-commands-publishing: specifiers: - '@pnpm/cli-utils': workspace:0.6.46 + '@pnpm/cli-utils': workspace:0.6.47 '@pnpm/client': workspace:6.1.1 - '@pnpm/config': workspace:13.11.0 + '@pnpm/config': workspace:13.12.0 '@pnpm/error': workspace:2.0.0 '@pnpm/exportable-manifest': workspace:2.2.4 - '@pnpm/filter-workspace-packages': workspace:4.4.18 + '@pnpm/filter-workspace-packages': workspace:4.4.19 '@pnpm/lifecycle': workspace:12.1.4 '@pnpm/logger': ^4.0.0 '@pnpm/package-bins': workspace:5.0.11 '@pnpm/pick-registry-for-package': workspace:2.0.10 - '@pnpm/plugin-commands-publishing': workspace:4.3.5 + '@pnpm/plugin-commands-publishing': workspace:4.4.0 '@pnpm/prepare': workspace:* '@pnpm/registry-mock': 2.12.1 '@pnpm/resolver-base': workspace:8.1.5 @@ -2431,7 +2431,7 @@ importers: '@types/npm-packlist': 1.1.2 '@types/proxyquire': 1.3.28 '@types/ramda': 0.27.39 - '@types/sinon': 10.0.6 + '@types/sinon': 10.0.8 '@types/tar': 4.0.5 cross-spawn: 7.0.3 is-ci: 3.0.1 @@ -2444,13 +2444,13 @@ importers: packages/plugin-commands-rebuild: specifiers: - '@pnpm/cli-utils': workspace:0.6.46 + '@pnpm/cli-utils': workspace:0.6.47 '@pnpm/common-cli-options-help': workspace:0.8.0 - '@pnpm/config': workspace:13.11.0 + '@pnpm/config': workspace:13.12.0 '@pnpm/constants': workspace:5.0.0 '@pnpm/core-loggers': workspace:6.1.3 - '@pnpm/filter-workspace-packages': workspace:4.4.18 - '@pnpm/find-workspace-packages': workspace:3.1.38 + '@pnpm/filter-workspace-packages': workspace:4.4.19 + '@pnpm/find-workspace-packages': workspace:3.1.39 '@pnpm/get-context': workspace:5.3.6 '@pnpm/lifecycle': workspace:12.1.4 '@pnpm/link-bins': workspace:6.2.10 @@ -2459,11 +2459,11 @@ importers: '@pnpm/logger': ^4.0.0 '@pnpm/modules-yaml': workspace:9.1.0 '@pnpm/normalize-registries': workspace:2.0.12 - '@pnpm/plugin-commands-rebuild': workspace:5.4.7 + '@pnpm/plugin-commands-rebuild': workspace:5.4.8 '@pnpm/prepare': workspace:* '@pnpm/registry-mock': 2.12.1 '@pnpm/sort-packages': workspace:2.1.7 - '@pnpm/store-connection-manager': workspace:3.2.4 + '@pnpm/store-connection-manager': workspace:3.2.5 '@pnpm/store-controller-types': workspace:11.0.11 '@pnpm/test-fixtures': workspace:* '@pnpm/types': workspace:7.9.0 @@ -2525,7 +2525,7 @@ importers: '@pnpm/test-fixtures': link:../../privatePackages/test-fixtures '@types/ramda': 0.27.39 '@types/semver': 7.3.9 - '@types/sinon': 10.0.6 + '@types/sinon': 10.0.8 execa: /safe-execa/0.1.1 path-exists: 4.0.0 sinon: 11.1.2 @@ -2533,15 +2533,15 @@ importers: packages/plugin-commands-script-runners: specifiers: - '@pnpm/cli-utils': workspace:0.6.46 + '@pnpm/cli-utils': workspace:0.6.47 '@pnpm/command': workspace:2.0.0 '@pnpm/common-cli-options-help': workspace:0.8.0 - '@pnpm/config': workspace:13.11.0 + '@pnpm/config': workspace:13.12.0 '@pnpm/error': workspace:2.0.0 - '@pnpm/filter-workspace-packages': workspace:4.4.18 + '@pnpm/filter-workspace-packages': workspace:4.4.19 '@pnpm/lifecycle': workspace:12.1.4 '@pnpm/logger': ^4.0.0 - '@pnpm/plugin-commands-script-runners': workspace:4.5.15 + '@pnpm/plugin-commands-script-runners': workspace:4.5.16 '@pnpm/prepare': workspace:* '@pnpm/read-project-manifest': workspace:2.0.11 '@pnpm/registry-mock': 2.12.1 @@ -2591,14 +2591,14 @@ importers: packages/plugin-commands-server: specifiers: '@pnpm/cli-meta': workspace:2.0.1 - '@pnpm/cli-utils': workspace:0.6.46 + '@pnpm/cli-utils': workspace:0.6.47 '@pnpm/common-cli-options-help': workspace:0.8.0 - '@pnpm/config': workspace:13.11.0 + '@pnpm/config': workspace:13.12.0 '@pnpm/error': workspace:2.0.0 '@pnpm/logger': ^4.0.0 - '@pnpm/plugin-commands-server': workspace:3.0.64 + '@pnpm/plugin-commands-server': workspace:3.0.65 '@pnpm/server': workspace:11.0.17 - '@pnpm/store-connection-manager': workspace:3.2.4 + '@pnpm/store-connection-manager': workspace:3.2.5 '@pnpm/store-path': ^5.0.0 '@types/is-windows': ^1.0.0 '@types/ramda': 0.27.39 @@ -2639,9 +2639,9 @@ importers: packages/plugin-commands-setup: specifiers: - '@pnpm/cli-utils': workspace:0.6.46 + '@pnpm/cli-utils': workspace:0.6.47 '@pnpm/logger': ^4.0.0 - '@pnpm/plugin-commands-setup': workspace:1.1.31 + '@pnpm/plugin-commands-setup': workspace:1.1.32 '@pnpm/prepare': workspace:* execa: npm:safe-execa@^0.1.1 render-help: ^1.0.1 @@ -2658,8 +2658,8 @@ importers: specifiers: '@pnpm/assert-store': workspace:* '@pnpm/cafs': workspace:3.0.13 - '@pnpm/cli-utils': workspace:0.6.46 - '@pnpm/config': workspace:13.11.0 + '@pnpm/cli-utils': workspace:0.6.47 + '@pnpm/config': workspace:13.12.0 '@pnpm/error': workspace:2.0.0 '@pnpm/get-context': workspace:5.3.6 '@pnpm/lockfile-file': workspace:4.2.6 @@ -2668,10 +2668,10 @@ importers: '@pnpm/normalize-registries': workspace:2.0.12 '@pnpm/parse-wanted-dependency': workspace:2.0.0 '@pnpm/pick-registry-for-package': workspace:2.0.10 - '@pnpm/plugin-commands-store': workspace:4.1.7 + '@pnpm/plugin-commands-store': workspace:4.1.8 '@pnpm/prepare': workspace:* '@pnpm/registry-mock': 2.12.1 - '@pnpm/store-connection-manager': workspace:3.2.4 + '@pnpm/store-connection-manager': workspace:3.2.5 '@pnpm/store-controller-types': workspace:11.0.11 '@pnpm/store-path': ^5.0.0 '@pnpm/types': workspace:7.9.0 @@ -2732,35 +2732,35 @@ importers: '@pnpm/assert-project': workspace:* '@pnpm/byline': ^1.0.0 '@pnpm/cli-meta': workspace:2.0.1 - '@pnpm/cli-utils': workspace:0.6.46 + '@pnpm/cli-utils': workspace:0.6.47 '@pnpm/client': workspace:6.1.1 '@pnpm/command': workspace:2.0.0 '@pnpm/common-cli-options-help': workspace:0.8.0 - '@pnpm/config': workspace:13.11.0 + '@pnpm/config': workspace:13.12.0 '@pnpm/constants': workspace:5.0.0 '@pnpm/core-loggers': workspace:6.1.3 - '@pnpm/default-reporter': workspace:8.5.9 + '@pnpm/default-reporter': workspace:8.5.10 '@pnpm/file-reporter': workspace:2.0.0 - '@pnpm/filter-workspace-packages': workspace:4.4.18 + '@pnpm/filter-workspace-packages': workspace:4.4.19 '@pnpm/find-workspace-dir': workspace:3.0.1 - '@pnpm/find-workspace-packages': workspace:3.1.38 + '@pnpm/find-workspace-packages': workspace:3.1.39 '@pnpm/lockfile-types': workspace:3.1.5 '@pnpm/logger': ^4.0.0 '@pnpm/modules-yaml': workspace:9.1.0 '@pnpm/nopt': ^0.2.1 '@pnpm/parse-cli-args': workspace:4.4.0 '@pnpm/pick-registry-for-package': workspace:2.0.10 - '@pnpm/plugin-commands-audit': workspace:5.1.38 - '@pnpm/plugin-commands-env': workspace:1.4.8 - '@pnpm/plugin-commands-installation': workspace:8.3.2 - '@pnpm/plugin-commands-listing': workspace:4.1.7 - '@pnpm/plugin-commands-outdated': workspace:5.1.6 - '@pnpm/plugin-commands-publishing': workspace:4.3.5 - '@pnpm/plugin-commands-rebuild': workspace:5.4.7 - '@pnpm/plugin-commands-script-runners': workspace:4.5.15 - '@pnpm/plugin-commands-server': workspace:3.0.64 - '@pnpm/plugin-commands-setup': workspace:1.1.31 - '@pnpm/plugin-commands-store': workspace:4.1.7 + '@pnpm/plugin-commands-audit': workspace:5.1.39 + '@pnpm/plugin-commands-env': workspace:1.4.9 + '@pnpm/plugin-commands-installation': workspace:8.3.3 + '@pnpm/plugin-commands-listing': workspace:4.1.8 + '@pnpm/plugin-commands-outdated': workspace:5.1.7 + '@pnpm/plugin-commands-publishing': workspace:4.4.0 + '@pnpm/plugin-commands-rebuild': workspace:5.4.8 + '@pnpm/plugin-commands-script-runners': workspace:4.5.16 + '@pnpm/plugin-commands-server': workspace:3.0.65 + '@pnpm/plugin-commands-setup': workspace:1.1.32 + '@pnpm/plugin-commands-store': workspace:4.1.8 '@pnpm/prepare': workspace:* '@pnpm/read-package-json': workspace:5.0.10 '@pnpm/read-project-manifest': workspace:2.0.11 @@ -2873,7 +2873,7 @@ importers: deep-require-cwd: 1.0.0 delay: 5.0.0 dir-is-case-sensitive: 2.0.0 - esbuild: 0.14.11 + esbuild: 0.14.13 execa: /safe-execa/0.1.1 exists-link: 2.0.0 is-ci: 3.0.1 @@ -3262,12 +3262,12 @@ importers: specifiers: '@pnpm/cli-meta': workspace:2.0.1 '@pnpm/client': workspace:6.1.1 - '@pnpm/config': workspace:13.11.0 + '@pnpm/config': workspace:13.12.0 '@pnpm/error': workspace:2.0.0 '@pnpm/logger': ^4.0.0 '@pnpm/package-store': workspace:12.1.8 '@pnpm/server': workspace:11.0.17 - '@pnpm/store-connection-manager': workspace:3.2.4 + '@pnpm/store-connection-manager': workspace:3.2.5 '@pnpm/store-path': ^5.0.0 '@zkochan/diable': ^1.0.2 delay: ^5.0.0 @@ -3508,9 +3508,9 @@ importers: eslint-plugin-node: ^11.1.0 eslint-plugin-promise: ^5.0.0 dependencies: - '@typescript-eslint/eslint-plugin': 5.10.0_3b6b276e93ead7cf6063f183a5e18d1f - '@typescript-eslint/parser': 5.10.0_eslint@8.7.0+typescript@4.5.4 - eslint-config-standard-with-typescript: 21.0.1_7a569f8fdfece9776f5138743ddf9d19 + '@typescript-eslint/eslint-plugin': 5.10.0_706fb07ce74b1db611f19a02ad2ce784 + '@typescript-eslint/parser': 5.10.0_eslint@8.7.0+typescript@4.5.5 + eslint-config-standard-with-typescript: 21.0.1_1fb320be09c5af1e3bc1c9919f0c3cb1 eslint-plugin-import: 2.25.4_eslint@8.7.0 eslint-plugin-node: 11.1.0_eslint@8.7.0 eslint-plugin-promise: 5.2.0_eslint@8.7.0 @@ -3548,7 +3548,7 @@ importers: '@babel/register': ^7.13.16 '@pnpm/ts-execution-runtime': workspace:* devDependencies: - '@babel/register': 7.16.9_@babel+core@7.16.7 + '@babel/register': 7.16.9_@babel+core@7.16.12 '@pnpm/ts-execution-runtime': 'link:' utils/tsconfig: @@ -3569,25 +3569,25 @@ packages: resolution: {integrity: sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/highlight': 7.16.7 + '@babel/highlight': 7.16.10 /@babel/compat-data/7.16.8: resolution: {integrity: sha512-m7OkX0IdKLKPpBlJtF561YJal5y/jyI5fNfWbPxh2D/nbzzGI4qRyrD8xO2jB24u7l+5I2a43scCG2IrfjC50Q==} engines: {node: '>=6.9.0'} dev: true - /@babel/core/7.16.7: - resolution: {integrity: sha512-aeLaqcqThRNZYmbMqtulsetOQZ/5gbR/dWruUCJcpas4Qoyy+QeagfDsPdMrqwsPRDNxJvBlRiZxxX7THO7qtA==} + /@babel/core/7.16.12: + resolution: {integrity: sha512-dK5PtG1uiN2ikk++5OzSYsitZKny4wOCD0nrO4TqnW4BVBTQ2NGS3NgilvT/TEyxTST7LNyWV/T4tXDoD3fOgg==} engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.16.7 '@babel/generator': 7.16.8 - '@babel/helper-compilation-targets': 7.16.7_@babel+core@7.16.7 + '@babel/helper-compilation-targets': 7.16.7_@babel+core@7.16.12 '@babel/helper-module-transforms': 7.16.7 '@babel/helpers': 7.16.7 - '@babel/parser': 7.16.8_@babel+types@7.16.8 + '@babel/parser': 7.16.12_@babel+types@7.16.8 '@babel/template': 7.16.7 - '@babel/traverse': 7.16.8 + '@babel/traverse': 7.16.10 '@babel/types': 7.16.8 convert-source-map: 1.8.0 debug: 4.3.3 @@ -3615,26 +3615,26 @@ packages: '@babel/types': 7.16.8 dev: true - /@babel/helper-compilation-targets/7.16.7_@babel+core@7.16.7: + /@babel/helper-compilation-targets/7.16.7_@babel+core@7.16.12: resolution: {integrity: sha512-mGojBwIWcwGD6rfqgRXVlVYmPAv7eOpIemUG3dGnDdCY4Pae70ROij3XmfrH6Fa1h1aiDylpglbZyktfzyo/hA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: '@babel/compat-data': 7.16.8 - '@babel/core': 7.16.7 + '@babel/core': 7.16.12 '@babel/helper-validator-option': 7.16.7 browserslist: 4.19.1 semver: 6.3.0 dev: true - /@babel/helper-create-class-features-plugin/7.16.7_@babel+core@7.16.7: - resolution: {integrity: sha512-kIFozAvVfK05DM4EVQYKK+zteWvY85BFdGBRQBytRyY3y+6PX0DkDOn/CZ3lEuczCfrCxEzwt0YtP/87YPTWSw==} + /@babel/helper-create-class-features-plugin/7.16.10_@babel+core@7.16.12: + resolution: {integrity: sha512-wDeej0pu3WN/ffTxMNCPW5UCiOav8IcLRxSIyp/9+IF2xJUM9h/OYjg0IJLHaL6F8oU8kqMz9nc1vryXhMsgXg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.12 '@babel/helper-annotate-as-pure': 7.16.7 '@babel/helper-environment-visitor': 7.16.7 '@babel/helper-function-name': 7.16.7 @@ -3700,7 +3700,7 @@ packages: '@babel/helper-split-export-declaration': 7.16.7 '@babel/helper-validator-identifier': 7.16.7 '@babel/template': 7.16.7 - '@babel/traverse': 7.16.8 + '@babel/traverse': 7.16.10 '@babel/types': 7.16.8 transitivePeerDependencies: - supports-color @@ -3725,7 +3725,7 @@ packages: '@babel/helper-environment-visitor': 7.16.7 '@babel/helper-member-expression-to-functions': 7.16.7 '@babel/helper-optimise-call-expression': 7.16.7 - '@babel/traverse': 7.16.8 + '@babel/traverse': 7.16.10 '@babel/types': 7.16.8 transitivePeerDependencies: - supports-color @@ -3759,14 +3759,14 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/template': 7.16.7 - '@babel/traverse': 7.16.8 + '@babel/traverse': 7.16.10 '@babel/types': 7.16.8 transitivePeerDependencies: - supports-color dev: true - /@babel/highlight/7.16.7: - resolution: {integrity: sha512-aKpPMfLvGO3Q97V0qhw/V2SWNWlwfJknuwAunU7wZLSfrM4xTBvg7E5opUVi1kJTBKihE38CPg4nBiqX83PWYw==} + /@babel/highlight/7.16.10: + resolution: {integrity: sha512-5FnTQLSLswEj6IkgVw5KusNUUFY9ZGqe/TRFnP/BKYHYgfh7tc+C7mwiy95/yNP7Dh9x580Vv8r7u7ZfTBFxdw==} engines: {node: '>=6.9.0'} dependencies: '@babel/helper-validator-identifier': 7.16.7 @@ -3783,8 +3783,8 @@ packages: '@babel/types': 7.13.12 dev: true - /@babel/parser/7.16.8_@babel+types@7.16.8: - resolution: {integrity: sha512-i7jDUfrVBWc+7OKcBzEe5n7fbv3i2fWtxKzzCvOjnzSxMfWMigAhtfJ7qzZNGFNMsCCd67+uz553dYKWXPvCKw==} + /@babel/parser/7.16.12_@babel+types@7.16.8: + resolution: {integrity: sha512-VfaV15po8RiZssrkPweyvbGVSe4x2y+aciFCgn0n0/SJMR22cwofRV1mtnJQYcSB1wUTaA/X1LnA3es66MCO5A==} engines: {node: '>=6.0.0'} hasBin: true peerDependencies: @@ -3793,152 +3793,152 @@ packages: '@babel/types': 7.16.8 dev: true - /@babel/plugin-proposal-dynamic-import/7.16.7_@babel+core@7.16.7: + /@babel/plugin-proposal-dynamic-import/7.16.7_@babel+core@7.16.12: resolution: {integrity: sha512-I8SW9Ho3/8DRSdmDdH3gORdyUuYnk1m4cMxUAdu5oy4n3OfN8flDEH+d60iG7dUfi0KkYwSvoalHzzdRzpWHTg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.12 '@babel/helper-plugin-utils': 7.16.7 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.16.7 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.16.12 dev: true - /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.16.7: + /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.16.12: resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.12 '@babel/helper-plugin-utils': 7.16.7 dev: true - /@babel/plugin-syntax-bigint/7.8.3_@babel+core@7.16.7: + /@babel/plugin-syntax-bigint/7.8.3_@babel+core@7.16.12: resolution: {integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.12 '@babel/helper-plugin-utils': 7.16.7 dev: true - /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.16.7: + /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.16.12: resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.12 '@babel/helper-plugin-utils': 7.16.7 dev: true - /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.16.7: + /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.16.12: resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.12 '@babel/helper-plugin-utils': 7.16.7 dev: true - /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.16.7: + /@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.16.12: resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.12 '@babel/helper-plugin-utils': 7.16.7 dev: true - /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.16.7: + /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.16.12: resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.12 '@babel/helper-plugin-utils': 7.16.7 dev: true - /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.16.7: + /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.16.12: resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.12 '@babel/helper-plugin-utils': 7.16.7 dev: true - /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.16.7: + /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.16.12: resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.12 '@babel/helper-plugin-utils': 7.16.7 dev: true - /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.16.7: + /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.16.12: resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.12 '@babel/helper-plugin-utils': 7.16.7 dev: true - /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.16.7: + /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.16.12: resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.12 '@babel/helper-plugin-utils': 7.16.7 dev: true - /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.16.7: + /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.16.12: resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.12 '@babel/helper-plugin-utils': 7.16.7 dev: true - /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.16.7: + /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.16.12: resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.12 '@babel/helper-plugin-utils': 7.16.7 dev: true - /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.16.7: + /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.16.12: resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.12 '@babel/helper-plugin-utils': 7.16.7 dev: true - /@babel/plugin-syntax-typescript/7.16.7_@babel+core@7.16.7: + /@babel/plugin-syntax-typescript/7.16.7_@babel+core@7.16.12: resolution: {integrity: sha512-YhUIJHHGkqPgEcMYkPCKTyGUdoGKWtopIycQyjJH8OjvRgOYsXsaKehLVPScKJWAULPxMa4N1vCe6szREFlZ7A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.12 '@babel/helper-plugin-utils': 7.16.7 dev: true - /@babel/plugin-transform-modules-commonjs/7.16.8_@babel+core@7.16.7: + /@babel/plugin-transform-modules-commonjs/7.16.8_@babel+core@7.16.12: resolution: {integrity: sha512-oflKPvsLT2+uKQopesJt3ApiaIS2HW+hzHFcwRNtyDGieAeC/dIHZX8buJQ2J2X1rxGPy4eRcUijm3qcSPjYcA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.12 '@babel/helper-module-transforms': 7.16.7 '@babel/helper-plugin-utils': 7.16.7 '@babel/helper-simple-access': 7.16.7 @@ -3947,41 +3947,41 @@ packages: - supports-color dev: true - /@babel/plugin-transform-typescript/7.16.8_@babel+core@7.16.7: + /@babel/plugin-transform-typescript/7.16.8_@babel+core@7.16.12: resolution: {integrity: sha512-bHdQ9k7YpBDO2d0NVfkj51DpQcvwIzIusJ7mEUaMlbZq3Kt/U47j24inXZHQ5MDiYpCs+oZiwnXyKedE8+q7AQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.7 - '@babel/helper-create-class-features-plugin': 7.16.7_@babel+core@7.16.7 + '@babel/core': 7.16.12 + '@babel/helper-create-class-features-plugin': 7.16.10_@babel+core@7.16.12 '@babel/helper-plugin-utils': 7.16.7 - '@babel/plugin-syntax-typescript': 7.16.7_@babel+core@7.16.7 + '@babel/plugin-syntax-typescript': 7.16.7_@babel+core@7.16.12 transitivePeerDependencies: - supports-color dev: true - /@babel/preset-typescript/7.16.7_@babel+core@7.16.7: + /@babel/preset-typescript/7.16.7_@babel+core@7.16.12: resolution: {integrity: sha512-WbVEmgXdIyvzB77AQjGBEyYPZx+8tTsO50XtfozQrkW8QB2rLJpH2lgx0TRw5EJrBxOZQ+wCcyPVQvS8tjEHpQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.12 '@babel/helper-plugin-utils': 7.16.7 '@babel/helper-validator-option': 7.16.7 - '@babel/plugin-transform-typescript': 7.16.8_@babel+core@7.16.7 + '@babel/plugin-transform-typescript': 7.16.8_@babel+core@7.16.12 transitivePeerDependencies: - supports-color dev: true - /@babel/register/7.16.9_@babel+core@7.16.7: + /@babel/register/7.16.9_@babel+core@7.16.12: resolution: {integrity: sha512-jJ72wcghdRIlENfvALcyODhNoGE5j75cYHdC+aQMh6cU/P86tiiXTp9XYZct1UxUMo/4+BgQRyNZEGx0KWGS+g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.12 clone-deep: 4.0.1 find-cache-dir: 2.1.0 make-dir: 2.1.0 @@ -4000,12 +4000,12 @@ packages: engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.16.7 - '@babel/parser': 7.16.8_@babel+types@7.16.8 + '@babel/parser': 7.16.12_@babel+types@7.16.8 '@babel/types': 7.16.8 dev: true - /@babel/traverse/7.16.8: - resolution: {integrity: sha512-xe+H7JlvKsDQwXRsBhSnq1/+9c+LlQcCK3Tn/l5sbx02HYns/cn7ibp9+RV1sIUqu7hKg91NWsgHurO9dowITQ==} + /@babel/traverse/7.16.10: + resolution: {integrity: sha512-yzuaYXoRJBGMlBhsMJoUW7G1UmSb/eXr/JHYM/MsOJgavJibLwASijW7oXBdw3NQ6T0bW7Ty5P/VarOs9cHmqw==} engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.16.7 @@ -4014,7 +4014,7 @@ packages: '@babel/helper-function-name': 7.16.7 '@babel/helper-hoist-variables': 7.16.7 '@babel/helper-split-export-declaration': 7.16.7 - '@babel/parser': 7.16.8_@babel+types@7.16.8 + '@babel/parser': 7.16.12_@babel+types@7.16.8 '@babel/types': 7.16.8 debug: 4.3.3 globals: 11.12.0 @@ -4221,14 +4221,14 @@ packages: resolution: {integrity: sha512-llLJZ8OAlZrjGlBvamm6Zdo/HmGAcCLq5gx7cSwUX8No+n/8ip+oaC4x33IdZIif8+Rh5dQUIZXmfbSghiOmNQ==} dev: false - /@commitlint/cli/16.0.2_@types+node@14.18.9: - resolution: {integrity: sha512-Jt7iaBjoLGC5Nq4dHPTvTYnqPGkElFPBtTXTvBpTgatZApczyjI2plE0oG4GYWPp1suHIS/VdVDOMpPZjGVusg==} + /@commitlint/cli/16.1.0_@types+node@14.18.9: + resolution: {integrity: sha512-x5L1knvA3isRWBRVQx+Q6D45pA9139a2aZQYpxkljMG0dj4UHZkCnsYWpnGalxPxASI7nrI0KedKfS2YeQ55cQ==} engines: {node: '>=v12'} hasBin: true dependencies: '@commitlint/format': 16.0.0 '@commitlint/lint': 16.0.0 - '@commitlint/load': 16.0.0_@types+node@14.18.9 + '@commitlint/load': 16.1.0_@types+node@14.18.9 '@commitlint/read': 16.0.0 '@commitlint/types': 16.0.0 lodash: 4.17.21 @@ -4248,8 +4248,8 @@ packages: conventional-changelog-conventionalcommits: 4.6.3 dev: true - /@commitlint/config-validator/16.0.0: - resolution: {integrity: sha512-i80DGlo1FeC5jZpuoNV9NIjQN/m2dDV3jYGWg+1Wr+KldptkUHXj+6GY1Akll66lJ3D8s6aUGi3comPLHPtWHg==} + /@commitlint/config-validator/16.1.0: + resolution: {integrity: sha512-2cHeZPNTuf1JWbMqyA46MkExor5HMSgv8JrdmzEakUbJHUreh35/wN00FJf57qGs134exQW2thiSQ1IJUsVx2Q==} engines: {node: '>=v12'} dependencies: '@commitlint/types': 16.0.0 @@ -4295,20 +4295,20 @@ packages: '@commitlint/types': 16.0.0 dev: true - /@commitlint/load/16.0.0_@types+node@14.18.9: - resolution: {integrity: sha512-7WhrGCkP6K/XfjBBguLkkI2XUdiiIyMGlNsSoSqgRNiD352EiffhFEApMy1/XOU+viwBBm/On0n5p0NC7e9/4A==} + /@commitlint/load/16.1.0_@types+node@14.18.9: + resolution: {integrity: sha512-MtlEhKjP8jAF85jjX4mw8DUUwCxKsCgAc865hhpnwxjrfBcmGP7Up2AFE/M3ZMGDmSl1X1TMybQk/zohj8Cqdg==} engines: {node: '>=v12'} dependencies: - '@commitlint/config-validator': 16.0.0 + '@commitlint/config-validator': 16.1.0 '@commitlint/execute-rule': 16.0.0 - '@commitlint/resolve-extends': 16.0.0 + '@commitlint/resolve-extends': 16.1.0 '@commitlint/types': 16.0.0 chalk: 4.1.2 cosmiconfig: 7.0.1 - cosmiconfig-typescript-loader: 1.0.3_a19b13fd6103b93ffb171990ccc3ad12 + cosmiconfig-typescript-loader: 1.0.3_c7aa03196a4d62e8dc844e3ce73ee619 lodash: 4.17.21 resolve-from: 5.0.0 - typescript: 4.5.4 + typescript: 4.5.5 transitivePeerDependencies: - '@swc/core' - '@swc/wasm' @@ -4329,12 +4329,12 @@ packages: conventional-commits-parser: 3.2.4 dev: true - /@commitlint/prompt-cli/16.0.0_@types+node@14.18.9: - resolution: {integrity: sha512-5gpjKFOB39+Ag9FfR5++GHSBsY5cBgiVx+luQKH4HmO6e3x+SDmySx5g1uwc4fv+Zb2hGZ3/bT1jGyaAuirJYw==} + /@commitlint/prompt-cli/16.1.0_@types+node@14.18.9: + resolution: {integrity: sha512-TYiQhP8ha1Rjtu2xht9I8Lta3pXFYuDi/k2OjaWrBLiQyJT/YqdYM80xITZ0WLfBa5/BPDzvsyOCwH95zCx7mQ==} engines: {node: '>=v12'} hasBin: true dependencies: - '@commitlint/prompt': 16.0.0_@types+node@14.18.9 + '@commitlint/prompt': 16.1.0_@types+node@14.18.9 execa: 5.1.1 inquirer: 6.5.2 transitivePeerDependencies: @@ -4343,12 +4343,12 @@ packages: - '@types/node' dev: true - /@commitlint/prompt/16.0.0_@types+node@14.18.9: - resolution: {integrity: sha512-16/ocgIWErDDv+jmXWQtA0X6sswt+enx8DFo+K5bxHrKz4XFTeIspivLFWpieU/4EcjzGaqBirdnP3IYqqEXDg==} + /@commitlint/prompt/16.1.0_@types+node@14.18.9: + resolution: {integrity: sha512-YX/jGdP/VKUuWooBEz2sClxewQlXa6U1xXkfUseWXhbYJYPVb/tUDE5Bo1g9DXtBlyyLaYKfqZ3ZYvSEAd82Uw==} engines: {node: '>=v12'} dependencies: '@commitlint/ensure': 16.0.0 - '@commitlint/load': 16.0.0_@types+node@14.18.9 + '@commitlint/load': 16.1.0_@types+node@14.18.9 '@commitlint/types': 16.0.0 chalk: 4.1.2 inquirer: 6.5.2 @@ -4369,11 +4369,11 @@ packages: git-raw-commits: 2.0.11 dev: true - /@commitlint/resolve-extends/16.0.0: - resolution: {integrity: sha512-Z/w9MAQUcxeawpCLtjmkVNXAXOmB2nhW+LYmHEZcx9O6UTauF/1+uuZ2/r0MtzTe1qw2JD+1QHVhEWYHVPlkdA==} + /@commitlint/resolve-extends/16.1.0: + resolution: {integrity: sha512-8182s6AFoUFX6+FT1PgQDt15nO2ogdR/EN8SYVAdhNXw1rLz8kT5saB/ICw567GuRAUgFTUMGCXy3ctMOXPEDg==} engines: {node: '>=v12'} dependencies: - '@commitlint/config-validator': 16.0.0 + '@commitlint/config-validator': 16.1.0 '@commitlint/types': 16.0.0 import-fresh: 3.3.0 lodash: 4.17.21 @@ -4639,7 +4639,7 @@ packages: resolution: {integrity: sha512-9MsufmJC8t5JTpWEQJ0OcOOAXaH5ioaIX6uHVBLBMoCZPfKKQF+EqP8kACAvCZ0Y1h2Zr3uOccg8re+Dr5jxyw==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.12 '@jest/types': 27.4.2 babel-plugin-istanbul: 6.1.1_@babel+types@7.16.8 chalk: 4.1.2 @@ -5012,11 +5012,12 @@ packages: read-yaml-file: 2.1.0 rimraf: 3.0.2 tempy: 1.0.1 - verdaccio: 5.4.0 + verdaccio: 5.5.0 write-yaml-file: 4.2.0 transitivePeerDependencies: - bufferutil - canvas + - encoding - supports-color - utf-8-validate @@ -5158,7 +5159,7 @@ packages: /@types/babel__core/7.1.18: resolution: {integrity: sha512-S7unDjm/C7z2A2R9NzfKCK1I+BAALDtxEmsJBwlB3EzNfb929ykjL++1CK9LO++EIp2fQrC8O+BwjKvz6UeDyQ==} dependencies: - '@babel/parser': 7.16.8_@babel+types@7.16.8 + '@babel/parser': 7.16.12_@babel+types@7.16.8 '@babel/types': 7.16.8 '@types/babel__generator': 7.6.4 '@types/babel__template': 7.4.1 @@ -5174,7 +5175,7 @@ packages: /@types/babel__template/7.4.1: resolution: {integrity: sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==} dependencies: - '@babel/parser': 7.16.8_@babel+types@7.16.8 + '@babel/parser': 7.16.12_@babel+types@7.16.8 '@babel/types': 7.16.8 dev: true @@ -5424,8 +5425,8 @@ packages: resolution: {integrity: sha512-OSitN9PP9E/c4tlt1Qdj3CAz5uHD9Da5rhUqlaKyQRCX1T7Zdpbk6YdeZbR2eiE2ce+NMBgVnMxGqpaPSNQDUQ==} dev: true - /@types/sinon/10.0.6: - resolution: {integrity: sha512-6EF+wzMWvBNeGrfP3Nx60hhx+FfwSg1JJBLAAP/IdIUq0EYkqCYf70VT3PhuhPX9eLD+Dp+lNdpb/ZeHG8Yezg==} + /@types/sinon/10.0.8: + resolution: {integrity: sha512-XZbSLlox2KM7VaEJPZ5G/fMZXJNuAtYiFOax7UT51quZMAJRWKvugPMqNA0mV3jC9HIYpQSg6qbV+ilQMwLqyA==} dependencies: '@sinonjs/fake-timers': 7.1.2 dev: true @@ -5506,7 +5507,7 @@ packages: resolution: {integrity: sha512-8NYnGOctzsI4W0ApsP/BIHD/LnxpJ6XaGf2AZmz4EyDYJMxtprN4279dLNI1CPZcwC9H18qYcaFv4bXi0wmokg==} dev: true - /@typescript-eslint/eslint-plugin/5.10.0_3b6b276e93ead7cf6063f183a5e18d1f: + /@typescript-eslint/eslint-plugin/5.10.0_706fb07ce74b1db611f19a02ad2ce784: resolution: {integrity: sha512-XXVKnMsq2fuu9K2KsIxPUGqb6xAImz8MEChClbXmE3VbveFtBUU5bzM6IPVWqzyADIgdkS2Ws/6Xo7W2TeZWjQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -5517,23 +5518,23 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/parser': 5.10.0_eslint@8.7.0+typescript@4.5.4 + '@typescript-eslint/parser': 5.10.0_eslint@8.7.0+typescript@4.5.5 '@typescript-eslint/scope-manager': 5.10.0 - '@typescript-eslint/type-utils': 5.10.0_eslint@8.7.0+typescript@4.5.4 - '@typescript-eslint/utils': 5.10.0_eslint@8.7.0+typescript@4.5.4 + '@typescript-eslint/type-utils': 5.10.0_eslint@8.7.0+typescript@4.5.5 + '@typescript-eslint/utils': 5.10.0_eslint@8.7.0+typescript@4.5.5 debug: 4.3.3 eslint: 8.7.0 functional-red-black-tree: 1.0.1 ignore: 5.2.0 regexpp: 3.2.0 semver: 7.3.5 - tsutils: 3.21.0_typescript@4.5.4 - typescript: 4.5.4 + tsutils: 3.21.0_typescript@4.5.5 + typescript: 4.5.5 transitivePeerDependencies: - supports-color dev: false - /@typescript-eslint/parser/4.33.0_eslint@8.7.0+typescript@4.5.4: + /@typescript-eslint/parser/4.33.0_eslint@8.7.0+typescript@4.5.5: resolution: {integrity: sha512-ZohdsbXadjGBSK0/r+d87X0SBmKzOq4/S5nzK6SBgJspFo9/CUDJ7hjayuze+JK7CZQLDMroqytp7pOcFKTxZA==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: @@ -5545,15 +5546,15 @@ packages: dependencies: '@typescript-eslint/scope-manager': 4.33.0 '@typescript-eslint/types': 4.33.0 - '@typescript-eslint/typescript-estree': 4.33.0_typescript@4.5.4 + '@typescript-eslint/typescript-estree': 4.33.0_typescript@4.5.5 debug: 4.3.3 eslint: 8.7.0 - typescript: 4.5.4 + typescript: 4.5.5 transitivePeerDependencies: - supports-color dev: false - /@typescript-eslint/parser/5.10.0_eslint@8.7.0+typescript@4.5.4: + /@typescript-eslint/parser/5.10.0_eslint@8.7.0+typescript@4.5.5: resolution: {integrity: sha512-pJB2CCeHWtwOAeIxv8CHVGJhI5FNyJAIpx5Pt72YkK3QfEzt6qAlXZuyaBmyfOdM62qU0rbxJzNToPTVeJGrQw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -5565,10 +5566,10 @@ packages: dependencies: '@typescript-eslint/scope-manager': 5.10.0 '@typescript-eslint/types': 5.10.0 - '@typescript-eslint/typescript-estree': 5.10.0_typescript@4.5.4 + '@typescript-eslint/typescript-estree': 5.10.0_typescript@4.5.5 debug: 4.3.3 eslint: 8.7.0 - typescript: 4.5.4 + typescript: 4.5.5 transitivePeerDependencies: - supports-color dev: false @@ -5589,7 +5590,7 @@ packages: '@typescript-eslint/visitor-keys': 5.10.0 dev: false - /@typescript-eslint/type-utils/5.10.0_eslint@8.7.0+typescript@4.5.4: + /@typescript-eslint/type-utils/5.10.0_eslint@8.7.0+typescript@4.5.5: resolution: {integrity: sha512-TzlyTmufJO5V886N+hTJBGIfnjQDQ32rJYxPaeiyWKdjsv2Ld5l8cbS7pxim4DeNs62fKzRSt8Q14Evs4JnZyQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -5599,11 +5600,11 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/utils': 5.10.0_eslint@8.7.0+typescript@4.5.4 + '@typescript-eslint/utils': 5.10.0_eslint@8.7.0+typescript@4.5.5 debug: 4.3.3 eslint: 8.7.0 - tsutils: 3.21.0_typescript@4.5.4 - typescript: 4.5.4 + tsutils: 3.21.0_typescript@4.5.5 + typescript: 4.5.5 transitivePeerDependencies: - supports-color dev: false @@ -5618,7 +5619,7 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: false - /@typescript-eslint/typescript-estree/4.33.0_typescript@4.5.4: + /@typescript-eslint/typescript-estree/4.33.0_typescript@4.5.5: resolution: {integrity: sha512-rkWRY1MPFzjwnEVHsxGemDzqqddw2QbTJlICPD9p9I9LfsO8fdmfQPOX3uKfUaGRDFJbfrtm/sXhVXN4E+bzCA==} engines: {node: ^10.12.0 || >=12.0.0} peerDependencies: @@ -5633,13 +5634,13 @@ packages: globby: 11.1.0 is-glob: 4.0.3 semver: 7.3.5 - tsutils: 3.21.0_typescript@4.5.4 - typescript: 4.5.4 + tsutils: 3.21.0_typescript@4.5.5 + typescript: 4.5.5 transitivePeerDependencies: - supports-color dev: false - /@typescript-eslint/typescript-estree/5.10.0_typescript@4.5.4: + /@typescript-eslint/typescript-estree/5.10.0_typescript@4.5.5: resolution: {integrity: sha512-x+7e5IqfwLwsxTdliHRtlIYkgdtYXzE0CkFeV6ytAqq431ZyxCFzNMNR5sr3WOlIG/ihVZr9K/y71VHTF/DUQA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -5654,13 +5655,13 @@ packages: globby: 11.1.0 is-glob: 4.0.3 semver: 7.3.5 - tsutils: 3.21.0_typescript@4.5.4 - typescript: 4.5.4 + tsutils: 3.21.0_typescript@4.5.5 + typescript: 4.5.5 transitivePeerDependencies: - supports-color dev: false - /@typescript-eslint/utils/5.10.0_eslint@8.7.0+typescript@4.5.4: + /@typescript-eslint/utils/5.10.0_eslint@8.7.0+typescript@4.5.5: resolution: {integrity: sha512-IGYwlt1CVcFoE2ueW4/ioEwybR60RAdGeiJX/iDAw0t5w0wK3S7QncDwpmsM70nKgGTuVchEWB8lwZwHqPAWRg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -5669,7 +5670,7 @@ packages: '@types/json-schema': 7.0.9 '@typescript-eslint/scope-manager': 5.10.0 '@typescript-eslint/types': 5.10.0 - '@typescript-eslint/typescript-estree': 5.10.0_typescript@4.5.4 + '@typescript-eslint/typescript-estree': 5.10.0_typescript@4.5.5 eslint: 8.7.0 eslint-scope: 5.1.1 eslint-utils: 3.0.0_eslint@8.7.0 @@ -5707,14 +5708,14 @@ packages: dependencies: lockfile: 1.0.4 - /@verdaccio/local-storage/10.1.0: - resolution: {integrity: sha512-NSW7uLOCLaqTpvPsHkMyir0G0EgaywsUyLHpEs4CeEVR5QIKBklQPx1zATL+KqsPH8yQSlMQFbDYkNylxSCB3A==} + /@verdaccio/local-storage/10.1.1: + resolution: {integrity: sha512-ZSkSH6mnsW9xL/Q4YpNNMS7YQduVFXRJiPN8Kz4d+Pkx2Amp83vZBOu5OfLvoClzGD1CQtMKW91gHvTF5Sjivg==} engines: {node: '>=8'} dependencies: '@verdaccio/commons-api': 10.1.0 '@verdaccio/file-locking': 10.1.0 '@verdaccio/streams': 10.1.0 - async: 3.2.2 + async: 3.2.3 debug: 4.3.3 lodash: 4.17.21 lowdb: 1.0.0 @@ -5722,12 +5723,12 @@ packages: transitivePeerDependencies: - supports-color - /@verdaccio/readme/10.2.0: - resolution: {integrity: sha512-M+yXLGSazt9lPJKhZwCL/UsY0+/wGjyYsYZBmAPTbxuBtcjjcRHpGxkN/eRtr6HMIgBiuP/V7+8OInAtgb+ZiA==} + /@verdaccio/readme/10.2.1: + resolution: {integrity: sha512-UjmgwRv9PHMexT07rxgFfhu493XcelaoG8AtmA00U2b+jZpLFQ1vRBo3TvpHYh/cpomUfeAasBHMQwV/8nGMOg==} dependencies: dompurify: 2.3.4 jsdom: 15.2.1 - marked: 2.1.3 + marked: 4.0.10 transitivePeerDependencies: - bufferutil - canvas @@ -5737,8 +5738,9 @@ packages: resolution: {integrity: sha512-19FebNvwNiJkk68fFEq/kNOcPNKYX/NoPFqOlZH6mGUGUo3htHh4tD5k2WepAZpBeK9SC868UiPbMizdIXquSg==} engines: {node: '>=8', npm: '>=5'} - /@verdaccio/ui-theme/3.4.1: - resolution: {integrity: sha512-klOiYS/C7zOjZ7d/sq1kvJ9JEMLacPdJNfIibblRamzRam/fjjSRx6h4grTglgf6jcik4DYVEN/XXM83GD1vAw==} + /@verdaccio/ui-theme/6.0.0-6-next.15: + resolution: {integrity: sha512-qKqsk3OUIG1VJh2cgkA8H1nSyB1ybMw9VAiWkBarv8uriRkwG+cIcEMUXZuG1pnr6ieNLsYtLRGKbnlBhIpSaA==} + engines: {node: '>=14', npm: '>=6'} /@yarnpkg/core/3.2.0-rc.9: resolution: {integrity: sha512-rmH63l18emHFbu40n0TKHwzVtuzjFJJvbtt3RgwP9XdVxbh/yvFkbUwBJtAjihBV3//zLF2tRea6aiEN/Ap6Fg==} @@ -5757,7 +5759,7 @@ packages: camelcase: 5.3.1 chalk: 3.0.0 ci-info: 3.3.0 - clipanion: 3.2.0-rc.5 + clipanion: 3.2.0-rc.6 cross-spawn: 7.0.3 diff: 4.0.2 globby: 11.1.0 @@ -5873,7 +5875,7 @@ packages: '@yarnpkg/fslib': 2.6.1-rc.6 '@yarnpkg/parsers': 2.5.0-rc.9 chalk: 3.0.0 - clipanion: 3.2.0-rc.5 + clipanion: 3.2.0-rc.6 cross-spawn: 7.0.3 fast-glob: 3.2.11 micromatch: 4.0.4 @@ -5889,7 +5891,7 @@ packages: '@yarnpkg/fslib': 2.6.1-rc.6 '@yarnpkg/parsers': 2.5.0-rc.9 chalk: 3.0.0 - clipanion: 3.2.0-rc.5 + clipanion: 3.2.0-rc.6 cross-spawn: 7.0.3 fast-glob: 3.2.11 micromatch: 4.0.4 @@ -5967,7 +5969,7 @@ packages: pkg-fetch: 3.1.1 prebuild-install: 6.0.1 progress: 2.0.3 - resolve: 1.21.0 + resolve: 1.22.0 stream-meter: 1.0.4 tslib: 2.1.0 transitivePeerDependencies: @@ -6363,8 +6365,8 @@ packages: resolution: {integrity: sha512-Z7tMw1ytTXt5jqMcOP+OQteU1VuNK9Y02uuJtKQ1Sv69jXQKKg5cibLwGJow8yzZP+eAc18EmLGPal0bp36rvQ==} engines: {node: '>=8'} - /async/3.2.2: - resolution: {integrity: sha512-H0E+qZaDEfx/FY4t7iLRv1W2fFI6+pyCeTw1uN20AQPiwqwM6ojPxHxdLv4z8hi2DtnW9BOckSspLucW7pIE5g==} + /async/3.2.3: + resolution: {integrity: sha512-spZRyzKL5l5BZQrr/6m/SqFdBN0q3OCI0f9rjfBzCMBIP4p75P620rR3gTmaksNOhmzgdxcaxdNfMy6anrbM0g==} /asynckit/0.4.0: resolution: {integrity: sha1-x57Zf380y48robyXkLzDZkdLS3k=} @@ -6394,18 +6396,18 @@ packages: /aws4/1.11.0: resolution: {integrity: sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==} - /babel-jest/27.4.6_9c50d646f39b794f895b0a314e633517: + /babel-jest/27.4.6_42c3e6efc52cb03f85165c2c70d23dee: resolution: {integrity: sha512-qZL0JT0HS1L+lOuH+xC2DVASR3nunZi/ozGhpgauJHgmI7f8rudxf6hUjEHympdQ/J64CdKmPkgfJ+A3U6QCrg==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} peerDependencies: '@babel/core': ^7.8.0 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.12 '@jest/transform': 27.4.6_@babel+types@7.16.8 '@jest/types': 27.4.2 '@types/babel__core': 7.1.18 babel-plugin-istanbul: 6.1.1_@babel+types@7.16.8 - babel-preset-jest: 27.4.0_@babel+core@7.16.7 + babel-preset-jest: 27.4.0_@babel+core@7.16.12 chalk: 4.1.2 graceful-fs: 4.2.9 slash: 3.0.0 @@ -6444,35 +6446,35 @@ packages: '@types/babel__traverse': 7.14.2 dev: true - /babel-preset-current-node-syntax/1.0.1_@babel+core@7.16.7: + /babel-preset-current-node-syntax/1.0.1_@babel+core@7.16.12: resolution: {integrity: sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.16.7 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.16.7 - '@babel/plugin-syntax-bigint': 7.8.3_@babel+core@7.16.7 - '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.16.7 - '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.16.7 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.16.7 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.16.7 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.16.7 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.16.7 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.16.7 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.16.7 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.16.7 - '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.16.7 + '@babel/core': 7.16.12 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.16.12 + '@babel/plugin-syntax-bigint': 7.8.3_@babel+core@7.16.12 + '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.16.12 + '@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.16.12 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.16.12 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.16.12 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.16.12 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.16.12 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.16.12 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.16.12 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.16.12 + '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.16.12 dev: true - /babel-preset-jest/27.4.0_@babel+core@7.16.7: + /babel-preset-jest/27.4.0_@babel+core@7.16.12: resolution: {integrity: sha512-NK4jGYpnBvNxcGo7/ZpZJr51jCGT+3bwwpVIDY2oNfTxJJldRtB4VAcYdgp1loDE50ODuTu+yBjpMAswv5tlpg==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.12 babel-plugin-jest-hoist: 27.4.0 - babel-preset-current-node-syntax: 1.0.1_@babel+core@7.16.7 + babel-preset-current-node-syntax: 1.0.1_@babel+core@7.16.12 dev: true /bail/1.0.5: @@ -6531,21 +6533,6 @@ packages: inherits: 2.0.4 readable-stream: 3.6.0 - /body-parser/1.19.0: - resolution: {integrity: sha512-dhEPs72UPbDnAQJ9ZKMNTP6ptJaionhP5cBb541nXPlW60Jepo9RV/a4fX4XWW9CuFNK22krhrj1+rgzifNCsw==} - engines: {node: '>= 0.8'} - dependencies: - bytes: 3.1.0 - content-type: 1.0.4 - debug: 2.6.9 - depd: 1.1.2 - http-errors: 1.8.1 - iconv-lite: 0.4.24 - on-finished: 2.3.0 - qs: 6.7.0 - raw-body: 2.4.0 - type-is: 1.6.18 - /body-parser/1.19.1: resolution: {integrity: sha512-8ljfQi5eBk8EJfECMrgqNGWPEY5jWP+1IzkzkGdFFEwFQZZyaZ21UqdaHktgiMlH0xLHqIFtE/u2OYE5dOtViA==} engines: {node: '>= 0.8'} @@ -6641,8 +6628,8 @@ packages: engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true dependencies: - caniuse-lite: 1.0.30001300 - electron-to-chromium: 1.4.48 + caniuse-lite: 1.0.30001301 + electron-to-chromium: 1.4.51 escalade: 3.1.1 node-releases: 2.0.1 picocolors: 1.0.0 @@ -6685,10 +6672,6 @@ packages: resolution: {integrity: sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg=} engines: {node: '>= 0.8'} - /bytes/3.1.0: - resolution: {integrity: sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==} - engines: {node: '>= 0.8'} - /bytes/3.1.1: resolution: {integrity: sha512-dWe4nWO/ruEOY7HkUJ5gFt1DCFV9zPRoJr8pV0/ASQermOZjtq8jMjOprC0Kd10GLN+l7xaUPvxzJFWtxGu8Fg==} engines: {node: '>= 0.8'} @@ -6836,8 +6819,8 @@ packages: dependencies: path-temp: 2.0.0 - /caniuse-lite/1.0.30001300: - resolution: {integrity: sha512-cVjiJHWGcNlJi8TZVKNMnvMid3Z3TTdDHmLDzlOdIiZq138Exvo0G+G0wTdVYolxKb4AYwC+38pxodiInVtJSA==} + /caniuse-lite/1.0.30001301: + resolution: {integrity: sha512-csfD/GpHMqgEL3V3uIgosvh+SVIQvCh43SNu9HRbP1lnxkKm1kjDG4f32PP571JplkLjfS+mg2p1gxR7MYrrIA==} dev: true /caseless/0.12.0: @@ -6970,8 +6953,8 @@ packages: dependencies: typanion: 3.7.1 - /clipanion/3.2.0-rc.5: - resolution: {integrity: sha512-qCOhL+TRE6JpmBNkT6v3VhqdWGDYv1DUcPTHfggd1x1njLRS8/i/zShUWW1j4iW2P3nTG3s7GTnHZkjhGxC1gg==} + /clipanion/3.2.0-rc.6: + resolution: {integrity: sha512-lcByFNxi1L/sskjD/YybFZI43bnkm/AuUNFcF5i5Znz6nvWCH9gfq4qkNmAk5MhS/MPY5Im8jiqYH54h23Vc7Q==} dependencies: typanion: 3.7.1 dev: false @@ -7193,12 +7176,6 @@ packages: /console-control-strings/1.1.0: resolution: {integrity: sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4=} - /content-disposition/0.5.3: - resolution: {integrity: sha512-ExO0774ikEObIAEV9kDo50o+79VCUdEB6n6lzKgGwupcVeRlhrj3qGAfwq8G6uBJjkqLrhT0qEYFcWng8z1z0g==} - engines: {node: '>= 0.6'} - dependencies: - safe-buffer: 5.1.2 - /content-disposition/0.5.4: resolution: {integrity: sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==} engines: {node: '>= 0.6'} @@ -7248,10 +7225,6 @@ packages: /cookie-signature/1.0.6: resolution: {integrity: sha1-4wOogrNCzD7oylE6eZmXNNqzriw=} - /cookie/0.4.0: - resolution: {integrity: sha512-+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg==} - engines: {node: '>= 0.6'} - /cookie/0.4.1: resolution: {integrity: sha512-ZwrFkGJxUR3EIoXtO+yVE69Eb7KlixbaeAWfBQB9vVsNn/o+Yw69gBWSSDK825hQNdN+wF8zELf3dFNl/kxkUA==} engines: {node: '>= 0.6'} @@ -7281,7 +7254,7 @@ packages: object-assign: 4.1.1 vary: 1.1.2 - /cosmiconfig-typescript-loader/1.0.3_a19b13fd6103b93ffb171990ccc3ad12: + /cosmiconfig-typescript-loader/1.0.3_c7aa03196a4d62e8dc844e3ce73ee619: resolution: {integrity: sha512-ARo21VjxdacJUcHxgVMEYNIoVPYiuKOEwWBIYej4M22+pEbe3LzKgmht2UPM+0u7/T/KnZf2r/5IzHv2Nwz+/w==} engines: {node: '>=12', npm: '>=6'} peerDependencies: @@ -7290,8 +7263,8 @@ packages: dependencies: '@types/node': 14.18.9 cosmiconfig: 7.0.1 - ts-node: 10.4.0_a19b13fd6103b93ffb171990ccc3ad12 - typescript: 4.5.4 + ts-node: 10.4.0_c7aa03196a4d62e8dc844e3ce73ee619 + typescript: 4.5.5 transitivePeerDependencies: - '@swc/core' - '@swc/wasm' @@ -7503,7 +7476,6 @@ packages: resolution: {integrity: sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==} dependencies: ms: 2.1.3 - dev: false /debug/4.3.3: resolution: {integrity: sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==} @@ -7806,8 +7778,8 @@ packages: /ee-first/1.1.1: resolution: {integrity: sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=} - /electron-to-chromium/1.4.48: - resolution: {integrity: sha512-RT3SEmpv7XUA+tKXrZGudAWLDpa7f8qmhjcLaM6OD/ERxjQ/zAojT8/Vvo0BSzbArkElFZ1WyZ9FuwAYbkdBNA==} + /electron-to-chromium/1.4.51: + resolution: {integrity: sha512-JNEmcYl3mk1tGQmy0EvL5eik/CKSBuzAyGP0QFdG6LIgxQe3II0BL1m2zKc2MZMf3uGqHWE1TFddJML0RpjSHQ==} dev: true /emittery/0.8.1: @@ -7934,173 +7906,173 @@ packages: es6-iterator: 2.0.3 es6-symbol: 3.1.3 - /esbuild-android-arm64/0.14.11: - resolution: {integrity: sha512-6iHjgvMnC/SzDH8TefL+/3lgCjYWwAd1LixYfmz/TBPbDQlxcuSkX0yiQgcJB9k+ibZ54yjVXziIwGdlc+6WNw==} + /esbuild-android-arm64/0.14.13: + resolution: {integrity: sha512-rhtwl+KJ3BzzXkK09N3/YbEF1i5WhriysJEStoeWNBzchx9hlmzyWmDGQQhu56HF78ua3JrVPyLOsdLGvtMvxQ==} cpu: [arm64] os: [android] requiresBuild: true dev: true optional: true - /esbuild-darwin-64/0.14.11: - resolution: {integrity: sha512-olq84ikh6TiBcrs3FnM4eR5VPPlcJcdW8BnUz/lNoEWYifYQ+Po5DuYV1oz1CTFMw4k6bQIZl8T3yxL+ZT2uvQ==} + /esbuild-darwin-64/0.14.13: + resolution: {integrity: sha512-Fl47xIt5RMu50WIgMU93kwmUUJb+BPuL8R895n/aBNQqavS+KUMpLPoqKGABBV4myfx/fnAD/97X8Gt1C1YW6w==} cpu: [x64] os: [darwin] requiresBuild: true dev: true optional: true - /esbuild-darwin-arm64/0.14.11: - resolution: {integrity: sha512-Jj0ieWLREPBYr/TZJrb2GFH8PVzDqiQWavo1pOFFShrcmHWDBDrlDxPzEZ67NF/Un3t6sNNmeI1TUS/fe1xARg==} + /esbuild-darwin-arm64/0.14.13: + resolution: {integrity: sha512-UttqKRFXsWvuivcyAbFmo54vdkC9Me1ZYQNuoz/uBYDbkb2MgqKYG2+xoVKPBhLvhT0CKM5QGKD81flMH5BE6A==} cpu: [arm64] os: [darwin] requiresBuild: true dev: true optional: true - /esbuild-freebsd-64/0.14.11: - resolution: {integrity: sha512-C5sT3/XIztxxz/zwDjPRHyzj/NJFOnakAanXuyfLDwhwupKPd76/PPHHyJx6Po6NI6PomgVp/zi6GRB8PfrOTA==} + /esbuild-freebsd-64/0.14.13: + resolution: {integrity: sha512-dlIhPFSp29Yq2TPh7Cm3/4M0uKjlfvOylHVNCRvRNiOvDbBol6/NZ3kLisczms+Yra0rxVapBPN1oMbSMuts9g==} cpu: [x64] os: [freebsd] requiresBuild: true dev: true optional: true - /esbuild-freebsd-arm64/0.14.11: - resolution: {integrity: sha512-y3Llu4wbs0bk4cwjsdAtVOesXb6JkdfZDLKMt+v1U3tOEPBdSu6w8796VTksJgPfqvpX22JmPLClls0h5p+L9w==} + /esbuild-freebsd-arm64/0.14.13: + resolution: {integrity: sha512-bNOHLu7Oq6RwaAMnwPbJ40DVGPl9GlAOnfH/dFZ792f8hFEbopkbtVzo1SU1jjfY3TGLWOgqHNWxPxx1N7Au+g==} cpu: [arm64] os: [freebsd] requiresBuild: true dev: true optional: true - /esbuild-linux-32/0.14.11: - resolution: {integrity: sha512-Cg3nVsxArjyLke9EuwictFF3Sva+UlDTwHIuIyx8qpxRYAOUTmxr2LzYrhHyTcGOleLGXUXYsnUVwKqnKAgkcg==} + /esbuild-linux-32/0.14.13: + resolution: {integrity: sha512-WzXyBx6zx16adGi7wPBvH2lRCBzYMcqnBRrJ8ciLIqYyruGvprZocX1nFWfiexjLcFxIElWnMNPX6LG7ULqyXA==} cpu: [ia32] os: [linux] requiresBuild: true dev: true optional: true - /esbuild-linux-64/0.14.11: - resolution: {integrity: sha512-oeR6dIrrojr8DKVrxtH3xl4eencmjsgI6kPkDCRIIFwv4p+K7ySviM85K66BN01oLjzthpUMvBVfWSJkBLeRbg==} + /esbuild-linux-64/0.14.13: + resolution: {integrity: sha512-P6OFAfcoUvE7g9h/0UKm3qagvTovwqpCF1wbFLWe/BcCY8BS1bR/+SxUjCeKX2BcpIsg4/43ezHDE/ntg/iOpw==} cpu: [x64] os: [linux] requiresBuild: true dev: true optional: true - /esbuild-linux-arm/0.14.11: - resolution: {integrity: sha512-vcwskfD9g0tojux/ZaTJptJQU3a7YgTYsptK1y6LQ/rJmw7U5QJvboNawqM98Ca3ToYEucfCRGbl66OTNtp6KQ==} + /esbuild-linux-arm/0.14.13: + resolution: {integrity: sha512-4jmm0UySCg3Wi6FEBS7jpiPb1IyckI5um5kzYRwulHxPzkiokd6cgpcsTakR4/Y84UEicS8LnFAghHhXHZhbFg==} cpu: [arm] os: [linux] requiresBuild: true dev: true optional: true - /esbuild-linux-arm64/0.14.11: - resolution: {integrity: sha512-+e6ZCgTFQYZlmg2OqLkg1jHLYtkNDksxWDBWNtI4XG4WxuOCUErLqfEt9qWjvzK3XBcCzHImrajkUjO+rRkbMg==} + /esbuild-linux-arm64/0.14.13: + resolution: {integrity: sha512-k/uIvmkm4mc7vyMvJVwILgGxi2F+FuvLdmESIIWoHrnxEfEekC5AWpI/R6GQ2OMfp8snebSQLs8KL05QPnt1zA==} cpu: [arm64] os: [linux] requiresBuild: true dev: true optional: true - /esbuild-linux-mips64le/0.14.11: - resolution: {integrity: sha512-Rrs99L+p54vepmXIb87xTG6ukrQv+CzrM8eoeR+r/OFL2Rg8RlyEtCeshXJ2+Q66MXZOgPJaokXJZb9snq28bw==} + /esbuild-linux-mips64le/0.14.13: + resolution: {integrity: sha512-vwYtgjQ1TRlUGL88km9wH9TjXsdZyZ/Xht1ASptg5XGRlqGquVjLGH11PfLLunoMdkQ0YTXR68b4l5gRfjVbyg==} cpu: [mips64el] os: [linux] requiresBuild: true dev: true optional: true - /esbuild-linux-ppc64le/0.14.11: - resolution: {integrity: sha512-JyzziGAI0D30Vyzt0HDihp4s1IUtJ3ssV2zx9O/c+U/dhUHVP2TmlYjzCfCr2Q6mwXTeloDcLS4qkyvJtYptdQ==} + /esbuild-linux-ppc64le/0.14.13: + resolution: {integrity: sha512-0KqDSIkZaYugtcdpFCd3eQ38Fg6TzhxmOpkhDIKNTwD/W2RoXeiS+Z4y5yQ3oysb/ySDOxWkwNqTdXS4sz2LdQ==} cpu: [ppc64] os: [linux] requiresBuild: true dev: true optional: true - /esbuild-linux-s390x/0.14.11: - resolution: {integrity: sha512-DoThrkzunZ1nfRGoDN6REwmo8ZZWHd2ztniPVIR5RMw/Il9wiWEYBahb8jnMzQaSOxBsGp0PbyJeVLTUatnlcw==} + /esbuild-linux-s390x/0.14.13: + resolution: {integrity: sha512-bG20i7d0CN97fwPN9LaLe64E2IrI0fPZWEcoiff9hzzsvo/fQCx0YjMbPC2T3gqQ48QZRltdU9hQilTjHk3geQ==} cpu: [s390x] os: [linux] requiresBuild: true dev: true optional: true - /esbuild-netbsd-64/0.14.11: - resolution: {integrity: sha512-12luoRQz+6eihKYh1zjrw0CBa2aw3twIiHV/FAfjh2NEBDgJQOY4WCEUEN+Rgon7xmLh4XUxCQjnwrvf8zhACw==} + /esbuild-netbsd-64/0.14.13: + resolution: {integrity: sha512-jz96PQb0ltqyqLggPpcRbWxzLvWHvrZBHZQyjcOzKRDqg1fR/R1y10b1Cuv84xoIbdAf+ceNUJkMN21FfR9G2g==} cpu: [x64] os: [netbsd] requiresBuild: true dev: true optional: true - /esbuild-openbsd-64/0.14.11: - resolution: {integrity: sha512-l18TZDjmvwW6cDeR4fmizNoxndyDHamGOOAenwI4SOJbzlJmwfr0jUgjbaXCUuYVOA964siw+Ix+A+bhALWg8Q==} + /esbuild-openbsd-64/0.14.13: + resolution: {integrity: sha512-bp6zSo3kDCXKPM5MmVUg6DEpt+yXDx37iDGzNTn3Kf9xh6d0cdITxUC4Bx6S3Di79GVYubWs+wNjSRVFIJpryw==} cpu: [x64] os: [openbsd] requiresBuild: true dev: true optional: true - /esbuild-sunos-64/0.14.11: - resolution: {integrity: sha512-bmYzDtwASBB8c+0/HVOAiE9diR7+8zLm/i3kEojUH2z0aIs6x/S4KiTuT5/0VKJ4zk69kXel1cNWlHBMkmavQg==} + /esbuild-sunos-64/0.14.13: + resolution: {integrity: sha512-08Fne1T9QHYxUnu55sV9V4i/yECADOaI1zMGET2YUa8SRkib10i80hc89U7U/G02DxpN/KUJMWEGq2wKTn0QFQ==} cpu: [x64] os: [sunos] requiresBuild: true dev: true optional: true - /esbuild-windows-32/0.14.11: - resolution: {integrity: sha512-J1Ys5hMid8QgdY00OBvIolXgCQn1ARhYtxPnG6ESWNTty3ashtc4+As5nTrsErnv8ZGUcWZe4WzTP/DmEVX1UQ==} + /esbuild-windows-32/0.14.13: + resolution: {integrity: sha512-MW3BMIi9+fzTyDdljH0ftfT/qlD3t+aVzle1O+zZ2MgHRMQD20JwWgyqoJXhe6uDVyunrAUbcjH3qTIEZN3isg==} cpu: [ia32] os: [win32] requiresBuild: true dev: true optional: true - /esbuild-windows-64/0.14.11: - resolution: {integrity: sha512-h9FmMskMuGeN/9G9+LlHPAoiQk9jlKDUn9yA0MpiGzwLa82E7r1b1u+h2a+InprbSnSLxDq/7p5YGtYVO85Mlg==} + /esbuild-windows-64/0.14.13: + resolution: {integrity: sha512-d7+0N+EOgBKdi/nMxlQ8QA5xHBlpcLtSrYnHsA+Xp4yZk28dYfRw1+embsHf5uN5/1iPvrJwPrcpgDH1xyy4JA==} cpu: [x64] os: [win32] requiresBuild: true dev: true optional: true - /esbuild-windows-arm64/0.14.11: - resolution: {integrity: sha512-dZp7Krv13KpwKklt9/1vBFBMqxEQIO6ri7Azf8C+ob4zOegpJmha2XY9VVWP/OyQ0OWk6cEeIzMJwInRZrzBUQ==} + /esbuild-windows-arm64/0.14.13: + resolution: {integrity: sha512-oX5hmgXk9yNKbb5AxThzRQm/E9kiHyDll7JJeyeT1fuGENTifv33f0INCpjBQ+Ty5ChKc84++ZQTEBwLCA12Kw==} cpu: [arm64] os: [win32] requiresBuild: true dev: true optional: true - /esbuild/0.14.11: - resolution: {integrity: sha512-xZvPtVj6yecnDeFb3KjjCM6i7B5TCAQZT77kkW/CpXTMnd6VLnRPKrUB1XHI1pSq6a4Zcy3BGueQ8VljqjDGCg==} + /esbuild/0.14.13: + resolution: {integrity: sha512-FIxvAdj3i2oHA6ex+E67bG7zlSTO+slt8kU2ogHDgGtrQLy2HNChv3PYjiFTYkt8hZbEAniZCXVeHn+FrHt7dA==} hasBin: true requiresBuild: true optionalDependencies: - esbuild-android-arm64: 0.14.11 - esbuild-darwin-64: 0.14.11 - esbuild-darwin-arm64: 0.14.11 - esbuild-freebsd-64: 0.14.11 - esbuild-freebsd-arm64: 0.14.11 - esbuild-linux-32: 0.14.11 - esbuild-linux-64: 0.14.11 - esbuild-linux-arm: 0.14.11 - esbuild-linux-arm64: 0.14.11 - esbuild-linux-mips64le: 0.14.11 - esbuild-linux-ppc64le: 0.14.11 - esbuild-linux-s390x: 0.14.11 - esbuild-netbsd-64: 0.14.11 - esbuild-openbsd-64: 0.14.11 - esbuild-sunos-64: 0.14.11 - esbuild-windows-32: 0.14.11 - esbuild-windows-64: 0.14.11 - esbuild-windows-arm64: 0.14.11 + esbuild-android-arm64: 0.14.13 + esbuild-darwin-64: 0.14.13 + esbuild-darwin-arm64: 0.14.13 + esbuild-freebsd-64: 0.14.13 + esbuild-freebsd-arm64: 0.14.13 + esbuild-linux-32: 0.14.13 + esbuild-linux-64: 0.14.13 + esbuild-linux-arm: 0.14.13 + esbuild-linux-arm64: 0.14.13 + esbuild-linux-mips64le: 0.14.13 + esbuild-linux-ppc64le: 0.14.13 + esbuild-linux-s390x: 0.14.13 + esbuild-netbsd-64: 0.14.13 + esbuild-openbsd-64: 0.14.13 + esbuild-sunos-64: 0.14.13 + esbuild-windows-32: 0.14.13 + esbuild-windows-64: 0.14.13 + esbuild-windows-arm64: 0.14.13 dev: true /escalade/3.1.1: @@ -8149,7 +8121,7 @@ packages: source-map: 0.6.1 dev: true - /eslint-config-standard-with-typescript/21.0.1_7a569f8fdfece9776f5138743ddf9d19: + /eslint-config-standard-with-typescript/21.0.1_1fb320be09c5af1e3bc1c9919f0c3cb1: resolution: {integrity: sha512-FeiMHljEJ346Y0I/HpAymNKdrgKEpHpcg/D93FvPHWfCzbT4QyUJba/0FwntZeGLXfUiWDSeKmdJD597d9wwiw==} peerDependencies: '@typescript-eslint/eslint-plugin': ^4.0.1 || ^5.6.0 @@ -8159,14 +8131,14 @@ packages: eslint-plugin-promise: ^4.2.1 || ^5.0.0 typescript: ^3.9 || ^4.0.0 dependencies: - '@typescript-eslint/eslint-plugin': 5.10.0_3b6b276e93ead7cf6063f183a5e18d1f - '@typescript-eslint/parser': 4.33.0_eslint@8.7.0+typescript@4.5.4 + '@typescript-eslint/eslint-plugin': 5.10.0_706fb07ce74b1db611f19a02ad2ce784 + '@typescript-eslint/parser': 4.33.0_eslint@8.7.0+typescript@4.5.5 eslint: 8.7.0 eslint-config-standard: 16.0.3_122ae18802e4780317a0414610684b00 eslint-plugin-import: 2.25.4_eslint@8.7.0 eslint-plugin-node: 11.1.0_eslint@8.7.0 eslint-plugin-promise: 5.2.0_eslint@8.7.0 - typescript: 4.5.4 + typescript: 4.5.5 transitivePeerDependencies: - supports-color dev: false @@ -8185,18 +8157,11 @@ packages: eslint-plugin-promise: 5.2.0_eslint@8.7.0 dev: false - /eslint-import-resolver-node/0.3.4: - resolution: {integrity: sha512-ogtf+5AB/O+nM6DIeBUNr2fuT7ot9Qg/1harBfBtaP13ekEWFQEEMP94BCB7zaNW3gyY+8SHYF00rnqYwXKWOA==} - dependencies: - debug: 2.6.9 - resolve: 1.21.0 - /eslint-import-resolver-node/0.3.6: resolution: {integrity: sha512-0En0w03NRVMn9Uiyn8YRPDKvWjxCWkslUEhGNTdGx15RvPJYQ+lbOlqrlNI2vEAs4pDYK4f/HN2TbDmk5TP0iw==} dependencies: debug: 3.2.7 - resolve: 1.21.0 - dev: false + resolve: 1.22.0 /eslint-module-utils/2.7.2: resolution: {integrity: sha512-zquepFnWCY2ISMFwD/DqzaM++H+7PDzOpUvotJWm/y1BAFt5R4oeULgdrTejKqLkz7MA/tgstsUMNYc7wNdTrg==} @@ -8235,7 +8200,7 @@ packages: is-glob: 4.0.3 minimatch: 3.0.4 object.values: 1.1.5 - resolve: 1.21.0 + resolve: 1.22.0 tsconfig-paths: 3.12.0 dev: false @@ -8250,7 +8215,7 @@ packages: eslint-utils: 2.1.0 ignore: 5.2.0 minimatch: 3.0.4 - resolve: 1.21.0 + resolve: 1.22.0 semver: 6.3.0 dev: false @@ -8489,41 +8454,6 @@ packages: /express-rate-limit/5.5.1: resolution: {integrity: sha512-MTjE2eIbHv5DyfuFz4zLYWxpqVhEhkTiwFGuB74Q9CSou2WHO52nlE5y3Zlg6SIsiYUIPj6ifFxnkPz6O3sIUg==} - /express/4.17.1: - resolution: {integrity: sha512-mHJ9O79RqluphRrcw2X/GTh3k9tVv8YcoyY4Kkh4WDMUYKRZUq0h1o0w2rrrxBqM7VoeUVqgb27xlEMXTnYt4g==} - engines: {node: '>= 0.10.0'} - dependencies: - accepts: 1.3.7 - array-flatten: 1.1.1 - body-parser: 1.19.0 - content-disposition: 0.5.3 - content-type: 1.0.4 - cookie: 0.4.0 - cookie-signature: 1.0.6 - debug: 2.6.9 - depd: 1.1.2 - encodeurl: 1.0.2 - escape-html: 1.0.3 - etag: 1.8.1 - finalhandler: 1.1.2 - fresh: 0.5.2 - merge-descriptors: 1.0.1 - methods: 1.1.2 - on-finished: 2.3.0 - parseurl: 1.3.3 - path-to-regexp: 0.1.7 - proxy-addr: 2.0.7 - qs: 6.7.0 - range-parser: 1.2.1 - safe-buffer: 5.1.2 - send: 0.17.1 - serve-static: 1.14.1 - setprototypeof: 1.1.1 - statuses: 1.5.0 - type-is: 1.6.18 - utils-merge: 1.0.1 - vary: 1.1.2 - /express/4.17.2: resolution: {integrity: sha512-oxlxJxcQlYwqPWKVJJtvQiwHgosH/LrLSPA+H4UxpyvSS6jC5aH+5MoHFM+KABgTOt0APue4w66Ha8jCUo9QGg==} engines: {node: '>= 0.10.0'} @@ -8644,13 +8574,10 @@ packages: /fast-levenshtein/2.0.6: resolution: {integrity: sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=} - /fast-redact/3.0.2: - resolution: {integrity: sha512-YN+CYfCVRVMUZOUPeinHNKgytM1wPI/C/UCLEi56EsY2dwwvI00kIJHJoI7pMVqGoMew8SMZ2SSfHKHULHXDsg==} + /fast-redact/3.1.0: + resolution: {integrity: sha512-dir8LOnvialLxiXDPESMDHGp82CHi6ZEYTVkcvdn5d7psdv9ZkkButXrOeXST4aqreIRR+N7CYlsrwFuorurVg==} engines: {node: '>=6'} - /fast-safe-stringify/2.0.8: - resolution: {integrity: sha512-lXatBjf3WPjmWD6DpIZxkeSsCOwqI0maYMpgDlx8g4U2qi4lbjA9oH/HD2a87G+KfsUmo5WbJFmqBZlPxtptag==} - /fast-safe-stringify/2.1.1: resolution: {integrity: sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==} @@ -8658,9 +8585,6 @@ packages: resolution: {integrity: sha512-On2N+BpYJ15xIC974QNVuYGMOlEVt4s0EOI3wwMqOmK1fdDY+FN/zltPV8vosq4ad4c/gJ1KHScUn/6AWIgiow==} dev: false - /fastify-warning/0.2.0: - resolution: {integrity: sha512-s1EQguBw/9qtc1p/WTY4eq9WMRIACkj+HTcOIK1in4MV5aFaQC9ZCIt0dJ7pr5bIf4lPpHvAtP2ywpTNgs7hqw==} - /fastq/1.13.0: resolution: {integrity: sha512-YpkpUnK8od0o1hmeSc7UUs/eB/vIPWJYjKck2QKIzAf71Vm1AAQ3EbuZB3g2JIy+pg+ERD0vqI79KyZiB2e2Nw==} dependencies: @@ -10028,8 +9952,8 @@ packages: resolution: {integrity: sha512-czwUz525rkOFDJxfKK6mYfIs9zBKILyrZQxjz3ABhjQXhbhFsSbo1HW/BFcsDnfJYJWA6thRR5/TUY2qs5W99Q==} engines: {node: '>=8'} dependencies: - '@babel/core': 7.16.7 - '@babel/parser': 7.16.8_@babel+types@7.16.8 + '@babel/core': 7.16.12 + '@babel/parser': 7.16.12_@babel+types@7.16.8 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.0 semver: 6.3.0 @@ -10135,10 +10059,10 @@ packages: ts-node: optional: true dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.12 '@jest/test-sequencer': 27.4.6_@babel+types@7.16.8 '@jest/types': 27.4.2 - babel-jest: 27.4.6_9c50d646f39b794f895b0a314e633517 + babel-jest: 27.4.6_42c3e6efc52cb03f85165c2c70d23dee chalk: 4.1.2 ci-info: 3.3.0 deepmerge: 4.2.2 @@ -10157,7 +10081,7 @@ packages: micromatch: 4.0.4 pretty-format: 27.4.6 slash: 3.0.0 - ts-node: 10.4.0_a19b13fd6103b93ffb171990ccc3ad12 + ts-node: 10.4.0_c7aa03196a4d62e8dc844e3ce73ee619 transitivePeerDependencies: - '@babel/types' - bufferutil @@ -10355,7 +10279,7 @@ packages: jest-pnp-resolver: 1.2.2_jest-resolve@27.4.6 jest-util: 27.4.2 jest-validate: 27.4.6 - resolve: 1.21.0 + resolve: 1.22.0 resolve.exports: 1.1.0 slash: 3.0.0 dev: true @@ -10437,16 +10361,16 @@ packages: resolution: {integrity: sha512-fafUCDLQfzuNP9IRcEqaFAMzEe7u5BF7mude51wyWv7VRex60WznZIC7DfKTgSIlJa8aFzYmXclmN328aqSDmQ==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.12 '@babel/generator': 7.16.8 - '@babel/plugin-syntax-typescript': 7.16.7_@babel+core@7.16.7 - '@babel/traverse': 7.16.8 + '@babel/plugin-syntax-typescript': 7.16.7_@babel+core@7.16.12 + '@babel/traverse': 7.16.10 '@babel/types': 7.16.8 '@jest/transform': 27.4.6_@babel+types@7.16.8 '@jest/types': 27.4.2 '@types/babel__traverse': 7.14.2 '@types/prettier': 2.4.3 - babel-preset-current-node-syntax: 1.0.1_@babel+core@7.16.7 + babel-preset-current-node-syntax: 1.0.1_@babel+core@7.16.12 chalk: 4.1.2 expect: 27.4.6 graceful-fs: 4.2.9 @@ -11086,7 +11010,7 @@ packages: minipass-fetch: 1.4.1 minipass-flush: 1.0.5 minipass-pipeline: 1.2.4 - negotiator: 0.6.2 + negotiator: 0.6.3 promise-retry: 2.0.1 socks-proxy-agent: 6.1.1 ssri: 8.0.1 @@ -11144,6 +11068,11 @@ packages: engines: {node: '>= 10'} hasBin: true + /marked/4.0.10: + resolution: {integrity: sha512-+QvuFj0nGgO970fySghXGmuw+Fd0gD2x3+MqCWLIPf5oxdv1Ka6b2q+z9RP01P/IaKPMEramy+7cNy/Lw8c3hw==} + engines: {node: '>= 12'} + hasBin: true + /mdast-util-compact/1.0.4: resolution: {integrity: sha512-3YDMQHI5vRiS2uygEFYaqckibpJtKq5Sj2c8JioeOQBU6INpKbdWzfyLqFFnDwEcEnRFIdMsguzs5pC1Jp4Isg==} dependencies: @@ -11471,9 +11400,6 @@ packages: /ms/2.0.0: resolution: {integrity: sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=} - /ms/2.1.1: - resolution: {integrity: sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==} - /ms/2.1.2: resolution: {integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==} @@ -11555,6 +11481,11 @@ packages: resolution: {integrity: sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw==} engines: {node: '>= 0.6'} + /negotiator/0.6.3: + resolution: {integrity: sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==} + engines: {node: '>= 0.6'} + dev: false + /neo-async/2.6.2: resolution: {integrity: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==} @@ -11621,12 +11552,6 @@ packages: semver: 5.7.1 dev: true - /node-fetch/2.6.6: - resolution: {integrity: sha512-Z8/6vRlTUChSdIgMa51jxQ4lrw/Jy5SOW10ObaA47/RElsAN2c5Pn8bTgFGWn/ibwzXTE8qwr1Yzx28vsecXEA==} - engines: {node: 4.x || >=6.0.0} - dependencies: - whatwg-url: 5.0.0 - /node-fetch/2.6.7: resolution: {integrity: sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==} engines: {node: 4.x || >=6.0.0} @@ -11637,7 +11562,6 @@ packages: optional: true dependencies: whatwg-url: 5.0.0 - dev: true /node-fetch/3.0.0-beta.9: resolution: {integrity: sha512-RdbZCEynH2tH46+tj0ua9caUHVWrd/RHnRfvly2EVdqGmI3ndS1Vn/xjm5KuGejDt2RNDQsVRLPNd2QPwcewVg==} @@ -11708,7 +11632,7 @@ packages: resolution: {integrity: sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==} dependencies: hosted-git-info: 3.0.8 - resolve: 1.21.0 + resolve: 1.22.0 semver: 5.7.1 validate-npm-package-license: 3.0.4 @@ -12312,15 +12236,15 @@ packages: /pino-std-serializers/3.2.0: resolution: {integrity: sha512-EqX4pwDPrt3MuOAAUBMU0Tk5kR/YcCM5fNPEzgCO2zJ5HfX0vbiH9HbJglnyeQsN96Kznae6MWD47pZB5avTrg==} - /pino/6.13.3: - resolution: {integrity: sha512-tJy6qVgkh9MwNgqX1/oYi3ehfl2Y9H0uHyEEMsBe74KinESIjdMrMQDWpcZPpPicg3VV35d/GLQZmo4QgU2Xkg==} + /pino/6.13.4: + resolution: {integrity: sha512-g4tHSISmQJYUEKEMVdaZ+ZokWwFnTwZL5JPn+lnBVZ1BuBbrSchrXwQINknkM5+Q4fF6U9NjiI8PWwwMDHt9zA==} hasBin: true dependencies: - fast-redact: 3.0.2 - fast-safe-stringify: 2.0.8 - fastify-warning: 0.2.0 + fast-redact: 3.1.0 + fast-safe-stringify: 2.1.1 flatstr: 1.0.12 pino-std-serializers: 3.2.0 + process-warning: 1.0.0 quick-format-unescaped: 4.0.4 sonic-boom: 1.4.1 @@ -12503,6 +12427,9 @@ packages: /process-nextick-args/2.0.1: resolution: {integrity: sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==} + /process-warning/1.0.0: + resolution: {integrity: sha512-du4wfLyj4yCZq1VupnVSZmRsPJsNuxoDQFdCFHLaYiEbFBD7QE0a+I4D7hOxrVnh78QE/YipFAj9lXHiXocV+Q==} + /progress/2.0.3: resolution: {integrity: sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==} engines: {node: '>=0.4.0'} @@ -12583,7 +12510,7 @@ packages: dependencies: fill-keys: 1.0.2 module-not-found-error: 1.0.1 - resolve: 1.21.0 + resolve: 1.22.0 dev: true /ps-list/6.3.0: @@ -12654,10 +12581,6 @@ packages: resolution: {integrity: sha512-qxXIEh4pCGfHICj1mAJQ2/2XVZkjCDTcEgfoSQxc/fYivUZxTkk7L3bDBJSoNrEzXI17oUO5Dp07ktqE5KzczA==} engines: {node: '>=0.6'} - /qs/6.7.0: - resolution: {integrity: sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==} - engines: {node: '>=0.6'} - /qs/6.9.6: resolution: {integrity: sha512-TIRk4aqYLNoJUbd+g2lEdz5kLWIuTMRagAXxl78Q0RiVjAOugHmeKNGdd3cwo/ktpf9aL9epCfFqWDEKysUlLQ==} engines: {node: '>=0.6'} @@ -12683,15 +12606,6 @@ packages: resolution: {integrity: sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==} engines: {node: '>= 0.6'} - /raw-body/2.4.0: - resolution: {integrity: sha512-4Oz8DUIwdvoa5qMJelxipzi/iJIi40O5cGV1wNYp5hvZP8ZN0T+jiNkL0QepXs+EsQ9XJ8ipEDoiH70ySUJP3Q==} - engines: {node: '>= 0.8'} - dependencies: - bytes: 3.1.0 - http-errors: 1.8.1 - iconv-lite: 0.4.24 - unpipe: 1.0.0 - /raw-body/2.4.2: resolution: {integrity: sha512-RPMAFUJP19WIet/99ngh6Iv8fzAbqum4Li7AD6DtGaW2RpMB/11xDoalPiJMTbu6I3hkbMVkATvZrqb9EEqeeQ==} engines: {node: '>= 0.8'} @@ -12818,7 +12732,7 @@ packages: resolution: {integrity: sha1-hSBLVNuoLVdC4oyWdW70OvUOM4Q=} engines: {node: '>= 0.10'} dependencies: - resolve: 1.21.0 + resolve: 1.22.0 dev: true /redent/3.0.0: @@ -13088,8 +13002,8 @@ packages: engines: {node: '>=10'} dev: true - /resolve/1.21.0: - resolution: {integrity: sha512-3wCbTpk5WJlyE4mSOtDLhqQmGFi0/TD9VPwmiolnk8U0wRgMEktqCXd3vy5buTO3tljvalNvKrjHEfrd2WpEKA==} + /resolve/1.22.0: + resolution: {integrity: sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw==} hasBin: true dependencies: is-core-module: 2.8.1 @@ -13251,24 +13165,6 @@ packages: dependencies: lru-cache: 6.0.0 - /send/0.17.1: - resolution: {integrity: sha512-BsVKsiGcQMFwT8UxypobUKyv7irCNRHk1T0G680vk88yf6LBByGcZJOTJCrTP2xVN6yI+XjPJcNuE3V4fT9sAg==} - engines: {node: '>= 0.8.0'} - dependencies: - debug: 2.6.9 - depd: 1.1.2 - destroy: 1.0.4 - encodeurl: 1.0.2 - escape-html: 1.0.3 - etag: 1.8.1 - fresh: 0.5.2 - http-errors: 1.8.1 - mime: 1.6.0 - ms: 2.1.1 - on-finished: 2.3.0 - range-parser: 1.2.1 - statuses: 1.5.0 - /send/0.17.2: resolution: {integrity: sha512-UJYB6wFSJE3G00nEivR5rgWp8c2xXvJ3OPWPhmuteU0IKj8nKbG3DrjiOmLwpnHGYWAVwA69zmTm++YG0Hmwww==} engines: {node: '>= 0.8.0'} @@ -13287,15 +13183,6 @@ packages: range-parser: 1.2.1 statuses: 1.5.0 - /serve-static/1.14.1: - resolution: {integrity: sha512-JMrvUwE54emCYWlTI+hGrGv5I8dEwmco/00EvkzIIsR7MqrHonbD9pO2MOfFnpFntl7ecpZs+3mW+XbQZu9QCg==} - engines: {node: '>= 0.8.0'} - dependencies: - encodeurl: 1.0.2 - escape-html: 1.0.3 - parseurl: 1.3.3 - send: 0.17.1 - /serve-static/1.14.2: resolution: {integrity: sha512-+TMNA9AFxUEGuC0z2mevogSnn9MXKb4fa7ngeRMJaaGv8vTwnIEkKi+QGvPt33HSnf8pRS+WGM0EbMtCJLKMBQ==} engines: {node: '>= 0.8.0'} @@ -13316,9 +13203,6 @@ packages: is-primitive: 3.0.1 dev: true - /setprototypeof/1.1.1: - resolution: {integrity: sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw==} - /setprototypeof/1.2.0: resolution: {integrity: sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==} @@ -14211,8 +14095,8 @@ packages: utf8-byte-length: 1.0.4 dev: false - /ts-jest/27.1.2_dd7c91bd6ff034fee50a8c495c77e31c: - resolution: {integrity: sha512-eSOiJOWq6Hhs6Khzk5wKC5sgWIXgXqOCiIl1+3lfnearu58Hj4QpE5tUhQcA3xtZrELbcvAGCsd6HB8OsaVaTA==} + /ts-jest/27.1.3_faa56729211de360ba57367934fa686e: + resolution: {integrity: sha512-6Nlura7s6uM9BVUAoqLH7JHyMXjz8gluryjpPXxr3IxZdAXnU6FhjvVLHFtfd1vsE1p8zD1OJfskkc0jhTSnkA==} engines: {node: ^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0} hasBin: true peerDependencies: @@ -14232,7 +14116,7 @@ packages: esbuild: optional: true dependencies: - '@babel/core': 7.16.7 + '@babel/core': 7.16.12 '@types/jest': 27.4.0 bs-logger: 0.2.6 fast-json-stable-stringify: 2.1.0 @@ -14242,11 +14126,11 @@ packages: lodash.memoize: 4.1.2 make-error: 1.3.6 semver: 7.3.5 - typescript: 4.5.4 + typescript: 4.5.5 yargs-parser: 20.2.9 dev: true - /ts-node/10.4.0_a19b13fd6103b93ffb171990ccc3ad12: + /ts-node/10.4.0_c7aa03196a4d62e8dc844e3ce73ee619: resolution: {integrity: sha512-g0FlPvvCXSIO1JDF6S232P5jPYqBkRL9qly81ZgAOSU7rwI0stphCgd2kLiCrU9DjQCrJMWEqcNSjQL02s6d8A==} hasBin: true peerDependencies: @@ -14272,7 +14156,7 @@ packages: create-require: 1.1.1 diff: 4.0.2 make-error: 1.3.6 - typescript: 4.5.4 + typescript: 4.5.5 yn: 3.1.1 dev: true @@ -14303,14 +14187,14 @@ packages: resolution: {integrity: sha512-LxhtAkPDTkVCMQjt2h6eBVY28KCjikZqZfMcC15YBeNjkgUpdCfBu5HoiOTDu86v6smE8yOjyEktJ8hlbANHQA==} engines: {node: '>=0.6.x'} - /tsutils/3.21.0_typescript@4.5.4: + /tsutils/3.21.0_typescript@4.5.5: resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==} engines: {node: '>= 6'} peerDependencies: typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta' dependencies: tslib: 1.14.1 - typescript: 4.5.4 + typescript: 4.5.5 dev: false /tty-table/2.8.13: @@ -14422,8 +14306,8 @@ packages: /typedarray/0.0.6: resolution: {integrity: sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=} - /typescript/4.5.4: - resolution: {integrity: sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==} + /typescript/4.5.5: + resolution: {integrity: sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA==} engines: {node: '>=4.2.0'} hasBin: true dev: true @@ -14644,15 +14528,16 @@ packages: resolution: {integrity: sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=} engines: {node: '>= 0.8'} - /verdaccio-audit/10.1.0: - resolution: {integrity: sha512-lu2rpicM7PeVQ+7dlupP92Ddp7v+Rqae4gFfzd9GTxgzS7wWm7USM88GalEPTJtcn4zDh4nC3nbjE7eEQTVFKg==} + /verdaccio-audit/10.1.1: + resolution: {integrity: sha512-j4+u/DLzcsLESnjDNCA937PPlTi+ipBppy4g9H4oKC8COLY4Pe7yIMX7Xzb/hWVVKKtOjdDTLiakRpyT079XAQ==} engines: {node: '>=8'} dependencies: - body-parser: 1.19.0 - express: 4.17.1 + body-parser: 1.19.1 + express: 4.17.2 https-proxy-agent: 5.0.0 - node-fetch: 2.6.6 + node-fetch: 2.6.7 transitivePeerDependencies: + - encoding - supports-color /verdaccio-htpasswd/10.1.0: @@ -14665,17 +14550,17 @@ packages: http-errors: 1.8.1 unix-crypt-td-js: 1.1.4 - /verdaccio/5.4.0: - resolution: {integrity: sha512-OlG5IL1dsBDWVFFmuXYMWqnfg0LfhLiMYbsc6tRHSh57M3UanyI2/DKVBEvoe7WiSpv8valRG4mpS12mjeyNsA==} + /verdaccio/5.5.0: + resolution: {integrity: sha512-isHIHRpjoT0cUXQyH1wAAHnO0E5Ky+pMVaaYThrzsjlkQHS2rp04xj7VPQrVHTJFIbv2VTIHRjWriw0J2Ilt8g==} engines: {node: '>=12', npm: '>=6'} hasBin: true dependencies: '@verdaccio/commons-api': 10.1.0 - '@verdaccio/local-storage': 10.1.0 - '@verdaccio/readme': 10.2.0 + '@verdaccio/local-storage': 10.1.1 + '@verdaccio/readme': 10.2.1 '@verdaccio/streams': 10.1.0 - '@verdaccio/ui-theme': 3.4.1 - async: 3.2.2 + '@verdaccio/ui-theme': 6.0.0-6-next.15 + async: 3.2.3 body-parser: 1.19.1 clipanion: 3.1.0 compression: 1.7.4 @@ -14684,10 +14569,10 @@ packages: dayjs: 1.10.7 debug: 4.3.3 envinfo: 7.8.1 - eslint-import-resolver-node: 0.3.4 + eslint-import-resolver-node: 0.3.6 express: 4.17.2 express-rate-limit: 5.5.1 - fast-safe-stringify: 2.0.8 + fast-safe-stringify: 2.1.1 handlebars: 4.7.7 http-errors: 1.8.1 js-yaml: /@zkochan/js-yaml/0.0.5 @@ -14703,18 +14588,19 @@ packages: minimatch: 3.0.4 mkdirp: 1.0.4 mv: 2.1.1 - pino: 6.13.3 + pino: 6.13.4 pkginfo: 0.4.1 prettier-bytes: 1.0.4 pretty-ms: 7.0.1 request: 2.88.0 semver: 7.3.5 validator: 13.7.0 - verdaccio-audit: 10.1.0 + verdaccio-audit: 10.1.1 verdaccio-htpasswd: 10.1.0 transitivePeerDependencies: - bufferutil - canvas + - encoding - supports-color - utf-8-validate