Skip to content

Commit 8d47439

Browse files
committed
Fix Dependabot warning
1 parent 5583775 commit 8d47439

File tree

2 files changed

+7
-11
lines changed

2 files changed

+7
-11
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,8 @@
3333
"gulp": "^4.0.2",
3434
"gulp-coffee": "^3.0.3",
3535
"gulp-eslint": "^6.0.0"
36+
},
37+
"resolutions": {
38+
"tmp": "^0.2.4"
3639
}
3740
}

yarn.lock

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3250,11 +3250,6 @@ os-locale@^1.4.0:
32503250
dependencies:
32513251
lcid "^1.0.0"
32523252

3253-
os-tmpdir@~1.0.2:
3254-
version "1.0.2"
3255-
resolved "https://registry.yarnpkg.com/os-tmpdir/-/os-tmpdir-1.0.2.tgz#bbe67406c79aa85c5cfec766fe5734555dfa1274"
3256-
integrity sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==
3257-
32583253
parent-module@^1.0.0:
32593254
version "1.0.1"
32603255
resolved "https://registry.yarnpkg.com/parent-module/-/parent-module-1.0.1.tgz#691d2709e78c79fae3a156622452d00762caaaa2"
@@ -4197,12 +4192,10 @@ time-stamp@^1.0.0:
41974192
resolved "https://registry.yarnpkg.com/time-stamp/-/time-stamp-1.1.0.tgz#764a5a11af50561921b133f3b44e618687e0f5c3"
41984193
integrity sha512-gLCeArryy2yNTRzTGKbZbloctj64jkZ57hj5zdraXue6aFgd6PmvVtEyiUU+hvU0v7q08oVv8r8ev0tRo6bvgw==
41994194

4200-
tmp@^0.0.33:
4201-
version "0.0.33"
4202-
resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.0.33.tgz#6d34335889768d21b2bcda0aa277ced3b1bfadf9"
4203-
integrity sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==
4204-
dependencies:
4205-
os-tmpdir "~1.0.2"
4195+
tmp@^0.0.33, tmp@^0.2.4:
4196+
version "0.2.5"
4197+
resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.2.5.tgz#b06bcd23f0f3c8357b426891726d16015abfd8f8"
4198+
integrity sha512-voyz6MApa1rQGUxT3E+BK7/ROe8itEx7vD8/HEvt4xwXucvQ5G5oeEiHkmHZJuBO21RpOf+YYm9MOivj709jow==
42064199

42074200
to-absolute-glob@^2.0.0:
42084201
version "2.0.2"

0 commit comments

Comments
 (0)