apostrophe 2.227.3 → 2.227.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## 2.227.4 2023-09-27
4
+
5
+ ### Fixes
6
+
7
+ * Bump dependency on `oembetter` to ensure support for Vimeo after they
8
+ decided to remove oembed meta tags from their video pages.
9
+
3
10
  ## 2.227.3 (2023-06-08)
4
11
 
5
12
  ### Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apostrophe",
3
- "version": "2.227.3",
3
+ "version": "2.227.4",
4
4
  "description": "The Apostrophe Content Management System.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -59,7 +59,7 @@
59
59
  "moment": "^2.29.1",
60
60
  "moog-require": "^1.1.0",
61
61
  "nodemailer": "^6.6.2",
62
- "oembetter": "^1.0.1",
62
+ "oembetter": "^1.1.1",
63
63
  "passport": "^0.6.0",
64
64
  "passport-local": "^1.0.0",
65
65
  "passport-totp": "0.0.2",
@@ -93,4 +93,4 @@
93
93
  "eslint-plugin-standard": "^3.1.0",
94
94
  "mocha": "^7.0.0"
95
95
  }
96
- }
96
+ }