Skip to content

Commit

Permalink
fix(deps): update dependency unfurl.js to v6.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 3, 2024
1 parent b0c1009 commit b58f1c9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"jellycommands": "1.0.0-next.43",
"ts-node": "10.9.2",
"tsm": "2.3.0",
"unfurl.js": "6.3.1",
"unfurl.js": "6.4.0",
"url-regex-safe": "3.0.0"
},
"devDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ debug@2.6.9:
dependencies:
ms "2.0.0"

debug@^3.1.0:
debug@^3.2.7:
version "3.2.7"
resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.7.tgz#72580b7e9145fb39b6676f9c5e5fb100b934179a"
integrity sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==
Expand Down Expand Up @@ -1272,12 +1272,12 @@ undici@6.13.0:
resolved "https://registry.yarnpkg.com/undici/-/undici-6.13.0.tgz#7edbf4b7f3aac5f8a681d515151bf55cb3589d72"
integrity sha512-Q2rtqmZWrbP8nePMq7mOJIN98M0fYvSgV89vwl/BQRT4mDOeY2GXZngfGpcBBhtky3woM7G24wZV3Q304Bv6cw==

unfurl.js@6.3.1:
version "6.3.1"
resolved "https://registry.yarnpkg.com/unfurl.js/-/unfurl.js-6.3.1.tgz#ca86878b2b425743977acbf980e0b3785ae9d2a9"
integrity sha512-hPSc4CifebcfCTHF+jGz0Qo67P/OPyQm/zC46tgVXvDhBEYVnoZlJ3e1WOmlmpoHx8KkmikbbeLlIMYDdRFM9w==
unfurl.js@6.4.0:
version "6.4.0"
resolved "https://registry.yarnpkg.com/unfurl.js/-/unfurl.js-6.4.0.tgz#222cfc95b71d26529b5baa5dde9813019fa87c67"
integrity sha512-DogJFWPkOWMcu2xPdpmbcsL+diOOJInD3/jXOv6saX1upnWmMK8ndAtDWUfJkuInqNI9yzADud4ID9T+9UeWCw==
dependencies:
debug "^3.1.0"
debug "^3.2.7"
he "^1.2.0"
htmlparser2 "^8.0.1"
iconv-lite "^0.4.24"
Expand Down

0 comments on commit b58f1c9

Please sign in to comment.