You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have just forked the repo and I will be replacing everything shortly.
To clarify; I will replace the request package with fetch, a built-in replacement who's API is already common-found in the JavaScript world. However, since Node.JS introduced it very late into the game, I will be adding a polyfill.
Cheerio's syntax is also non-standard; we now use the way JS interfaces with DOM, so that will be switched too.
Finally, lock file will be recreated, so it'll be upgraded regardless.
Use newer lockfile format
pikud-haoref-api/package-lock.json
Line 4 in 7dd639c
There is newer lockfileVersion
2
(different file format) which is available & generated bynpm 7
:https://github.blog/2021-02-02-npm-7-is-now-generally-available/#changes-to-the-lockfile
Upgrade packages
pikud-haoref-api/package.json
Line 20 in 7abeaa8
latest version of cheerio is
1.0.0-rc.9
pikud-haoref-api/package.json
Line 23 in 7abeaa8
latest version of request is
2.88.2
request
package is deprecated and migration to another package is needed.The text was updated successfully, but these errors were encountered: