diff --git a/package-lock.json b/package-lock.json index 8823564d6..3a4987b03 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,7 +29,7 @@ "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^6.6.0", "http-status-codes": "^2.2.0", - "jest": "^29.5.0", + "jest": "^29.7.0", "jest-junit": "^16.0.0", "jest-when": "^3.5.2", "lockfile-lint": "^4.14.0", @@ -7477,9 +7477,10 @@ }, "node_modules/jest": { "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest/-/jest-29.7.0.tgz", + "resolved": "https://nexus.core.cvent.org/nexus/repository/npm-public/jest/-/jest-29.7.0.tgz", "integrity": "sha512-NIy3oAFp9shda19hy4HK0HRTWKtPJmGdnvywu01nOqNC2vZg+Z+fvJDxpMQA88eb2I9EcafcdjYgsDthnYTvGw==", "dev": true, + "license": "MIT", "dependencies": { "@jest/core": "^29.7.0", "@jest/types": "^29.6.3", diff --git a/package.json b/package.json index c1f2f5c50..27ab58027 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^6.6.0", "http-status-codes": "^2.2.0", - "jest": "^29.5.0", + "jest": "^29.7.0", "jest-junit": "^16.0.0", "jest-when": "^3.5.2", "lockfile-lint": "^4.14.0",