mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
Update dependency @tryghost/errors to v1.2.1
This commit is contained in:
parent
ecb67a5763
commit
d9a379e453
2 changed files with 9 additions and 1 deletions
|
@ -67,7 +67,7 @@
|
|||
"@tryghost/debug": "0.1.10",
|
||||
"@tryghost/email-analytics-provider-mailgun": "1.0.7",
|
||||
"@tryghost/email-analytics-service": "1.0.5",
|
||||
"@tryghost/errors": "1.2.0",
|
||||
"@tryghost/errors": "1.2.1",
|
||||
"@tryghost/express-dynamic-redirects": "0.2.3",
|
||||
"@tryghost/helpers": "1.1.54",
|
||||
"@tryghost/image-transform": "1.0.26",
|
||||
|
|
|
@ -1427,6 +1427,14 @@
|
|||
lodash "^4.17.21"
|
||||
uuid "^8.3.2"
|
||||
|
||||
"@tryghost/errors@1.2.1":
|
||||
version "1.2.1"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/errors/-/errors-1.2.1.tgz#1f2e618ec3a0617a6b9c5ac540a202fb46e32559"
|
||||
integrity sha512-Ui8iU/ky2HC9+WqOFKDSJyZv0WonrklPugKgWR4QKJ4wIeMXd+uJMqpHLXcN8uMiPVw5Lj9yl8mHq5rjw5dgIQ==
|
||||
dependencies:
|
||||
lodash "^4.17.21"
|
||||
uuid "^8.3.2"
|
||||
|
||||
"@tryghost/errors@^0.2.10", "@tryghost/errors@^0.2.11", "@tryghost/errors@^0.2.13", "@tryghost/errors@^0.2.14":
|
||||
version "0.2.17"
|
||||
resolved "https://registry.yarnpkg.com/@tryghost/errors/-/errors-0.2.17.tgz#9b89f3845256ace5650593f41cc86d64965b56ed"
|
||||
|
|
Loading…
Add table
Reference in a new issue