mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-19 10:53:37 +00:00
Merge pull request #9052 from firefly-iii/dependabot/npm_and_yarn/develop/ag-grid-community/infinite-row-model-32.0.2
This commit is contained in:
24
package-lock.json
generated
24
package-lock.json
generated
@@ -43,14 +43,28 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@ag-grid-community/infinite-row-model": {
|
||||
"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==",
|
||||
"version": "32.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@ag-grid-community/infinite-row-model/-/infinite-row-model-32.0.2.tgz",
|
||||
"integrity": "sha512-OCYF/t49Y8Ru5wRUBjuJqIqqm9tEEPPIfDLrNiURBtwlQiaqLXJ2qGnZQe+RWQ0iQh2eBaQrtbr1xley4Z+DWw==",
|
||||
"dependencies": {
|
||||
"@ag-grid-community/core": "32.0.0",
|
||||
"@ag-grid-community/core": "32.0.2",
|
||||
"tslib": "^2.3.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@ag-grid-community/infinite-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/infinite-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/styles": {
|
||||
"version": "32.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@ag-grid-community/styles/-/styles-32.0.0.tgz",
|
||||
@@ -10952,7 +10966,7 @@
|
||||
"dependencies": {
|
||||
"@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/infinite-row-model": "^32.0.2",
|
||||
"@ag-grid-community/styles": "^32.0.0",
|
||||
"@fortawesome/fontawesome-free": "^6.4.0",
|
||||
"@popperjs/core": "^2.11.8",
|
||||
|
@@ -18,7 +18,7 @@
|
||||
"dependencies": {
|
||||
"@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/infinite-row-model": "^32.0.2",
|
||||
"@ag-grid-community/styles": "^32.0.0",
|
||||
"@fortawesome/fontawesome-free": "^6.4.0",
|
||||
"@popperjs/core": "^2.11.8",
|
||||
|
Reference in New Issue
Block a user