Skip to content

Commit

Permalink
chore(deps): dump cheerio to 1.0 + update deps (#17)
Browse files Browse the repository at this point in the history
* chore(deps): update faker

* chore(deps): dump cheerio to 1.0.0

* chore(deps): fix vulnerabilities
  • Loading branch information
aurmeneta authored Dec 17, 2024
1 parent eee66de commit cab6537
Show file tree
Hide file tree
Showing 5 changed files with 1,778 additions and 762 deletions.
2 changes: 1 addition & 1 deletion lib/catalogo/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const cheerio = require('cheerio/lib/slim')
const cheerio = require('cheerio/slim')

const { fetchConfig, getFetch, URLS } = require('../utils')

Expand Down
2 changes: 1 addition & 1 deletion lib/cupos/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const cheerio = require('cheerio/lib/slim')
const cheerio = require('cheerio/slim')

const { fetchConfig, getFetch, URLS } = require('../utils')
const { obtenerCurso } = require('../cursos')
Expand Down
2 changes: 1 addition & 1 deletion lib/cursos/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const Modulo = require('./Modulo')
const ChoquesPermitidos = require('./ChoquesPermitidos')
const { fetchConfig, getFetch, URLS } = require('../utils')

const cheerio = require('cheerio/lib/slim')
const cheerio = require('cheerio/slim')

function obtenerCursos (url) {
return getFetch()
Expand Down
Loading

0 comments on commit cab6537

Please sign in to comment.