Skip to content

Commit

Permalink
fix: upgrade tmp from 0.2.1 to 0.2.3
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade tmp from 0.2.1 to 0.2.3.

See this package in npm:


See this project in Snyk:
https://app.snyk.io/org/bs-sry/project/b75e57f4-f3ef-43ed-a989-4a553706d201?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Apr 9, 2024
1 parent 7d6b8e1 commit 2d2ff3b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@percy/sdk-utils": "^1.28.2",
"tmp": "^0.2.1"
"tmp": "^0.2.3"
},
"devDependencies": {
"@percy/cli": "^1.28.2",
Expand Down
10 changes: 4 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3716,12 +3716,10 @@ through@^2.3.8:
resolved "https://registry.npmjs.org/through/-/through-2.3.8.tgz"
integrity sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==

tmp@^0.2.1:
version "0.2.1"
resolved "https://registry.npmjs.org/tmp/-/tmp-0.2.1.tgz"
integrity sha512-76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ==
dependencies:
rimraf "^3.0.0"
tmp@^0.2.3:
version "0.2.3"
resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.2.3.tgz#eb783cc22bc1e8bebd0671476d46ea4eb32a79ae"
integrity sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w==

to-fast-properties@^2.0.0:
version "2.0.0"
Expand Down

0 comments on commit 2d2ff3b

Please sign in to comment.