Skip to content

Commit 815a9ca

Browse files
committed
fix(dependabot): 1, CVE-2023-44270
1 parent e7c6b15 commit 815a9ca

File tree

2 files changed

+489
-594
lines changed

2 files changed

+489
-594
lines changed

package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@
8686
"dependencies": {
8787
"@electron-toolkit/preload": "^2.0.0",
8888
"@electron-toolkit/utils": "^2.0.1",
89-
"@sentry/electron": "^4.11.0",
90-
"@sentry/react": "^7.71.0",
91-
"electron-log": "^5.0.0-beta",
89+
"@sentry/electron": "^4.13.0",
90+
"@sentry/react": "^7.73.0",
91+
"electron-log": "^5.0.0-rc",
9292
"electron-updater": "^6.1.4",
9393
"lodash": "^4.17.21"
9494
},
@@ -98,8 +98,8 @@
9898
"@electron-toolkit/tsconfig": "^1.0.1",
9999
"@semantic-release/changelog": "^6.0.3",
100100
"@semantic-release/git": "^10.0.1",
101-
"@sentry/vite-plugin": "^2.7.1",
102-
"@swc/core": "^1.3.91",
101+
"@sentry/vite-plugin": "^2.8.0",
102+
"@swc/core": "^1.3.92",
103103
"@testing-library/jest-dom": "^6.1.3",
104104
"@testing-library/react": "^14.0.0",
105105
"@testing-library/user-event": "^14.5.1",
@@ -108,18 +108,18 @@
108108
"@types/jest": "^29.5.5",
109109
"@types/lint-staged": "^13.2.0",
110110
"@types/lodash": "^4.14.199",
111-
"@types/node": "^18.17.19",
112-
"@types/react": "^18.2.22",
113-
"@types/react-dom": "^18.2.7",
114-
"@typescript-eslint/eslint-plugin": "^6.7.3",
115-
"@typescript-eslint/parser": "^6.7.3",
111+
"@types/node": "^18.18.4",
112+
"@types/react": "^18.2.27",
113+
"@types/react-dom": "^18.2.12",
114+
"@typescript-eslint/eslint-plugin": "^6.7.5",
115+
"@typescript-eslint/parser": "^6.7.5",
116116
"@vitejs/plugin-react": "^4.1.0",
117117
"cross-env": "^7.0.3",
118118
"dotenv": "^16.3.1",
119-
"electron": "^26.2.4",
119+
"electron": "^26.3.0",
120120
"electron-builder": "^24.6.4",
121121
"electron-vite": "^1.0.28",
122-
"eslint": "^8.50.0",
122+
"eslint": "^8.51.0",
123123
"eslint-config-prettier": "^9.0.0",
124124
"eslint-plugin-import": "^2.28.1",
125125
"eslint-plugin-prettier": "^5.0.0",
@@ -135,7 +135,7 @@
135135
"ts-jest": "^29.1.1",
136136
"ts-node": "^10.9.1",
137137
"typescript": "^4.9.5",
138-
"vite": "^4.4.9"
138+
"vite": "^4.4.11"
139139
},
140140
"commitlint": {
141141
"extends": [

0 commit comments

Comments
 (0)