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

github.com/twbs/icons.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>2021-05-11 13:17:45 +0300
committerGitHub <noreply@github.com>2021-05-11 13:17:45 +0300
commitdf2e4361091fda0565d4f1e024b4ef86bcc2bcca (patch)
tree7a422d5c35a367fae92b7f460daf40f0fcff20a1
parente0b9df2d5baafa0b1be13e40c633f920503c5af8 (diff)
build(deps-dev): bump cheerio from 1.0.0-rc.6 to 1.0.0-rc.9 (#881)
Bumps [cheerio](https://github.com/cheeriojs/cheerio) from 1.0.0-rc.6 to 1.0.0-rc.9. - [Release notes](https://github.com/cheeriojs/cheerio/releases) - [Changelog](https://github.com/cheeriojs/cheerio/blob/main/History.md) - [Commits](https://github.com/cheeriojs/cheerio/compare/v1.0.0-rc.6...v1.0.0-rc.9) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--package-lock.json13
-rw-r--r--package.json2
2 files changed, 8 insertions, 7 deletions
diff --git a/package-lock.json b/package-lock.json
index d34227441..bf299e3ed 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1398,17 +1398,18 @@
"dev": true
},
"cheerio": {
- "version": "1.0.0-rc.6",
- "resolved": "https://registry.npmjs.org/cheerio/-/cheerio-1.0.0-rc.6.tgz",
- "integrity": "sha512-hjx1XE1M/D5pAtMgvWwE21QClmAEeGHOIDfycgmndisdNgI6PE1cGRQkMGBcsbUbmEQyWu5PJLUcAOjtQS8DWw==",
+ "version": "1.0.0-rc.9",
+ "resolved": "https://registry.npmjs.org/cheerio/-/cheerio-1.0.0-rc.9.tgz",
+ "integrity": "sha512-QF6XVdrLONO6DXRF5iaolY+odmhj2CLj+xzNod7INPWMi/x9X4SOylH0S/vaPpX+AUU6t04s34SQNh7DbkuCng==",
"dev": true,
"requires": {
- "cheerio-select": "^1.3.0",
+ "cheerio-select": "^1.4.0",
"dom-serializer": "^1.3.1",
- "domhandler": "^4.1.0",
+ "domhandler": "^4.2.0",
"htmlparser2": "^6.1.0",
"parse5": "^6.0.1",
- "parse5-htmlparser2-tree-adapter": "^6.0.1"
+ "parse5-htmlparser2-tree-adapter": "^6.0.1",
+ "tslib": "^2.2.0"
},
"dependencies": {
"dom-serializer": {
diff --git a/package.json b/package.json
index 8a62f20c2..9149fa7e5 100644
--- a/package.json
+++ b/package.json
@@ -42,7 +42,7 @@
"@twbs/svg-sprite": "^1.6.2",
"autoprefixer": "^10.2.5",
"chalk": "^4.1.1",
- "cheerio": "^1.0.0-rc.6",
+ "cheerio": "^1.0.0-rc.9",
"cross-env": "^7.0.3",
"eslint": "^7.26.0",
"fantasticon": "^1.1.3",