diff --git a/package.json b/package.json index ef159efbf..33978a4d8 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "dependencies": { "ajv": "^8.17.1", "bind-decorator": "^1.0.11", - "debounce": "^2.2.0", + "debounce": "^3.0.0", "express-static-gzip": "^3.0.0", "fast-deep-equal": "^3.1.3", "finalhandler": "^2.1.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 85e3b96f5..b55c841e6 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -18,8 +18,8 @@ importers: specifier: ^1.0.11 version: 1.0.11 debounce: - specifier: ^2.2.0 - version: 2.2.0 + specifier: ^3.0.0 + version: 3.0.0 express-static-gzip: specifier: ^3.0.0 version: 3.0.0 @@ -732,6 +732,10 @@ packages: resolution: {integrity: sha512-Xks6RUDLZFdz8LIdR6q0MTH44k7FikOmnh5xkSjMig6ch45afc8sjTjRQf3P6ax8dMgcQrYO/AR2RGWURrruqw==} engines: {node: '>=18'} + debounce@3.0.0: + resolution: {integrity: sha512-64byRbF0/AirwbuHqB3/ZpMG9/nckDa6ZA0yd6UnaQNwbbemCOwvz2sL5sjXLHhZHADyiwLm0M5qMhltUUx+TA==} + engines: {node: '>=20'} + debug@4.4.0: resolution: {integrity: sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==} engines: {node: '>=6.0'} @@ -1986,6 +1990,8 @@ snapshots: debounce@2.2.0: {} + debounce@3.0.0: {} + debug@4.4.0: dependencies: ms: 2.1.3