Update dependency shareon to v2.2.1

This commit is contained in:
Renovate 2023-07-15 12:00:55 +01:00
parent 6ff661e610
commit 5fad50dace
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.1.0" "shareon": "2.2.1"
}, },
"devDependencies": { "devDependencies": {
"eslint": "8.33.0", "eslint": "8.33.0",
@ -3161,9 +3161,9 @@
} }
}, },
"node_modules/shareon": { "node_modules/shareon": {
"version": "2.1.0", "version": "2.2.1",
"resolved": "https://registry.npmjs.org/shareon/-/shareon-2.1.0.tgz", "resolved": "https://registry.npmjs.org/shareon/-/shareon-2.2.1.tgz",
"integrity": "sha512-Autnx3eT6Ktq/PS3VrCuQkUwCRQg1wI04pEqPkTfI6EwRjH+AUJoJ86vCuRby3/F+GczG5t/wtTSKcfVGfIFvQ==", "integrity": "sha512-kAEzLlY3lYU6qFi3q72stSKQm4yN5DBzWAKaME2Zyk7t9NEVBD5lrBqwDgCZRmb4QCIoClccjuHy460fVNnqNA==",
"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.1.0", "version": "2.2.1",
"resolved": "https://registry.npmjs.org/shareon/-/shareon-2.1.0.tgz", "resolved": "https://registry.npmjs.org/shareon/-/shareon-2.2.1.tgz",
"integrity": "sha512-Autnx3eT6Ktq/PS3VrCuQkUwCRQg1wI04pEqPkTfI6EwRjH+AUJoJ86vCuRby3/F+GczG5t/wtTSKcfVGfIFvQ==" "integrity": "sha512-kAEzLlY3lYU6qFi3q72stSKQm4yN5DBzWAKaME2Zyk7t9NEVBD5lrBqwDgCZRmb4QCIoClccjuHy460fVNnqNA=="
}, },
"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.1.0" "shareon": "2.2.1"
} }
} }