Bump version to 1.0.5 and update dependencies

This commit is contained in:
Andrew Beal 2025-11-12 22:06:52 +00:00
parent 10472bf30a
commit fc221912d4
3 changed files with 12 additions and 12 deletions

View file

@ -1,7 +1,7 @@
{
"id": "vaultkeeper-ai",
"name": "Vaultkeeper AI",
"version": "1.0.4",
"version": "1.0.5",
"minAppVersion": "1.9.14",
"description": "Multi-AI assistant. Read, search, create, and edit notes with multiple AI providers.",
"author": "Andy-Stack",

20
package-lock.json generated
View file

@ -37,7 +37,7 @@
},
"devDependencies": {
"@eslint/js": "^9.39.1",
"@testing-library/svelte": "^5.2.8",
"@testing-library/svelte": "^5.2.9",
"@types/express": "^5.0.5",
"@types/node": "^24.10.1",
"@types/path-browserify": "^1.0.3",
@ -1470,9 +1470,9 @@
}
},
"node_modules/@testing-library/svelte": {
"version": "5.2.8",
"resolved": "https://registry.npmjs.org/@testing-library/svelte/-/svelte-5.2.8.tgz",
"integrity": "sha512-ucQOtGsJhtawOEtUmbR4rRh53e6RbM1KUluJIXRmh6D4UzxR847iIqqjRtg9mHNFmGQ8Vkam9yVcR5d1mhIHKA==",
"version": "5.2.9",
"resolved": "https://registry.npmjs.org/@testing-library/svelte/-/svelte-5.2.9.tgz",
"integrity": "sha512-p0Lg/vL1iEsEasXKSipvW9nBCtItQGhYvxL8OZ4w7/IDdC+LGoSJw4mMS5bndVFON/gWryitEhMr29AlO4FvBg==",
"dev": true,
"license": "MIT",
"dependencies": {
@ -4658,9 +4658,9 @@
}
},
"node_modules/google-logging-utils": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/google-logging-utils/-/google-logging-utils-1.1.2.tgz",
"integrity": "sha512-YsFPGVgDFf4IzSwbwIR0iaFJQFmR5Jp7V1WuYSjuRgAm9yWqsMhKE9YPlL+wvFLnc/wMiFV4SQUD9Y/JMpxIxQ==",
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/google-logging-utils/-/google-logging-utils-1.1.3.tgz",
"integrity": "sha512-eAmLkjDjAFCVXg7A1unxHsLf961m6y17QFqXqAXGj/gVkKFrEICfStRfwUlGNfeCEjNRa32JEWOUTlYXPyyKvA==",
"license": "Apache-2.0",
"engines": {
"node": ">=14"
@ -5675,9 +5675,9 @@
"license": "MIT"
},
"node_modules/js-yaml": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
"integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz",
"integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==",
"dev": true,
"license": "MIT",
"dependencies": {

View file

@ -21,7 +21,7 @@
"license": "MIT",
"devDependencies": {
"@eslint/js": "^9.39.1",
"@testing-library/svelte": "^5.2.8",
"@testing-library/svelte": "^5.2.9",
"@types/express": "^5.0.5",
"@types/node": "^24.10.1",
"@types/path-browserify": "^1.0.3",