0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00

Update dependency @tryghost/mw-error-handler to v0.1.8 (#14423)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2022-04-05 10:19:57 +01:00 committed by GitHub
parent 777863f728
commit ee0b24f154
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View file

@ -91,7 +91,7 @@
"@tryghost/members-stripe-service": "0.9.2", "@tryghost/members-stripe-service": "0.9.2",
"@tryghost/metrics": "1.0.8", "@tryghost/metrics": "1.0.8",
"@tryghost/minifier": "0.1.12", "@tryghost/minifier": "0.1.12",
"@tryghost/mw-error-handler": "0.1.7", "@tryghost/mw-error-handler": "0.1.8",
"@tryghost/mw-session-from-token": "0.1.28", "@tryghost/mw-session-from-token": "0.1.28",
"@tryghost/nodemailer": "0.3.17", "@tryghost/nodemailer": "0.3.17",
"@tryghost/nql": "0.9.1", "@tryghost/nql": "0.9.1",

View file

@ -1821,7 +1821,7 @@
utils-copy-error "^1.0.1" utils-copy-error "^1.0.1"
uuid "^8.3.2" uuid "^8.3.2"
"@tryghost/errors@1.2.8", "@tryghost/errors@^1.0.0", "@tryghost/errors@^1.1.0", "@tryghost/errors@^1.1.1", "@tryghost/errors@^1.2.1", "@tryghost/errors@^1.2.3", "@tryghost/errors@^1.2.5", "@tryghost/errors@^1.2.7": "@tryghost/errors@1.2.8", "@tryghost/errors@^1.0.0", "@tryghost/errors@^1.1.0", "@tryghost/errors@^1.1.1", "@tryghost/errors@^1.2.1", "@tryghost/errors@^1.2.3", "@tryghost/errors@^1.2.7":
version "1.2.8" version "1.2.8"
resolved "https://registry.yarnpkg.com/@tryghost/errors/-/errors-1.2.8.tgz#b4ba1c31831216222be332ee7a37d9c4a376ac2a" resolved "https://registry.yarnpkg.com/@tryghost/errors/-/errors-1.2.8.tgz#b4ba1c31831216222be332ee7a37d9c4a376ac2a"
integrity sha512-O8CUS4SHsBYFc6/7yUDJ5yk0vhcdzPxFiISgrFhzptOd79ZdXwk9c8Pz5uSDUXPaCqKaWMYLTjSof30IxVvvAA== integrity sha512-O8CUS4SHsBYFc6/7yUDJ5yk0vhcdzPxFiISgrFhzptOd79ZdXwk9c8Pz5uSDUXPaCqKaWMYLTjSof30IxVvvAA==
@ -2170,13 +2170,13 @@
dependencies: dependencies:
lodash "^4.17.11" lodash "^4.17.11"
"@tryghost/mw-error-handler@0.1.7": "@tryghost/mw-error-handler@0.1.8":
version "0.1.7" version "0.1.8"
resolved "https://registry.yarnpkg.com/@tryghost/mw-error-handler/-/mw-error-handler-0.1.7.tgz#9be3e27e4c00adf419ff8a34742659f9eaa20178" resolved "https://registry.yarnpkg.com/@tryghost/mw-error-handler/-/mw-error-handler-0.1.8.tgz#03861566314e2d3e3bbd9d8f77b0db83813a0d45"
integrity sha512-Xa8JLh3YJLPqPL+rLuamP+Xqny7biycYnOSzrIcZtjwydUW5T3ah63DQjgJa/xDHGrR85GvEjD/gxfc21y8Cbg== integrity sha512-wUXcQ2T/iX2pOGuBr8uvNb2EtbvAAis7l0tgwzJt5Kx4K4fzUzASsYVrqmXvv3b+vhMfBWesD7FlTafLi/euHg==
dependencies: dependencies:
"@tryghost/debug" "^0.1.9" "@tryghost/debug" "^0.1.9"
"@tryghost/errors" "^1.2.5" "@tryghost/errors" "1.2.8"
"@tryghost/tpl" "^0.1.8" "@tryghost/tpl" "^0.1.8"
lodash "^4.17.21" lodash "^4.17.21"