Skip to content

Commit

Permalink
Merge pull request #8 from dragonrealms-phoenix/develop
Browse files Browse the repository at this point in the history
Security Fix CVE-2023-44270
  • Loading branch information
KatoakDR authored Oct 9, 2023
2 parents e470c46 + 815a9ca commit f3ecb0e
Show file tree
Hide file tree
Showing 2 changed files with 489 additions and 594 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@
"dependencies": {
"@electron-toolkit/preload": "^2.0.0",
"@electron-toolkit/utils": "^2.0.1",
"@sentry/electron": "^4.11.0",
"@sentry/react": "^7.71.0",
"electron-log": "^5.0.0-beta",
"@sentry/electron": "^4.13.0",
"@sentry/react": "^7.73.0",
"electron-log": "^5.0.0-rc",
"electron-updater": "^6.1.4",
"lodash": "^4.17.21"
},
Expand All @@ -98,8 +98,8 @@
"@electron-toolkit/tsconfig": "^1.0.1",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@sentry/vite-plugin": "^2.7.1",
"@swc/core": "^1.3.91",
"@sentry/vite-plugin": "^2.8.0",
"@swc/core": "^1.3.92",
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.5.1",
Expand All @@ -108,18 +108,18 @@
"@types/jest": "^29.5.5",
"@types/lint-staged": "^13.2.0",
"@types/lodash": "^4.14.199",
"@types/node": "^18.17.19",
"@types/react": "^18.2.22",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.7.3",
"@typescript-eslint/parser": "^6.7.3",
"@types/node": "^18.18.4",
"@types/react": "^18.2.27",
"@types/react-dom": "^18.2.12",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"@vitejs/plugin-react": "^4.1.0",
"cross-env": "^7.0.3",
"dotenv": "^16.3.1",
"electron": "^26.2.4",
"electron": "^26.3.0",
"electron-builder": "^24.6.4",
"electron-vite": "^1.0.28",
"eslint": "^8.50.0",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-prettier": "^5.0.0",
Expand All @@ -135,7 +135,7 @@
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^4.9.5",
"vite": "^4.4.9"
"vite": "^4.4.11"
},
"commitlint": {
"extends": [
Expand Down
Loading

0 comments on commit f3ecb0e

Please sign in to comment.