diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2019-08-27 18:46:33 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-27 18:46:33 +0000 |
commit | 456e5af68ba860ecdb5a8b776fef190bf508acb2 (patch) | |
tree | c968a485e1938530a0a943a017dd59fa32ded7ea /build/package-lock.json | |
parent | 41163b48810b168c4313c1b994abbfdf13dc8661 (diff) | |
download | nextcloud-server-456e5af68ba860ecdb5a8b776fef190bf508acb2.tar.gz nextcloud-server-456e5af68ba860ecdb5a8b776fef190bf508acb2.zip |
[Security] Bump mixin-deep from 1.3.1 to 1.3.2 in /build
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. **This update includes a security fix.**
- [Release notes](https://github.com/jonschlinkert/mixin-deep/releases)
- [Commits](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'build/package-lock.json')
-rw-r--r-- | build/package-lock.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build/package-lock.json b/build/package-lock.json index e658751e14a..1c8a0285ee8 100644 --- a/build/package-lock.json +++ b/build/package-lock.json @@ -3114,9 +3114,9 @@ } }, "mixin-deep": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.1.tgz", - "integrity": "sha512-8ZItLHeEgaqEvd5lYBXfm4EZSFCX29Jb9K+lAHhDKzReKBQKj3R+7NOF6tjqYi9t4oI8VUfaWITJQm86wnXGNQ==", + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.2.tgz", + "integrity": "sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA==", "dev": true, "requires": { "for-in": "^1.0.2", |