Merge pull request #9053 from firefly-iii/dependabot/npm_and_yarn/develop/ag-grid-community/client-side-row-model-32.0.2

This commit is contained in:
James Cole
2024-07-15 06:13:57 +02:00
committed by GitHub
2 changed files with 20 additions and 6 deletions

24
package-lock.json generated
View File

@@ -11,14 +11,28 @@
]
},
"node_modules/@ag-grid-community/client-side-row-model": {
"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==",
"version": "32.0.2",
"resolved": "https://registry.npmjs.org/@ag-grid-community/client-side-row-model/-/client-side-row-model-32.0.2.tgz",
"integrity": "sha512-NuwnXsogowbtceLRF8YpAgqj/KU/nPb+FFgwajPwAoxAVzc0qQITMSV/PQN5T5YR9HSaaQQFyyjsHiPAcEoTlw==",
"dependencies": {
"@ag-grid-community/core": "32.0.0",
"@ag-grid-community/core": "32.0.2",
"tslib": "^2.3.0"
}
},
"node_modules/@ag-grid-community/client-side-row-model/node_modules/@ag-grid-community/core": {
"version": "32.0.2",
"resolved": "https://registry.npmjs.org/@ag-grid-community/core/-/core-32.0.2.tgz",
"integrity": "sha512-Pm4KpWuoHtn/eXgzunX0R10TZt6ze3KIz89Q/pzl2ZE+GdEjn6vPmgG+lMb/z90FgFwnMuIOQiz1qk0x5/xaHA==",
"dependencies": {
"ag-charts-types": "10.0.2",
"tslib": "^2.3.0"
}
},
"node_modules/@ag-grid-community/client-side-row-model/node_modules/ag-charts-types": {
"version": "10.0.2",
"resolved": "https://registry.npmjs.org/ag-charts-types/-/ag-charts-types-10.0.2.tgz",
"integrity": "sha512-Nxo5slHOXlaeg0gRIsVnovAosQzzlYfWJtdDy0Aq/VvpJru/PJ+5i2c9aCyEhgRxhBjImsoegwkgRj7gNOWV6Q=="
},
"node_modules/@ag-grid-community/core": {
"version": "32.0.0",
"resolved": "https://registry.npmjs.org/@ag-grid-community/core/-/core-32.0.0.tgz",
@@ -10936,7 +10950,7 @@
"resources/assets/v2": {
"hasInstallScript": true,
"dependencies": {
"@ag-grid-community/client-side-row-model": "^32.0.0",
"@ag-grid-community/client-side-row-model": "^32.0.2",
"@ag-grid-community/core": "^32.0.0",
"@ag-grid-community/infinite-row-model": "^32.0.0",
"@ag-grid-community/styles": "^32.0.0",

View File

@@ -16,7 +16,7 @@
"vite-plugin-manifest-sri": "^0.2.0"
},
"dependencies": {
"@ag-grid-community/client-side-row-model": "^32.0.0",
"@ag-grid-community/client-side-row-model": "^32.0.2",
"@ag-grid-community/core": "^32.0.0",
"@ag-grid-community/infinite-row-model": "^32.0.0",
"@ag-grid-community/styles": "^32.0.0",