Skip to content

Commit

Permalink
fix: upgrade multiple dependencies with Snyk
Browse files Browse the repository at this point in the history
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.158.1.
    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 17, 2024
1 parent c7b10ce commit dcc47b3
Showing 1 changed file with 13 additions and 13 deletions.
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.158.1",
"semver": "7.6.3",
"socks-proxy-agent": "8.0.4",
"update-electron-app": "2.0.1"
},
"devDependencies": {
Expand Down

0 comments on commit dcc47b3

Please sign in to comment.