diff --git a/sasjs-tests/package-lock.json b/sasjs-tests/package-lock.json index d198432..1ffcb41 100644 --- a/sasjs-tests/package-lock.json +++ b/sasjs-tests/package-lock.json @@ -2378,9 +2378,9 @@ } }, "@types/jest": { - "version": "26.0.20", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-26.0.20.tgz", - "integrity": "sha512-9zi2Y+5USJRxd0FsahERhBwlcvFh6D2GLQnY2FH2BzK8J9s9omvNHIbvABwIluXa0fD8XVKMLTO0aOEuUfACAA==", + "version": "26.0.22", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-26.0.22.tgz", + "integrity": "sha512-eeWwWjlqxvBxc4oQdkueW5OF/gtfSceKk4OnOAGlUSwS/liBRtZppbJuz1YkgbrbfGOoeBHun9fOvXnjNwrSOw==", "requires": { "jest-diff": "^26.0.0", "pretty-format": "^26.0.0" diff --git a/sasjs-tests/package.json b/sasjs-tests/package.json index 1c5e69b..fee7ffa 100644 --- a/sasjs-tests/package.json +++ b/sasjs-tests/package.json @@ -6,7 +6,7 @@ "dependencies": { "@sasjs/adapter": "file:../build/sasjs-adapter-5.0.0.tgz", "@sasjs/test-framework": "^1.4.0", - "@types/jest": "^26.0.20", + "@types/jest": "^26.0.22", "@types/node": "^14.14.25", "@types/react": "^17.0.1", "@types/react-dom": "^17.0.0",