Browse Source

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>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
pull/47820/head
dependabot[bot] 1 year ago
committed by nextcloud-command
parent
commit
57c11af532
  1. 4
      dist/core-login.js
  2. 2
      dist/core-login.js.license
  3. 2
      dist/core-login.js.map
  4. 4
      dist/core-main.js
  5. 2
      dist/core-main.js.license
  6. 2
      dist/core-main.js.map
  7. 9
      package-lock.json
  8. 2
      package.json

4
dist/core-login.js
File diff suppressed because it is too large
View File

2
dist/core-login.js.license

@ -278,7 +278,7 @@ This file is generated from multiple sources. Included packages:
- version: 1.1.1
- license: MIT
- underscore
- version: 1.13.6
- version: 1.13.7
- license: MIT
- util
- version: 0.12.5

2
dist/core-login.js.map
File diff suppressed because it is too large
View File

4
dist/core-main.js
File diff suppressed because it is too large
View File

2
dist/core-main.js.license

@ -327,7 +327,7 @@ This file is generated from multiple sources. Included packages:
- version: 1.1.1
- license: MIT
- underscore
- version: 1.13.6
- version: 1.13.7
- license: MIT
- unist-builder
- version: 4.0.0

2
dist/core-main.js.map
File diff suppressed because it is too large
View File

9
package-lock.json

@ -71,7 +71,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",
@ -25172,10 +25172,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",

2
package.json

@ -102,7 +102,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",

Loading…
Cancel
Save