Skip to content

Commit 5e718ee

Browse files
committed
dependencies: remove "tmp" and "@types/tmp"
1 parent 6c81035 commit 5e718ee

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

packages/mongodb-memory-server-core/package.json

-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
"yazl": "^2.5.1"
4343
},
4444
"dependencies": {
45-
"@types/tmp": "^0.2.3",
4645
"async-mutex": "^0.3.2",
4746
"camelcase": "^6.3.0",
4847
"debug": "^4.3.4",
@@ -54,7 +53,6 @@
5453
"new-find-package-json": "^2.0.0",
5554
"semver": "^7.3.8",
5655
"tar-stream": "^2.1.4",
57-
"tmp": "^0.2.1",
5856
"tslib": "^2.4.1",
5957
"uuid": "^9.0.0",
6058
"yauzl": "^2.10.0"

yarn.lock

-12
Original file line numberDiff line numberDiff line change
@@ -2081,11 +2081,6 @@
20812081
dependencies:
20822082
"@types/node" "*"
20832083

2084-
"@types/tmp@^0.2.3":
2085-
version "0.2.3"
2086-
resolved "https://registry.yarnpkg.com/@types/tmp/-/tmp-0.2.3.tgz#908bfb113419fd6a42273674c00994d40902c165"
2087-
integrity sha512-dDZH/tXzwjutnuk4UacGgFRwV+JSLaXL1ikvidfJprkb7L9Nx1njcRHHmi3Dsvt7pgqqTEeucQuOrWHPFgzVHA==
2088-
20892084
"@types/unist@*", "@types/unist@^2.0.0", "@types/unist@^2.0.2":
20902085
version "2.0.6"
20912086
resolved "https://registry.yarnpkg.com/@types/unist/-/unist-2.0.6.tgz#250a7b16c3b91f672a24552ec64678eeb1d3a08d"
@@ -7246,13 +7241,6 @@ tiny-relative-date@^1.3.0:
72467241
resolved "https://registry.yarnpkg.com/tiny-relative-date/-/tiny-relative-date-1.3.0.tgz#fa08aad501ed730f31cc043181d995c39a935e07"
72477242
integrity sha512-MOQHpzllWxDCHHaDno30hhLfbouoYlOI8YlMNtvKe1zXbjEVhbcEovQxvZrPvtiYW630GQDoMMarCnjfyfHA+A==
72487243

7249-
tmp@^0.2.1:
7250-
version "0.2.1"
7251-
resolved "https://registry.yarnpkg.com/tmp/-/tmp-0.2.1.tgz#8457fc3037dcf4719c251367a1af6500ee1ccf14"
7252-
integrity sha512-76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ==
7253-
dependencies:
7254-
rimraf "^3.0.0"
7255-
72567244
tmpl@1.0.5:
72577245
version "1.0.5"
72587246
resolved "https://registry.yarnpkg.com/tmpl/-/tmpl-1.0.5.tgz#8683e0b902bb9c20c4f726e3c0b69f36518c07cc"

0 commit comments

Comments
 (0)