diff --git a/package-lock.json b/package-lock.json index 1e380ff8..f1f90566 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "chart.js": "^4.4.1", "cordova-plugin-firebase": "^2.0.5", "cordova-plugin-googleplus": "^8.5.2", - "debounce": "^1.2.1", + "debounce": "^2.0.0", "firebase": "^10.7.1", "hammerjs": "^2.0.8", "ionic": "^4.1.2", @@ -9045,9 +9045,15 @@ } }, "node_modules/debounce": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/debounce/-/debounce-1.2.1.tgz", - "integrity": "sha512-XRRe6Glud4rd/ZGQfiV1ruXSfbvfJedlV9Y6zOlP+2K04vBYiJEte6stfFkCP03aMnY5tsipamumUjL14fofug==" + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/debounce/-/debounce-2.0.0.tgz", + "integrity": "sha512-xRetU6gL1VJbs85Mc4FoEGSjQxzpdxRyFhe3lmWFyy2EzydIcD4xzUvRJMD+NPDfMwKNhxa3PvsIOU32luIWeA==", + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } }, "node_modules/debug": { "version": "4.3.4", @@ -27343,9 +27349,9 @@ "dev": true }, "debounce": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/debounce/-/debounce-1.2.1.tgz", - "integrity": "sha512-XRRe6Glud4rd/ZGQfiV1ruXSfbvfJedlV9Y6zOlP+2K04vBYiJEte6stfFkCP03aMnY5tsipamumUjL14fofug==" + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/debounce/-/debounce-2.0.0.tgz", + "integrity": "sha512-xRetU6gL1VJbs85Mc4FoEGSjQxzpdxRyFhe3lmWFyy2EzydIcD4xzUvRJMD+NPDfMwKNhxa3PvsIOU32luIWeA==" }, "debug": { "version": "4.3.4", diff --git a/package.json b/package.json index dbc66fe8..62f02941 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "chart.js": "^4.4.1", "cordova-plugin-firebase": "^2.0.5", "cordova-plugin-googleplus": "^8.5.2", - "debounce": "^1.2.1", + "debounce": "^2.0.0", "firebase": "^10.7.1", "hammerjs": "^2.0.8", "ionic": "^4.1.2",