Package versions, hiding Prelude.eq, lodash version
Lodash version fixed due to security vulnerability: https://nvd.nist.gov/vuln/detail/CVE-2018-3721
This commit is contained in:
parent
e02796e6a4
commit
e8111489db
10
bower.json
10
bower.json
@ -19,11 +19,13 @@
|
||||
"tests"
|
||||
],
|
||||
"dependencies": {
|
||||
"purescript-functions": "^4.0.0",
|
||||
"purescript-test-unit": "^14.0.0",
|
||||
"purescript-psci-support": "^4.0.0",
|
||||
"purescript-console": "^4.1.0",
|
||||
"purescript-effect": "^2.0.0",
|
||||
"purescript-prelude": "^4.0.1"
|
||||
"purescript-functions": "^4.0.0",
|
||||
"purescript-prelude": "^4.1.0",
|
||||
"purescript-test-unit": "^14.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"purescript-psci-support": "^4.0.0"
|
||||
}
|
||||
}
|
||||
|
2821
package-lock.json
generated
2821
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -20,6 +20,8 @@
|
||||
},
|
||||
"homepage": "https://github.com/icyrockcom/purescript-cheerio#readme",
|
||||
"dependencies": {
|
||||
"cheerio": "^1.0.0-rc.2"
|
||||
"cheerio": "^1.0.0-rc.2",
|
||||
"lodash": "^4.17.5",
|
||||
"npm": "^6.3.0"
|
||||
}
|
||||
}
|
||||
|
@ -17,7 +17,7 @@ module Cheerio (
|
||||
toArray
|
||||
) where
|
||||
|
||||
import Prelude
|
||||
import Prelude hiding (eq)
|
||||
|
||||
import Data.Array ((..))
|
||||
import Data.Function.Uncurried (Fn2, Fn3, Fn4, runFn2, runFn3, runFn4)
|
||||
|
Loading…
Reference in New Issue
Block a user