chore: bump verison and npm audit fix

This commit is contained in:
Jacobtread 2026-05-09 10:31:08 +12:00
parent bb1aeba57f
commit 52fd5b5db4
No known key found for this signature in database
GPG key ID: AB9B37C42B33D9C6
4 changed files with 14 additions and 13 deletions

View file

@ -1,11 +1,11 @@
{
"id": "timekeep",
"name": "Timekeep",
"version": "2.0.0",
"version": "2.1.0",
"minAppVersion": "1.5.12",
"description": "Time tracking",
"author": "Jacobtread",
"authorUrl": "https://jacobtread.com",
"fundingUrl": "https://www.buymeacoffee.com/jacobtread",
"isDesktopOnly": false
}
}

16
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "obsidian-timekeep",
"version": "2.0.0",
"version": "2.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "obsidian-timekeep",
"version": "2.0.0",
"version": "2.1.0",
"license": "MIT",
"dependencies": {
"fuse.js": "^7.1.0",
@ -2360,9 +2360,9 @@
"integrity": "sha512-k+YsbhpA9e+EFfKjTCH3VW6aoKlyNYI6NYdTfDL4CIvFnvsuO84ttonmZE7rc+v23SLTH8XX+5w/Ak9v0xGY4g=="
},
"node_modules/postcss": {
"version": "8.5.9",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.9.tgz",
"integrity": "sha512-7a70Nsot+EMX9fFU3064K/kdHWZqGVY+BADLyXc8Dfv+mTLLVl6JzJpPaCZ2kQL9gIJvKXSLMHhqdRRjwQeFtw==",
"version": "8.5.14",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.14.tgz",
"integrity": "sha512-SoSL4+OSEtR99LHFZQiJLkT59C5B1amGO1NzTwj7TT1qCUgUO6hxOvzkOYxD+vMrXBM3XJIKzokoERdqQq/Zmg==",
"dev": true,
"funding": [
{
@ -2630,9 +2630,9 @@
}
},
"node_modules/uuid": {
"version": "11.1.0",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.0.tgz",
"integrity": "sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==",
"version": "11.1.1",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.1.tgz",
"integrity": "sha512-vIYxrBCC/N/K+Js3qSN88go7kIfNPssr/hHCesKCQNAjmgvYS2oqr69kIufEG+O4+PfezOH4EbIeHCfFov8ZgQ==",
"funding": [
"https://github.com/sponsors/broofa",
"https://github.com/sponsors/ctavan"

View file

@ -1,6 +1,6 @@
{
"name": "obsidian-timekeep",
"version": "2.0.0",
"version": "2.1.0",
"description": "Obsidian plugin for time tracking",
"keywords": [],
"license": "MIT",

View file

@ -38,5 +38,6 @@
"1.14.1": "1.5.12",
"1.15.0": "1.5.12",
"1.16.0": "1.5.12",
"2.0.0": "1.5.12"
}
"2.0.0": "1.5.12",
"2.1.0": "1.5.12"
}