Pin dependency tmp to v0.0.33 (#8405)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot]
2021-09-28 19:05:38 -04:00
committed by GitHub
parent ff315456e8
commit 4e70169a72
2 changed files with 4 additions and 5 deletions

7
package-lock.json generated
View File

@@ -50344,7 +50344,7 @@
"devDependencies": {
"npm-run-all": "4.1.5",
"rimraf": "3.0.2",
"tmp": "^0.2.1",
"tmp": "0.0.33",
"typescript": "4.4.3"
}
},
@@ -52917,7 +52917,7 @@
"npm-run-all": "4.1.5",
"pino": "*",
"rimraf": "3.0.2",
"tmp": "^0.2.1",
"tmp": "0.0.33",
"typescript": "4.4.3",
"vue": "3",
"vue-i18n": "9",
@@ -52940,8 +52940,7 @@
}
},
"tmp": {
"version": "0.2.1",
"resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.1.tgz",
"version": "https://registry.npmjs.org/tmp/-/tmp-0.2.1.tgz",
"integrity": "sha512-76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ==",
"dev": true,
"requires": {

View File

@@ -66,7 +66,7 @@
"devDependencies": {
"npm-run-all": "4.1.5",
"rimraf": "3.0.2",
"tmp": "^0.2.1",
"tmp": "0.0.33",
"typescript": "4.4.3"
}
}