mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 14:50:17 -04:00
Merge pull request #47820 from nextcloud/dependabot/npm_and_yarn/underscore-1.13.7
This commit is contained in:
commit
80f459d82a
8 changed files with 13 additions and 14 deletions
4
dist/core-login.js
vendored
4
dist/core-login.js
vendored
File diff suppressed because one or more lines are too long
2
dist/core-login.js.license
vendored
2
dist/core-login.js.license
vendored
|
|
@ -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
vendored
2
dist/core-login.js.map
vendored
File diff suppressed because one or more lines are too long
4
dist/core-main.js
vendored
4
dist/core-main.js
vendored
File diff suppressed because one or more lines are too long
2
dist/core-main.js.license
vendored
2
dist/core-main.js.license
vendored
|
|
@ -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
vendored
2
dist/core-main.js.map
vendored
File diff suppressed because one or more lines are too long
9
package-lock.json
generated
9
package-lock.json
generated
|
|
@ -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",
|
||||
|
|
@ -25100,10 +25100,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",
|
||||
|
|
|
|||
|
|
@ -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…
Reference in a new issue