From ac75a034cf1a70438a83065a117486db3279b8e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 12:27:47 +0000 Subject: [PATCH] Bump @tanstack/vue-query in /src/dispatch/static/dispatch Bumps [@tanstack/vue-query](https://github.com/TanStack/query/tree/HEAD/packages/vue-query) from 5.8.7 to 5.10.0. - [Release notes](https://github.com/TanStack/query/releases) - [Commits](https://github.com/TanStack/query/commits/v5.10.0/packages/vue-query) --- updated-dependencies: - dependency-name: "@tanstack/vue-query" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../static/dispatch/package-lock.json | 51 +++---------------- 1 file changed, 7 insertions(+), 44 deletions(-) diff --git a/src/dispatch/static/dispatch/package-lock.json b/src/dispatch/static/dispatch/package-lock.json index 3e63e2b9f6d2a..44446852410fc 100644 --- a/src/dispatch/static/dispatch/package-lock.json +++ b/src/dispatch/static/dispatch/package-lock.json @@ -601,19 +601,6 @@ } } }, - "node_modules/@formkit/themes/node_modules/@formkit/core": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/@formkit/core/-/core-1.3.2.tgz", - "integrity": "sha512-sqspEsp4CnS9cx+HWWZhN91dYyQB2Mgrhtp5tVPHPiNDpS7Wvl1L9xI/6iUc3rXxH0YhHQ8ptyLIQKO2vNpfGg==", - "dependencies": { - "@formkit/utils": "1.3.2" - } - }, - "node_modules/@formkit/themes/node_modules/@formkit/utils": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/@formkit/utils/-/utils-1.3.2.tgz", - "integrity": "sha512-L7ltaR5vV5NK6H4NKYx8xZ85l60TutgvQHv95B7ncj9pDNUUqKK9H56zkYFXPpCQhtKU/UbK19NNOuKI0OVfkw==" - }, "node_modules/@formkit/utils": { "version": "1.3.2", "resolved": "https://registry.npmjs.org/@formkit/utils/-/utils-1.3.2.tgz", @@ -646,30 +633,6 @@ "vue": "^3.3.4" } }, - "node_modules/@formkit/vue/node_modules/@formkit/themes": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@formkit/themes/-/themes-1.3.0.tgz", - "integrity": "sha512-y9YRhCjYbsgs1piuGaZYgcbXtcsfZqvdeMVM2vypppNdFskx1dhFdaXNDLZf1K2HL6vvx8cJ3AAxay35SAZmtQ==", - "dependencies": { - "@formkit/core": "1.3.0" - }, - "peerDependencies": { - "tailwindcss": "^3.2.0", - "unocss": "^0.31.0", - "windicss": "^3.0.0" - }, - "peerDependenciesMeta": { - "tailwindcss": { - "optional": true - }, - "unocss": { - "optional": true - }, - "windicss": { - "optional": true - } - } - }, "node_modules/@humanwhocodes/config-array": { "version": "0.11.13", "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.13.tgz", @@ -999,21 +962,21 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.8.7", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.8.7.tgz", - "integrity": "sha512-58xOSkxxZK4SGQ/uzX8MDZHLGZCkxlgkPxnfhxUOL2uchnNHyay2UVcR3mQNMgaMwH1e2l+0n+zfS7+UJ/MAJw==", + "version": "5.10.0", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.10.0.tgz", + "integrity": "sha512-wlw/l2E+U70iABaJnOtZIJN/5VMhuj4RPViafwUYiIGoqw1VqqqaxBnBL90qLhWswoOaK8RAj3+NiG0duk+cRg==", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" } }, "node_modules/@tanstack/vue-query": { - "version": "5.8.7", - "resolved": "https://registry.npmjs.org/@tanstack/vue-query/-/vue-query-5.8.7.tgz", - "integrity": "sha512-riuXxrwKq1eGjKidPWLnyHdi5Kp4ji4kfoSoJdJm5hX4pcdgm74BvtIn6vJ7IPg0BQvpmaBJAb1BJyduAN1JkA==", + "version": "5.10.0", + "resolved": "https://registry.npmjs.org/@tanstack/vue-query/-/vue-query-5.10.0.tgz", + "integrity": "sha512-RsZv9vt8TU5ela+TRGqxXnMWsU59B0UbmBTFaU+55+bHoHcUTEAe4bUeX/KZojnLuNfwrPDQdN1GGn+cco2GzA==", "dependencies": { "@tanstack/match-sorter-utils": "^8.8.4", - "@tanstack/query-core": "5.8.7", + "@tanstack/query-core": "5.10.0", "@vue/devtools-api": "^6.5.0", "vue-demi": "^0.14.6" },