Merge pull request #7830 from dokku/dependabot/npm_and_yarn/tests/apps/multi/tmp-0.2.4

chore(deps): bump tmp from 0.2.1 to 0.2.4 in /tests/apps/multi
This commit is contained in:
Jose Diaz-Gonzalez
2025-08-08 17:29:38 -04:00
committed by GitHub
2 changed files with 9 additions and 15 deletions

View File

@@ -15,7 +15,7 @@
"grunt-cli": "~1.4.3",
"grunt-contrib-compass": "~1.1.1",
"load-grunt-tasks": "~5.1.0",
"tmp": "0.2.1"
"tmp": "0.2.4"
},
"engines": {
"node": "12.x.x",
@@ -1655,14 +1655,11 @@
}
},
"node_modules/tmp": {
"version": "0.2.1",
"resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.1.tgz",
"integrity": "sha512-76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ==",
"dependencies": {
"rimraf": "^3.0.0"
},
"version": "0.2.4",
"resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.4.tgz",
"integrity": "sha512-UdiSoX6ypifLmrfQ/XfiawN6hkjSBpCjhKxxZcWlUUmoXLaCKQU0bx4HF/tdDK2uzRuchf1txGvrWBzYREssoQ==",
"engines": {
"node": ">=8.17.0"
"node": ">=14.14"
}
},
"node_modules/to-regex-range": {
@@ -2966,12 +2963,9 @@
"integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w=="
},
"tmp": {
"version": "0.2.1",
"resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.1.tgz",
"integrity": "sha512-76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ==",
"requires": {
"rimraf": "^3.0.0"
}
"version": "0.2.4",
"resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.4.tgz",
"integrity": "sha512-UdiSoX6ypifLmrfQ/XfiawN6hkjSBpCjhKxxZcWlUUmoXLaCKQU0bx4HF/tdDK2uzRuchf1txGvrWBzYREssoQ=="
},
"to-regex-range": {
"version": "5.0.1",

View File

@@ -6,7 +6,7 @@
"grunt-cli": "~1.4.3",
"grunt-contrib-compass": "~1.1.1",
"load-grunt-tasks": "~5.1.0",
"tmp": "0.2.1"
"tmp": "0.2.4"
},
"description": "Test application for heroku multi buildpack.",
"engines": {