From d35fc860440b0b1ff9b220aa87f051af96524d04 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 22:17:54 +0000 Subject: [PATCH] Update dependency upgrades - non-major (#412) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package-lock.json | 53 ++++++++++++++++++++++++----------------------- package.json | 6 +++--- 2 files changed, 30 insertions(+), 29 deletions(-) diff --git a/package-lock.json b/package-lock.json index 651227e..f0ac544 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,8 +16,8 @@ }, "devDependencies": { "@jest/globals": "29.7.0", - "@types/node": "22.7.5", - "eslint-config-upleveled": "8.7.3", + "@types/node": "22.7.6", + "eslint-config-upleveled": "8.8.0", "jest": "29.7.0", "typescript": "5.6.3" } @@ -2608,9 +2608,9 @@ "dev": true }, "node_modules/@types/node": { - "version": "22.7.5", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.7.5.tgz", - "integrity": "sha512-jML7s2NAzMWc//QSJ1a3prpk78cOPchGvXJsC3C6R6PSMoooztvRVQEz89gmBTBY1SPMaqo5teB4uNHPdetShQ==", + "version": "22.7.6", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.7.6.tgz", + "integrity": "sha512-/d7Rnj0/ExXDMcioS78/kf1lMzYk4BZV8MZGTBKzTGZ6/406ukkbYlIsZmMPhcR5KlkunDHQLrtAVmSq7r+mSw==", "dev": true, "license": "MIT", "dependencies": { @@ -2643,10 +2643,11 @@ } }, "node_modules/@types/react-dom": { - "version": "18.3.0", - "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.3.0.tgz", - "integrity": "sha512-EhwApuTmMBmXuFOikhQLIBUn6uFg81SwLMOAUgodJF14SOBOCMdU04gDoYi0WOJJHD144TL32z4yDqCW3dnkQg==", + "version": "18.3.1", + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.3.1.tgz", + "integrity": "sha512-qW1Mfv8taImTthu4KoXgDfLuk4bydU6Q/TkADnDWWHwi4NX4BR+LWfTp2sVmTqRrsHvyDDTelgelxJ+SsejKKQ==", "dev": true, + "license": "MIT", "peer": true, "dependencies": { "@types/react": "*" @@ -4740,9 +4741,9 @@ } }, "node_modules/eslint-config-upleveled": { - "version": "8.7.3", - "resolved": "https://registry.npmjs.org/eslint-config-upleveled/-/eslint-config-upleveled-8.7.3.tgz", - "integrity": "sha512-JnOFPjRTQiW/JW/QZZ7yxfUcT2R8zW+UOTVml3+5cEtnwFv4LUUeaOGquE90L4zOx+59+1vL37rt0VdZetmZBQ==", + "version": "8.8.0", + "resolved": "https://registry.npmjs.org/eslint-config-upleveled/-/eslint-config-upleveled-8.8.0.tgz", + "integrity": "sha512-B5JWKaigin2yIrxKHXT6Rhl3bxWyI6d1tKku3yRSgwtUqPxfsnqDv/FyT5Nc+TbUu2kKFxQkbfv8+ISiwQsfXw==", "dev": true, "license": "MIT", "dependencies": { @@ -4756,7 +4757,7 @@ "eslint-plugin-import-x": "4.3.1", "eslint-plugin-jsx-a11y": "6.10.0", "eslint-plugin-react": "7.37.1", - "eslint-plugin-react-hooks": "5.1.0-rc-fb9a90fa48-20240614", + "eslint-plugin-react-hooks": "5.0.0", "eslint-plugin-react-x": "1.14.3", "eslint-plugin-security": "3.0.1", "eslint-plugin-sonarjs": "1.0.4", @@ -4778,12 +4779,25 @@ "@types/eslint": "^9.6.1", "@types/node": ">=22.7.5", "@types/react": "^18.3.11", - "@types/react-dom": "^18.3.0", + "@types/react-dom": "^18.3.1", "eslint": "^9.12.0", "globals": "^15.11.0", "typescript": "^5.6.3" } }, + "node_modules/eslint-config-upleveled/node_modules/eslint-plugin-react-hooks": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.0.0.tgz", + "integrity": "sha512-hIOwI+5hYGpJEc4uPRmz2ulCjAGD/N13Lukkh8cLV0i2IRk/bdZDYjgLVHj+U9Z704kLIdIO6iueGvxNur0sgw==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=10" + }, + "peerDependencies": { + "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0" + } + }, "node_modules/eslint-config-upleveled/node_modules/strip-json-comments": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-5.0.1.tgz", @@ -5021,19 +5035,6 @@ "eslint": "^3 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9.7" } }, - "node_modules/eslint-plugin-react-hooks": { - "version": "5.1.0-rc-fb9a90fa48-20240614", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-5.1.0-rc-fb9a90fa48-20240614.tgz", - "integrity": "sha512-xsiRwaDNF5wWNC4ZHLut+x/YcAxksUd9Rizt7LaEn3bV8VyYRpXnRJQlLOfYaVy9esk4DFP4zPPnoNVjq5Gc0w==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=10" - }, - "peerDependencies": { - "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 || ^9.0.0" - } - }, "node_modules/eslint-plugin-react-x": { "version": "1.14.3", "resolved": "https://registry.npmjs.org/eslint-plugin-react-x/-/eslint-plugin-react-x-1.14.3.tgz", diff --git a/package.json b/package.json index 6d14bc0..f59f79f 100644 --- a/package.json +++ b/package.json @@ -17,12 +17,12 @@ }, "devDependencies": { "@jest/globals": "29.7.0", - "@types/node": "22.7.5", - "eslint-config-upleveled": "8.7.3", + "@types/node": "22.7.6", + "eslint-config-upleveled": "8.8.0", "jest": "29.7.0", "typescript": "5.6.3" }, "overrides": { - "@types/node": "22.7.5" + "@types/node": "22.7.6" } }