diff --git a/package-lock.json b/package-lock.json index e3bc246..7e2a91a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -575,9 +575,9 @@ } }, "@types/node": { - "version": "12.12.14", - "resolved": "https://registry.npmjs.org/@types/node/-/node-12.12.14.tgz", - "integrity": "sha512-u/SJDyXwuihpwjXy7hOOghagLEV1KdAST6syfnOk6QZAMzZuWZqXy5aYYZbh8Jdpd4escVFP0MvftHNDb9pruA==" + "version": "12.12.15", + "resolved": "https://registry.npmjs.org/@types/node/-/node-12.12.15.tgz", + "integrity": "sha512-Pv+vWicyFd07Hw/SmNnTUguqrHgDfMtjabvD9sQyxeqbpCEg8CmViLBaVPHtNsoBgZECrRf5/pgV6FJIBrGSjw==" }, "@types/stack-utils": { "version": "1.0.1", diff --git a/package.json b/package.json index 3ff501e..238b2e2 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ }, "devDependencies": { "@types/jest": "^24.0.23", - "@types/node": "^12.12.14", + "@types/node": "^12.12.15", "jest": "^24.9.0", "jest-circus": "^24.9.0", "ts-jest": "^24.2.0",