diff --git a/package-lock.json b/package-lock.json index a6ed096..ef6ac11 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31,7 +31,7 @@ "@testing-library/react": "^9.5.0", "@testing-library/user-event": "^14.5.2", "@types/jest": "^24.9.1", - "@types/lodash": "^4.14.202", + "@types/lodash": "^4.17.0", "@types/node": "^12.20.55", "@types/react": "^18.3.1", "@types/react-dom": "^18.2.19", @@ -4497,9 +4497,9 @@ "integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==" }, "node_modules/@types/lodash": { - "version": "4.14.202", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.202.tgz", - "integrity": "sha512-OvlIYQK9tNneDlS0VN54LLd5uiPCBOp7gS5Z0f1mjoJYBrtStzgmJBxONW3U6OZqdtNzZPmn9BS/7WI7BFFcFQ==", + "version": "4.17.0", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.0.tgz", + "integrity": "sha512-t7dhREVv6dbNj0q17X12j7yDG4bD/DHYX7o5/DbDxobP0HnGPgpRz2Ej77aL7TZT3DSw13fqUTj8J4mMnqa7WA==", "dev": true }, "node_modules/@types/mime": { diff --git a/package.json b/package.json index d9b795c..7fa061c 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "@testing-library/react": "^9.5.0", "@testing-library/user-event": "^14.5.2", "@types/jest": "^24.9.1", - "@types/lodash": "^4.14.202", + "@types/lodash": "^4.17.0", "@types/node": "^12.20.55", "@types/react": "^18.3.1", "@types/react-dom": "^18.2.19",