Skip to content

Commit 8f5efe3

Browse files
committed
dependencies(@types/tmp): upgrade to version 0.2.2
1 parent eee0377 commit 8f5efe3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
},
4343
"dependencies": {
4444
"@types/mongodb": "^3.6.20",
45-
"@types/tmp": "^0.2.0",
45+
"@types/tmp": "^0.2.2",
4646
"async-mutex": "^0.3.2",
4747
"camelcase": "^6.1.0",
4848
"debug": "^4.2.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1253,10 +1253,10 @@
12531253
dependencies:
12541254
"@types/node" "*"
12551255

1256-
"@types/tmp@^0.2.0":
1257-
version "0.2.1"
1258-
resolved "https://registry.yarnpkg.com/@types/tmp/-/tmp-0.2.1.tgz#83ecf4ec22a8c218c71db25f316619fe5b986011"
1259-
integrity sha512-7cTXwKP/HLOPVgjg+YhBdQ7bMiobGMuoBmrGmqwIWJv8elC6t1DfVc/mn4fD9UE1IjhwmhaQ5pGVXkmXbH0rhg==
1256+
"@types/tmp@^0.2.2":
1257+
version "0.2.2"
1258+
resolved "https://registry.yarnpkg.com/@types/tmp/-/tmp-0.2.2.tgz#424537a3b91828cb26aaf697f21ae3cd1b69f7e7"
1259+
integrity sha512-MhSa0yylXtVMsyT8qFpHA1DLHj4DvQGH5ntxrhHSh8PxUVNi35Wk+P5hVgqbO2qZqOotqr9jaoPRL+iRjWYm/A==
12601260

12611261
"@types/uuid@^8.0.0":
12621262
version "8.3.1"

0 commit comments

Comments
 (0)