diff --git a/frontend/package-lock.json b/frontend/package-lock.json index d1ed3288..d0475321 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -17,7 +17,7 @@ "@sentry/integrations": "^7.119.2", "@sentry/tracing": "^7.114.0", "@sentry/vue": "^7.111.0", - "@tanstack/vue-query": "^5.56.2", + "@tanstack/vue-query": "^5.62.3", "@tanstack/vue-query-devtools": "^5.62.0", "@types/luxon": "^3.4.2", "@vue/eslint-config-standard": "^8.0.1", @@ -4175,10 +4175,9 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.62.0", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.62.0.tgz", - "integrity": "sha512-sx38bGrqF9bop92AXOvzDr0L9fWDas5zXdPglxa9cuqeVSWS7lY6OnVyl/oodfXjgOGRk79IfCpgVmxrbHuFHg==", - "license": "MIT", + "version": "5.62.3", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.62.3.tgz", + "integrity": "sha512-Jp/nYoz8cnO7kqhOlSv8ke/0MJRJVGuZ0P/JO9KQ+f45mpN90hrerzavyTKeSoT/pOzeoOUkv1Xd0wPsxAWXfg==", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" @@ -4195,13 +4194,12 @@ } }, "node_modules/@tanstack/vue-query": { - "version": "5.62.0", - "resolved": "https://registry.npmjs.org/@tanstack/vue-query/-/vue-query-5.62.0.tgz", - "integrity": "sha512-jCbmUy6/gBsYRfWy07iDJnXdHY4Vd7kxbhBD0n+ITYHDsHjKXAgGMR69kd8j+SfuaMPGqS3glP4QPwdibNIkPg==", - "license": "MIT", + "version": "5.62.3", + "resolved": "https://registry.npmjs.org/@tanstack/vue-query/-/vue-query-5.62.3.tgz", + "integrity": "sha512-6zU8yR0xKVxb/SilCSVAb0j6+bc++f+YeMA1TnG1qN9zHicWgF9fjtJi86FfIjBnytfFSPwo7Gykp8iId7G9yQ==", "dependencies": { "@tanstack/match-sorter-utils": "^8.19.4", - "@tanstack/query-core": "5.62.0", + "@tanstack/query-core": "5.62.3", "@vue/devtools-api": "^6.6.3", "vue-demi": "^0.14.10" }, diff --git a/frontend/package.json b/frontend/package.json index d1f1f09b..dc1668bb 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -25,7 +25,7 @@ "@sentry/integrations": "^7.119.2", "@sentry/tracing": "^7.114.0", "@sentry/vue": "^7.111.0", - "@tanstack/vue-query": "^5.56.2", + "@tanstack/vue-query": "^5.62.3", "@tanstack/vue-query-devtools": "^5.62.0", "@types/luxon": "^3.4.2", "@vue/eslint-config-standard": "^8.0.1",