diff --git a/package-lock.json b/package-lock.json index ab8b393..c31b91a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@nexusmods/nexus-api": "^1.1.5", "7zip-bin": "^5.2.0", "electron-store": "^11.0.2", - "graphql": "^16.12.0", + "graphql": "^16.13.2", "graphql-request": "^7.4.0", "node-7z": "^3.0.0", "semver": "^7.7.4", @@ -30,8 +30,8 @@ "@reforged/maker-appimage": "^5.2.0", "@stylistic/eslint-plugin": "^5.10.0", "cross-env": "^10.1.0", - "electron": "^40.6.0", - "eslint": "^10.2.0", + "electron": "^41.2.1", + "eslint": "^10.2.1", "globals": "^17.5.0" } }, @@ -3182,9 +3182,9 @@ } }, "node_modules/electron": { - "version": "40.6.0", - "resolved": "https://registry.npmjs.org/electron/-/electron-40.6.0.tgz", - "integrity": "sha512-ett8W+yOFGDuM0vhJMamYSkrbV3LoaffzJd9GfjI96zRAxyrNqUSKqBpf/WGbQCweDxX2pkUCUfrv4wwKpsFZA==", + "version": "41.2.1", + "resolved": "https://registry.npmjs.org/electron/-/electron-41.2.1.tgz", + "integrity": "sha512-teeRThiYGTPKf/2yOW7zZA1bhb91KEQ4yLBPOg7GxpmnkLFLugKgQaAKOrCgdzwsXh/5mFIfmkm+4+wACJKwaA==", "dev": true, "hasInstallScript": true, "license": "MIT", @@ -3725,18 +3725,18 @@ } }, "node_modules/eslint": { - "version": "10.2.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-10.2.0.tgz", - "integrity": "sha512-+L0vBFYGIpSNIt/KWTpFonPrqYvgKw1eUI5Vn7mEogrQcWtWYtNQ7dNqC+px/J0idT3BAkiWrhfS7k+Tum8TUA==", + "version": "10.2.1", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-10.2.1.tgz", + "integrity": "sha512-wiyGaKsDgqXvF40P8mDwiUp/KQjE1FdrIEJsM8PZ3XCiniTMXS3OHWWUe5FI5agoCnr8x4xPrTDZuxsBlNHl+Q==", "dev": true, "license": "MIT", "dependencies": { "@eslint-community/eslint-utils": "^4.8.0", "@eslint-community/regexpp": "^4.12.2", - "@eslint/config-array": "^0.23.4", - "@eslint/config-helpers": "^0.5.4", - "@eslint/core": "^1.2.0", - "@eslint/plugin-kit": "^0.7.0", + "@eslint/config-array": "^0.23.5", + "@eslint/config-helpers": "^0.5.5", + "@eslint/core": "^1.2.1", + "@eslint/plugin-kit": "^0.7.1", "@humanfs/node": "^0.16.6", "@humanwhocodes/module-importer": "^1.0.1", "@humanwhocodes/retry": "^0.4.2", @@ -4692,9 +4692,9 @@ "license": "ISC" }, "node_modules/graphql": { - "version": "16.12.0", - "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.12.0.tgz", - "integrity": "sha512-DKKrynuQRne0PNpEbzuEdHlYOMksHSUI8Zc9Unei5gTsMNA2/vMpoMz/yKba50pejK56qj98qM0SjYxAKi13gQ==", + "version": "16.13.2", + "resolved": "https://registry.npmjs.org/graphql/-/graphql-16.13.2.tgz", + "integrity": "sha512-5bJ+nf/UCpAjHM8i06fl7eLyVC9iuNAjm9qzkiu2ZGhM0VscSvS6WDPfAwkdkBuoXGM9FJSbKl6wylMwP9Ktig==", "license": "MIT", "engines": { "node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0" diff --git a/package.json b/package.json index 011975a..1ed21ce 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "silkflylauncher", "productName": "Silk Fly Launcher", "version": "1.0.0-dev", - "description": "Silk Fly Launcher is a launcher and mod manager for Silksong mods from Nexus, built with Electron.", + "description": "Silk Fly Launcher is a launcher and mod manager for Silksong mods from Thunderstore and Nexus, built with Electron.", "main": "main.js", "type": "module", "scripts": { @@ -29,15 +29,15 @@ "@reforged/maker-appimage": "^5.2.0", "@stylistic/eslint-plugin": "^5.10.0", "cross-env": "^10.1.0", - "electron": "^40.6.0", - "eslint": "^10.2.0", + "electron": "^41.2.1", + "eslint": "^10.2.1", "globals": "^17.5.0" }, "dependencies": { "@nexusmods/nexus-api": "^1.1.5", "7zip-bin": "^5.2.0", "electron-store": "^11.0.2", - "graphql": "^16.12.0", + "graphql": "^16.13.2", "graphql-request": "^7.4.0", "node-7z": "^3.0.0", "semver": "^7.7.4",