diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2021-03-29 19:17:12 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-29 19:17:12 +0000 |
commit | 6e2972fb65d8cf6be8d3b647451a65b8e6476179 (patch) | |
tree | 4cc301ed38bd4eabe1640b911d13889078a2d6d0 | |
parent | f8bad860976beabfe704dd0fe6b7c8f7aaa68212 (diff) | |
download | nextcloud-server-6e2972fb65d8cf6be8d3b647451a65b8e6476179.tar.gz nextcloud-server-6e2972fb65d8cf6be8d3b647451a65b8e6476179.zip |
[Security] Bump y18n from 4.0.0 to 4.0.1
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>
-rw-r--r-- | package-lock.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package-lock.json b/package-lock.json index 112c4d7af3b..b8f5fe27960 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12754,9 +12754,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==" }, "yallist": { "version": "2.1.2", |