From 6efcee6574dbbe3dc68a345aafe3205d42e5f8fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Sep 2022 11:18:23 +0000 Subject: [PATCH] Bump moment and handsontable Bumps [moment](https://github.com/moment/moment) and [handsontable](https://github.com/handsontable/handsontable). These dependencies needed to be updated together. Updates `moment` from 2.24.0 to 2.29.4 - [Release notes](https://github.com/moment/moment/releases) - [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md) - [Commits](https://github.com/moment/moment/compare/2.24.0...2.29.4) Updates `handsontable` from 11.1.0 to 12.1.2 - [Release notes](https://github.com/handsontable/handsontable/releases) - [Changelog](https://github.com/handsontable/handsontable/blob/develop/CHANGELOG.md) - [Commits](https://github.com/handsontable/handsontable/compare/11.1.0...12.1.2) --- updated-dependencies: - dependency-name: moment dependency-type: indirect - dependency-name: handsontable dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 90 +++++++++++++++++++---------------------------- package.json | 2 +- 2 files changed, 38 insertions(+), 54 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0aef5c4..5de9f39 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "ISC", "dependencies": { - "handsontable": "^11.1.0", + "handsontable": "^12.1.2", "mapbox-gl": "^1.13.2", "papaparse": "^5.2.0", "proj4": "^2.4.4", @@ -440,9 +440,9 @@ } }, "node_modules/core-js": { - "version": "3.21.1", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.21.1.tgz", - "integrity": "sha512-FRq5b/VMrWlrmCzwRrpDYNxyHP9BcAZC+xHJaqTgIE5091ZV1NTmyh0sGOg5XqpnHvR0svdy0sv1gWA1zmhxig==", + "version": "3.25.1", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.25.1.tgz", + "integrity": "sha512-sr0FY4lnO1hkQ4gLDr24K0DGnweGO1QwSj5BpfQjpSJPdqWalja4cTps29Y/PJVG/P7FYlPDkH3hO+Tr0CvDgQ==", "hasInstallScript": true, "funding": { "type": "opencollective", @@ -589,19 +589,19 @@ "integrity": "sha512-HZRwumpOGUrHyxO5bqKZL0B0GlUpwtCAzZ42sgxUPniu33R1LSFH5yrIcBCHjkctCAh3mtWKcKd9J4vDDdeVHA==" }, "node_modules/handsontable": { - "version": "11.1.0", - "resolved": "https://registry.npmjs.org/handsontable/-/handsontable-11.1.0.tgz", - "integrity": "sha512-Ph0avovpqLy+1U0+U+ptvfPDMLYWkxfBXwJU5mT+ql475tAM1CuwhFlY8MH6iRAxrqWJdCDOzytIgIrbGrfjMQ==", + "version": "12.1.2", + "resolved": "https://registry.npmjs.org/handsontable/-/handsontable-12.1.2.tgz", + "integrity": "sha512-dZZBR9DDk+37wzBwccVe7e6NIieThAZQ4F3RDVgMmNlLa/sFlnTDgAvExwwKBy1dl/89RznSlAD7AV2zPwW6WQ==", "dependencies": { "@types/pikaday": "1.7.4", "core-js": "^3.0.0", "dompurify": "^2.1.1", - "moment": "2.24.0", + "moment": "2.29.4", "numbro": "2.1.2", - "pikaday": "1.8.0" + "pikaday": "1.8.2" }, "optionalDependencies": { - "hyperformula": "^1.2.0" + "hyperformula": "^2.0.0" } }, "node_modules/has-flag": { @@ -614,14 +614,12 @@ } }, "node_modules/hyperformula": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/hyperformula/-/hyperformula-1.3.1.tgz", - "integrity": "sha512-9CdvkJSAy74PLaLQZf6mnvJGncE+ur2tmuZ6wB86E8M+A1hM9HeAJbl+6X3WjeZyvHle6UMV8b0uSNkjGxecKQ==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/hyperformula/-/hyperformula-2.1.0.tgz", + "integrity": "sha512-PeKMulVqQnI+XdOK0xbjrXhwY1JiYcyl2AjLyw9dWZ6VXMi1DjIn7X1k0OhQEHGjp5fCzb5L+XD1+KerjeFIOw==", "optional": true, "dependencies": { "chevrotain": "^6.5.0", - "core-js": "^3.6.4", - "regenerator-runtime": "^0.13.3", "tiny-emitter": "^2.1.0", "unorm": "^1.6.0" } @@ -799,9 +797,9 @@ "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==" }, "node_modules/moment": { - "version": "2.24.0", - "resolved": "https://registry.npmjs.org/moment/-/moment-2.24.0.tgz", - "integrity": "sha512-bV7f+6l2QigeBBZSM/6yTNq4P2fNpSWj/0e7jQcy87A8e7o2nAfP/34/2ky5Vw4B9S446EtIhodAzkFCcR4dQg==", + "version": "2.29.4", + "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.4.tgz", + "integrity": "sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w==", "engines": { "node": "*" } @@ -921,9 +919,9 @@ } }, "node_modules/pikaday": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/pikaday/-/pikaday-1.8.0.tgz", - "integrity": "sha512-SgGxMYX0NHj9oQnMaSyAipr2gOrbB4Lfs/TJTb6H6hRHs39/5c5VZi73Q8hr53+vWjdn6HzkWcj8Vtl3c9ziaA==" + "version": "1.8.2", + "resolved": "https://registry.npmjs.org/pikaday/-/pikaday-1.8.2.tgz", + "integrity": "sha512-TNtsE+34BIax3WtkB/qqu5uepV1McKYEgvL3kWzU7aqPCpMEN6rBF3AOwu4WCwAealWlBGobXny/9kJb49C1ew==" }, "node_modules/potpack": { "version": "1.0.2", @@ -989,12 +987,6 @@ "rc": "cli.js" } }, - "node_modules/regenerator-runtime": { - "version": "0.13.9", - "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz", - "integrity": "sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA==", - "optional": true - }, "node_modules/regexp-to-ast": { "version": "0.4.0", "resolved": "https://registry.npmjs.org/regexp-to-ast/-/regexp-to-ast-0.4.0.tgz", @@ -1691,9 +1683,9 @@ "dev": true }, "core-js": { - "version": "3.21.1", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.21.1.tgz", - "integrity": "sha512-FRq5b/VMrWlrmCzwRrpDYNxyHP9BcAZC+xHJaqTgIE5091ZV1NTmyh0sGOg5XqpnHvR0svdy0sv1gWA1zmhxig==" + "version": "3.25.1", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.25.1.tgz", + "integrity": "sha512-sr0FY4lnO1hkQ4gLDr24K0DGnweGO1QwSj5BpfQjpSJPdqWalja4cTps29Y/PJVG/P7FYlPDkH3hO+Tr0CvDgQ==" }, "cross-spawn": { "version": "6.0.5", @@ -1820,17 +1812,17 @@ "integrity": "sha512-HZRwumpOGUrHyxO5bqKZL0B0GlUpwtCAzZ42sgxUPniu33R1LSFH5yrIcBCHjkctCAh3mtWKcKd9J4vDDdeVHA==" }, "handsontable": { - "version": "11.1.0", - "resolved": "https://registry.npmjs.org/handsontable/-/handsontable-11.1.0.tgz", - "integrity": "sha512-Ph0avovpqLy+1U0+U+ptvfPDMLYWkxfBXwJU5mT+ql475tAM1CuwhFlY8MH6iRAxrqWJdCDOzytIgIrbGrfjMQ==", + "version": "12.1.2", + "resolved": "https://registry.npmjs.org/handsontable/-/handsontable-12.1.2.tgz", + "integrity": "sha512-dZZBR9DDk+37wzBwccVe7e6NIieThAZQ4F3RDVgMmNlLa/sFlnTDgAvExwwKBy1dl/89RznSlAD7AV2zPwW6WQ==", "requires": { "@types/pikaday": "1.7.4", "core-js": "^3.0.0", "dompurify": "^2.1.1", - "hyperformula": "^1.2.0", - "moment": "2.24.0", + "hyperformula": "^2.0.0", + "moment": "2.29.4", "numbro": "2.1.2", - "pikaday": "1.8.0" + "pikaday": "1.8.2" } }, "has-flag": { @@ -1840,14 +1832,12 @@ "dev": true }, "hyperformula": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/hyperformula/-/hyperformula-1.3.1.tgz", - "integrity": "sha512-9CdvkJSAy74PLaLQZf6mnvJGncE+ur2tmuZ6wB86E8M+A1hM9HeAJbl+6X3WjeZyvHle6UMV8b0uSNkjGxecKQ==", + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/hyperformula/-/hyperformula-2.1.0.tgz", + "integrity": "sha512-PeKMulVqQnI+XdOK0xbjrXhwY1JiYcyl2AjLyw9dWZ6VXMi1DjIn7X1k0OhQEHGjp5fCzb5L+XD1+KerjeFIOw==", "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" } @@ -1980,9 +1970,9 @@ "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==" }, "moment": { - "version": "2.24.0", - "resolved": "https://registry.npmjs.org/moment/-/moment-2.24.0.tgz", - "integrity": "sha512-bV7f+6l2QigeBBZSM/6yTNq4P2fNpSWj/0e7jQcy87A8e7o2nAfP/34/2ky5Vw4B9S446EtIhodAzkFCcR4dQg==" + "version": "2.29.4", + "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.4.tgz", + "integrity": "sha512-5LC9SOxjSc2HF6vO2CyuTDNivEdoz2IvyJJGj6X8DJ0eFyfszE0QiEd+iXmBvUP3WHxSjFH/vIsA0EN00cgr8w==" }, "ms": { "version": "2.0.0", @@ -2078,9 +2068,9 @@ } }, "pikaday": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/pikaday/-/pikaday-1.8.0.tgz", - "integrity": "sha512-SgGxMYX0NHj9oQnMaSyAipr2gOrbB4Lfs/TJTb6H6hRHs39/5c5VZi73Q8hr53+vWjdn6HzkWcj8Vtl3c9ziaA==" + "version": "1.8.2", + "resolved": "https://registry.npmjs.org/pikaday/-/pikaday-1.8.2.tgz", + "integrity": "sha512-TNtsE+34BIax3WtkB/qqu5uepV1McKYEgvL3kWzU7aqPCpMEN6rBF3AOwu4WCwAealWlBGobXny/9kJb49C1ew==" }, "potpack": { "version": "1.0.2", @@ -2140,12 +2130,6 @@ "strip-json-comments": "~2.0.1" } }, - "regenerator-runtime": { - "version": "0.13.9", - "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz", - "integrity": "sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA==", - "optional": true - }, "regexp-to-ast": { "version": "0.4.0", "resolved": "https://registry.npmjs.org/regexp-to-ast/-/regexp-to-ast-0.4.0.tgz", diff --git a/package.json b/package.json index 6947085..ab6cf18 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ }, "homepage": "https://github.com/Geodan/mapbox-viewer#readme", "dependencies": { - "handsontable": "^11.1.0", + "handsontable": "^12.1.2", "mapbox-gl": "^1.13.2", "papaparse": "^5.2.0", "proj4": "^2.4.4",