From 23ab67b4c992afb08341b7ec7a1fa5cb9e77e71f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 17:22:28 +0000 Subject: [PATCH] Update all non-major dependencies --- build/Dockerfile.maven | 2 +- package-lock.json | 8 ++++---- packages/inscription-view/package.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/build/Dockerfile.maven b/build/Dockerfile.maven index b850d6f2f..f1fba46bc 100644 --- a/build/Dockerfile.maven +++ b/build/Dockerfile.maven @@ -1 +1 @@ -FROM maven:3.9.14-eclipse-temurin-21 +FROM maven:3.9.15-eclipse-temurin-21 diff --git a/package-lock.json b/package-lock.json index cceb27df5..a850aa70a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16077,7 +16077,7 @@ "react-error-boundary": "^4.1.2" }, "devDependencies": { - "@tanstack/eslint-plugin-query": "5.99.0", + "@tanstack/eslint-plugin-query": "5.100.1", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.1.0", "@testing-library/user-event": "^14.5.2", @@ -16100,9 +16100,9 @@ } }, "packages/inscription-view/node_modules/@tanstack/eslint-plugin-query": { - "version": "5.99.0", - "resolved": "https://registry.npmjs.org/@tanstack/eslint-plugin-query/-/eslint-plugin-query-5.99.0.tgz", - "integrity": "sha512-jVp1AEL7S7BeuQvH5SN1F5UdrNW/AbryKDeWUUMeAKNzh9C+Ik/bRSa/HeuJLlmaN+WOUkdDFbtCK0go7BxnUQ==", + "version": "5.100.1", + "resolved": "https://registry.npmjs.org/@tanstack/eslint-plugin-query/-/eslint-plugin-query-5.100.1.tgz", + "integrity": "sha512-E96snDcmEriKTDGwdRSE1Hf5GJlZZWtbmYSY07Xxku1L9pdqaVNJKOvADSaj5QF9sZXI+F3EIbFosUTKjsx0Xg==", "dev": true, "license": "MIT", "dependencies": { diff --git a/packages/inscription-view/package.json b/packages/inscription-view/package.json index fe20b080a..380f6303a 100644 --- a/packages/inscription-view/package.json +++ b/packages/inscription-view/package.json @@ -35,7 +35,7 @@ "react": "^18.2 || ^19.0" }, "devDependencies": { - "@tanstack/eslint-plugin-query": "5.99.0", + "@tanstack/eslint-plugin-query": "5.100.1", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.1.0", "@testing-library/user-event": "^14.5.2",