diff --git a/package-lock.json b/package-lock.json index d760ab8..3e062cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,7 +43,7 @@ "node-fetch": "^2.6.7", "normalize-url": "^4.5.1", "parcel-plugin-inliner": "^1.0.16", - "prismjs": "^1.22.0", + "prismjs": "^1.27.0", "qrcode": "^1.4.4", "sanitize-html": "^2.4.0", "sass": "^1.30.0", @@ -2863,6 +2863,7 @@ }, "node_modules/ansi-regex": { "version": "5.0.0", + "dev": true, "license": "MIT", "engines": { "node": ">=8" @@ -4136,16 +4137,6 @@ "node": ">= 10" } }, - "node_modules/clipboard": { - "version": "2.0.8", - "license": "MIT", - "optional": true, - "dependencies": { - "good-listener": "^1.2.2", - "select": "^1.1.2", - "tiny-emitter": "^2.0.0" - } - }, "node_modules/cliui": { "version": "6.0.0", "dev": true, @@ -5000,11 +4991,6 @@ "node": ">=0.4.0" } }, - "node_modules/delegate": { - "version": "3.2.0", - "license": "MIT", - "optional": true - }, "node_modules/depd": { "version": "1.1.2", "license": "MIT", @@ -6498,14 +6484,6 @@ "node": ">=4" } }, - "node_modules/good-listener": { - "version": "1.2.2", - "license": "MIT", - "optional": true, - "dependencies": { - "delegate": "^3.1.2" - } - }, "node_modules/got": { "version": "9.6.0", "dev": true, @@ -11957,10 +11935,11 @@ "license": "MIT" }, "node_modules/prismjs": { - "version": "1.23.0", - "license": "MIT", - "optionalDependencies": { - "clipboard": "^2.0.0" + "version": "1.27.0", + "resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.27.0.tgz", + "integrity": "sha512-t13BGPUlFDR7wRB5kQDG4jjl7XeuH6jbJGt11JHPL96qwsEHNX2+68tFXqc1/k+/jALsbSWJKUOT/hcYAZ5LkA==", + "engines": { + "node": ">=6" } }, "node_modules/process": { @@ -13311,11 +13290,6 @@ "node": ">=10" } }, - "node_modules/select": { - "version": "1.1.2", - "license": "MIT", - "optional": true - }, "node_modules/semver": { "version": "6.3.0", "license": "ISC", @@ -14080,6 +14054,7 @@ }, "node_modules/strip-ansi": { "version": "6.0.0", + "dev": true, "license": "MIT", "dependencies": { "ansi-regex": "^5.0.0" @@ -14366,11 +14341,6 @@ "version": "0.3.0", "license": "MIT" }, - "node_modules/tiny-emitter": { - "version": "2.1.0", - "license": "MIT", - "optional": true - }, "node_modules/tiny-inflate": { "version": "1.0.3", "license": "MIT" @@ -17768,7 +17738,8 @@ } }, "ansi-regex": { - "version": "5.0.0" + "version": "5.0.0", + "dev": true }, "ansi-styles": { "version": "3.2.1", @@ -18612,15 +18583,6 @@ "version": "3.0.0", "dev": true }, - "clipboard": { - "version": "2.0.8", - "optional": true, - "requires": { - "good-listener": "^1.2.2", - "select": "^1.1.2", - "tiny-emitter": "^2.0.0" - } - }, "cliui": { "version": "6.0.0", "dev": true, @@ -19201,10 +19163,6 @@ "delayed-stream": { "version": "1.0.0" }, - "delegate": { - "version": "3.2.0", - "optional": true - }, "depd": { "version": "1.1.2" }, @@ -20231,13 +20189,6 @@ "globals": { "version": "11.12.0" }, - "good-listener": { - "version": "1.2.2", - "optional": true, - "requires": { - "delegate": "^3.1.2" - } - }, "got": { "version": "9.6.0", "dev": true, @@ -23802,10 +23753,9 @@ } }, "prismjs": { - "version": "1.23.0", - "requires": { - "clipboard": "^2.0.0" - } + "version": "1.27.0", + "resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.27.0.tgz", + "integrity": "sha512-t13BGPUlFDR7wRB5kQDG4jjl7XeuH6jbJGt11JHPL96qwsEHNX2+68tFXqc1/k+/jALsbSWJKUOT/hcYAZ5LkA==" }, "process": { "version": "0.11.10" @@ -24702,10 +24652,6 @@ "xmlchars": "^2.2.0" } }, - "select": { - "version": "1.1.2", - "optional": true - }, "semver": { "version": "6.3.0" }, @@ -25245,6 +25191,7 @@ }, "strip-ansi": { "version": "6.0.0", + "dev": true, "requires": { "ansi-regex": "^5.0.0" } @@ -25425,10 +25372,6 @@ "timsort": { "version": "0.3.0" }, - "tiny-emitter": { - "version": "2.1.0", - "optional": true - }, "tiny-inflate": { "version": "1.0.3" }, diff --git a/package.json b/package.json index 3a63fae..997da5f 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "node-fetch": "^2.6.7", "normalize-url": "^4.5.1", "parcel-plugin-inliner": "^1.0.16", - "prismjs": "^1.22.0", + "prismjs": "^1.27.0", "qrcode": "^1.4.4", "sanitize-html": "^2.4.0", "sass": "^1.30.0",