diff --git a/node_modules/.package-lock.json b/node_modules/.package-lock.json index 708b49fb76..6dd725d668 100644 --- a/node_modules/.package-lock.json +++ b/node_modules/.package-lock.json @@ -753,16 +753,6 @@ "integrity": "sha1-7ihweulOEdK4J7y+UnC86n8+ce4=", "dev": true }, - "node_modules/@types/long": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/@types/long/-/long-5.0.0.tgz", - "integrity": "sha512-eQs9RsucA/LNjnMoJvWG/nXa7Pot/RbBzilF/QRIU/xRl+0ApxrSUFsV5lmf01SvSlqMzJ7Zwxe440wmz2SJGA==", - "deprecated": "This is a stub types definition. long provides its own type definitions, so you do not need this installed.", - "dev": true, - "dependencies": { - "long": "*" - } - }, "node_modules/@types/node": { "version": "16.11.22", "resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.22.tgz", diff --git a/node_modules/@types/long/LICENSE b/node_modules/@types/long/LICENSE deleted file mode 100755 index 9e841e7a26..0000000000 --- a/node_modules/@types/long/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ - MIT License - - Copyright (c) Microsoft Corporation. - - Permission is hereby granted, free of charge, to any person obtaining a copy - of this software and associated documentation files (the "Software"), to deal - in the Software without restriction, including without limitation the rights - to use, copy, modify, merge, publish, distribute, sublicense, and/or sell - copies of the Software, and to permit persons to whom the Software is - furnished to do so, subject to the following conditions: - - The above copyright notice and this permission notice shall be included in all - copies or substantial portions of the Software. - - THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR - IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, - FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE - AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER - LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, - OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE - SOFTWARE diff --git a/node_modules/@types/long/README.md b/node_modules/@types/long/README.md deleted file mode 100755 index 7e4466fd60..0000000000 --- a/node_modules/@types/long/README.md +++ /dev/null @@ -1,3 +0,0 @@ -This is a stub types definition for @types/long (https://github.com/dcodeIO/long.js#readme). - -long provides its own type definitions, so you don't need @types/long installed! \ No newline at end of file diff --git a/node_modules/@types/long/package.json b/node_modules/@types/long/package.json deleted file mode 100755 index 3ac402dd72..0000000000 --- a/node_modules/@types/long/package.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "name": "@types/long", - "version": "5.0.0", - "description": "Stub TypeScript definitions entry for long, which provides its own types definitions", - "main": "", - "scripts": {}, - "license": "MIT", - "dependencies": { - "long": "*" - }, - "deprecated": "This is a stub types definition. long provides its own type definitions, so you do not need this installed." -} \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 1b253ab58f..cc05b0f034 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,6 @@ "@types/adm-zip": "^0.5.0", "@types/get-folder-size": "^2.0.0", "@types/js-yaml": "^4.0.5", - "@types/long": "5.0.0", "@types/node": "16.11.22", "@types/semver": "^7.3.8", "@types/sinon": "^10.0.2", @@ -811,16 +810,6 @@ "integrity": "sha1-7ihweulOEdK4J7y+UnC86n8+ce4=", "dev": true }, - "node_modules/@types/long": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/@types/long/-/long-5.0.0.tgz", - "integrity": "sha512-eQs9RsucA/LNjnMoJvWG/nXa7Pot/RbBzilF/QRIU/xRl+0ApxrSUFsV5lmf01SvSlqMzJ7Zwxe440wmz2SJGA==", - "deprecated": "This is a stub types definition. long provides its own type definitions, so you do not need this installed.", - "dev": true, - "dependencies": { - "long": "*" - } - }, "node_modules/@types/node": { "version": "16.11.22", "resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.22.tgz", @@ -6623,15 +6612,6 @@ "integrity": "sha1-7ihweulOEdK4J7y+UnC86n8+ce4=", "dev": true }, - "@types/long": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/@types/long/-/long-5.0.0.tgz", - "integrity": "sha512-eQs9RsucA/LNjnMoJvWG/nXa7Pot/RbBzilF/QRIU/xRl+0ApxrSUFsV5lmf01SvSlqMzJ7Zwxe440wmz2SJGA==", - "dev": true, - "requires": { - "long": "*" - } - }, "@types/node": { "version": "16.11.22", "resolved": "https://registry.npmjs.org/@types/node/-/node-16.11.22.tgz", diff --git a/package.json b/package.json index 9332621906..7df351fdcf 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,6 @@ "@types/adm-zip": "^0.5.0", "@types/get-folder-size": "^2.0.0", "@types/js-yaml": "^4.0.5", - "@types/long": "5.0.0", "@types/node": "16.11.22", "@types/semver": "^7.3.8", "@types/sinon": "^10.0.2",