diff --git a/catalog/ui/package-lock.json b/catalog/ui/package-lock.json index c0b511e33..8ed1ad61a 100644 --- a/catalog/ui/package-lock.json +++ b/catalog/ui/package-lock.json @@ -44,7 +44,7 @@ "@types/dompurify": "^3.0.5", "@types/js-yaml": "^4.0.8", "@types/json2csv": "^5.0.3", - "@types/lodash.throttle": "^4.1.8", + "@types/lodash.throttle": "^4.1.9", "@types/react": "^18.2.36", "@types/react-dom": "^18.2.14", "@types/react-router-dom": "^5.3.3", @@ -4073,9 +4073,9 @@ "dev": true }, "node_modules/@types/lodash.throttle": { - "version": "4.1.8", - "resolved": "https://registry.npmjs.org/@types/lodash.throttle/-/lodash.throttle-4.1.8.tgz", - "integrity": "sha512-EJT8Wg9HLcrsaTlFJ+wmolrGMCC/WBmqOISNi1y9hukgp15cYnfO435X1ReUl0VTIAYnRailHqSZEmzLJb5fiQ==", + "version": "4.1.9", + "resolved": "https://registry.npmjs.org/@types/lodash.throttle/-/lodash.throttle-4.1.9.tgz", + "integrity": "sha512-PCPVfpfueguWZQB7pJQK890F2scYKoDUL3iM522AptHWn7d5NQmeS/LTEHIcLr5PaTzl3dK2Z0xSUHHTHwaL5g==", "dev": true, "dependencies": { "@types/lodash": "*" @@ -20832,9 +20832,9 @@ "dev": true }, "@types/lodash.throttle": { - "version": "4.1.8", - "resolved": "https://registry.npmjs.org/@types/lodash.throttle/-/lodash.throttle-4.1.8.tgz", - "integrity": "sha512-EJT8Wg9HLcrsaTlFJ+wmolrGMCC/WBmqOISNi1y9hukgp15cYnfO435X1ReUl0VTIAYnRailHqSZEmzLJb5fiQ==", + "version": "4.1.9", + "resolved": "https://registry.npmjs.org/@types/lodash.throttle/-/lodash.throttle-4.1.9.tgz", + "integrity": "sha512-PCPVfpfueguWZQB7pJQK890F2scYKoDUL3iM522AptHWn7d5NQmeS/LTEHIcLr5PaTzl3dK2Z0xSUHHTHwaL5g==", "dev": true, "requires": { "@types/lodash": "*" diff --git a/catalog/ui/package.json b/catalog/ui/package.json index 010a437c4..c72f9b516 100644 --- a/catalog/ui/package.json +++ b/catalog/ui/package.json @@ -32,7 +32,7 @@ "@types/dompurify": "^3.0.5", "@types/js-yaml": "^4.0.8", "@types/json2csv": "^5.0.3", - "@types/lodash.throttle": "^4.1.8", + "@types/lodash.throttle": "^4.1.9", "@types/react": "^18.2.36", "@types/react-dom": "^18.2.14", "@types/react-router-dom": "^5.3.3",