diff --git a/examples/function-potterdb/package-lock.json b/examples/function-potterdb/package-lock.json index eb27e1b91e..2cb7fa8ff8 100644 --- a/examples/function-potterdb/package-lock.json +++ b/examples/function-potterdb/package-lock.json @@ -14,7 +14,7 @@ "@contentful/f36-tokens": "4.0.5", "@contentful/field-editor-single-line": "^1.4.3", "@contentful/react-apps-toolkit": "1.2.16", - "@tanstack/react-query": "^5.51.23", + "@tanstack/react-query": "^5.51.24", "contentful-management": "10.46.4", "emotion": "10.0.27", "react": "18.3.1", @@ -5558,20 +5558,20 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.51.21", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.51.21.tgz", - "integrity": "sha512-POQxm42IUp6n89kKWF4IZi18v3fxQWFRolvBA6phNVmA8psdfB1MvDnGacCJdS+EOX12w/CyHM62z//rHmYmvw==", + "version": "5.51.24", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.51.24.tgz", + "integrity": "sha512-qtIR0FMHUDIWyIQw87q4C+so7XaN59MsGfWrc6rgi2VTHrVZF3Hd0St2dbpqRetHf6XW5yY5lzTrXpTilPlxUg==", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" } }, "node_modules/@tanstack/react-query": { - "version": "5.51.23", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.51.23.tgz", - "integrity": "sha512-CfJCfX45nnVIZjQBRYYtvVMIsGgWLKLYC4xcUiYEey671n1alvTZoCBaU9B85O8mF/tx9LPyrI04A6Bs2THv4A==", + "version": "5.51.24", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.51.24.tgz", + "integrity": "sha512-sW1qRwoCDqOFku67xng4Y5z6NPK1DS347jR4RiX9wFHrmyqpbXgUjPIjT3fodezdJAaSJD/6CvWb0cl05J8zNQ==", "dependencies": { - "@tanstack/query-core": "5.51.21" + "@tanstack/query-core": "5.51.24" }, "funding": { "type": "github", diff --git a/examples/function-potterdb/package.json b/examples/function-potterdb/package.json index 310a49284a..0eb04f456a 100644 --- a/examples/function-potterdb/package.json +++ b/examples/function-potterdb/package.json @@ -9,7 +9,7 @@ "@contentful/f36-tokens": "4.0.5", "@contentful/field-editor-single-line": "^1.4.3", "@contentful/react-apps-toolkit": "1.2.16", - "@tanstack/react-query": "^5.51.23", + "@tanstack/react-query": "^5.51.24", "contentful-management": "10.46.4", "emotion": "10.0.27", "react": "18.3.1",