From 86149d1032889de72cbdbb6fd2de5311e4fea512 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 11:18:02 +0000 Subject: [PATCH] Bump @ag-grid-community/infinite-row-model from 31.3.2 to 32.0.0 Bumps [@ag-grid-community/infinite-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/infinite-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 354936ccd7..bd3b47db4c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,19 +37,11 @@ } }, "node_modules/@ag-grid-community/infinite-row-model": { - "version": "31.3.2", - "resolved": "https://registry.npmjs.org/@ag-grid-community/infinite-row-model/-/infinite-row-model-31.3.2.tgz", - "integrity": "sha512-b0MVmuMLDwzKXFux7REfp1wkjRi+91xR/bdzeQVKfuL4laJL2mlNCWnphdZTtYAFxMubABBhWgI2uQl3U/Jpew==", - "dependencies": { - "@ag-grid-community/core": "31.3.2", - "tslib": "^2.3.0" - } - }, - "node_modules/@ag-grid-community/infinite-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/infinite-row-model/-/infinite-row-model-32.0.0.tgz", + "integrity": "sha512-hHFMeAHRftB1ePOo/5VziK2DCzU7AylMpl741ZLsCsQuwnI+3+arOrnQO2vWOVT7/L5mIdYsPlwI/d+4zLqiUA==", "dependencies": { + "@ag-grid-community/core": "32.0.0", "tslib": "^2.3.0" } }, @@ -10954,7 +10946,7 @@ "dependencies": { "@ag-grid-community/client-side-row-model": "^31.0.3", "@ag-grid-community/core": "^32.0.0", - "@ag-grid-community/infinite-row-model": "^31.0.3", + "@ag-grid-community/infinite-row-model": "^32.0.0", "@ag-grid-community/styles": "^32.0.0", "@fortawesome/fontawesome-free": "^6.4.0", "@popperjs/core": "^2.11.8", diff --git a/resources/assets/v2/package.json b/resources/assets/v2/package.json index da62c3f732..ef9645d62e 100644 --- a/resources/assets/v2/package.json +++ b/resources/assets/v2/package.json @@ -18,7 +18,7 @@ "dependencies": { "@ag-grid-community/client-side-row-model": "^31.0.3", "@ag-grid-community/core": "^32.0.0", - "@ag-grid-community/infinite-row-model": "^31.0.3", + "@ag-grid-community/infinite-row-model": "^32.0.0", "@ag-grid-community/styles": "^32.0.0", "@fortawesome/fontawesome-free": "^6.4.0", "@popperjs/core": "^2.11.8",