purescript-cheerio/package.json
dependabot[bot] 14e91e917c
Bump nth-check and cheerio
Bumps [nth-check](https://github.com/fb55/nth-check) to 2.1.1 and updates ancestor dependency [cheerio](https://github.com/cheeriojs/cheerio). These dependencies need to be updated together.


Updates `nth-check` from 1.0.2 to 2.1.1
- [Release notes](https://github.com/fb55/nth-check/releases)
- [Commits](https://github.com/fb55/nth-check/compare/v1.0.2...v2.1.1)

Updates `cheerio` from 1.0.0-rc.3 to 1.0.0-rc.12
- [Release notes](https://github.com/cheeriojs/cheerio/releases)
- [Commits](https://github.com/cheeriojs/cheerio/compare/1.0.0-rc.3...v1.0.0-rc.12)

---
updated-dependencies:
- dependency-name: nth-check
  dependency-type: indirect
- dependency-name: cheerio
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-04-20 04:38:05 +00:00

26 lines
588 B
JSON

{
"name": "purescript-cheerio",
"version": "0.2.3",
"description": "PureScript bindings for Cheerio",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "spago test"
},
"repository": {
"type": "git",
"url": "https://github.com/icyrockcom/purescript-cheerio.git"
},
"author": "icyrock.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/icyrockcom/purescript-cheerio/issues"
},
"homepage": "https://github.com/icyrockcom/purescript-cheerio#readme",
"dependencies": {
"cheerio": "^1.0.0-rc.12"
}
}