diff --git a/package-lock.json b/package-lock.json index 44c2cec26..83cd87402 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4720,9 +4720,9 @@ } }, "apostrophe-blog": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/apostrophe-blog/-/apostrophe-blog-2.2.1.tgz", - "integrity": "sha512-exGSn/GQRq2YKCCKWcHVCA4mC6Jski1L+8HLUeiZ2DFZFg8xr+NB0jFWqneCungQQK2okxYZyrbxjv867lQOVA==", + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/apostrophe-blog/-/apostrophe-blog-2.2.2.tgz", + "integrity": "sha512-WyP0vjCxP5IKA6WnOOl8lZFsj60PJwQ/cmuQ1Oz3Tg2G7L0GY/wXcjaPmJJ+pFCWL2aE2V/7YBB9RhpuofNf+g==", "requires": { "async": "^1.5.2", "lodash": "^4.6.1", diff --git a/package.json b/package.json index 87cec6ec2..c01be7a39 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@openstad/cms": "file:packages/cms", "apostrophe": "2.220.7", "apostrophe-area-structure": "^1.1.1", - "apostrophe-blog": "^2.1.2", + "apostrophe-blog": "^2.2.2", "apostrophe-palette": "^2.0.30", "apostrophe-workflow": "2.39.5", "dotenv": "^8.2.0",