Pinned all dependencies

- we should pin all dependencies so we know what is getting shipped in
  the application
This commit is contained in:
Daniel Lockyer 2022-07-27 08:44:50 +02:00
parent 0270f7833f
commit a9cffd9550
No known key found for this signature in database
GPG Key ID: D21186F0B47295AD
6 changed files with 8 additions and 8 deletions

View File

@ -24,6 +24,6 @@
"@tryghost/email-analytics-service": "0.0.0",
"@tryghost/logging": "2.2.3",
"mailgun-js": "0.22.0",
"moment": "^2.29.1"
"moment": "2.29.1"
}
}

View File

@ -44,7 +44,7 @@
"bson-objectid": "2.0.3",
"cookies": "0.8.0",
"express": "4.18.1",
"got": "^9.6.0",
"got": "9.6.0",
"jsonwebtoken": "8.5.1",
"lodash": "4.17.21",
"node-jose": "2.1.1"

View File

@ -23,6 +23,6 @@
"dependencies": {
"@tryghost/domain-events": "0.0.0",
"@tryghost/member-events": "0.0.0",
"moment-timezone": "^0.5.34"
"moment-timezone": "0.5.34"
}
}

View File

@ -24,6 +24,6 @@
"@tryghost/errors": "1.2.14",
"@tryghost/members-csv": "0.0.0",
"@tryghost/tpl": "0.1.17",
"moment-timezone": "^0.5.23"
"moment-timezone": "0.5.23"
}
}

View File

@ -27,6 +27,6 @@
"@tryghost/tpl": "0.1.17",
"bluebird": "3.7.2",
"lodash": "4.17.21",
"moment": "^2.24.0"
"moment": "2.24.0"
}
}

View File

@ -5819,7 +5819,7 @@ globule@^1.0.0:
lodash "^4.17.21"
minimatch "~3.0.2"
got@9.6.0, got@^9.6.0:
got@9.6.0:
version "9.6.0"
resolved "https://registry.yarnpkg.com/got/-/got-9.6.0.tgz#edf45e7d67f99545705de1f7bbeeeb121765ed85"
integrity sha512-R7eWptXuGYxwijs0eV+v3o6+XH1IqVK8dJOEecQfTmkncw9AV4dcw/Dhxi8MdlqPthxxpZyizMzyg8RTmEsG+Q==
@ -8630,14 +8630,14 @@ mock-knex@TryGhost/mock-knex#8ecb8c227bf463c991c3d820d33f59efc3ab9682:
lodash "^4.14.2"
semver "^5.3.0"
moment-timezone@0.5.23, moment-timezone@^0.5.23, moment-timezone@^0.5.31, moment-timezone@^0.5.33, moment-timezone@^0.5.34:
moment-timezone@0.5.23, moment-timezone@0.5.34, moment-timezone@^0.5.23, moment-timezone@^0.5.31, moment-timezone@^0.5.33:
version "0.5.23"
resolved "https://registry.yarnpkg.com/moment-timezone/-/moment-timezone-0.5.23.tgz#7cbb00db2c14c71b19303cb47b0fb0a6d8651463"
integrity sha512-WHFH85DkCfiNMDX5D3X7hpNH3/PUhjTGcD0U1SgfBGZxJ3qUmJh5FdvaFjcClxOvB3rzdfj4oRffbI38jEnC1w==
dependencies:
moment ">= 2.9.0"
moment@2.24.0, moment@2.27.0, "moment@>= 2.9.0", moment@^2.18.1, moment@^2.19.3, moment@^2.24.0, moment@^2.27.0, moment@^2.29.1, moment@^2.29.3:
moment@2.24.0, moment@2.27.0, moment@2.29.1, "moment@>= 2.9.0", moment@^2.18.1, moment@^2.19.3, moment@^2.27.0, moment@^2.29.1, moment@^2.29.3:
version "2.24.0"
resolved "https://registry.yarnpkg.com/moment/-/moment-2.24.0.tgz#0d055d53f5052aa653c9f6eb68bb5d12bf5c2b5b"
integrity sha512-bV7f+6l2QigeBBZSM/6yTNq4P2fNpSWj/0e7jQcy87A8e7o2nAfP/34/2ky5Vw4B9S446EtIhodAzkFCcR4dQg==