Update dependency shareon to v2.5.0

This commit is contained in:
Renovate 2024-02-04 16:00:43 +00:00
parent 7d3605f5e1
commit 70632e8e56
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -22,7 +22,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.70.0", "sass": "1.70.0",
"shareon": "2.4.0" "shareon": "2.5.0"
}, },
"devDependencies": { "devDependencies": {
"eslint": "8.55.0", "eslint": "8.55.0",
@ -3327,9 +3327,9 @@
} }
}, },
"node_modules/shareon": { "node_modules/shareon": {
"version": "2.4.0", "version": "2.5.0",
"resolved": "https://registry.npmjs.org/shareon/-/shareon-2.4.0.tgz", "resolved": "https://registry.npmjs.org/shareon/-/shareon-2.5.0.tgz",
"integrity": "sha512-241BnM+LziD4xYixXjpzN+jdNKjSR/tQp3DO2jD7zzDoi+a07G+lz00gyqZNn7WJrzczhrKkzC+7ZCc5AbzZrA==", "integrity": "sha512-3RaRVy7nyi49IUYXZZkvXcylaQgrtM5ZkG0oRovNJLlf2M2/guYiowzCqtIylhNJCBxT4S+c40qRv0Km6myBSQ==",
"funding": [ "funding": [
"https://github.com/sponsors/kytta/", "https://github.com/sponsors/kytta/",
"https://liberapay.com/kytta", "https://liberapay.com/kytta",
@ -6277,9 +6277,9 @@
"integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==" "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ=="
}, },
"shareon": { "shareon": {
"version": "2.4.0", "version": "2.5.0",
"resolved": "https://registry.npmjs.org/shareon/-/shareon-2.4.0.tgz", "resolved": "https://registry.npmjs.org/shareon/-/shareon-2.5.0.tgz",
"integrity": "sha512-241BnM+LziD4xYixXjpzN+jdNKjSR/tQp3DO2jD7zzDoi+a07G+lz00gyqZNn7WJrzczhrKkzC+7ZCc5AbzZrA==" "integrity": "sha512-3RaRVy7nyi49IUYXZZkvXcylaQgrtM5ZkG0oRovNJLlf2M2/guYiowzCqtIylhNJCBxT4S+c40qRv0Km6myBSQ=="
}, },
"shebang-command": { "shebang-command": {
"version": "1.2.0", "version": "1.2.0",

View File

@ -42,6 +42,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.70.0", "sass": "1.70.0",
"shareon": "2.4.0" "shareon": "2.5.0"
} }
} }