diff --git a/frontend/package-lock.json b/frontend/package-lock.json index aa8bc8436..50830e8b5 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -12,7 +12,7 @@ "@date-fns/utc": "^2.1.1", "@mtes-mct/monitor-ui": "^24.34.0", "@sentry/react": "^10.11.0", - "@tanstack/query-async-storage-persister": "^5.87.1", + "@tanstack/query-async-storage-persister": "^5.90.2", "@tanstack/react-query": "^5.87.1", "@tanstack/react-query-persist-client": "^5.87.1", "@tanstack/react-store": "^0.7.4", @@ -4999,13 +4999,36 @@ } }, "node_modules/@tanstack/query-async-storage-persister": { - "version": "5.87.1", - "resolved": "https://registry.npmjs.org/@tanstack/query-async-storage-persister/-/query-async-storage-persister-5.87.1.tgz", - "integrity": "sha512-ASIo9Jv+Tqv80Itadoda9vByD2ODotraaAgY1gB1lCeJQP7lT7Tf8G3od3TW9+0x/x90FqMZvehMJG3RisdzKg==", + "version": "5.90.2", + "resolved": "https://registry.npmjs.org/@tanstack/query-async-storage-persister/-/query-async-storage-persister-5.90.2.tgz", + "integrity": "sha512-oyb7IHW85hsRdSZZNPu5dowQJFX3agOR/1O4M6Qc5V7s5dfnex5CqipEu0tbScNRMc2knna2ihQUiEQuTXWrEQ==", "license": "MIT", "dependencies": { - "@tanstack/query-core": "5.87.1", - "@tanstack/query-persist-client-core": "5.87.1" + "@tanstack/query-core": "5.90.2", + "@tanstack/query-persist-client-core": "5.90.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/tannerlinsley" + } + }, + "node_modules/@tanstack/query-async-storage-persister/node_modules/@tanstack/query-core": { + "version": "5.90.2", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.90.2.tgz", + "integrity": "sha512-k/TcR3YalnzibscALLwxeiLUub6jN5EDLwKDiO7q5f4ICEoptJ+n9+7vcEFy5/x/i6Q+Lb/tXrsKCggf5uQJXQ==", + "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/tannerlinsley" + } + }, + "node_modules/@tanstack/query-async-storage-persister/node_modules/@tanstack/query-persist-client-core": { + "version": "5.90.2", + "resolved": "https://registry.npmjs.org/@tanstack/query-persist-client-core/-/query-persist-client-core-5.90.2.tgz", + "integrity": "sha512-rgJRgqqziPc3KgK2mav2HNR4PoI5e7fkiIrkg85xZ5j29mHPzTp3A0QcceQXVaV9qcPp/SMDJA48A6BpGJGHZg==", + "license": "MIT", + "dependencies": { + "@tanstack/query-core": "5.90.2" }, "funding": { "type": "github", diff --git a/frontend/package.json b/frontend/package.json index 70ece21f3..4d2e94c73 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -25,7 +25,7 @@ "@date-fns/utc": "^2.1.1", "@mtes-mct/monitor-ui": "^24.34.0", "@sentry/react": "^10.11.0", - "@tanstack/query-async-storage-persister": "^5.87.1", + "@tanstack/query-async-storage-persister": "^5.90.2", "@tanstack/react-query": "^5.87.1", "@tanstack/react-query-persist-client": "^5.87.1", "@tanstack/react-store": "^0.7.4",