Skip to content

Commit

Permalink
chore(deps): update
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Mar 17, 2023
1 parent 9930441 commit f15fde7
Show file tree
Hide file tree
Showing 14 changed files with 489 additions and 378 deletions.
2 changes: 1 addition & 1 deletion __utils__/eslint-config/package.json
Expand Up @@ -31,7 +31,7 @@
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"typescript": "5.0.0-beta"
"typescript": "5.0.2"
},
"devDependencies": {
"@pnpm/eslint-config": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion env/plugin-commands-env/package.json
Expand Up @@ -54,7 +54,7 @@
"@types/semver": "7.3.13",
"adm-zip": "^0.5.10",
"execa": "npm:safe-execa@0.1.2",
"nock": "13.2.9",
"nock": "13.3.0",
"node-fetch": "3.0.0-beta.9",
"path-name": "^1.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion exec/plugin-commands-rebuild/package.json
Expand Up @@ -45,7 +45,7 @@
"@types/sinon": "^10.0.13",
"execa": "npm:safe-execa@0.1.2",
"path-exists": "^4.0.0",
"sinon": "^15.0.1",
"sinon": "^15.0.2",
"write-yaml-file": "^4.2.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion fetching/tarball-fetcher/package.json
Expand Up @@ -54,7 +54,7 @@
"@types/ramda": "0.28.20",
"@types/retry": "^0.12.2",
"@types/ssri": "^7.1.1",
"nock": "13.2.9",
"nock": "13.3.0",
"tempy": "^1.0.1"
},
"funding": "https://opencollective.com/pnpm",
Expand Down
2 changes: 1 addition & 1 deletion lockfile/audit/package.json
Expand Up @@ -35,7 +35,7 @@
"@pnpm/lockfile-file": "workspace:*",
"@pnpm/test-fixtures": "workspace:*",
"@types/ramda": "0.28.20",
"nock": "13.2.9"
"nock": "13.3.0"
},
"dependencies": {
"@pnpm/error": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion lockfile/plugin-commands-audit/package.json
Expand Up @@ -37,7 +37,7 @@
"@types/ramda": "0.28.20",
"@types/zkochan__table": "npm:@types/table@6.0.0",
"load-json-file": "^6.2.0",
"nock": "13.2.9",
"nock": "13.3.0",
"strip-ansi": "^6.0.1",
"tempy": "^1.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion network/fetch/package.json
Expand Up @@ -41,7 +41,7 @@
},
"devDependencies": {
"@pnpm/fetch": "workspace:*",
"nock": "13.2.9"
"nock": "13.3.0"
},
"funding": "https://opencollective.com/pnpm",
"exports": {
Expand Down
8 changes: 5 additions & 3 deletions package.json
Expand Up @@ -47,7 +47,7 @@
"cross-env": "^7.0.3",
"eslint": "^8.35.0",
"husky": "^8.0.3",
"jest": "^29.4.3",
"jest": "^29.5.0",
"keyv": "4.5.2",
"lcov-result-merger": "^3.3.0",
"npm-run-all": "^4.1.5",
Expand All @@ -57,7 +57,7 @@
"syncpack": "^8.5.14",
"ts-jest": "29.0.3",
"ts-node": "^10.9.1",
"typescript": "5.0.0-beta",
"typescript": "5.0.2",
"verdaccio": "5.20.1"
},
"engines": {
Expand Down Expand Up @@ -169,7 +169,9 @@
]
},
"auditConfig": {
"ignoreCves": ["CVE-2023-28155"]
"ignoreCves": [
"CVE-2023-28155"
]
}
}
}
4 changes: 2 additions & 2 deletions pkg-manager/core/package.json
Expand Up @@ -93,11 +93,11 @@
"execa": "npm:safe-execa@0.1.2",
"exists-link": "2.0.0",
"is-windows": "^1.0.2",
"nock": "13.2.9",
"nock": "13.3.0",
"path-name": "^1.0.0",
"read-yaml-file": "^2.1.0",
"resolve-link-target": "^2.0.0",
"sinon": "^15.0.1",
"sinon": "^15.0.2",
"symlink-dir": "^5.1.1",
"write-json-file": "^4.3.0",
"write-yaml-file": "^4.2.0"
Expand Down
2 changes: 1 addition & 1 deletion pkg-manager/headless/package.json
Expand Up @@ -32,7 +32,7 @@
"isexe": "2.0.0",
"load-json-file": "^6.2.0",
"npm-run-all": "^4.1.5",
"sinon": "^15.0.1",
"sinon": "^15.0.2",
"tempy": "^1.0.1",
"write-json-file": "^4.3.0"
},
Expand Down
2 changes: 1 addition & 1 deletion pkg-manager/package-requester/package.json
Expand Up @@ -75,7 +75,7 @@
"@types/semver": "7.3.13",
"@types/ssri": "^7.1.1",
"delay": "^5.0.0",
"nock": "13.2.9",
"nock": "13.3.0",
"normalize-path": "^3.0.0",
"tempy": "^1.0.1"
},
Expand Down
4 changes: 2 additions & 2 deletions pkg-manager/plugin-commands-installation/package.json
Expand Up @@ -46,11 +46,11 @@
"@types/yarnpkg__lockfile": "^1.1.5",
"@types/zkochan__table": "npm:@types/table@6.0.0",
"delay": "^5.0.0",
"jest-diff": "^29.4.3",
"jest-diff": "^29.5.0",
"path-name": "^1.0.0",
"proxyquire": "^2.1.3",
"read-yaml-file": "^2.1.0",
"sinon": "^15.0.1",
"sinon": "^15.0.2",
"symlink-dir": "^5.1.1",
"tempy": "^1.0.1",
"write-json-file": "^4.3.0",
Expand Down

0 comments on commit f15fde7

Please sign in to comment.