diff --git a/package-lock.json b/package-lock.json index 253e271e..c2ad438c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "@testing-library/react": "^12.1.4", "@testing-library/user-event": "^14.4.3", "@types/geojson": "^7946.0.10", - "@types/jest": "^29.2.6", + "@types/jest": "^29.5.1", "@types/leaflet": "^1.9.0", "@types/leaflet.markercluster": "^1.5.1", "@types/lodash": "^4.14.191", @@ -3318,9 +3318,9 @@ } }, "node_modules/@types/jest": { - "version": "29.2.6", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.2.6.tgz", - "integrity": "sha512-XEUC/Tgw3uMh6Ho8GkUtQ2lPhY5Fmgyp3TdlkTJs1W9VgNxs+Ow/x3Elh8lHQKqCbZL0AubQuqWjHVT033Hhrw==", + "version": "29.5.1", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.1.tgz", + "integrity": "sha512-tEuVcHrpaixS36w7hpsfLBLpjtMRJUE09/MHXn923LOVojDwyC14cWcfc0rDs0VEfUyYmt/+iX1kxxp+gZMcaQ==", "dev": true, "dependencies": { "expect": "^29.0.0", @@ -18364,9 +18364,9 @@ } }, "@types/jest": { - "version": "29.2.6", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.2.6.tgz", - "integrity": "sha512-XEUC/Tgw3uMh6Ho8GkUtQ2lPhY5Fmgyp3TdlkTJs1W9VgNxs+Ow/x3Elh8lHQKqCbZL0AubQuqWjHVT033Hhrw==", + "version": "29.5.1", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.1.tgz", + "integrity": "sha512-tEuVcHrpaixS36w7hpsfLBLpjtMRJUE09/MHXn923LOVojDwyC14cWcfc0rDs0VEfUyYmt/+iX1kxxp+gZMcaQ==", "dev": true, "requires": { "expect": "^29.0.0", diff --git a/package.json b/package.json index 776a5200..c957d06b 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@testing-library/react": "^12.1.4", "@testing-library/user-event": "^14.4.3", "@types/geojson": "^7946.0.10", - "@types/jest": "^29.2.6", + "@types/jest": "^29.5.1", "@types/leaflet": "^1.9.0", "@types/leaflet.markercluster": "^1.5.1", "@types/lodash": "^4.14.191",