Merge pull request #2800 from nextcloud/dependabot/npm_and_yarn/fsevents-2.3.1

Bump fsevents from 2.1.3 to 2.3.1
This commit is contained in:
Christoph Wurst 2021-01-13 10:18:17 +01:00 committed by GitHub
commit 8fd845fef5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 5 deletions

7
package-lock.json generated
View File

@ -7083,10 +7083,9 @@
"integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8="
},
"fsevents": {
"version": "2.1.3",
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.1.3.tgz",
"integrity": "sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ==",
"optional": true
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.1.tgz",
"integrity": "sha512-YR47Eg4hChJGAB1O3yEAOkGO+rlzutoICGqGo9EZ4lKWokzZRSyIW1QmTzqjtw8MJdj9srP869CuWw/hyzSiBw=="
},
"fstream": {
"version": "1.0.12",

View File

@ -127,7 +127,7 @@
"webpack-merge": "^5.7.3"
},
"optionalDependencies": {
"fsevents": "^2.1.3"
"fsevents": "^2.3.1"
},
"jest": {
"moduleFileExtensions": [