diff --git a/package-lock.json b/package-lock.json index ec476f1..67e5d2a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1088,9 +1088,9 @@ } }, "@types/source-map-support": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/@types/source-map-support/-/source-map-support-0.5.0.tgz", - "integrity": "sha512-OrnAz5K5dXDgMdeRRoXIjDAvkodQ9ESvVJCyzrhzUJKmCkXgmYx/KLUBcVFe5eS4FiohfcY7YPxsdkmSwJz9wA==", + "version": "0.5.1", + "resolved": "https://registry.npmjs.org/@types/source-map-support/-/source-map-support-0.5.1.tgz", + "integrity": "sha512-VDqnZe9D2zR19qbeRvwYyHSp7AtUtCkTaRVFQ8wzwH9TXw9kKKq/vBhfEnFEXVupO2M0lBMA9mr/XyQ6gEkUOA==", "dev": true, "requires": { "@types/node": "*" @@ -11458,9 +11458,9 @@ } }, "source-map-support": { - "version": "0.5.13", - "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.13.tgz", - "integrity": "sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w==", + "version": "0.5.16", + "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.16.tgz", + "integrity": "sha512-efyLRJDr68D9hBBNIPWFjhpFzURh+KJykQwvMyW5UiZzYwoF6l4YMMDIJJEyFWxWCqfyxLzz6tSfUFR+kXXsVQ==", "dev": true, "requires": { "buffer-from": "^1.0.0", diff --git a/package.json b/package.json index c3601ad..94255a9 100644 --- a/package.json +++ b/package.json @@ -37,12 +37,12 @@ "@types/jest": "24.0.18", "@types/node": "11.13.22", "@types/ramda": "0.26.26", - "@types/source-map-support": "0.5.0", + "@types/source-map-support": "0.5.1", "@types/supertest": "2.0.8", "@types/uuid": "3.4.5", "jest": "24.9.0", "rimraf": "3.0.0", - "source-map-support": "0.5.13", + "source-map-support": "0.5.16", "supertest": "4.0.2", "ts-jest": "24.1.0", "tslint": "5.20.0",