Skip to content

Commit

Permalink
馃悰 Fixed new member count helpers not included in GScan helpers
Browse files Browse the repository at this point in the history
- this was due to GScan not being published and bumped before the member
  count helpers were merged into Ghost and released
  • Loading branch information
daniellockyer committed Jul 19, 2022
1 parent 309ead6 commit 445d5b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -144,7 +144,7 @@
"ghost-storage-base": "1.0.0",
"glob": "8.0.3",
"got": "9.6.0",
"gscan": "4.31.2",
"gscan": "4.32.0",
"html-to-text": "8.2.0",
"human-number": "2.0.0",
"image-size": "1.0.2",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -6213,10 +6213,10 @@ grunt@1.5.3:
nopt "~3.0.6"
rimraf "~3.0.2"

gscan@4.31.2:
version "4.31.2"
resolved "https://registry.yarnpkg.com/gscan/-/gscan-4.31.2.tgz#d8dd1f156f7a59f655625c3422cfd89bb42df8ac"
integrity sha512-NuFcXRbSUSWOl6FuGPKT24dcepI/oMiUF6EGzMEGbY5ndl6Ba/BZrK9dT7hMHeyaJCn+T4fpxTPQqfXHkM2qcg==
gscan@4.32.0:
version "4.32.0"
resolved "https://registry.yarnpkg.com/gscan/-/gscan-4.32.0.tgz#eb3211d7dd9c3b1cc3e9da883fe69283fb3bcbc8"
integrity sha512-ntNUO3J7Rc9KLnaJQ+QoPrrPWfoWa+8AiuYfynu7QWTq/YebC5zmuYgZMyPVvRc7C669E5A0U3VOxyBEbeth8w==
dependencies:
"@sentry/node" "6.19.7"
"@tryghost/config" "0.2.9"
Expand Down

0 comments on commit 445d5b4

Please sign in to comment.