Downgrade shareon to fix web-share icon issue

https://github.com/kytta/shareon/pull/71
This commit is contained in:
Jake Howard 2023-07-15 14:41:59 +01:00
parent 062410803d
commit 385fae7fe1
Signed by: jake
GPG key ID: 57AFB45680EDD477
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -21,7 +21,7 @@
"lodash.throttle": "4.1.1", "lodash.throttle": "4.1.1",
"npm-run-all": "4.1.5", "npm-run-all": "4.1.5",
"sass": "1.63.4", "sass": "1.63.4",
"shareon": "2.2.1" "shareon": "2.2.0"
}, },
"devDependencies": { "devDependencies": {
"eslint": "8.33.0", "eslint": "8.33.0",
@ -3161,9 +3161,9 @@
} }
}, },
"node_modules/shareon": { "node_modules/shareon": {
"version": "2.2.1", "version": "2.2.0",
"resolved": "https://registry.npmjs.org/shareon/-/shareon-2.2.1.tgz", "resolved": "https://registry.npmjs.org/shareon/-/shareon-2.2.0.tgz",
"integrity": "sha512-kAEzLlY3lYU6qFi3q72stSKQm4yN5DBzWAKaME2Zyk7t9NEVBD5lrBqwDgCZRmb4QCIoClccjuHy460fVNnqNA==", "integrity": "sha512-tOxEWHYhMZwXsGwwhR5DSj5ZFbx6yRixJm2CqNa4wfVXg5swXjLOV1olkTDNRRjfiVbtR0UjNei0SqD45Co0cA==",
"funding": [ "funding": [
"https://github.com/sponsors/kytta/", "https://github.com/sponsors/kytta/",
"https://liberapay.com/kytta", "https://liberapay.com/kytta",
@ -6014,9 +6014,9 @@
"integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==" "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ=="
}, },
"shareon": { "shareon": {
"version": "2.2.1", "version": "2.2.0",
"resolved": "https://registry.npmjs.org/shareon/-/shareon-2.2.1.tgz", "resolved": "https://registry.npmjs.org/shareon/-/shareon-2.2.0.tgz",
"integrity": "sha512-kAEzLlY3lYU6qFi3q72stSKQm4yN5DBzWAKaME2Zyk7t9NEVBD5lrBqwDgCZRmb4QCIoClccjuHy460fVNnqNA==" "integrity": "sha512-tOxEWHYhMZwXsGwwhR5DSj5ZFbx6yRixJm2CqNa4wfVXg5swXjLOV1olkTDNRRjfiVbtR0UjNei0SqD45Co0cA=="
}, },
"shebang-command": { "shebang-command": {
"version": "1.2.0", "version": "1.2.0",

View file

@ -40,6 +40,6 @@
"lodash.throttle": "4.1.1", "lodash.throttle": "4.1.1",
"npm-run-all": "4.1.5", "npm-run-all": "4.1.5",
"sass": "1.63.4", "sass": "1.63.4",
"shareon": "2.2.1" "shareon": "2.2.0"
} }
} }