diff --git a/package-lock.json b/package-lock.json index f1a1bd122..9f8f34f1b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3776,11 +3776,6 @@ "sha.js": "^2.4.8" } }, - "pegjs": { - "version": "0.11.0-master.f69239d", - "resolved": "https://registry.npmjs.org/pegjs/-/pegjs-0.11.0-master.f69239d.tgz", - "integrity": "sha512-8PXSaXnLh9hw0R/SfOL1b8JSgiPv1KSl8B1h+sP0uwngmx3Vk+QdB2cuBAT1lXPbP5necVZ2Dl2t4DfR3KKbZg==" - }, "picomatch": { "version": "2.2.2", "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.2.2.tgz", diff --git a/package.json b/package.json index 0ad0915af..52045027f 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,6 @@ "minimist": "^1.2.5", "moment": "^2.26.0", "ora": "^4.0.4", - "pegjs": "^0.11.0-master.b7b87ea", "reflect-metadata": "^0.1.13", "semver": "^7.3.2", "source-map-support": "^0.5.19",