chore(deps-dev): bump @types/cheerio from 0.22.22 to 0.22.23 (#1251)

Bumps [@types/cheerio](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/cheerio) from 0.22.22 to 0.22.23.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/cheerio)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2020-12-08 11:47:47 -05:00
committed by GitHub
parent e3eb38655a
commit 4f7c9ed84f
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -625,9 +625,9 @@
"dev": true "dev": true
}, },
"@types/cheerio": { "@types/cheerio": {
"version": "0.22.22", "version": "0.22.23",
"resolved": "https://registry.npmjs.org/@types/cheerio/-/cheerio-0.22.22.tgz", "resolved": "https://registry.npmjs.org/@types/cheerio/-/cheerio-0.22.23.tgz",
"integrity": "sha512-05DYX4zU96IBfZFY+t3Mh88nlwSMtmmzSYaQkKN48T495VV1dkHSah6qYyDTN5ngaS0i0VonH37m+RuzSM0YiA==", "integrity": "sha512-QfHLujVMlGqcS/ePSf3Oe5hK3H8wi/yN2JYuxSB1U10VvW1fO3K8C+mURQesFYS1Hn7lspOsTT75SKq/XtydQg==",
"dev": true, "dev": true,
"requires": { "requires": {
"@types/node": "*" "@types/node": "*"
+1 -1
View File
@@ -56,7 +56,7 @@
}, },
"devDependencies": { "devDependencies": {
"@types/async": "^3.2.5", "@types/async": "^3.2.5",
"@types/cheerio": "^0.22.22", "@types/cheerio": "^0.22.23",
"@types/node": "^14.14.10", "@types/node": "^14.14.10",
"@types/node-fetch": "^2.5.7", "@types/node-fetch": "^2.5.7",
"@types/node-notifier": "^8.0.0", "@types/node-notifier": "^8.0.0",