mirror of
https://github.com/chylex/Nextcloud-News.git
synced 2025-01-04 17:42:46 +01:00
Bump minimatch from 6.1.5 to 6.1.6 in /js
Bumps [minimatch](https://github.com/isaacs/minimatch) from 6.1.5 to 6.1.6. - [Release notes](https://github.com/isaacs/minimatch/releases) - [Changelog](https://github.com/isaacs/minimatch/blob/main/changelog.md) - [Commits](https://github.com/isaacs/minimatch/compare/v6.1.5...v6.1.6) --- updated-dependencies: - dependency-name: minimatch dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
a2bd8adf32
commit
3271a12e03
14
js/package-lock.json
generated
14
js/package-lock.json
generated
@ -31,7 +31,7 @@
|
||||
"karma-coverage": "^2.2.0",
|
||||
"karma-firefox-launcher": "^2.1.2",
|
||||
"karma-jasmine": "^5.1.0",
|
||||
"minimatch": "^6.1.5",
|
||||
"minimatch": "^6.1.6",
|
||||
"natives": "^1.1.6"
|
||||
},
|
||||
"engines": {
|
||||
@ -4553,9 +4553,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/minimatch": {
|
||||
"version": "6.1.5",
|
||||
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-6.1.5.tgz",
|
||||
"integrity": "sha512-2/WxnHMkH7qFS+pG8ibLN5GZdx5Y0aLlgFSghaKRUpkeEmC85wZRb/xDvj9jv601KdNOS2G/nNqj2h6k42yxBQ==",
|
||||
"version": "6.1.6",
|
||||
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-6.1.6.tgz",
|
||||
"integrity": "sha512-6bR3UIeh/DF8+p6A9Spyuy67ShOq42rOkHWi7eUe3Ua99Zo5lZfGC6lJJWkeoK4k9jQFT3Pl7czhTXimG2XheA==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"brace-expansion": "^2.0.1"
|
||||
@ -10828,9 +10828,9 @@
|
||||
}
|
||||
},
|
||||
"minimatch": {
|
||||
"version": "6.1.5",
|
||||
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-6.1.5.tgz",
|
||||
"integrity": "sha512-2/WxnHMkH7qFS+pG8ibLN5GZdx5Y0aLlgFSghaKRUpkeEmC85wZRb/xDvj9jv601KdNOS2G/nNqj2h6k42yxBQ==",
|
||||
"version": "6.1.6",
|
||||
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-6.1.6.tgz",
|
||||
"integrity": "sha512-6bR3UIeh/DF8+p6A9Spyuy67ShOq42rOkHWi7eUe3Ua99Zo5lZfGC6lJJWkeoK4k9jQFT3Pl7czhTXimG2XheA==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"brace-expansion": "^2.0.1"
|
||||
|
@ -48,7 +48,7 @@
|
||||
"karma-coverage": "^2.2.0",
|
||||
"karma-firefox-launcher": "^2.1.2",
|
||||
"karma-jasmine": "^5.1.0",
|
||||
"minimatch": "^6.1.5",
|
||||
"minimatch": "^6.1.6",
|
||||
"natives": "^1.1.6"
|
||||
},
|
||||
"dependencies": {
|
||||
|
Loading…
Reference in New Issue
Block a user