diff --git a/package-lock.json b/package-lock.json index a80f68a..90f1dbb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5853,9 +5853,9 @@ } }, "source-map-support": { - "version": "0.5.19", - "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.19.tgz", - "integrity": "sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw==", + "version": "0.5.21", + "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz", + "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", "dev": true, "requires": { "buffer-from": "^1.0.0", diff --git a/package.json b/package.json index c3d09b5..71de615 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "husky": "^6.0.0", "jest": "^26.6.3", "lint-staged": "^11.0.1", - "source-map-support": "^0.5.19", + "source-map-support": "^0.5.21", "ts-jest": "^26.5.6", "typedoc": "^0.20.36", "typescript": "^4.1.3"