From 437d6830aa9f34df658287c82ce0ade5489ee270 Mon Sep 17 00:00:00 2001 From: Rishabh Date: Mon, 4 Apr 2022 22:12:27 +0530 Subject: [PATCH] Added newsletter object to members admin api schema refs https://github.com/TryGhost/Team/issues/1469 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 9d546c74fc..5b8d147caf 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "dependencies": { "@sentry/node": "6.19.3", "@tryghost/adapter-manager": "0.2.28", - "@tryghost/admin-api-schema": "2.12.1", + "@tryghost/admin-api-schema": "2.13.0", "@tryghost/bookshelf-plugins": "0.3.15", "@tryghost/bootstrap-socket": "0.2.17", "@tryghost/color-utils": "0.1.12", diff --git a/yarn.lock b/yarn.lock index 01b6ac8d09..2978e58cf8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1597,10 +1597,10 @@ dependencies: "@tryghost/errors" "^1.2.1" -"@tryghost/admin-api-schema@2.12.1": - version "2.12.1" - resolved "https://registry.yarnpkg.com/@tryghost/admin-api-schema/-/admin-api-schema-2.12.1.tgz#ab7b2fac391816f5b6a988a14c070148331f14f8" - integrity sha512-Z+6mH8W8YZlGEywMZT98PZthSESff5roQCETSUIUGN2pkyVyj7CJLXjqi9ZcBg7FnR+kbyN+AVZCyhRTbry13Q== +"@tryghost/admin-api-schema@2.13.0": + version "2.13.0" + resolved "https://registry.yarnpkg.com/@tryghost/admin-api-schema/-/admin-api-schema-2.13.0.tgz#2871d44b1d9c7961b38c9f4b366f7c9ee5daa921" + integrity sha512-OOFkOwcy+sYbGMO5vp/kYZPq/nY/CaXgZndbU1iYsr8PV2h4PF+SdRhcU2G7M8XZZdtQWmR8+eMCk30V9MM3+w== dependencies: "@tryghost/errors" "^1.0.0" lodash "^4.17.11"