Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-05-14 04:08:14 +0300
committerGitHub <noreply@github.com>2022-05-14 04:08:14 +0300
commita1d124ec3667d2478d88946962acb7587975e077 (patch)
treed38661ba4b3d997730b7b675f4dd4261faaa0b15 /package-lock.json
parentf7c6407eebb00e3b24c2a69818ee4a23ba69b61a (diff)
Bump html-to-text from 8.1.0 to 8.2.0dependabot/npm_and_yarn/html-to-text-8.2.0
Bumps [html-to-text](https://github.com/html-to-text/node-html-to-text) from 8.1.0 to 8.2.0. - [Release notes](https://github.com/html-to-text/node-html-to-text/releases) - [Changelog](https://github.com/html-to-text/node-html-to-text/blob/master/CHANGELOG.md) - [Commits](https://github.com/html-to-text/node-html-to-text/compare/8.1.0...8.2.0) --- updated-dependencies: - dependency-name: html-to-text dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json18
1 files changed, 9 insertions, 9 deletions
diff --git a/package-lock.json b/package-lock.json
index 256beedd4..9616472ea 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -44,7 +44,7 @@
"core-js": "^3.22.4",
"debounce-promise": "^3.1.2",
"dompurify": "^2.3.6",
- "html-to-text": "^8.1.0",
+ "html-to-text": "^8.2.0",
"ical.js": "^1.5.0",
"iframe-resizer": "^4.3.2",
"js-base64": "^3.7.2",
@@ -11367,15 +11367,15 @@
}
},
"node_modules/html-to-text": {
- "version": "8.1.0",
- "resolved": "https://registry.npmjs.org/html-to-text/-/html-to-text-8.1.0.tgz",
- "integrity": "sha512-Z9iYAqYK2c18GswSbnxJSeMs7lyJgwR2oIkDOyOHGBbYsPsG4HvT379jj3Lcbfko8A5ceyyMHAfkmp/BiXA9/Q==",
+ "version": "8.2.0",
+ "resolved": "https://registry.npmjs.org/html-to-text/-/html-to-text-8.2.0.tgz",
+ "integrity": "sha512-CLXExYn1b++Lgri+ZyVvbUEFwzkLZppjjZOwB7X1qv2jIi8MrMEvxWX5KQ7zATAzTvcqgmtO00M2kCRMtEdOKQ==",
"dependencies": {
"@selderee/plugin-htmlparser2": "^0.6.0",
"deepmerge": "^4.2.2",
"he": "^1.2.0",
"htmlparser2": "^6.1.0",
- "minimist": "^1.2.5",
+ "minimist": "^1.2.6",
"selderee": "^0.6.0"
},
"bin": {
@@ -30727,15 +30727,15 @@
"integrity": "sha512-vy7ClnArOZwCnqZgvv+ddgHgJiAFXe3Ge9ML5/mBctVJoUoYPCdxVucOywjDARn6CVoh3dRSFdPHy2sX80L0Wg=="
},
"html-to-text": {
- "version": "8.1.0",
- "resolved": "https://registry.npmjs.org/html-to-text/-/html-to-text-8.1.0.tgz",
- "integrity": "sha512-Z9iYAqYK2c18GswSbnxJSeMs7lyJgwR2oIkDOyOHGBbYsPsG4HvT379jj3Lcbfko8A5ceyyMHAfkmp/BiXA9/Q==",
+ "version": "8.2.0",
+ "resolved": "https://registry.npmjs.org/html-to-text/-/html-to-text-8.2.0.tgz",
+ "integrity": "sha512-CLXExYn1b++Lgri+ZyVvbUEFwzkLZppjjZOwB7X1qv2jIi8MrMEvxWX5KQ7zATAzTvcqgmtO00M2kCRMtEdOKQ==",
"requires": {
"@selderee/plugin-htmlparser2": "^0.6.0",
"deepmerge": "^4.2.2",
"he": "^1.2.0",
"htmlparser2": "^6.1.0",
- "minimist": "^1.2.5",
+ "minimist": "^1.2.6",
"selderee": "^0.6.0"
}
},