diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-12-07 10:02:54 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-07 10:02:54 +0000 |
commit | 3a1370701469acbce3c6a8abc23a7d4d16545a03 (patch) | |
tree | 910ff67f46d4143e1655626fd4624fe62fcfe601 | |
parent | 2c4351bb7f03968b7ea262538a5f1b1fbc0a6667 (diff) | |
download | nextcloud-server-3a1370701469acbce3c6a8abc23a7d4d16545a03.tar.gz nextcloud-server-3a1370701469acbce3c6a8abc23a7d4d16545a03.zip |
chore(deps): bump underscore from 1.13.6 to 1.13.7
Bumps [underscore](https://github.com/jashkenas/underscore) from 1.13.6 to 1.13.7.
- [Commits](https://github.com/jashkenas/underscore/compare/1.13.6...1.13.7)
---
updated-dependencies:
- dependency-name: underscore
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | package-lock.json | 8 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json index 332a464e190..10c00605100 100644 --- a/package-lock.json +++ b/package-lock.json @@ -69,7 +69,7 @@ "snap.js": "^2.0.9", "strengthify": "github:nextcloud/strengthify#0.5.9", "throttle-debounce": "^5.0.0", - "underscore": "1.13.6", + "underscore": "1.13.7", "url-search-params-polyfill": "^8.1.1", "v-click-outside": "^3.2.0", "v-tooltip": "^2.1.3", @@ -27664,9 +27664,9 @@ } }, "node_modules/underscore": { - "version": "1.13.6", - "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.13.6.tgz", - "integrity": "sha512-+A5Sja4HP1M08MaXya7p5LvjuM7K6q/2EaC0+iovj/wOcMsTzMvDFbasi/oSapiwOlt252IqsKqPjCl7huKS0A==" + "version": "1.13.7", + "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.13.7.tgz", + "integrity": "sha512-GMXzWtsc57XAtguZgaQViUOzs0KTkk8ojr3/xAxXLITqf/3EMwxC0inyETfDFjH/Krbhuep0HNbbjI9i/q3F3g==" }, "node_modules/undici": { "version": "5.28.4", diff --git a/package.json b/package.json index bf84515551b..396f991d970 100644 --- a/package.json +++ b/package.json @@ -96,7 +96,7 @@ "snap.js": "^2.0.9", "strengthify": "github:nextcloud/strengthify#0.5.9", "throttle-debounce": "^5.0.0", - "underscore": "1.13.6", + "underscore": "1.13.7", "url-search-params-polyfill": "^8.1.1", "v-click-outside": "^3.2.0", "v-tooltip": "^2.1.3", |