diff --git a/package-lock.json b/package-lock.json index 35bfd1b..85c385d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "throttle-debounce": "^5.0.0" }, "devDependencies": { - "@types/throttle-debounce": "^5.0.0", + "@types/throttle-debounce": "^5.0.2", "@typescript-eslint/eslint-plugin": "^5.62.0", "@typescript-eslint/parser": "^5.62.0", "@typescript/lib-dom": "npm:@types/web@^0.0.72", @@ -778,9 +778,9 @@ "dev": true }, "node_modules/@types/throttle-debounce": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/@types/throttle-debounce/-/throttle-debounce-5.0.0.tgz", - "integrity": "sha512-Pb7k35iCGFcGPECoNE4DYp3Oyf2xcTd3FbFQxXUI9hEYKUl6YX+KLf7HrBmgVcD05nl50LIH6i+80js4iYmWbw==", + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/@types/throttle-debounce/-/throttle-debounce-5.0.2.tgz", + "integrity": "sha512-pDzSNulqooSKvSNcksnV72nk8p7gRqN8As71Sp28nov1IgmPKWbOEIwAWvBME5pPTtaXJAvG3O4oc76HlQ4kqQ==", "dev": true }, "node_modules/@types/trusted-types": { @@ -3333,9 +3333,9 @@ "dev": true }, "@types/throttle-debounce": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/@types/throttle-debounce/-/throttle-debounce-5.0.0.tgz", - "integrity": "sha512-Pb7k35iCGFcGPECoNE4DYp3Oyf2xcTd3FbFQxXUI9hEYKUl6YX+KLf7HrBmgVcD05nl50LIH6i+80js4iYmWbw==", + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/@types/throttle-debounce/-/throttle-debounce-5.0.2.tgz", + "integrity": "sha512-pDzSNulqooSKvSNcksnV72nk8p7gRqN8As71Sp28nov1IgmPKWbOEIwAWvBME5pPTtaXJAvG3O4oc76HlQ4kqQ==", "dev": true }, "@types/trusted-types": { diff --git a/package.json b/package.json index 1b0a6fc..5d6e677 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "format": "prettier --cache --write ." }, "devDependencies": { - "@types/throttle-debounce": "^5.0.0", + "@types/throttle-debounce": "^5.0.2", "@typescript-eslint/eslint-plugin": "^5.62.0", "@typescript-eslint/parser": "^5.62.0", "@typescript/lib-dom": "npm:@types/web@^0.0.72",