Merge pull request #202 from 2martens/dependabot/npm_and_yarn/micromatch-4.0.4

Bump micromatch from 4.0.2 to 4.0.4
This commit is contained in:
2021-04-17 14:59:31 +02:00
committed by GitHub
2 changed files with 10 additions and 10 deletions

View File

@ -35,7 +35,7 @@
"localtunnel": "^2.0.1", "localtunnel": "^2.0.1",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"lodash.template": "^4.5.0", "lodash.template": "^4.5.0",
"micromatch": "^4.0.2", "micromatch": "^4.0.4",
"mixin-deep": "^2.0.1", "mixin-deep": "^2.0.1",
"node-sass": "^5.0.0", "node-sass": "^5.0.0",
"regenerator-runtime": "^0.13.7", "regenerator-runtime": "^0.13.7",

View File

@ -4981,13 +4981,13 @@ micromatch@^3.0.4, micromatch@^3.1.4:
snapdragon "^0.8.1" snapdragon "^0.8.1"
to-regex "^3.0.2" to-regex "^3.0.2"
micromatch@^4.0.2: micromatch@^4.0.2, micromatch@^4.0.4:
version "4.0.2" version "4.0.4"
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.2.tgz#4fcb0999bf9fbc2fcbdd212f6d629b9a56c39259" resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.4.tgz#896d519dfe9db25fce94ceb7a500919bf881ebf9"
integrity sha512-y7FpHSbMUMoyPbYUSzO6PaZ6FyRnQOpHuKwbo1G+Knck95XVU4QAiKdGEnj5wwoS7PlOgthX/09u5iFJ+aYf5Q== integrity sha512-pRmzw/XUcwXGpD9aI9q/0XOwLNygjETJ8y0ao0wdqprrzDa4YnxLcz7fQRZr8voh8V10kGhABbNcHVk5wHgWwg==
dependencies: dependencies:
braces "^3.0.1" braces "^3.0.1"
picomatch "^2.0.5" picomatch "^2.2.3"
mime-db@1.44.0: mime-db@1.44.0:
version "1.44.0" version "1.44.0"
@ -5778,10 +5778,10 @@ performance-now@^2.1.0:
resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b" resolved "https://registry.yarnpkg.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b"
integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns= integrity sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=
picomatch@^2.0.4, picomatch@^2.0.5, picomatch@^2.2.1: picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.3:
version "2.2.2" version "2.2.3"
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.2.tgz#21f333e9b6b8eaff02468f5146ea406d345f4dad" resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.3.tgz#465547f359ccc206d3c48e46a1bcb89bf7ee619d"
integrity sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg== integrity sha512-KpELjfwcCDUb9PeigTs2mBJzXUPzAuP2oPcA989He8Rte0+YUAjw1JVedDhuTKPkHjSYzMN3npC9luThGYEKdg==
pify@^2.0.0, pify@^2.2.0, pify@^2.3.0: pify@^2.0.0, pify@^2.2.0, pify@^2.3.0:
version "2.3.0" version "2.3.0"