diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2021-03-29 20:41:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-29 20:41:25 +0200 |
commit | 60835646be19a6f9a3aef61907f194506c081e4c (patch) | |
tree | 186661622893645536885e9c780d8f8f43ba1a03 /package.json | |
parent | d8160fb2adbdf59ba120698204f33845bd795632 (diff) | |
parent | afa4354c22b093c5ecc408d1a46ffbefb46c4105 (diff) | |
download | nextcloud-server-60835646be19a6f9a3aef61907f194506c081e4c.tar.gz nextcloud-server-60835646be19a6f9a3aef61907f194506c081e4c.zip |
Merge pull request #26333 from nextcloud/dependabot/npm_and_yarn/debounce-1.2.1
Bump debounce from 1.2.0 to 1.2.1
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index bede4f88f4e..59895f6febb 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "core-js": "^3.9.1", "css-vars-ponyfill": "^2.4.3", "davclient.js": "git+https://github.com/owncloud/davclient.js.git#0.2.1", - "debounce": "^1.2.0", + "debounce": "^1.2.1", "dompurify": "^2.2.7", "escape-html": "^1.0.3", "handlebars": "^4.7.7", |