From 61e496f62df4f0ac858ee1f4be98aad406d5676a Mon Sep 17 00:00:00 2001 From: Paul Schreiber Date: Mon, 11 Nov 2024 17:36:16 -0500 Subject: [PATCH] build: update @types/react @types/lodash @types/jest (#2552) --- package-lock.json | 25 +++++++++++++------------ package.json | 6 +++--- 2 files changed, 16 insertions(+), 15 deletions(-) diff --git a/package-lock.json b/package-lock.json index 09f756196..3ccf77a54 100644 --- a/package-lock.json +++ b/package-lock.json @@ -66,10 +66,10 @@ "@parcel/watcher": "^2.4.1", "@testing-library/jest-dom": "^6.5.0", "@testing-library/react": "^16.0.1", - "@types/jest": "^29.5.13", + "@types/jest": "^29.5.14", "@types/js-cookie": "^3.0.6", - "@types/lodash": "^4.17.9", - "@types/react": "^18.3.10", + "@types/lodash": "^4.17.13", + "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "@typescript-eslint/parser": "^8.14.0", "depcheck": "^1.4.7", @@ -7795,10 +7795,11 @@ } }, "node_modules/@types/jest": { - "version": "29.5.13", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.13.tgz", - "integrity": "sha512-wd+MVEZCHt23V0/L642O5APvspWply/rGY5BcW4SUETo2UzPU3Z26qr8jC2qxpimI2jjx9h7+2cj2FwIr01bXg==", + "version": "29.5.14", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.14.tgz", + "integrity": "sha512-ZN+4sdnLUbo8EVvVc2ao0GFW6oVrQRPn4K2lglySj7APvSrgzxHiNNK99us4WDMi57xxA2yggblIAMNhXOotLQ==", "dev": true, + "license": "MIT", "dependencies": { "expect": "^29.0.0", "pretty-format": "^29.0.0" @@ -7863,9 +7864,9 @@ } }, "node_modules/@types/lodash": { - "version": "4.17.9", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.9.tgz", - "integrity": "sha512-w9iWudx1XWOHW5lQRS9iKpK/XuRhnN+0T7HvdCCd802FYkT1AMTnxndJHGrNJwRoRHkslGr4S29tjm1cT7x/7w==", + "version": "4.17.13", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.13.tgz", + "integrity": "sha512-lfx+dftrEZcdBPczf9d0Qv0x+j/rfNCMuC6OcfXmO8gkfeNAY88PgKUbvG56whcN23gc27yenwF6oJZXGFpYxg==", "dev": true, "license": "MIT" }, @@ -7972,9 +7973,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.12", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.12.tgz", + "integrity": "sha512-D2wOSq/d6Agt28q7rSI3jhU7G6aiuzljDGZ2hTZHIkrTLUI+AF3WMeKkEZ9nN2fkBAlcktT6vcZjDFiIhMYEQw==", "license": "MIT", "dependencies": { "@types/prop-types": "*", diff --git a/package.json b/package.json index c6e7f93f2..1ee7c742c 100644 --- a/package.json +++ b/package.json @@ -95,10 +95,10 @@ "@parcel/watcher": "^2.4.1", "@testing-library/jest-dom": "^6.5.0", "@testing-library/react": "^16.0.1", - "@types/jest": "^29.5.13", + "@types/jest": "^29.5.14", "@types/js-cookie": "^3.0.6", - "@types/lodash": "^4.17.9", - "@types/react": "^18.3.10", + "@types/lodash": "^4.17.13", + "@types/react": "^18.3.12", "@types/react-dom": "^18.3.1", "@typescript-eslint/parser": "^8.14.0", "depcheck": "^1.4.7",