Skip to content

Commit

Permalink
chore(deps): update dependency tmp to v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 29, 2024
1 parent 1746290 commit f8cfc71
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"sinon": "^17.0.0",
"sinon-chai": "^3.7.0",
"stoppable": "^1.1.0",
"tmp": "0.2.1",
"tmp": "0.2.3",
"yargs-help-output": "^5.0.0"
},
"volta": {
Expand Down
2 changes: 1 addition & 1 deletion packages/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"devDependencies": {
"mocha": "^10.0.0",
"tmp": "0.2.1"
"tmp": "0.2.3"
},
"volta": {
"extends": "../../package.json"
Expand Down
2 changes: 1 addition & 1 deletion packages/lifecycle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"devDependencies": {
"mocha": "^10.0.0",
"sinon": "^17.0.0",
"tmp": "0.2.1"
"tmp": "0.2.3"
},
"volta": {
"extends": "../../package.json"
Expand Down
2 changes: 1 addition & 1 deletion packages/mocha/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"devDependencies": {
"mocha": "^10.0.0",
"sinon": "^17.0.0",
"tmp": "0.2.1"
"tmp": "0.2.3"
},
"volta": {
"extends": "../../package.json"
Expand Down
2 changes: 1 addition & 1 deletion packages/page-objects/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"devDependencies": {
"mocha": "^10.0.0",
"sinon": "^17.0.0",
"tmp": "0.2.1"
"tmp": "0.2.3"
},
"volta": {
"extends": "../../package.json"
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"devDependencies": {
"mocha": "^10.0.0",
"sinon": "^17.0.0",
"tmp": "0.2.1"
"tmp": "0.2.3"
},
"volta": {
"extends": "../../package.json"
Expand Down
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7926,6 +7926,11 @@ tmp@0.2.1:
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==

tmp@^0.0.33:
version "0.0.33"
resolved "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz#6d34335889768d21b2bcda0aa277ced3b1bfadf9"
Expand Down

0 comments on commit f8cfc71

Please sign in to comment.