diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2021-03-29 17:30:08 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-29 17:30:08 +0000 |
commit | c7b83a8d4af38fb005e5c59747fc8f4207be7263 (patch) | |
tree | 81d1ebb5925815909c0e331dac17e19e8522c27c /build | |
parent | f8bad860976beabfe704dd0fe6b7c8f7aaa68212 (diff) | |
download | nextcloud-server-c7b83a8d4af38fb005e5c59747fc8f4207be7263.tar.gz nextcloud-server-c7b83a8d4af38fb005e5c59747fc8f4207be7263.zip |
[Security] Bump y18n from 4.0.0 to 4.0.1 in /build
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. **This update includes a security fix.**
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/y18n/commits)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'build')
-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 a24775e526f..b8a1af54068 100644 --- a/build/package-lock.json +++ b/build/package-lock.json @@ -4156,9 +4156,9 @@ "dev": true }, "y18n": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.0.tgz", - "integrity": "sha512-r9S/ZyXu/Xu9q1tYlpsLIsa3EeLXXk0VwlxqTcFRfg9EhMW+17kbt9G0NrgCmhGb5vT2hyhJZLfDGx+7+5Uj/w==", + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.1.tgz", + "integrity": "sha512-wNcy4NvjMYL8gogWWYAO7ZFWFfHcbdbE57tZO8e4cbpj8tfUcwrwqSl3ad8HxpYWCdXcJUCeKKZS62Av1affwQ==", "dev": true }, "yallist": { |