From 7edc45d775b7bb3a1c50b4a22a566bbfab063a7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 08:21:41 +0000 Subject: [PATCH] build(deps): bump ra-data-simple-rest from 4.16.7 to 4.16.8 in /ui Bumps [ra-data-simple-rest](https://github.com/marmelab/react-admin) from 4.16.7 to 4.16.8. - [Release notes](https://github.com/marmelab/react-admin/releases) - [Changelog](https://github.com/marmelab/react-admin/blob/master/CHANGELOG.md) - [Commits](https://github.com/marmelab/react-admin/compare/v4.16.7...v4.16.8) --- updated-dependencies: - dependency-name: ra-data-simple-rest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- ui/package-lock.json | 8 ++++---- ui/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index 24efd0b30..03770faa7 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -14,7 +14,7 @@ "@fortawesome/react-fontawesome": "^0.2.0", "@testing-library/jest-dom": "^6.3.0", "@testing-library/react": "^14.1.0", - "ra-data-simple-rest": "^4.16.7", + "ra-data-simple-rest": "^4.16.8", "react": "^18.2.0", "react-admin": "^4.16.6", "react-dom": "^18.2.0", @@ -4419,9 +4419,9 @@ "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==" }, "node_modules/ra-data-simple-rest": { - "version": "4.16.7", - "resolved": "https://registry.npmjs.org/ra-data-simple-rest/-/ra-data-simple-rest-4.16.7.tgz", - "integrity": "sha512-3Btp7PiIZCgie3KgzPpyAOaHS4ubO/VyA1EiLSiWYU+dzN2NJ3/k8N2r9nHyOh5SpGuTVUiLFYeC+1Q6+OmXQg==", + "version": "4.16.8", + "resolved": "https://registry.npmjs.org/ra-data-simple-rest/-/ra-data-simple-rest-4.16.8.tgz", + "integrity": "sha512-8FCmhEdLvEZQOe3LwF8wDj7hj9BUdDOh4t+VbODuyHFUxTyP4gul6xeY1xAnDl7lud9soG9FYDJLhAlWApUg1g==", "dependencies": { "query-string": "^7.1.1" }, diff --git a/ui/package.json b/ui/package.json index 0d10bec44..dd3425b65 100644 --- a/ui/package.json +++ b/ui/package.json @@ -10,7 +10,7 @@ "@fortawesome/react-fontawesome": "^0.2.0", "@testing-library/jest-dom": "^6.3.0", "@testing-library/react": "^14.1.0", - "ra-data-simple-rest": "^4.16.7", + "ra-data-simple-rest": "^4.16.8", "react": "^18.2.0", "react-admin": "^4.16.6", "react-dom": "^18.2.0",