diff --git a/www/package-lock.json b/www/package-lock.json index 6494b2d04..7d55282c9 100644 --- a/www/package-lock.json +++ b/www/package-lock.json @@ -35,10 +35,12 @@ } }, "..": { - "version": "1.1.0", + "name": "html2canvas", + "version": "1.4.1", "license": "MIT", "dependencies": { - "css-line-break": "1.1.1" + "css-line-break": "^2.1.0", + "text-segmentation": "^1.0.3" }, "devDependencies": { "@babel/cli": "^7.4.3", @@ -53,6 +55,7 @@ "@types/express": "^4.17.13", "@types/glob": "^7.1.1", "@types/jest": "^26.0.24", + "@types/jest-image-snapshot": "^4.3.1", "@types/karma": "^6.3.0", "@types/mocha": "^8.2.3", "@types/node": "^16.3.1", @@ -65,7 +68,7 @@ "babel-loader": "^8.0.5", "babel-plugin-add-module-exports": "^1.0.2", "babel-plugin-dev-expression": "^0.2.1", - "base64-arraybuffer": "0.2.0", + "base64-arraybuffer": "1.0.1", "body-parser": "^1.19.0", "chai": "4.1.1", "chromeless": "^1.5.2", @@ -79,6 +82,7 @@ "glob": "7.1.3", "html2canvas-proxy": "1.0.1", "jest": "^27.0.6", + "jest-image-snapshot": "^4.5.1", "jquery": "^3.5.1", "js-polyfills": "^0.1.42", "karma": "^6.3.2", @@ -8275,9 +8279,9 @@ } }, "node_modules/follow-redirects": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.0.tgz", - "integrity": "sha512-0vRwd7RKQBTt+mgu87mtYeofLFZpTas2S9zY+jIeuLJMNvudIgF52nr19q40HOwH5RrhWIPuj9puybzSJiRrVg==", + "version": "1.15.4", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.4.tgz", + "integrity": "sha512-Cr4D/5wlrb0z9dgERpUL3LrmPKVDsETIJhaCMeDfuFYcqa5bldGV6wBsAN6X/vxlXQtFBMrXdXxdL8CbDTGniw==", "funding": [ { "type": "individual", @@ -30069,9 +30073,9 @@ } }, "follow-redirects": { - "version": "1.14.0", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.14.0.tgz", - "integrity": "sha512-0vRwd7RKQBTt+mgu87mtYeofLFZpTas2S9zY+jIeuLJMNvudIgF52nr19q40HOwH5RrhWIPuj9puybzSJiRrVg==" + "version": "1.15.4", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.4.tgz", + "integrity": "sha512-Cr4D/5wlrb0z9dgERpUL3LrmPKVDsETIJhaCMeDfuFYcqa5bldGV6wBsAN6X/vxlXQtFBMrXdXxdL8CbDTGniw==" }, "for-each": { "version": "0.3.3", @@ -33283,6 +33287,7 @@ "@types/express": "^4.17.13", "@types/glob": "^7.1.1", "@types/jest": "^26.0.24", + "@types/jest-image-snapshot": "^4.3.1", "@types/karma": "^6.3.0", "@types/mocha": "^8.2.3", "@types/node": "^16.3.1", @@ -33295,12 +33300,12 @@ "babel-loader": "^8.0.5", "babel-plugin-add-module-exports": "^1.0.2", "babel-plugin-dev-expression": "^0.2.1", - "base64-arraybuffer": "0.2.0", + "base64-arraybuffer": "1.0.1", "body-parser": "^1.19.0", "chai": "4.1.1", "chromeless": "^1.5.2", "cors": "^2.8.5", - "css-line-break": "1.1.1", + "css-line-break": "^2.1.0", "es6-promise": "^4.2.8", "eslint": "^7.30.0", "eslint-config-prettier": "^8.3.0", @@ -33310,6 +33315,7 @@ "glob": "7.1.3", "html2canvas-proxy": "1.0.1", "jest": "^27.0.6", + "jest-image-snapshot": "^4.5.1", "jquery": "^3.5.1", "js-polyfills": "^0.1.42", "karma": "^6.3.2", @@ -33332,6 +33338,7 @@ "serve-index": "^1.9.1", "slash": "1.0.0", "standard-version": "^8.0.2", + "text-segmentation": "^1.0.3", "ts-jest": "^27.0.3", "ts-loader": "^8.3.0", "ts-node": "^10.1.0",