Skip to content

Commit

Permalink
fix(deps): update dependency twemoji to v14
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 26, 2022
1 parent 276e639 commit d6bc463
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 43 deletions.
78 changes: 48 additions & 30 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"marked": "1.2.8",
"open-graph-scraper": "4.7.1",
"puppeteer-core": "9.0.0",
"twemoji": "12.1.6",
"twemoji": "14.0.1",
"url": "0.11.0"
}
}
21 changes: 9 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -404,8 +404,6 @@
"integrity" "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss="
"resolved" "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz"
"version" "4.0.0"
dependencies:
"graceful-fs" "^4.1.6"
optionalDependencies:
"graceful-fs" "^4.1.6"

Expand All @@ -414,7 +412,6 @@
"resolved" "https://registry.npmjs.org/jsonfile/-/jsonfile-5.0.0.tgz"
"version" "5.0.0"
dependencies:
"graceful-fs" "^4.1.6"
"universalify" "^0.1.2"
optionalDependencies:
"graceful-fs" "^4.1.6"
Expand Down Expand Up @@ -685,19 +682,19 @@
"resolved" "https://registry.npmjs.org/through/-/through-2.3.8.tgz"
"version" "2.3.8"

"twemoji-parser@12.1.3":
"integrity" "sha512-ND4LZXF4X92/PFrzSgGkq6KPPg8swy/U0yRw1k/+izWRVmq1HYi3khPwV3XIB6FRudgVICAaBhJfW8e8G3HC7Q=="
"resolved" "https://registry.npmjs.org/twemoji-parser/-/twemoji-parser-12.1.3.tgz"
"version" "12.1.3"
"twemoji-parser@14.0.0":
"integrity" "sha512-9DUOTGLOWs0pFWnh1p6NF+C3CkQ96PWmEFwhOVmT3WbecRC+68AIqpsnJXygfkFcp4aXbOp8Dwbhh/HQgvoRxA=="
"resolved" "https://registry.npmjs.org/twemoji-parser/-/twemoji-parser-14.0.0.tgz"
"version" "14.0.0"

"twemoji@12.1.6":
"integrity" "sha512-FIKi9Jne5IiDGDWekoANJ1a8ltUKVbJLEIR8XUpbFRDMqIPgLWnYgjeWZ1KOrdiTztRCAa9x4v+5w5OuiJOGVw=="
"resolved" "https://registry.npmjs.org/twemoji/-/twemoji-12.1.6.tgz"
"version" "12.1.6"
"twemoji@14.0.1":
"integrity" "sha512-eoqhea0sUhmC10iTacksyp1v9O4BP1jKmVqtK+Nztw40/dzawSHkXL3/xCpyh+mukmEvJ0Gw9VLvwZfQ9HKXDw=="
"resolved" "https://registry.npmjs.org/twemoji/-/twemoji-14.0.1.tgz"
"version" "14.0.1"
dependencies:
"fs-extra" "^8.0.1"
"jsonfile" "^5.0.0"
"twemoji-parser" "12.1.3"
"twemoji-parser" "14.0.0"
"universalify" "^0.1.2"

"unbzip2-stream@^1.3.3":
Expand Down

0 comments on commit d6bc463

Please sign in to comment.