Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
brahma-dev committed Apr 3, 2024
1 parent 3927f87 commit f000a26
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 29 deletions.
46 changes: 23 additions & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "metafetch",
"description": "Metafetch fetches a given URL's title, description, images, links etc.",
"version": "3.1.5",
"version": "3.1.6",
"homepage": "https://github.com/brahma-dev/metafetch",
"repository": {
"type": "git",
Expand All @@ -21,7 +21,7 @@
],
"main": "dist/index",
"dependencies": {
"axios": "^1.6.7",
"axios": "^1.6.8",
"cheerio": "^1.0.0-rc.12",
"franc": "^6.2.0",
"iconv-lite": "^0.6.3",
Expand All @@ -31,14 +31,14 @@
"devDependencies": {
"@types/franc": "^5.0.3",
"@types/langs": "^2.0.5",
"@types/lodash": "^4.14.202",
"@types/node": "^20.11.24",
"@types/lodash": "^4.17.0",
"@types/node": "^20.12.3",
"coveralls": "^3.1.1",
"mocha": "^10.3.0",
"mocha": "^10.4.0",
"mocha-lcov-reporter": "^1.3.0",
"nyc": "^15.1.0",
"should": "^13.2.3",
"typescript": "^5.3.3"
"typescript": "^5.4.3"
},
"scripts": {
"build": "tsc",
Expand Down

0 comments on commit f000a26

Please sign in to comment.