From 044e660c3ac6b9bdc1a3cbaa72a8e8c2371604cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Sep 2021 17:20:12 +0000 Subject: [PATCH] Bump handsontable from 7.4.2 to 10.0.0 Bumps [handsontable](https://github.com/handsontable/handsontable) from 7.4.2 to 10.0.0. - [Release notes](https://github.com/handsontable/handsontable/releases) - [Changelog](https://github.com/handsontable/handsontable/blob/master/CHANGELOG.md) - [Commits](https://github.com/handsontable/handsontable/compare/7.4.2...10.0.0) --- updated-dependencies: - dependency-name: handsontable dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 76 +++++++++++++++++++++++++++-------------------- package.json | 2 +- 2 files changed, 45 insertions(+), 33 deletions(-) diff --git a/package-lock.json b/package-lock.json index c74df1458..cfeb5c529 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1814,15 +1814,6 @@ "resolved": "https://registry.npmjs.org/@fortawesome/vue-fontawesome/-/vue-fontawesome-0.1.10.tgz", "integrity": "sha512-b2+SLF31h32LSepVcXe+BQ63yvbq5qmTCy4KfFogCYm2bn68H5sDWUnX+U7MBqnM2aeEk9M7xSoqGnu+wSdY6w==" }, - "@handsontable/formulajs": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/@handsontable/formulajs/-/formulajs-2.0.2.tgz", - "integrity": "sha512-maIyMJtYjA5e/R9nyA22Qd7Yw73MBSxClJvle0a8XWAS/5l6shc/OFpQqrmwMy4IXUCmywJ9ER0gOGz/YA720w==", - "requires": { - "bessel": "^1.0.2", - "jstat": "^1.9.2" - } - }, "@handsontable/vue": { "version": "4.1.1", "resolved": "https://registry.npmjs.org/@handsontable/vue/-/vue-4.1.1.tgz", @@ -4913,11 +4904,6 @@ "tweetnacl": "^0.14.3" } }, - "bessel": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/bessel/-/bessel-1.0.2.tgz", - "integrity": "sha512-Al3nHGQGqDYqqinXhQzmwmcRToe/3WyBv4N8aZc5Pef8xw2neZlR9VPi84Sa23JtgWcucu18HxVZrnI0fn2etw==" - }, "big.js": { "version": "5.2.2", "resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz", @@ -5538,6 +5524,15 @@ } } }, + "chevrotain": { + "version": "6.5.0", + "resolved": "https://registry.npmjs.org/chevrotain/-/chevrotain-6.5.0.tgz", + "integrity": "sha512-BwqQ/AgmKJ8jcMEjaSnfMybnKMgGTrtDKowfTP3pX4jwVy0kNjRsT/AP6h+wC3+3NC+X8X15VWBnTCQlX+wQFg==", + "optional": true, + "requires": { + "regexp-to-ast": "0.4.0" + } + }, "chokidar": { "version": "3.5.1", "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.1.tgz", @@ -6796,6 +6791,11 @@ "domelementtype": "1" } }, + "dompurify": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/dompurify/-/dompurify-2.3.3.tgz", + "integrity": "sha512-dqnqRkPMAjOZE0FogZ+ceJNM2dZ3V/yNOuFB7+39qpO93hHhfRpHw3heYQC7DPK9FqbQTfBKUJhiSfz4MvXYwg==" + }, "domutils": { "version": "1.7.0", "resolved": "https://registry.npmjs.org/domutils/-/domutils-1.7.0.tgz", @@ -8656,13 +8656,14 @@ "integrity": "sha512-7+G0/2/COR8pwteYFqHIVYfQpuEiO2HXwJrhCBJVgrNrl9O5eaUoJVDGXUJX+0RpGncNVTuestexjk1afj01wQ==" }, "handsontable": { - "version": "7.4.2", - "resolved": "https://registry.npmjs.org/handsontable/-/handsontable-7.4.2.tgz", - "integrity": "sha512-xJ81nZfXWHmS+K8/Eshj776MQSe8003iue1hHumgb0bnJmG/WLOxRpN+Vurdl/WPwI3+fQOqb9nTzmM5n/LI2g==", + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/handsontable/-/handsontable-10.0.0.tgz", + "integrity": "sha512-h59wvFTzF7Qkc+KVE6MaZTa4Ww+jAnkhIiQFGsE2OcQa/u2Rd1ly2K1gPA82dqZhWDGGRrJAo8jLBQixJbHxPQ==", "requires": { "@types/pikaday": "1.7.4", "core-js": "^3.0.0", - "hot-formula-parser": "^3.0.1", + "dompurify": "^2.1.1", + "hyperformula": "^1.2.0", "moment": "2.24.0", "numbro": "2.1.2", "pikaday": "1.8.0" @@ -8979,15 +8980,6 @@ "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==", "dev": true }, - "hot-formula-parser": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/hot-formula-parser/-/hot-formula-parser-3.0.2.tgz", - "integrity": "sha512-W/Dj/UbIyuViMIQOQD6tUEVySl7jd6ei+gfWslTiRqa4yRhkyHnIz8N4oLnqgDRhhVAQIcFF5NfNz49k4X8IxQ==", - "requires": { - "@handsontable/formulajs": "^2.0.2", - "tiny-emitter": "^2.1.0" - } - }, "hsl-regex": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/hsl-regex/-/hsl-regex-1.0.0.tgz", @@ -9280,6 +9272,19 @@ "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-1.1.1.tgz", "integrity": "sha512-SEQu7vl8KjNL2eoGBLF3+wAjpsNfA9XMlXAYj/3EdaNfAlxKthD1xjEQfGOUhllCGGJVNY34bRr6lPINhNjyZw==" }, + "hyperformula": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/hyperformula/-/hyperformula-1.2.0.tgz", + "integrity": "sha512-beBM3MICTPr4U7ppr1Z9eVOyp1Xh7INnil052ZHM/8xwVaLDMlZ+VFRvor4CzouiZlnAZs0PmiwX3k40voxGIA==", + "optional": true, + "requires": { + "chevrotain": "^6.5.0", + "core-js": "^3.6.4", + "regenerator-runtime": "^0.13.3", + "tiny-emitter": "^2.1.0", + "unorm": "^1.6.0" + } + }, "iconv-lite": { "version": "0.4.24", "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", @@ -10177,11 +10182,6 @@ "verror": "1.10.0" } }, - "jstat": { - "version": "1.9.4", - "resolved": "https://registry.npmjs.org/jstat/-/jstat-1.9.4.tgz", - "integrity": "sha512-IiTPlI7pcrsq41EpDzrghlA1fhiC9GXxNqO4k5ogsjsM1XAWQ8zESH/bZsExLVgQsYpXE+7c11kEbbuxTLUpJQ==" - }, "jwt-decode": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/jwt-decode/-/jwt-decode-2.2.0.tgz", @@ -14464,6 +14464,12 @@ "safe-regex": "^1.1.0" } }, + "regexp-to-ast": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/regexp-to-ast/-/regexp-to-ast-0.4.0.tgz", + "integrity": "sha512-4qf/7IsIKfSNHQXSwial1IFmfM1Cc/whNBQqRwe0V2stPe7KmN1U0tWQiIx6JiirgSrisjE0eECdNf7Tav1Ntw==", + "optional": true + }, "regexp.prototype.flags": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.3.0.tgz", @@ -16624,6 +16630,12 @@ "resolved": "https://registry.npmjs.org/universalify/-/universalify-1.0.0.tgz", "integrity": "sha512-rb6X1W158d7pRQBg5gkR8uPaSfiids68LTJQYOtEUhoJUWBdaQHsuT/EUduxXYxcrt4r5PJ4fuHW1MHT6p0qug==" }, + "unorm": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/unorm/-/unorm-1.6.0.tgz", + "integrity": "sha512-b2/KCUlYZUeA7JFUuRJZPUtr4gZvBh7tavtv4fvk4+KV9pfGiR6CQAQAWl49ZpR3ts2dk4FYkP7EIgDJoiOLDA==", + "optional": true + }, "unpipe": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", diff --git a/package.json b/package.json index 0e4711912..d3325c219 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "filepond-plugin-image-resize": "^2.0.4", "filepond-plugin-image-transform": "^3.3.3", "googlemaps-rich-marker-web": "^1.0.3", - "handsontable": "^7.4.2", + "handsontable": "^10.0.0", "heic2any": "0.0.3", "intersection-observer": "^0.7.0", "js-cookie": "^2.2.0",