From 4a968b8dd20381b0c98aa8b6199809337e19418d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Feb 2022 13:59:11 +0000 Subject: [PATCH] Bump @types/tabulator-tables from 5.0.1 to 5.1.1 Bumps [@types/tabulator-tables](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/tabulator-tables) from 5.0.1 to 5.1.1. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/tabulator-tables) --- updated-dependencies: - dependency-name: "@types/tabulator-tables" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 44899fdb..776be27a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "MIT", "dependencies": { - "@types/tabulator-tables": "^5.0.1", + "@types/tabulator-tables": "^5.1.1", "@zip.js/zip.js": "^2.4.5", "interactjs": "^1.10.11", "localforage": "^1.10.0", @@ -1938,9 +1938,9 @@ } }, "node_modules/@types/tabulator-tables": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/@types/tabulator-tables/-/tabulator-tables-5.0.1.tgz", - "integrity": "sha512-ieidxy+/bzMCPZsDeSw56DN9ipQ0K4Ts3ZUxPy4yCVExcAsezL4u2UYHBA+BxQ8l7QmEaERT/ctmBqjkRUhh+w==" + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/@types/tabulator-tables/-/tabulator-tables-5.1.1.tgz", + "integrity": "sha512-/zxeR0zRq3YnyYH7ECtGOpMd7G3NgjxPY0+1JNAx+0FaSQbYQGvKAPNmKggu8JjrDhl7V/5IDLoydpyyYFtW9A==" }, "node_modules/@zip.js/zip.js": { "version": "2.4.5", @@ -6096,9 +6096,9 @@ } }, "@types/tabulator-tables": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/@types/tabulator-tables/-/tabulator-tables-5.0.1.tgz", - "integrity": "sha512-ieidxy+/bzMCPZsDeSw56DN9ipQ0K4Ts3ZUxPy4yCVExcAsezL4u2UYHBA+BxQ8l7QmEaERT/ctmBqjkRUhh+w==" + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/@types/tabulator-tables/-/tabulator-tables-5.1.1.tgz", + "integrity": "sha512-/zxeR0zRq3YnyYH7ECtGOpMd7G3NgjxPY0+1JNAx+0FaSQbYQGvKAPNmKggu8JjrDhl7V/5IDLoydpyyYFtW9A==" }, "@zip.js/zip.js": { "version": "2.4.5", diff --git a/package.json b/package.json index d0e8e9da..3ff39f44 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "rollup-plugin-terser": "^7.0.2" }, "dependencies": { - "@types/tabulator-tables": "^5.0.1", + "@types/tabulator-tables": "^5.1.1", "@zip.js/zip.js": "^2.4.5", "interactjs": "^1.10.11", "localforage": "^1.10.0",