html-to-gutenberg 4.2.1 → 4.2.2
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.
- package/package.json +6 -6
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"dependencies": {
|
|
3
|
-
"@babel/core": "^7.
|
|
4
|
-
"@babel/preset-react": "^7.
|
|
3
|
+
"@babel/core": "^7.28.5",
|
|
4
|
+
"@babel/preset-react": "^7.28.5",
|
|
5
5
|
"@svgr/core": "^8.1.0",
|
|
6
|
-
"cheerio": "^1.1.
|
|
6
|
+
"cheerio": "^1.1.2",
|
|
7
7
|
"css-scoping": "^1.0.0",
|
|
8
|
-
"fetch-page-assets": "^1.2.
|
|
8
|
+
"fetch-page-assets": "^1.2.5",
|
|
9
9
|
"fs": "^0.0.1-security",
|
|
10
10
|
"html-screenshots": "^1.2.7",
|
|
11
11
|
"image-to-base64": "^2.2.0",
|
|
12
|
-
"node-html-to-jsx": "^1.3.
|
|
12
|
+
"node-html-to-jsx": "^1.3.7",
|
|
13
13
|
"path": "^0.12.7"
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"type": "module",
|
|
21
21
|
"types": "index.ts",
|
|
22
22
|
"name": "html-to-gutenberg",
|
|
23
|
-
"version": "4.2.
|
|
23
|
+
"version": "4.2.2",
|
|
24
24
|
"description": "Transform any valid HTML string into fully editable WP Gutenberg blocks in seconds rather than hours.",
|
|
25
25
|
"main": "index.js",
|
|
26
26
|
"directories": {
|