From e6fb2958a94dc8c309305109ca9fa93eaf4ccac0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 11:19:16 +0000 Subject: [PATCH] Bump @ag-grid-community/client-side-row-model from 31.3.2 to 32.0.0 Bumps [@ag-grid-community/client-side-row-model](https://github.com/ag-grid/ag-grid) from 31.3.2 to 32.0.0. - [Release notes](https://github.com/ag-grid/ag-grid/releases) - [Commits](https://github.com/ag-grid/ag-grid/compare/v31.3.2...v32.0.0) --- updated-dependencies: - dependency-name: "@ag-grid-community/client-side-row-model" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 18 +++++------------- resources/assets/v2/package.json | 2 +- 2 files changed, 6 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index bd3b47db4c..734549811c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,19 +11,11 @@ ] }, "node_modules/@ag-grid-community/client-side-row-model": { - "version": "31.3.2", - "resolved": "https://registry.npmjs.org/@ag-grid-community/client-side-row-model/-/client-side-row-model-31.3.2.tgz", - "integrity": "sha512-XFzq4BvPPEjf5HtC1VpruBESqvsJYfIcY1EC5CaY1hqV1NRp1JVImFrMdoxUuw9NsoucGneDT/DOj42WHweFIg==", - "dependencies": { - "@ag-grid-community/core": "31.3.2", - "tslib": "^2.3.0" - } - }, - "node_modules/@ag-grid-community/client-side-row-model/node_modules/@ag-grid-community/core": { - "version": "31.3.2", - "resolved": "https://registry.npmjs.org/@ag-grid-community/core/-/core-31.3.2.tgz", - "integrity": "sha512-iab+xIPCvjzGkIBgo12IQNa9/ZGI4BmjsQz65+aipNXISbtGketkN5iO4OFQgafgf0f9JZVFOZ3EzCnMiVWLiQ==", + "version": "32.0.0", + "resolved": "https://registry.npmjs.org/@ag-grid-community/client-side-row-model/-/client-side-row-model-32.0.0.tgz", + "integrity": "sha512-J/soopC8OqAWe5J1nykzY442b5Z8SuTf6ew1RrEjAhSCz1X+kpNxZmLAZlVvigpsWogMeKNhfuO6KNTTHkSTaw==", "dependencies": { + "@ag-grid-community/core": "32.0.0", "tslib": "^2.3.0" } }, @@ -10944,7 +10936,7 @@ "resources/assets/v2": { "hasInstallScript": true, "dependencies": { - "@ag-grid-community/client-side-row-model": "^31.0.3", + "@ag-grid-community/client-side-row-model": "^32.0.0", "@ag-grid-community/core": "^32.0.0", "@ag-grid-community/infinite-row-model": "^32.0.0", "@ag-grid-community/styles": "^32.0.0", diff --git a/resources/assets/v2/package.json b/resources/assets/v2/package.json index ef9645d62e..ea8900fada 100644 --- a/resources/assets/v2/package.json +++ b/resources/assets/v2/package.json @@ -16,7 +16,7 @@ "vite-plugin-manifest-sri": "^0.2.0" }, "dependencies": { - "@ag-grid-community/client-side-row-model": "^31.0.3", + "@ag-grid-community/client-side-row-model": "^32.0.0", "@ag-grid-community/core": "^32.0.0", "@ag-grid-community/infinite-row-model": "^32.0.0", "@ag-grid-community/styles": "^32.0.0",