Update dependencies in package.json

This commit is contained in:
luke-hagar-sp
2024-01-23 20:29:24 -06:00
parent 668d48ddeb
commit 27dcb8bb56
3 changed files with 17471 additions and 3 deletions

11312
Electron-App/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -3,7 +3,7 @@
"productName": "idn-admin-console",
"version": "0.0.2",
"description": "A troubleshooting and administration app for IdentityNow",
"repo": "https://github.com/sailpoint-oss/idn-admin-console",
"repository": "https://github.com/sailpoint-oss/idn-admin-console",
"main": "src/index.js",
"scripts": {
"dev": "echo \"Skipping Electron-App\"",
@@ -21,7 +21,7 @@
},
"license": "MIT",
"dependencies": {
"@electron-toolkit/utils": "^2.0.1",
"@electron-toolkit/utils": "^3.0.0",
"electron-log": "^5.0.1",
"electron-squirrel-startup": "^1.0.0",
"electron-window-state": "^5.0.3",
@@ -37,6 +37,6 @@
"@electron-forge/maker-zip": "^7.1.0",
"@electron-forge/plugin-auto-unpack-natives": "^7.1.0",
"@electron-forge/publisher-github": "^7.1.0",
"electron": "27.1.0"
"electron": "28.1.4"
}
}

6156
Sveltekit-App/package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff