From b20554e4c86a43627b32f146e905c012c4cd9552 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 11 Feb 2022 18:04:51 +0000 Subject: [PATCH] fix: upgrade apostrophe-blog from 2.2.1 to 2.2.2 Snyk has created this PR to upgrade apostrophe-blog from 2.2.1 to 2.2.2. See this package in npm: https://www.npmjs.com/package/apostrophe-blog See this project in Snyk: https://app.snyk.io/org/tosh.koevoets/project/9d6a8206-fd8c-4886-bb42-d1b06e7431c7?utm_source=github&utm_medium=referral&page=upgrade-pr --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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",