diff --git a/package-lock.json b/package-lock.json index f1cc8fc..9e2dc26 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2626,9 +2626,9 @@ } }, "@types/jest": { - "version": "29.4.2", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.4.2.tgz", - "integrity": "sha512-bbne90W7is+m88ezmZrLiTpp41tIoTdvPC5t3gLoNgu/6qbGdWTC2JWqPWQRJn2Q7rVYTr8aTWqOjhGJDXyvAQ==", + "version": "29.4.4", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.4.4.tgz", + "integrity": "sha512-qezb65VIH7X1wobSnd6Lvdve7PXSyQRa3dljTkhTtDhi603RvHQCshSlJcuyMLHJpeHgY3NKwvDJWxMOOHxGDQ==", "dev": true, "requires": { "expect": "^29.0.0", diff --git a/package.json b/package.json index 57da3ec..654b75d 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@shm-open/eslint-config-bundle": "1.9.13", "@testing-library/react-hooks": "8.0.1", "@types/hoist-non-react-statics": "3.3.1", - "@types/jest": "29.4.2", + "@types/jest": "29.4.4", "@types/react": "18.0.28", "jest": "29.5.0", "react": "18.2.0",