Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Upgrade: , , better-sqlite3, dugite, electron-dl, electron-log, electron-squirrel-startup, https-proxy-agent, node-fetch, open, posthog-js, semver, socks-proxy-agent #816

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
fix: upgrade multiple dependencies with Snyk
Snyk has created this PR to upgrade:
  - @fastify/cors from 8.2.0 to 8.5.0.
    See this package in npm: https://www.npmjs.com/package/@fastify/cors
  - @sentry/electron from 2.5.1 to 2.5.4.
    See this package in npm: https://www.npmjs.com/package/@sentry/electron
  - better-sqlite3 from 9.3.0 to 9.6.0.
    See this package in npm: https://www.npmjs.com/package/better-sqlite3
  - dugite from 2.5.1 to 2.7.1.
    See this package in npm: https://www.npmjs.com/package/dugite
  - electron-dl from 3.3.0 to 3.5.2.
    See this package in npm: https://www.npmjs.com/package/electron-dl
  - electron-log from 4.3.1 to 4.4.8.
    See this package in npm: https://www.npmjs.com/package/electron-log
  - electron-squirrel-startup from 1.0.0 to 1.0.1.
    See this package in npm: https://www.npmjs.com/package/electron-squirrel-startup
  - https-proxy-agent from 7.0.2 to 7.0.5.
    See this package in npm: https://www.npmjs.com/package/https-proxy-agent
  - node-fetch from 2.6.7 to 2.7.0.
    See this package in npm: https://www.npmjs.com/package/node-fetch
  - open from 7.3.1 to 7.4.2.
    See this package in npm: https://www.npmjs.com/package/open
  - posthog-js from 1.10.2 to 1.160.0.
    See this package in npm: https://www.npmjs.com/package/posthog-js
  - semver from 7.5.2 to 7.6.3.
    See this package in npm: https://www.npmjs.com/package/semver
  - socks-proxy-agent from 8.0.2 to 8.0.4.
    See this package in npm: https://www.npmjs.com/package/socks-proxy-agent

See this project in Snyk:
https://app.snyk.io/org/bad3r/project/b7588bf4-930b-4b58-8fc4-326d9ef0b1ad?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot committed Sep 20, 2024
commit e71a6e185150a2d02c6d9dac0deae1345c752e5c
26 changes: 13 additions & 13 deletions resources/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,29 +21,29 @@
"forge": "./forge.config.js"
},
"dependencies": {
"@fastify/cors": "8.2.0",
"@fastify/cors": "8.5.0",
"@logseq/rsapi": "0.0.84",
"@sentry/electron": "2.5.1",
"@sentry/electron": "2.5.4",
"abort-controller": "3.0.0",
"better-sqlite3": "9.3.0",
"better-sqlite3": "9.6.0",
"chokidar": "^3.5.1",
"command-exists": "1.2.9",
"diff-match-patch": "1.0.5",
"dugite": "2.5.1",
"dugite": "2.7.1",
"electron-deeplink": "1.0.10",
"electron-dl": "3.3.0",
"electron-log": "4.3.1",
"electron-squirrel-startup": "1.0.0",
"electron-dl": "3.5.2",
"electron-log": "4.4.8",
"electron-squirrel-startup": "1.0.1",
"electron-window-state": "5.0.3",
"extract-zip": "2.0.1",
"fastify": "latest",
"fs-extra": "9.1.0",
"https-proxy-agent": "7.0.2",
"node-fetch": "2.6.7",
"open": "7.3.1",
"posthog-js": "1.10.2",
"semver": "7.5.2",
"socks-proxy-agent": "8.0.2",
"https-proxy-agent": "7.0.5",
"node-fetch": "2.7.0",
"open": "7.4.2",
"posthog-js": "1.160.0",
"semver": "7.6.3",
"socks-proxy-agent": "8.0.4",
"update-electron-app": "2.0.1"
},
"devDependencies": {
Expand Down
Loading