Skip to content

Commit 18a0aeb

Browse files
Bump tempfile from 5.0.0 to 6.0.1 (#784)
Bumps [tempfile](https://github.com/sindresorhus/tempfile) from 5.0.0 to 6.0.1. - [Release notes](https://github.com/sindresorhus/tempfile/releases) - [Commits](sindresorhus/tempfile@v5.0.0...v6.0.1) --- updated-dependencies: - dependency-name: tempfile dependency-version: 6.0.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d311474 commit 18a0aeb

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@
404404
"minimist": "^1.2.8",
405405
"node-fetch": "^3.3.2",
406406
"octokit": "^5.0.5",
407-
"tempfile": "^5.0.0",
407+
"tempfile": "^6.0.1",
408408
"ts-command-line-args": "^2.5.1",
409409
"ts-jest": "29.4.6",
410410
"ts-loader": "^9.5.4",

yarn.lock

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4539,6 +4539,11 @@ is-relative@^1.0.0:
45394539
dependencies:
45404540
is-unc-path "^1.0.0"
45414541

4542+
is-safe-filename@^0.1.1:
4543+
version "0.1.1"
4544+
resolved "https://registry.yarnpkg.com/is-safe-filename/-/is-safe-filename-0.1.1.tgz#fb22eead097c614c47aa674de5d79a1648a53e66"
4545+
integrity sha512-4SrR7AdnY11LHfDKTZY1u6Ga3RuxZdl3YKWWShO5iyuG5h8QS4GD2tOb04peBJ5I7pXbR+CGBNEhTcwK+FzN3g==
4546+
45424547
is-stream@^2.0.0:
45434548
version "2.0.1"
45444549
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-2.0.1.tgz#fac1e3d53b97ad5a9d0ae9cef2389f5810a5c077"
@@ -7198,6 +7203,14 @@ tempfile@^5.0.0:
71987203
dependencies:
71997204
temp-dir "^3.0.0"
72007205

7206+
tempfile@^6.0.1:
7207+
version "6.0.1"
7208+
resolved "https://registry.yarnpkg.com/tempfile/-/tempfile-6.0.1.tgz#9e0f530aae237660cadfb111c7374c66f39b3927"
7209+
integrity sha512-DE4nURsf7nUqYHJKTgOVdpt0SBY5r4us4kbFXqg7KZFB7ih27NxIk3qXv29FtqTaE45stnLKTECmSc9ICuRbDQ==
7210+
dependencies:
7211+
is-safe-filename "^0.1.1"
7212+
temp-dir "^3.0.0"
7213+
72017214
terminal-link@^4.0.0:
72027215
version "4.0.0"
72037216
resolved "https://registry.yarnpkg.com/terminal-link/-/terminal-link-4.0.0.tgz#5f3e50329420fad97d07d624f7df1851d82963f1"

0 commit comments

Comments
 (0)