diff --git a/package-lock.json b/package-lock.json index 6e557b09..33744ec3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "@babel/core": "^7.22.5", "@babel/preset-env": "^7.21.5", "@babel/preset-typescript": "^7.21.5", - "@types/jest": "^29.5.1", + "@types/jest": "^29.5.2", "@types/needle": "^3.2.0", "@types/node-statsd": "^0.1.3", "@typescript-eslint/eslint-plugin": "^5.59.5", @@ -2760,9 +2760,9 @@ } }, "node_modules/@types/jest": { - "version": "29.5.1", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.1.tgz", - "integrity": "sha512-tEuVcHrpaixS36w7hpsfLBLpjtMRJUE09/MHXn923LOVojDwyC14cWcfc0rDs0VEfUyYmt/+iX1kxxp+gZMcaQ==", + "version": "29.5.2", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.2.tgz", + "integrity": "sha512-mSoZVJF5YzGVCk+FsDxzDuH7s+SCkzrgKZzf0Z0T2WudhBUPoF6ktoTPC4R0ZoCPCV5xUvuU6ias5NvxcBcMMg==", "dev": true, "dependencies": { "expect": "^29.0.0", @@ -11454,9 +11454,9 @@ } }, "@types/jest": { - "version": "29.5.1", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.1.tgz", - "integrity": "sha512-tEuVcHrpaixS36w7hpsfLBLpjtMRJUE09/MHXn923LOVojDwyC14cWcfc0rDs0VEfUyYmt/+iX1kxxp+gZMcaQ==", + "version": "29.5.2", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.2.tgz", + "integrity": "sha512-mSoZVJF5YzGVCk+FsDxzDuH7s+SCkzrgKZzf0Z0T2WudhBUPoF6ktoTPC4R0ZoCPCV5xUvuU6ias5NvxcBcMMg==", "dev": true, "requires": { "expect": "^29.0.0", diff --git a/package.json b/package.json index 48eb0a9b..8cf67d1f 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@babel/core": "^7.22.5", "@babel/preset-env": "^7.21.5", "@babel/preset-typescript": "^7.21.5", - "@types/jest": "^29.5.1", + "@types/jest": "^29.5.2", "@types/needle": "^3.2.0", "@types/node-statsd": "^0.1.3", "@typescript-eslint/eslint-plugin": "^5.59.5",