From 599e6b533fe881122e3386720b7ab6bb548cc9c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Dec 2023 13:18:57 +0000 Subject: [PATCH] Bump @tanstack/react-query from 5.14.1 to 5.15.3 Bumps [@tanstack/react-query](https://github.com/TanStack/query/tree/HEAD/packages/react-query) from 5.14.1 to 5.15.3. - [Release notes](https://github.com/TanStack/query/releases) - [Commits](https://github.com/TanStack/query/commits/v5.15.3/packages/react-query) --- updated-dependencies: - dependency-name: "@tanstack/react-query" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 30 +++++++++++++++--------------- package.json | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index c5af606ee..fd018f836 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@navikt/ds-react": "^5.12.1", "@navikt/nav-dekoratoren-moduler": "^2.1.5", "@navikt/next-logger": "^1.21.0", - "@tanstack/react-query": "^5.14.1", + "@tanstack/react-query": "^5.15.3", "@tanstack/react-query-devtools": "^5.14.1", "@types/http-errors": "^2.0.4", "@types/react-datepicker": "^4.19.4", @@ -2665,9 +2665,9 @@ } }, "node_modules/@tanstack/query-core": { - "version": "5.14.1", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.14.1.tgz", - "integrity": "sha512-TlZarySCVEiap4K7BCvrsYZnX7jBbEkR55YMrk8ELcRbuAx6ydL+qoxqUt8Fq8VMvQyGt52icn6T7eJL1Q35KQ==", + "version": "5.14.2", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.14.2.tgz", + "integrity": "sha512-QmoJvC72sSWs3hgGis8JdmlDvqLfYGWUK4UG6OR9Q6t28JMN9m2FDwKPqoSJ9YVocELCSjMt/FGjEiLfk8000Q==", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" @@ -2683,11 +2683,11 @@ } }, "node_modules/@tanstack/react-query": { - "version": "5.14.1", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.14.1.tgz", - "integrity": "sha512-v7jhe/3jhChiR0XJbGHaG5WNPd/cURwzDGBCr4rzpUTeudPzxrtVRKsF1xJRLcJK3qH/0gIwTYHIPZ3gj+01Yw==", + "version": "5.15.3", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.15.3.tgz", + "integrity": "sha512-FP30X1oLUJGcekg92cwpRk6+wtzWcsvbz+ezoxOovI8VhtmTKe7R/hDmdPyFML1RVht01ugq/jmJOKygas61EA==", "dependencies": { - "@tanstack/query-core": "5.14.1" + "@tanstack/query-core": "5.14.2" }, "funding": { "type": "github", @@ -16211,9 +16211,9 @@ } }, "@tanstack/query-core": { - "version": "5.14.1", - "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.14.1.tgz", - "integrity": "sha512-TlZarySCVEiap4K7BCvrsYZnX7jBbEkR55YMrk8ELcRbuAx6ydL+qoxqUt8Fq8VMvQyGt52icn6T7eJL1Q35KQ==" + "version": "5.14.2", + "resolved": "https://registry.npmjs.org/@tanstack/query-core/-/query-core-5.14.2.tgz", + "integrity": "sha512-QmoJvC72sSWs3hgGis8JdmlDvqLfYGWUK4UG6OR9Q6t28JMN9m2FDwKPqoSJ9YVocELCSjMt/FGjEiLfk8000Q==" }, "@tanstack/query-devtools": { "version": "5.13.5", @@ -16221,11 +16221,11 @@ "integrity": "sha512-effSYz9AWcZ6sNd+c8LCBYFIuDZApoCTXEpRlEYChBZpMz9QUUVMLToThwCyUY49+T5pANL3XxgZf3HV7hwJlg==" }, "@tanstack/react-query": { - "version": "5.14.1", - "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.14.1.tgz", - "integrity": "sha512-v7jhe/3jhChiR0XJbGHaG5WNPd/cURwzDGBCr4rzpUTeudPzxrtVRKsF1xJRLcJK3qH/0gIwTYHIPZ3gj+01Yw==", + "version": "5.15.3", + "resolved": "https://registry.npmjs.org/@tanstack/react-query/-/react-query-5.15.3.tgz", + "integrity": "sha512-FP30X1oLUJGcekg92cwpRk6+wtzWcsvbz+ezoxOovI8VhtmTKe7R/hDmdPyFML1RVht01ugq/jmJOKygas61EA==", "requires": { - "@tanstack/query-core": "5.14.1" + "@tanstack/query-core": "5.14.2" } }, "@tanstack/react-query-devtools": { diff --git a/package.json b/package.json index dcc7c5da3..4eec0b5e0 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@navikt/ds-react": "^5.12.1", "@navikt/nav-dekoratoren-moduler": "^2.1.5", "@navikt/next-logger": "^1.21.0", - "@tanstack/react-query": "^5.14.1", + "@tanstack/react-query": "^5.15.3", "@tanstack/react-query-devtools": "^5.14.1", "@types/http-errors": "^2.0.4", "@types/react-datepicker": "^4.19.4",