Update shareon
This commit is contained in:
parent
f6f54b6c82
commit
e4fb1c2ef8
3 changed files with 13 additions and 9 deletions
17
package-lock.json
generated
17
package-lock.json
generated
|
@ -22,7 +22,7 @@
|
|||
"lodash.throttle": "4.1.1",
|
||||
"npm-run-all2": "5.0.0",
|
||||
"sass": "1.75.0",
|
||||
"shareon": "2.4.0"
|
||||
"shareon": "^2.6.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "8.55.0",
|
||||
|
@ -2998,14 +2998,15 @@
|
|||
}
|
||||
},
|
||||
"node_modules/shareon": {
|
||||
"version": "2.4.0",
|
||||
"resolved": "https://registry.npmjs.org/shareon/-/shareon-2.4.0.tgz",
|
||||
"integrity": "sha512-241BnM+LziD4xYixXjpzN+jdNKjSR/tQp3DO2jD7zzDoi+a07G+lz00gyqZNn7WJrzczhrKkzC+7ZCc5AbzZrA==",
|
||||
"version": "2.6.0",
|
||||
"resolved": "https://registry.npmjs.org/shareon/-/shareon-2.6.0.tgz",
|
||||
"integrity": "sha512-AmTP7AwgbhnGsTWg479CY0qAaRd9zWumZh/zcu6H/Po0u/X7/SMAjAwtdS/1Pr8hAFJ6DDa+o4fXkERlqV5HqA==",
|
||||
"funding": [
|
||||
"https://github.com/sponsors/kytta/",
|
||||
"https://liberapay.com/kytta",
|
||||
"https://www.paypal.com/paypalme/NickKaramoff"
|
||||
]
|
||||
],
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/shell-quote": {
|
||||
"version": "1.7.3",
|
||||
|
@ -5603,9 +5604,9 @@
|
|||
"integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ=="
|
||||
},
|
||||
"shareon": {
|
||||
"version": "2.4.0",
|
||||
"resolved": "https://registry.npmjs.org/shareon/-/shareon-2.4.0.tgz",
|
||||
"integrity": "sha512-241BnM+LziD4xYixXjpzN+jdNKjSR/tQp3DO2jD7zzDoi+a07G+lz00gyqZNn7WJrzczhrKkzC+7ZCc5AbzZrA=="
|
||||
"version": "2.6.0",
|
||||
"resolved": "https://registry.npmjs.org/shareon/-/shareon-2.6.0.tgz",
|
||||
"integrity": "sha512-AmTP7AwgbhnGsTWg479CY0qAaRd9zWumZh/zcu6H/Po0u/X7/SMAjAwtdS/1Pr8hAFJ6DDa+o4fXkERlqV5HqA=="
|
||||
},
|
||||
"shell-quote": {
|
||||
"version": "1.7.3",
|
||||
|
|
|
@ -42,6 +42,6 @@
|
|||
"lodash.throttle": "4.1.1",
|
||||
"npm-run-all2": "5.0.0",
|
||||
"sass": "1.75.0",
|
||||
"shareon": "2.4.0"
|
||||
"shareon": "^2.6.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,8 +9,11 @@
|
|||
<a class="pinterest" title="Share on Pintrest"></a>
|
||||
<a class="pocket" title="Share on Pocket"></a>
|
||||
<a class="reddit" title="Share on Reddit"></a>
|
||||
<a class="hackernews" title="Share on Hacker News"></a>
|
||||
<a class="fediverse" title="Share to the fediverse"></a>
|
||||
<a class="teams" title="Share on Teams"></a>
|
||||
<a class="telegram" title="Share on Telegram"></a>
|
||||
<a class="bluesky" title="Share on Bluesky"></a>
|
||||
<a class="twitter" title="Share on Twitter"></a>
|
||||
<a class="whatsapp" title="Share on WhatsApp"></a>
|
||||
<a class="email" title="Share by email"></a>
|
||||
|
|
Loading…
Add table
Reference in a new issue