Bump micromatch from 4.0.2 to 4.0.4

Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.2 to 4.0.4.
- [Release notes](https://github.com/micromatch/micromatch/releases)
- [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/micromatch/compare/4.0.2...4.0.4)

---
updated-dependencies:
- dependency-name: micromatch
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-07-28 15:17:58 +00:00 коммит произвёл GitHub
Родитель a61bfd9ae4
Коммит c508d620dd
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 25 добавлений и 16 удалений

37
package-lock.json сгенерированный
Просмотреть файл

@ -10,7 +10,7 @@
"license": "MIT",
"dependencies": {
"@actions/artifact": "^0.5.2",
"@actions/core": "^1.2.6",
"@actions/core": "^1.4.0",
"@actions/exec": "^1.1.0",
"@actions/github": "^4.0.0",
"@actions/http-client": "^1.0.11",
@ -51,7 +51,7 @@
"eslint-plugin-github": "^4.1.5",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-no-async-foreach": "^0.1.1",
"micromatch": "4.0.2",
"micromatch": "4.0.4",
"nock": "^13.1.1",
"removeNPMAbsolutePaths": "2.0.0",
"sinon": "^11.1.2",
@ -71,8 +71,9 @@
}
},
"node_modules/@actions/core": {
"version": "1.2.6",
"license": "MIT"
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/@actions/core/-/core-1.4.0.tgz",
"integrity": "sha512-CGx2ilGq5i7zSLgiiGUtBCxhRRxibJYU6Fim0Q1Wg2aQL2LTnF27zbqZOrxfvFQ55eSBW0L8uVStgtKMpa0Qlg=="
},
"node_modules/@actions/exec": {
"version": "1.1.0",
@ -3916,15 +3917,16 @@
}
},
"node_modules/micromatch": {
"version": "4.0.2",
"version": "4.0.4",
"resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.4.tgz",
"integrity": "sha512-pRmzw/XUcwXGpD9aI9q/0XOwLNygjETJ8y0ao0wdqprrzDa4YnxLcz7fQRZr8voh8V10kGhABbNcHVk5wHgWwg==",
"dev": true,
"license": "MIT",
"dependencies": {
"braces": "^3.0.1",
"picomatch": "^2.0.5"
"picomatch": "^2.2.3"
},
"engines": {
"node": ">=8"
"node": ">=8.6"
}
},
"node_modules/mimic-fn": {
@ -4362,9 +4364,10 @@
}
},
"node_modules/picomatch": {
"version": "2.2.2",
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.0.tgz",
"integrity": "sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=8.6"
},
@ -6022,7 +6025,9 @@
}
},
"@actions/core": {
"version": "1.2.6"
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/@actions/core/-/core-1.4.0.tgz",
"integrity": "sha512-CGx2ilGq5i7zSLgiiGUtBCxhRRxibJYU6Fim0Q1Wg2aQL2LTnF27zbqZOrxfvFQ55eSBW0L8uVStgtKMpa0Qlg=="
},
"@actions/exec": {
"version": "1.1.0",
@ -8727,11 +8732,13 @@
"dev": true
},
"micromatch": {
"version": "4.0.2",
"version": "4.0.4",
"resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.4.tgz",
"integrity": "sha512-pRmzw/XUcwXGpD9aI9q/0XOwLNygjETJ8y0ao0wdqprrzDa4YnxLcz7fQRZr8voh8V10kGhABbNcHVk5wHgWwg==",
"dev": true,
"requires": {
"braces": "^3.0.1",
"picomatch": "^2.0.5"
"picomatch": "^2.2.3"
}
},
"mimic-fn": {
@ -9026,7 +9033,9 @@
"dev": true
},
"picomatch": {
"version": "2.2.2",
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.0.tgz",
"integrity": "sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw==",
"dev": true
},
"pify": {

Просмотреть файл

@ -22,7 +22,7 @@
"license": "MIT",
"dependencies": {
"@actions/artifact": "^0.5.2",
"@actions/core": "^1.2.6",
"@actions/core": "^1.4.0",
"@actions/exec": "^1.1.0",
"@actions/github": "^4.0.0",
"@actions/http-client": "^1.0.11",
@ -66,7 +66,7 @@
"eslint-plugin-github": "^4.1.5",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-no-async-foreach": "^0.1.1",
"micromatch": "4.0.2",
"micromatch": "4.0.4",
"nock": "^13.1.1",
"removeNPMAbsolutePaths": "2.0.0",
"sinon": "^11.1.2",