From 3b73a65978902506fa126f979fcbcbee5e2a95ae Mon Sep 17 00:00:00 2001 From: Wazbat Date: Tue, 29 Aug 2023 22:37:20 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9E=95=20Added=20missing=20dependency=20for?= =?UTF-8?q?=20source-map-support=20(#10)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package-lock.json | 19 +++++++++++++++++++ package.json | 1 + 2 files changed, 20 insertions(+) diff --git a/package-lock.json b/package-lock.json index 8f08388..8653d93 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,6 +16,7 @@ "@types/express": "^4.17.13", "@types/jest": "^29.5.4", "@types/node": "^20.5.7", + "@types/source-map-support": "^0.5.7", "copyfiles": "^2.4.1", "cross-env": "^7.0.3", "dotenv": "^16.3.1", @@ -1570,6 +1571,15 @@ "@types/node": "*" } }, + "node_modules/@types/source-map-support": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/@types/source-map-support/-/source-map-support-0.5.7.tgz", + "integrity": "sha512-rJqBfLel8jPuL5MwXxMH2Cdb6D80Snu3YJxDE+VJAmtT04l7j3OA7h+FYXlYDys0WeBVH/MPbExj3B8NCaDw9g==", + "dev": true, + "dependencies": { + "source-map": "^0.6.0" + } + }, "node_modules/@types/stack-utils": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.1.tgz", @@ -8599,6 +8609,15 @@ "@types/node": "*" } }, + "@types/source-map-support": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/@types/source-map-support/-/source-map-support-0.5.7.tgz", + "integrity": "sha512-rJqBfLel8jPuL5MwXxMH2Cdb6D80Snu3YJxDE+VJAmtT04l7j3OA7h+FYXlYDys0WeBVH/MPbExj3B8NCaDw9g==", + "dev": true, + "requires": { + "source-map": "^0.6.0" + } + }, "@types/stack-utils": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.1.tgz", diff --git a/package.json b/package.json index 209927e..d0b4ca0 100644 --- a/package.json +++ b/package.json @@ -25,6 +25,7 @@ "@types/express": "^4.17.13", "@types/jest": "^29.5.4", "@types/node": "^20.5.7", + "@types/source-map-support": "^0.5.7", "copyfiles": "^2.4.1", "cross-env": "^7.0.3", "dotenv": "^16.3.1",