mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Pin dependency i18n-iso-countries to 7.12.0
This commit is contained in:
parent
7cb8cbdf7a
commit
9a93a5cfc6
2 changed files with 2 additions and 2 deletions
|
@ -176,7 +176,7 @@
|
|||
"*.js": "eslint"
|
||||
},
|
||||
"dependencies": {
|
||||
"i18n-iso-countries": "^7.12.0",
|
||||
"i18n-iso-countries": "7.12.0",
|
||||
"jose": "4.15.9",
|
||||
"path-browserify": "1.0.1",
|
||||
"webpack": "5.95.0"
|
||||
|
|
|
@ -19254,7 +19254,7 @@ husky@8.0.3:
|
|||
resolved "https://registry.yarnpkg.com/husky/-/husky-8.0.3.tgz#4936d7212e46d1dea28fef29bb3a108872cd9184"
|
||||
integrity sha512-+dQSyqPh4x1hlO1swXBiNb2HzTDN1I2IGLQx1GrBuiqFJfoMrnZWwVmatvSiO+Iz8fBUnf+lekwNo4c2LlXItg==
|
||||
|
||||
i18n-iso-countries@^7.12.0:
|
||||
i18n-iso-countries@7.12.0:
|
||||
version "7.12.0"
|
||||
resolved "https://registry.yarnpkg.com/i18n-iso-countries/-/i18n-iso-countries-7.12.0.tgz#e189d85a505ee025f0f48b5ccc35fa66c436e99c"
|
||||
integrity sha512-NDFf5j/raA5JrcPT/NcHP3RUMH7TkdkxQKAKdvDlgb+MS296WJzzqvV0Y5uwavSm7A6oYvBeSV0AxoHdDiHIiw==
|
||||
|
|
Loading…
Reference in a new issue