Skip to content

Commit c2f24b5

Browse files
fix(deps): update dependency sanitize-html to v2.14.0 (#1233)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7705d6a commit c2f24b5

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

packages/mg-beehiiv/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@tryghost/mg-fs-utils": "0.12.14",
4242
"@tryghost/string": "0.2.12",
4343
"cheerio": "1.0.0-rc.12",
44-
"sanitize-html": "2.13.1",
44+
"sanitize-html": "2.14.0",
4545
"simple-dom": "1.4.0"
4646
}
4747
}

packages/mg-blogger/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"autop": "1.0.1",
3030
"cheerio": "1.0.0-rc.12",
3131
"node-fetch": "^3.3.1",
32-
"sanitize-html": "2.13.1",
32+
"sanitize-html": "2.14.0",
3333
"simple-dom": "1.4.0"
3434
}
3535
}

packages/mg-tinynews/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"@tryghost/kg-default-cards": "10.0.9",
3131
"@tryghost/string": "0.2.12",
3232
"cheerio": "1.0.0-rc.12",
33-
"sanitize-html": "2.13.1",
33+
"sanitize-html": "2.14.0",
3434
"simple-dom": "1.4.0"
3535
}
3636
}

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -10226,10 +10226,10 @@ safe-regex@^2.1.1:
1022610226
resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a"
1022710227
integrity sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==
1022810228

10229-
sanitize-html@2.13.1:
10230-
version "2.13.1"
10231-
resolved "https://registry.yarnpkg.com/sanitize-html/-/sanitize-html-2.13.1.tgz#b4639b0a09574ab62b1b353cb99b1b87af742834"
10232-
integrity sha512-ZXtKq89oue4RP7abL9wp/9URJcqQNABB5GGJ2acW1sdO8JTVl92f4ygD7Yc9Ze09VAZhnt2zegeU0tbNsdcLYg==
10229+
sanitize-html@2.14.0:
10230+
version "2.14.0"
10231+
resolved "https://registry.yarnpkg.com/sanitize-html/-/sanitize-html-2.14.0.tgz#bd2a7b97ee1d86a7f0e0babf3a4468f639c3a429"
10232+
integrity sha512-CafX+IUPxZshXqqRaG9ZClSlfPVjSxI0td7n07hk8QO2oO+9JDnlcL8iM8TWeOXOIBFgIOx6zioTzM53AOMn3g==
1023310233
dependencies:
1023410234
deepmerge "^4.2.2"
1023510235
escape-string-regexp "^4.0.0"

0 commit comments

Comments
 (0)