diff --git a/rest/package-lock.json b/rest/package-lock.json index 0cde7f18c0a..d8c29cfd63f 100644 --- a/rest/package-lock.json +++ b/rest/package-lock.json @@ -71,7 +71,7 @@ "pg-range": "^1.1.2", "prom-client": "^14.2.0", "qs": "^6.14.0", - "quick-lru": "^7.2.0", + "quick-lru": "^7.3.0", "rfc4648": "^1.5.4", "sql-formatter": "^15.6.10", "swagger-stats": "^0.99.7", @@ -10562,9 +10562,9 @@ } }, "node_modules/quick-lru": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-7.2.0.tgz", - "integrity": "sha512-fG4L8TlD1CacJiGMGPxM1/K8l/GaKL2eFQZ6DWAjxZYxSf07DkumbC/Mhh+u/NHvxkfQVL25By0pxBS8QE9ZrQ==", + "version": "7.3.0", + "resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-7.3.0.tgz", + "integrity": "sha512-k9lSsjl36EJdK7I06v7APZCbyGT2vMTsYSRX1Q2nbYmnkBqgUhRkAuzH08Ciotteu/PLJmIF2+tti7o3C/ts2g==", "inBundle": true, "license": "MIT", "engines": { diff --git a/rest/package.json b/rest/package.json index 382b00a022a..568d56bd704 100644 --- a/rest/package.json +++ b/rest/package.json @@ -44,7 +44,7 @@ "pg-range": "^1.1.2", "prom-client": "^14.2.0", "qs": "^6.14.0", - "quick-lru": "^7.2.0", + "quick-lru": "^7.3.0", "rfc4648": "^1.5.4", "sql-formatter": "^15.6.10", "swagger-stats": "^0.99.7",