diff --git a/package-lock.json b/package-lock.json index a2fd6ad..e18db51 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,7 +37,7 @@ "@tailwindcss/forms": "^0.5.7", "@types/body-scroll-lock": "^3.1.2", "@types/crypto-js": "^4.2.2", - "@types/lodash": "^4.17.4", + "@types/lodash": "^4.17.12", "@types/lodash.debounce": "^4.0.9", "@types/lodash.throttle": "^4.1.9", "@types/node": "^20.10.5", @@ -1500,9 +1500,9 @@ "dev": true }, "node_modules/@types/lodash": { - "version": "4.17.4", - "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.4.tgz", - "integrity": "sha512-wYCP26ZLxaT3R39kiN2+HcJ4kTd3U1waI/cY7ivWYqFP6pW3ZNpvi6Wd6PHZx7T/t8z0vlkXMg3QYLa7DZ/IJQ==", + "version": "4.17.12", + "resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.12.tgz", + "integrity": "sha512-sviUmCE8AYdaF/KIHLDJBQgeYzPBI0vf/17NaYehBJfYD1j6/L95Slh07NlyK2iNyBNaEkb3En2jRt+a8y3xZQ==", "dev": true }, "node_modules/@types/lodash.debounce": { diff --git a/package.json b/package.json index cf16d05..aa898df 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@tailwindcss/forms": "^0.5.7", "@types/body-scroll-lock": "^3.1.2", "@types/crypto-js": "^4.2.2", - "@types/lodash": "^4.17.4", + "@types/lodash": "^4.17.12", "@types/lodash.debounce": "^4.0.9", "@types/lodash.throttle": "^4.1.9", "@types/node": "^20.10.5",