From 00f8b7fea8ca8a20e9c25e0f44f2c1f2ca044d2a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 18:07:02 +0000 Subject: [PATCH] chore(deps): update all non-major dependencies --- .nvmrc | 2 +- package-lock.json | 27 ++++++++++++++------------- package.json | 2 +- packages/ui/.nvmrc | 2 +- packages/ui/package.json | 2 +- 5 files changed, 18 insertions(+), 17 deletions(-) diff --git a/.nvmrc b/.nvmrc index 3516580..2a393af 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -20.17.0 +20.18.0 diff --git a/package-lock.json b/package-lock.json index f8aedc2..508bc71 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "eslint": "8.57.1", "eslint-import-resolver-typescript": "3.6.3", "eslint-plugin-deprecation": "3.0.0", - "eslint-plugin-import": "2.30.0", + "eslint-plugin-import": "2.31.0", "eslint-plugin-unicorn": "55.0.0", "jest": "29.7.0", "nodemon": "3.1.7", @@ -3000,9 +3000,9 @@ "dev": true }, "node_modules/@types/react": { - "version": "18.3.10", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.10.tgz", - "integrity": "sha512-02sAAlBnP39JgXwkAq3PeU9DVaaGpZyF3MGcC0MKgQVkZor5IiiDAipVaxQHtDJAmO4GIy/rVBy/LzVj76Cyqg==", + "version": "18.3.11", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.11.tgz", + "integrity": "sha512-r6QZ069rFTjrEYgFdOck1gK7FLVsgJE7tTz0pQBczlBNUhBNk0MQH4UbnFSwjpQLMkLzgqvBBa+qGpLje16eTQ==", "devOptional": true, "license": "MIT", "dependencies": { @@ -5649,9 +5649,9 @@ "license": "MIT" }, "node_modules/eslint-module-utils": { - "version": "2.11.0", - "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.11.0.tgz", - "integrity": "sha512-gbBE5Hitek/oG6MUVj6sFuzEjA/ClzNflVrLovHi/JgLdC7fiN5gLAY1WIPW1a0V5I999MnsrvVrCOGmmVqDBQ==", + "version": "2.12.0", + "resolved": "https://registry.npmjs.org/eslint-module-utils/-/eslint-module-utils-2.12.0.tgz", + "integrity": "sha512-wALZ0HFoytlyh/1+4wuZ9FJCD/leWHQzzrxJ8+rebyReSLk7LApMyd3WJaLVoN+D5+WIdJyDK1c6JnE65V4Zyg==", "dev": true, "license": "MIT", "dependencies": { @@ -5692,9 +5692,9 @@ } }, "node_modules/eslint-plugin-import": { - "version": "2.30.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.30.0.tgz", - "integrity": "sha512-/mHNE9jINJfiD2EKkg1BKyPyUk4zdnT54YgbOgfjSakWT5oyX/qQLVNTkehyfpcMxZXMy1zyonZ2v7hZTX43Yw==", + "version": "2.31.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-import/-/eslint-plugin-import-2.31.0.tgz", + "integrity": "sha512-ixmkI62Rbc2/w8Vfxyh1jQRTdRTF52VxwRVHl/ykPAmqG+Nb7/kNn+byLP0LxPgI7zWA16Jt82SybJInmMia3A==", "dev": true, "license": "MIT", "dependencies": { @@ -5706,7 +5706,7 @@ "debug": "^3.2.7", "doctrine": "^2.1.0", "eslint-import-resolver-node": "^0.3.9", - "eslint-module-utils": "^2.9.0", + "eslint-module-utils": "^2.12.0", "hasown": "^2.0.2", "is-core-module": "^2.15.1", "is-glob": "^4.0.3", @@ -5715,13 +5715,14 @@ "object.groupby": "^1.0.3", "object.values": "^1.2.0", "semver": "^6.3.1", + "string.prototype.trimend": "^1.0.8", "tsconfig-paths": "^3.15.0" }, "engines": { "node": ">=4" }, "peerDependencies": { - "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8" + "eslint": "^2 || ^3 || ^4 || ^5 || ^6 || ^7.2.0 || ^8 || ^9" } }, "node_modules/eslint-plugin-import/node_modules/debug": { @@ -12169,7 +12170,7 @@ "devDependencies": { "@testing-library/jest-dom": "6.5.0", "@testing-library/react": "16.0.1", - "@types/react": "18.3.10", + "@types/react": "18.3.11", "@types/react-dom": "18.3.0", "autoprefixer": "10.4.20", "eslint-config-next": "14.2.14", diff --git a/package.json b/package.json index 7a5ba05..69c913a 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "eslint": "8.57.1", "eslint-import-resolver-typescript": "3.6.3", "eslint-plugin-deprecation": "3.0.0", - "eslint-plugin-import": "2.30.0", + "eslint-plugin-import": "2.31.0", "eslint-plugin-unicorn": "55.0.0", "jest": "29.7.0", "nodemon": "3.1.7", diff --git a/packages/ui/.nvmrc b/packages/ui/.nvmrc index 3516580..2a393af 100644 --- a/packages/ui/.nvmrc +++ b/packages/ui/.nvmrc @@ -1 +1 @@ -20.17.0 +20.18.0 diff --git a/packages/ui/package.json b/packages/ui/package.json index 201a933..85134f9 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -37,7 +37,7 @@ "devDependencies": { "@testing-library/jest-dom": "6.5.0", "@testing-library/react": "16.0.1", - "@types/react": "18.3.10", + "@types/react": "18.3.11", "@types/react-dom": "18.3.0", "autoprefixer": "10.4.20", "eslint-config-next": "14.2.14",