Skip to content

Commit f360f55

Browse files
authored
Merge pull request #2 from Pop-Code/renovate/pin-dependencies
Pin dependencies
2 parents d3ef8d9 + 2725592 commit f360f55

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@nestjs/common": "^6"
2121
},
2222
"dependencies": {
23-
"i18n-iso-countries": "^4.0.0",
23+
"i18n-iso-countries": "4.0.0",
2424
"i18next": "15.0.9"
2525
},
2626
"devDependencies": {
@@ -39,6 +39,6 @@
3939
"typedoc": "0.14.2",
4040
"typescript": "3.4.4",
4141
"@types/i18next": "12.1.0",
42-
"@types/mongodb": "^3.1.26"
42+
"@types/mongodb": "3.1.26"
4343
}
4444
}

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@
459459
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.3.tgz#3dca0e3f33b200fc7d1139c0cd96c1268cadfd9d"
460460
integrity sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA==
461461

462-
"@types/mongodb@^3.1.26":
462+
"@types/mongodb@3.1.26":
463463
version "3.1.26"
464464
resolved "https://registry.yarnpkg.com/@types/mongodb/-/mongodb-3.1.26.tgz#6877554353fd9e9d03f28c62de09bad616ed7142"
465465
integrity sha512-i7+l95IbqnGLRW+AJ6F2nzqosLUgU022lDuoHhbQquMV7tgek0vNUg9RwC2Fn7ImBSQSFdCWeU394ciPEwSeaQ==
@@ -1688,7 +1688,7 @@ https-proxy-agent@^2.2.1:
16881688
agent-base "^4.1.0"
16891689
debug "^3.1.0"
16901690

1691-
i18n-iso-countries@^4.0.0:
1691+
i18n-iso-countries@4.0.0:
16921692
version "4.0.0"
16931693
resolved "https://registry.yarnpkg.com/i18n-iso-countries/-/i18n-iso-countries-4.0.0.tgz#56d9d2fe132208294a7823f06a312c767b32e512"
16941694
integrity sha512-DL3U2/rW4EJKXqNofuB/mHfxaca/0gwoGc7mJblvvjkNadlfWzaPaQHtC0/Cabg4SCM9+zJpl80trKx3dRY9VQ==

0 commit comments

Comments
 (0)