Skip to content

Commit

Permalink
fix(deps): update symlink-dir
Browse files Browse the repository at this point in the history
ref #5909
  • Loading branch information
zkochan committed Feb 1, 2023
1 parent e14ba53 commit db74f9d
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion config/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@types/is-windows": "^1.0.0",
"@types/ramda": "0.28.20",
"@types/which": "^2.0.1",
"symlink-dir": "^5.1.0"
"symlink-dir": "^5.1.1"
},
"funding": "https://opencollective.com/pnpm",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion fs/symlink-dependency/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"dependencies": {
"@pnpm/core-loggers": "workspace:*",
"@pnpm/types": "workspace:*",
"symlink-dir": "^5.1.0"
"symlink-dir": "^5.1.1"
},
"funding": "https://opencollective.com/pnpm",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion pkg-manager/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"read-yaml-file": "^2.1.0",
"resolve-link-target": "^2.0.0",
"sinon": "^15.0.1",
"symlink-dir": "^5.1.0",
"symlink-dir": "^5.1.1",
"write-json-file": "^4.3.0",
"write-yaml-file": "^4.2.0"
},
Expand Down
4 changes: 2 additions & 2 deletions pkg-manager/hoist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,18 +41,18 @@
"dependencies": {
"@pnpm/constants": "workspace:*",
"@pnpm/core-loggers": "workspace:*",
"@pnpm/dependency-path": "workspace:*",
"@pnpm/link-bins": "workspace:*",
"@pnpm/lockfile-types": "workspace:*",
"@pnpm/lockfile-utils": "workspace:*",
"@pnpm/lockfile-walker": "workspace:*",
"@pnpm/matcher": "workspace:*",
"@pnpm/types": "workspace:*",
"@pnpm/util.lex-comparator": "1.0.0",
"@pnpm/dependency-path": "workspace:*",
"is-subdir": "^1.2.0",
"ramda": "npm:@pnpm/ramda@0.28.1",
"resolve-link-target": "^2.0.0",
"symlink-dir": "^5.1.0"
"symlink-dir": "^5.1.1"
},
"funding": "https://opencollective.com/pnpm",
"exports": {
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 @@ -46,7 +46,7 @@
"normalize-path": "^3.0.0",
"p-settle": "^4.1.1",
"ramda": "npm:@pnpm/ramda@0.28.1",
"symlink-dir": "^5.1.0"
"symlink-dir": "^5.1.1"
},
"devDependencies": {
"@pnpm/link-bins": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion pkg-manager/plugin-commands-installation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"proxyquire": "^2.1.3",
"read-yaml-file": "^2.1.0",
"sinon": "^15.0.1",
"symlink-dir": "^5.1.0",
"symlink-dir": "^5.1.1",
"tempy": "^1.0.1",
"write-json-file": "^4.3.0",
"write-pkg": "4.0.0",
Expand Down
48 changes: 24 additions & 24 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pnpm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
"semver": "^7.3.8",
"split-cmd": "^1.0.1",
"strip-ansi": "^6.0.1",
"symlink-dir": "^5.1.0",
"symlink-dir": "^5.1.1",
"tempy": "^1.0.1",
"tree-kill": "^1.2.2",
"which": "^3.0.0",
Expand Down

0 comments on commit db74f9d

Please sign in to comment.