diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2021-03-29 20:49:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-29 20:49:55 +0200 |
commit | e77088c7e8ca89135b0d5ad5afc2d0407965e36a (patch) | |
tree | fc2edfccd45823ecea89486b7967a72c14ab3120 | |
parent | 2dd565a253ae8c5f9e7f281bb88ce778a74775f0 (diff) | |
parent | c7b83a8d4af38fb005e5c59747fc8f4207be7263 (diff) | |
download | nextcloud-server-e77088c7e8ca89135b0d5ad5afc2d0407965e36a.tar.gz nextcloud-server-e77088c7e8ca89135b0d5ad5afc2d0407965e36a.zip |
Merge pull request #26361 from nextcloud/dependabot/npm_and_yarn/build/y18n-4.0.1
[Security] Bump y18n from 4.0.0 to 4.0.1 in /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": { |