mirror of
https://github.com/pnpm/pnpm.git
synced 2026-01-07 14:38:32 -05:00
fix(deps): update dependencies
This commit is contained in:
10
.changeset/cool-bobcats-jam.md
Normal file
10
.changeset/cool-bobcats-jam.md
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
"@pnpm/package-requester": patch
|
||||
"@pnpm/tarball-fetcher": patch
|
||||
"@pnpm/local-resolver": patch
|
||||
"@pnpm/npm-resolver": patch
|
||||
"@pnpm/package-store": patch
|
||||
"@pnpm/cafs": patch
|
||||
---
|
||||
|
||||
Update ssri to v10.0.1.
|
||||
@@ -25,13 +25,13 @@
|
||||
"dependencies": {
|
||||
"@typescript-eslint/eslint-plugin": "^5.47.1",
|
||||
"@typescript-eslint/parser": "^5.47.1",
|
||||
"eslint": "^8.30.0",
|
||||
"eslint-config-standard-with-typescript": "^23.0.0",
|
||||
"eslint": "^8.31.0",
|
||||
"eslint-config-standard-with-typescript": "^26.0.0",
|
||||
"eslint-plugin-import": "^2.26.0",
|
||||
"eslint-plugin-n": "^15.6.0",
|
||||
"eslint-plugin-node": "^11.1.0",
|
||||
"eslint-plugin-promise": "^6.1.1",
|
||||
"typescript": "4.9.3"
|
||||
"typescript": "4.9.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@pnpm/eslint-config": "workspace:*"
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
"@zkochan/retry": "^0.2.0",
|
||||
"p-map-values": "^1.0.0",
|
||||
"ramda": "npm:@pnpm/ramda@0.28.1",
|
||||
"ssri": "10.0.0"
|
||||
"ssri": "10.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@pnpm/cafs-types": "workspace:*",
|
||||
|
||||
16
package.json
16
package.json
@@ -28,15 +28,15 @@
|
||||
"dev-setup": "pnpm -C=./pnpm/dev link -g"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.20.7",
|
||||
"@babel/core": "^7.20.12",
|
||||
"@babel/plugin-proposal-dynamic-import": "^7.18.6",
|
||||
"@babel/plugin-transform-modules-commonjs": "^7.20.11",
|
||||
"@babel/preset-typescript": "^7.18.6",
|
||||
"@babel/types": "^7.20.7",
|
||||
"@changesets/cli": "^2.26.0",
|
||||
"@commitlint/cli": "^17.3.0",
|
||||
"@commitlint/config-conventional": "^17.3.0",
|
||||
"@commitlint/prompt-cli": "^17.3.0",
|
||||
"@commitlint/cli": "^17.4.1",
|
||||
"@commitlint/config-conventional": "^17.4.0",
|
||||
"@commitlint/prompt-cli": "^17.4.1",
|
||||
"@pnpm/eslint-config": "workspace:*",
|
||||
"@pnpm/meta-updater": "0.2.2",
|
||||
"@pnpm/registry-mock": "3.2.0",
|
||||
@@ -45,8 +45,8 @@
|
||||
"@types/node": "^14.18.36",
|
||||
"c8": "^7.12.0",
|
||||
"cross-env": "^7.0.3",
|
||||
"eslint": "^8.30.0",
|
||||
"husky": "^8.0.2",
|
||||
"eslint": "^8.31.0",
|
||||
"husky": "^8.0.3",
|
||||
"jest": "^29.3.1",
|
||||
"keyv": "4.5.2",
|
||||
"lcov-result-merger": "^3.3.0",
|
||||
@@ -57,8 +57,8 @@
|
||||
"syncpack": "^8.4.11",
|
||||
"ts-jest": "29.0.3",
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "4.9.3",
|
||||
"verdaccio": "^5.19.0"
|
||||
"typescript": "4.9.4",
|
||||
"verdaccio": "^5.19.1"
|
||||
},
|
||||
"engines": {
|
||||
"pnpm": ">=7.24.2"
|
||||
|
||||
@@ -51,7 +51,7 @@
|
||||
"escape-string-regexp": "^4.0.0",
|
||||
"ramda": "npm:@pnpm/ramda@0.28.1",
|
||||
"render-help": "^1.0.2",
|
||||
"safe-execa": "^0.1.2",
|
||||
"safe-execa": "^0.1.3",
|
||||
"tempy": "^1.0.1"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
||||
@@ -87,7 +87,7 @@
|
||||
"@types/semver": "7.3.13",
|
||||
"@types/sinon": "^10.0.13",
|
||||
"@yarnpkg/core": "4.0.0-rc.27",
|
||||
"ci-info": "^3.7.0",
|
||||
"ci-info": "^3.7.1",
|
||||
"deep-require-cwd": "1.0.0",
|
||||
"execa": "npm:safe-execa@0.1.2",
|
||||
"exists-link": "2.0.0",
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
"@pnpm/read-projects-context": "workspace:*",
|
||||
"@pnpm/types": "workspace:*",
|
||||
"@zkochan/rimraf": "^2.1.2",
|
||||
"ci-info": "^3.7.0",
|
||||
"ci-info": "^3.7.1",
|
||||
"path-absolute": "^1.0.1",
|
||||
"ramda": "npm:@pnpm/ramda@0.28.1"
|
||||
},
|
||||
|
||||
@@ -61,7 +61,7 @@
|
||||
"rename-overwrite": "^4.0.3",
|
||||
"safe-promise-defer": "^1.0.1",
|
||||
"semver": "^7.3.8",
|
||||
"ssri": "10.0.0"
|
||||
"ssri": "10.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@pnpm/cafs-types": "workspace:*",
|
||||
|
||||
@@ -89,7 +89,7 @@
|
||||
"@zkochan/table": "^1.0.0",
|
||||
"@zkochan/which": "^2.0.3",
|
||||
"chalk": "^4.1.2",
|
||||
"ci-info": "^3.7.0",
|
||||
"ci-info": "^3.7.1",
|
||||
"enquirer": "^2.3.6",
|
||||
"is-subdir": "^1.2.0",
|
||||
"load-json-file": "^6.2.0",
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
"@pnpm/write-project-manifest": "workspace:*",
|
||||
"fast-deep-equal": "^3.1.3",
|
||||
"is-windows": "^1.0.2",
|
||||
"json5": "^2.2.2",
|
||||
"json5": "^2.2.3",
|
||||
"parse-json": "^5.2.0",
|
||||
"read-yaml-file": "^2.1.0",
|
||||
"sort-keys": "^4.2.0",
|
||||
|
||||
@@ -31,7 +31,7 @@
|
||||
"dependencies": {
|
||||
"@pnpm/text.comments-parser": "workspace:*",
|
||||
"@pnpm/types": "workspace:*",
|
||||
"json5": "^2.2.2",
|
||||
"json5": "^2.2.3",
|
||||
"write-file-atomic": "^5.0.0",
|
||||
"write-yaml-file": "^4.2.0"
|
||||
},
|
||||
|
||||
1226
pnpm-lock.yaml
generated
1226
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@@ -76,13 +76,13 @@
|
||||
"@zkochan/retry": "^0.2.0",
|
||||
"@zkochan/rimraf": "^2.1.2",
|
||||
"chalk": "^4.1.2",
|
||||
"ci-info": "^3.7.0",
|
||||
"ci-info": "^3.7.1",
|
||||
"cross-spawn": "^7.0.3",
|
||||
"cross-var-no-babel": "^1.2.0",
|
||||
"deep-require-cwd": "1.0.0",
|
||||
"delay": "^5.0.0",
|
||||
"dir-is-case-sensitive": "^2.0.0",
|
||||
"esbuild": "^0.15.18",
|
||||
"esbuild": "^0.16.16",
|
||||
"execa": "npm:safe-execa@0.1.2",
|
||||
"exists-link": "2.0.0",
|
||||
"is-windows": "^1.0.2",
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
"@types/sinon": "^10.0.13",
|
||||
"@types/tar": "^6.1.3",
|
||||
"@types/tar-stream": "^2.2.2",
|
||||
"ci-info": "^3.7.0",
|
||||
"ci-info": "^3.7.1",
|
||||
"cross-spawn": "^7.0.3",
|
||||
"is-windows": "^1.0.2",
|
||||
"load-json-file": "^6.2.0",
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
"@pnpm/resolver-base": "workspace:*",
|
||||
"@pnpm/types": "workspace:*",
|
||||
"normalize-path": "^3.0.0",
|
||||
"ssri": "10.0.0"
|
||||
"ssri": "10.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@pnpm/local-resolver": "workspace:*",
|
||||
|
||||
@@ -53,7 +53,7 @@
|
||||
"ramda": "npm:@pnpm/ramda@0.28.1",
|
||||
"rename-overwrite": "^4.0.3",
|
||||
"semver": "^7.3.8",
|
||||
"ssri": "10.0.0",
|
||||
"ssri": "10.0.1",
|
||||
"version-selector-type": "^3.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
"p-limit": "^3.1.0",
|
||||
"path-temp": "^2.0.0",
|
||||
"rename-overwrite": "^4.0.3",
|
||||
"ssri": "10.0.0",
|
||||
"ssri": "10.0.1",
|
||||
"strip-bom": "^4.0.0",
|
||||
"tar-stream": "^2.2.0"
|
||||
},
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
"@zkochan/rimraf": "^2.1.2",
|
||||
"load-json-file": "^6.2.0",
|
||||
"ramda": "npm:@pnpm/ramda@0.28.1",
|
||||
"ssri": "10.0.0",
|
||||
"ssri": "10.0.1",
|
||||
"write-json-file": "^4.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
"@zkochan/rimraf": "^2.1.2",
|
||||
"execa": "npm:safe-execa@0.1.2",
|
||||
"path-exists": "^4.0.0",
|
||||
"ssri": "10.0.0",
|
||||
"ssri": "10.0.1",
|
||||
"tempy": "^1.0.1"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
"@types/micromatch": "^4.0.2",
|
||||
"@types/ramda": "0.28.20",
|
||||
"@types/touch": "^3.1.2",
|
||||
"ci-info": "^3.7.0",
|
||||
"ci-info": "^3.7.1",
|
||||
"is-windows": "^1.0.2",
|
||||
"tempy": "^1.0.1",
|
||||
"touch": "3.1.0"
|
||||
|
||||
Reference in New Issue
Block a user