From 7923eb9ec957d53b0fc7fe3dda4e037fe90af6f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 10:59:19 +0000 Subject: [PATCH] Bump @ag-grid-community/core from 31.3.2 to 32.0.0 Bumps [@ag-grid-community/core](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/core" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 26 ++++++++++++++++++++++++-- resources/assets/v2/package.json | 2 +- 2 files changed, 25 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5c9b7519be..354936ccd7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "tslib": "^2.3.0" } }, - "node_modules/@ag-grid-community/core": { + "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==", @@ -27,6 +27,15 @@ "tslib": "^2.3.0" } }, + "node_modules/@ag-grid-community/core": { + "version": "32.0.0", + "resolved": "https://registry.npmjs.org/@ag-grid-community/core/-/core-32.0.0.tgz", + "integrity": "sha512-xBsDlua2CehOmVIYzaAJtoKjLtbv6o/w2lMwdlllfpZAiqnbJQiLJEARWCOGRn769HUnIWFNtrbzJlbuFj4Usw==", + "dependencies": { + "ag-charts-types": "10.0.0", + "tslib": "^2.3.0" + } + }, "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", @@ -36,6 +45,14 @@ "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==", + "dependencies": { + "tslib": "^2.3.0" + } + }, "node_modules/@ag-grid-community/styles": { "version": "32.0.0", "resolved": "https://registry.npmjs.org/@ag-grid-community/styles/-/styles-32.0.0.tgz", @@ -3316,6 +3333,11 @@ "resolved": "https://registry.npmjs.org/admin-lte/-/admin-lte-4.0.0-beta1.tgz", "integrity": "sha512-sRpozBFpM65uJbr4zJ38RAfhgfIrJlM2aWaLlfBSkz0cuALl/cJSn1hSc437IPw+rS7r+j82Y6H5HCYJSNUBIg==" }, + "node_modules/ag-charts-types": { + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/ag-charts-types/-/ag-charts-types-10.0.0.tgz", + "integrity": "sha512-jjiwrzydERou4yp9WHiJeVK237B7BUP3/4j6tdycyHag266YVWa/BMNtTOThWJKGku+m+TC2qfaujLYixgcbrQ==" + }, "node_modules/ajv": { "version": "6.12.6", "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", @@ -10931,7 +10953,7 @@ "hasInstallScript": true, "dependencies": { "@ag-grid-community/client-side-row-model": "^31.0.3", - "@ag-grid-community/core": "^31.0.3", + "@ag-grid-community/core": "^32.0.0", "@ag-grid-community/infinite-row-model": "^31.0.3", "@ag-grid-community/styles": "^32.0.0", "@fortawesome/fontawesome-free": "^6.4.0", diff --git a/resources/assets/v2/package.json b/resources/assets/v2/package.json index ee5849a337..da62c3f732 100644 --- a/resources/assets/v2/package.json +++ b/resources/assets/v2/package.json @@ -17,7 +17,7 @@ }, "dependencies": { "@ag-grid-community/client-side-row-model": "^31.0.3", - "@ag-grid-community/core": "^31.0.3", + "@ag-grid-community/core": "^32.0.0", "@ag-grid-community/infinite-row-model": "^31.0.3", "@ag-grid-community/styles": "^32.0.0", "@fortawesome/fontawesome-free": "^6.4.0",