diff --git a/package-lock.json b/package-lock.json index 7cbbc20a..88e50c2d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@fortawesome/react-fontawesome": "^3.5.0", "@json2csv/plainjs": "^7.0.7", "@reduxjs/toolkit": "^2.12.0", - "@shlinkio/data-manipulation": "^1.0.4", + "@shlinkio/data-manipulation": "^1.1.0", "@shlinkio/shlink-frontend-kit": "^1.5.0", "@shlinkio/shlink-js-sdk": "^3.2.1", "@shlinkio/shlink-web-component": "^0.19.1", @@ -3310,9 +3310,9 @@ ] }, "node_modules/@shlinkio/data-manipulation": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/@shlinkio/data-manipulation/-/data-manipulation-1.0.4.tgz", - "integrity": "sha512-3iCyKtxv/EAPhSv9Ht7KYu8sQOT4uj1zwSsXQCC7VeILuLhAW9SBdtJvjCI95rIYeGYto2fwW4QPghy9Qw2XCA==" + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@shlinkio/data-manipulation/-/data-manipulation-1.1.0.tgz", + "integrity": "sha512-FaIkKfOGbIAfQYVFAjM9bCNmUO48qzZumgU+7EYgpaDId8CUOM6raJS5+9hnYsGOYJH6ULTtaSSMh2tzt5c92w==" }, "node_modules/@shlinkio/eslint-config-js-coding-standard": { "version": "4.0.0", @@ -11081,9 +11081,9 @@ "optional": true }, "@shlinkio/data-manipulation": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/@shlinkio/data-manipulation/-/data-manipulation-1.0.4.tgz", - "integrity": "sha512-3iCyKtxv/EAPhSv9Ht7KYu8sQOT4uj1zwSsXQCC7VeILuLhAW9SBdtJvjCI95rIYeGYto2fwW4QPghy9Qw2XCA==" + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@shlinkio/data-manipulation/-/data-manipulation-1.1.0.tgz", + "integrity": "sha512-FaIkKfOGbIAfQYVFAjM9bCNmUO48qzZumgU+7EYgpaDId8CUOM6raJS5+9hnYsGOYJH6ULTtaSSMh2tzt5c92w==" }, "@shlinkio/eslint-config-js-coding-standard": { "version": "4.0.0", diff --git a/package.json b/package.json index 9f47ad8d..76f123c2 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@fortawesome/react-fontawesome": "^3.5.0", "@json2csv/plainjs": "^7.0.7", "@reduxjs/toolkit": "^2.12.0", - "@shlinkio/data-manipulation": "^1.0.4", + "@shlinkio/data-manipulation": "^1.1.0", "@shlinkio/shlink-frontend-kit": "^1.5.0", "@shlinkio/shlink-js-sdk": "^3.2.1", "@shlinkio/shlink-web-component": "^0.19.1",