Skip to content

Commit

Permalink
fix(deps): update dependency temp-dir to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 26, 2022
1 parent 3586c44 commit 64be9fc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"lodash-es": "^4.17.21",
"meow": "^10.1.3",
"nanoid": "^4.0.0",
"temp-dir": "^2.0.0",
"temp-dir": "^3.0.0",
"terser": "^5.14.2"
},
"keywords": [
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5511,10 +5511,10 @@ taffydb@2.6.2:
resolved "https://registry.npmjs.org/taffydb/-/taffydb-2.6.2.tgz"
integrity sha1-fLy2S1oUG2ou/CxdLGe04VCyomg=

temp-dir@^2.0.0:
version "2.0.0"
resolved "https://registry.yarnpkg.com/temp-dir/-/temp-dir-2.0.0.tgz#bde92b05bdfeb1516e804c9c00ad45177f31321e"
integrity sha512-aoBAniQmmwtcKp/7BzsH8Cxzv8OL736p7v1ihGb5e9DJ9kTwGWHrQrVB5+lfVDzfGrdRzXch+ig7LHaY1JTOrg==
temp-dir@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/temp-dir/-/temp-dir-3.0.0.tgz#7f147b42ee41234cc6ba3138cd8e8aa2302acffa"
integrity sha512-nHc6S/bwIilKHNRgK/3jlhDoIHcp45YgyiwcAk46Tr0LfEqGBVpmiAyuiuxeVE44m3mXnEeVhaipLOEWmH+Njw==

terminal-link@^2.0.0:
version "2.1.1"
Expand Down

0 comments on commit 64be9fc

Please sign in to comment.