Skip to content

Commit e5ccffc

Browse files
committed
chore: update dependency tmp to v0.1.0
1 parent d6b7b5b commit e5ccffc

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

@commitlint/cli/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"rimraf": "2.6.2",
7070
"sander": "0.6.0",
7171
"string-to-stream": "1.1.0",
72-
"tmp": "0.0.33"
72+
"tmp": "0.1.0"
7373
},
7474
"dependencies": {
7575
"@commitlint/format": "^7.5.0",

yarn.lock

+25-1
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,16 @@
5353
imurmurhash "^0.1.4"
5454
slide "^1.1.5"
5555

56+
"@commitlint/test@^7.5.0":
57+
version "7.5.0"
58+
resolved "https://registry.npmjs.org/@commitlint/test/-/test-7.5.0.tgz#2c68ba0b49096978cf6e82fa2f6208a7f3f9bbc9"
59+
integrity sha512-LIFXGS2h7VGpNNouJ2ymmqPyF3KjAfIBqJfb6VBEGLAnMgiQeX7Qx3BYMFkZlDFrxSY2GpNKqB3LCITYYMsbDA==
60+
dependencies:
61+
"@commitlint/utils" "^7.5.0"
62+
"@marionebl/sander" "0.6.1"
63+
execa "0.9.0"
64+
pkg-dir "2.0.0"
65+
5666
"@concordance/react@^1.0.0":
5767
version "1.0.0"
5868
resolved "https://registry.npmjs.org/@concordance/react/-/react-1.0.0.tgz#fcf3cad020e5121bfd1c61d05bc3516aac25f734"
@@ -7757,6 +7767,13 @@ [email protected]:
77577767
dependencies:
77587768
glob "^7.0.5"
77597769

7770+
rimraf@^2.6.3:
7771+
version "2.6.3"
7772+
resolved "https://registry.npmjs.org/rimraf/-/rimraf-2.6.3.tgz#b2d104fe0d8fb27cf9e0a1cda8262dd3833c6cab"
7773+
integrity sha512-mwqeW5XsA2qAejG46gYdENaxXjx9onRNCfn7L0duuP4hCuTIi/QO7PDK07KJfp1d+izWPrzEJDcSqBa0OZQriA==
7774+
dependencies:
7775+
glob "^7.1.3"
7776+
77607777
run-async@^0.1.0:
77617778
version "0.1.0"
77627779
resolved "https://registry.npmjs.org/run-async/-/run-async-0.1.0.tgz#c8ad4a5e110661e402a7d21b530e009f25f8e389"
@@ -8535,7 +8552,14 @@ tinydate@^1.0.0:
85358552
version "1.0.0"
85368553
resolved "https://registry.npmjs.org/tinydate/-/tinydate-1.0.0.tgz#20f31756a13959ef8c57ec133ba29b5ade042cac"
85378554

8538-
[email protected], tmp@^0.0.33:
8555+
8556+
version "0.1.0"
8557+
resolved "https://registry.npmjs.org/tmp/-/tmp-0.1.0.tgz#ee434a4e22543082e294ba6201dcc6eafefa2877"
8558+
integrity sha512-J7Z2K08jbGcdA1kkQpJSqLF6T0tdQqpR2pnSUXsIchbPdTI9v3e85cLW0d6WDhwuAleOV71j2xWs8qMPfK7nKw==
8559+
dependencies:
8560+
rimraf "^2.6.3"
8561+
8562+
tmp@^0.0.33:
85398563
version "0.0.33"
85408564
resolved "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz#6d34335889768d21b2bcda0aa277ced3b1bfadf9"
85418565
dependencies:

0 commit comments

Comments
 (0)