Skip to content

Commit 257ce87

Browse files
authoredFeb 10, 2024
Update all dependencies
1 parent 2e55d45 commit 257ce87

File tree

2 files changed

+31
-31
lines changed

2 files changed

+31
-31
lines changed
 

‎package-lock.json

+27-27
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"test": "jest --passWithNoTests"
1111
},
1212
"dependencies": {
13-
"jsdom": "^23.0.0",
13+
"jsdom": "^24.0.0",
1414
"next": "14.0.3",
1515
"react": "^18",
1616
"react-dom": "^18",
@@ -36,8 +36,8 @@
3636
"eslint-plugin-prettier": "^5.0.1",
3737
"eslint-plugin-react": "^7.33.2",
3838
"eslint-plugin-react-hooks": "^4.6.0",
39-
"eslint-plugin-security": "^1.7.1",
40-
"eslint-plugin-simple-import-sort": "^10.0.0",
39+
"eslint-plugin-security": "^2.0.0",
40+
"eslint-plugin-simple-import-sort": "^12.0.0",
4141
"eslint-plugin-sonarjs": "^0.23.0",
4242
"identity-obj-proxy": "^3.0.0",
4343
"jest": "^29.7.0",
@@ -48,6 +48,6 @@
4848
"ts-jest": "^29.1.1",
4949
"ts-node": "^10.9.1",
5050
"typescript": "^5",
51-
"undici": "^5.27.2"
51+
"undici": "^6.0.0"
5252
}
5353
}

0 commit comments

Comments
 (0)