diff --git a/package-lock.json b/package-lock.json index a984fab..9539f66 100644 --- a/package-lock.json +++ b/package-lock.json @@ -55,7 +55,6 @@ "next": "13.4.4", "nextjs-google-analytics": "^2.3.3", "nprogress": "0.2.0", - "pdfjs-dist": "^4.0.189", "prismjs": "1.29.0", "prop-types": "^15.8.1", "react": "^18.2.0", @@ -33532,18 +33531,6 @@ "node": ">=0.12" } }, - "node_modules/pdfjs-dist": { - "version": "4.0.189", - "resolved": "https://registry.npmjs.org/pdfjs-dist/-/pdfjs-dist-4.0.189.tgz", - "integrity": "sha512-5IWbLRJjQJhk3cu3nNFAvIYoSzT8xRYlRkFCIV1tn7hK1eq9H+6vOP0ytJhZz9YI35IXlu33uQspvmYO6Oir4g==", - "engines": { - "node": ">=18" - }, - "optionalDependencies": { - "canvas": "^2.11.2", - "path2d-polyfill": "^2.0.1" - } - }, "node_modules/peek-stream": { "version": "1.1.3", "resolved": "https://registry.npmjs.org/peek-stream/-/peek-stream-1.1.3.tgz", @@ -37143,9 +37130,10 @@ } }, "node_modules/tar": { - "version": "6.1.15", + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/tar/-/tar-6.2.1.tgz", + "integrity": "sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==", "devOptional": true, - "license": "ISC", "dependencies": { "chownr": "^2.0.0", "fs-minipass": "^2.0.0",