From c508d620dd03114ee295cabda3883211de58dd6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Jul 2021 15:17:58 +0000 Subject: [PATCH] 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] --- package-lock.json | 37 +++++++++++++++++++++++-------------- package.json | 4 ++-- 2 files changed, 25 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8db3f373e..4bdcbfa92 100644 --- a/package-lock.json +++ b/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": { diff --git a/package.json b/package.json index c2a7d71bf..88d126886 100644 --- a/package.json +++ b/package.json @@ -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",