diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-08-14 09:31:59 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-14 09:31:59 +0000 |
commit | 85cc2ee373e458c1afca9bfdbb4e2ff9a7251002 (patch) | |
tree | a1a62d97ac30c7a6c7f3358fa45f8dba3e526d1d | |
parent | 458524e2e3abadaab1a4f697cfeda9ce939bc4ed (diff) | |
download | nextcloud-server-dependabot/npm_and_yarn/stable30/underscore-1.13.7.tar.gz nextcloud-server-dependabot/npm_and_yarn/stable30/underscore-1.13.7.zip |
chore(deps): bump underscore from 1.13.6 to 1.13.7dependabot/npm_and_yarn/stable30/underscore-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 | 9 | ||||
-rw-r--r-- | package.json | 2 |
2 files changed, 5 insertions, 6 deletions
diff --git a/package-lock.json b/package-lock.json index a8e0fe26193..b47551287d2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -70,7 +70,7 @@ "snap.js": "^2.0.9", "strengthify": "github:nextcloud/strengthify#0.5.9", "throttle-debounce": "^5.0.2", - "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", @@ -28600,10 +28600,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==", - "license": "MIT" + "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 191e054fddd..120c8ea2a97 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ "snap.js": "^2.0.9", "strengthify": "github:nextcloud/strengthify#0.5.9", "throttle-debounce": "^5.0.2", - "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", |