Skip to content

Commit 63d3b08

Browse files
Bump tmp from 0.0.33 to 0.2.4
Bumps [tmp](https://github.com/raszi/node-tmp) from 0.0.33 to 0.2.4. - [Changelog](https://github.com/raszi/node-tmp/blob/master/CHANGELOG.md) - [Commits](raszi/node-tmp@v0.0.33...v0.2.4) --- updated-dependencies: - dependency-name: tmp dependency-version: 0.2.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b9fd91e commit 63d3b08

File tree

2 files changed

+6
-13
lines changed

2 files changed

+6
-13
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@
213213
"slugify": "1.6.6",
214214
"swagger-ui-dist": "5.11.0",
215215
"tar-stream": "^3.1.7",
216-
"tmp": "0.0.33",
216+
"tmp": "0.2.4",
217217
"tmp-promise": "1.0.5",
218218
"ts-interface-checker": "1.0.2",
219219
"typeorm": "0.3.17",

yarn.lock

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7950,7 +7950,7 @@ rimraf@2:
79507950
dependencies:
79517951
glob "^7.1.3"
79527952

7953-
rimraf@^3.0.0, rimraf@^3.0.2:
7953+
rimraf@^3.0.2:
79547954
version "3.0.2"
79557955
resolved "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz"
79567956
integrity sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==
@@ -8924,17 +8924,10 @@ tmp@0.0.33:
89248924
dependencies:
89258925
os-tmpdir "~1.0.2"
89268926

8927-
tmp@^0.2.0:
8928-
version "0.2.1"
8929-
resolved "https://registry.npmjs.org/tmp/-/tmp-0.2.1.tgz"
8930-
integrity sha512-76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ==
8931-
dependencies:
8932-
rimraf "^3.0.0"
8933-
8934-
tmp@^0.2.3:
8935-
version "0.2.3"
8936-
resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.2.3.tgz#eb783cc22bc1e8bebd0671476d46ea4eb32a79ae"
8937-
integrity sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w==
8927+
tmp@0.2.4, tmp@^0.2.0, tmp@^0.2.3:
8928+
version "0.2.4"
8929+
resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.2.4.tgz#c6db987a2ccc97f812f17137b36af2b6521b0d13"
8930+
integrity sha512-UdiSoX6ypifLmrfQ/XfiawN6hkjSBpCjhKxxZcWlUUmoXLaCKQU0bx4HF/tdDK2uzRuchf1txGvrWBzYREssoQ==
89388931

89398932
to-arraybuffer@^1.0.0:
89408933
version "1.0.1"

0 commit comments

Comments
 (0)