Skip to content

Commit

Permalink
fix: vulnerable dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Mar 14, 2024
1 parent 053fc12 commit e71ca75
Show file tree
Hide file tree
Showing 14 changed files with 623 additions and 636 deletions.
2 changes: 1 addition & 1 deletion __utils__/assert-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@pnpm/assert-project": "workspace:*",
"@types/is-windows": "^1.0.2",
"@types/isexe": "2.0.2",
"@types/node": "^18.19.15"
"@types/node": "^18.19.24"
},
"directories": {
"test": "test"
Expand Down
2 changes: 1 addition & 1 deletion __utils__/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"dependencies": {
"@typescript-eslint/eslint-plugin": "6.18.1",
"@typescript-eslint/parser": "6.18.1",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-standard-with-typescript": "^39.1.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^16.6.2",
Expand Down
2 changes: 1 addition & 1 deletion __utils__/prepare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"devDependencies": {
"@pnpm/prepare": "workspace:*",
"@types/node": "^18.19.15"
"@types/node": "^18.19.24"
},
"scripts": {
"lint": "eslint src/**/*.ts",
Expand Down
2 changes: 1 addition & 1 deletion __utils__/test-ipc-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"devDependencies": {
"@pnpm/prepare": "workspace:*",
"@pnpm/test-ipc-server": "workspace:*",
"@types/node": "^18.19.15",
"@types/node": "^18.19.24",
"execa": "npm:safe-execa@0.1.2"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion env/node.fetcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@pnpm/fetching-types": "workspace:*",
"@pnpm/pick-fetcher": "workspace:*",
"@pnpm/tarball-fetcher": "workspace:*",
"adm-zip": "^0.5.10",
"adm-zip": "^0.5.12",
"detect-libc": "^2.0.2",
"rename-overwrite": "^5.0.0",
"tempy": "^1.0.1"
Expand Down
2 changes: 1 addition & 1 deletion env/plugin-commands-env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@types/graceful-fs": "^4.1.9",
"@types/is-windows": "^1.0.2",
"@types/semver": "7.5.3",
"adm-zip": "^0.5.10",
"adm-zip": "^0.5.12",
"execa": "npm:safe-execa@0.1.2",
"nock": "13.3.4",
"node-fetch": "npm:@pnpm/node-fetch@1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion exec/prepare-package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@pnpm/types": "workspace:*",
"@zkochan/rimraf": "^2.1.3",
"execa": "npm:safe-execa@0.1.2",
"preferred-pm": "^3.1.2",
"preferred-pm": "^3.1.3",
"ramda": "npm:@pnpm/ramda@0.28.1"
},
"funding": "https://opencollective.com/pnpm",
Expand Down
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
"dev-setup": "pnpm -C=./pnpm/dev link -g"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/core": "^7.24.0",
"@babel/plugin-proposal-dynamic-import": "^7.18.6",
"@babel/plugin-transform-modules-commonjs": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@babel/types": "^7.23.9",
"@babel/types": "^7.24.0",
"@changesets/cli": "^2.27.1",
"@commitlint/cli": "^17.8.1",
"@commitlint/config-conventional": "^17.8.1",
Expand All @@ -43,12 +43,12 @@
"@pnpm/tsconfig": "workspace:*",
"@pnpm/worker": "workspace:*",
"@types/jest": "^29.5.12",
"@types/node": "^18.19.15",
"@types/node": "^18.19.24",
"c8": "^7.14.0",
"concurrently": "8.2.1",
"cross-env": "^7.0.3",
"cspell": "7.3.8",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"husky": "^9.0.11",
"jest": "^29.7.0",
"keyv": "4.5.4",
Expand Down Expand Up @@ -81,7 +81,8 @@
"semver@<7.5.2": ">=7.5.2",
"tough-cookie@<4.1.3": ">=4.1.3",
"@yarnpkg/fslib@2": "3",
"socks@2": "^2.8.1"
"socks@2": "^2.8.1",
"follow-redirects@<=1.15.5": ">=1.15.6"
},
"packageExtensions": {
"@babel/parser": {
Expand Down
2 changes: 1 addition & 1 deletion pkg-manager/link-bins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@pnpm/link-bins": "workspace:*",
"@pnpm/test-fixtures": "workspace:*",
"@types/is-windows": "^1.0.2",
"@types/node": "^18.19.15",
"@types/node": "^18.19.24",
"@types/normalize-path": "^3.0.2",
"@types/ramda": "0.28.20",
"cmd-extension": "^1.0.2",
Expand Down
2 changes: 1 addition & 1 deletion pkg-manager/package-bins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"devDependencies": {
"@pnpm/package-bins": "workspace:*",
"@types/node": "^18.19.15"
"@types/node": "^18.19.24"
},
"funding": "https://opencollective.com/pnpm",
"exports": {
Expand Down

0 comments on commit e71ca75

Please sign in to comment.