From f5b1987fb03939b2bbd1f5809920d5f5f53b11a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Mar 2022 22:59:34 +0100 Subject: [PATCH] build(deps): bump @actions/glob from 0.2.0 to 0.2.1 (#97) Bumps [@actions/glob](https://github.com/actions/toolkit/tree/HEAD/packages/glob) from 0.2.0 to 0.2.1. - [Release notes](https://github.com/actions/toolkit/releases) - [Changelog](https://github.com/actions/toolkit/blob/main/packages/glob/RELEASES.md) - [Commits](https://github.com/actions/toolkit/commits/HEAD/packages/glob) --- updated-dependencies: - dependency-name: "@actions/glob" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index c15fa751..51574e9f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "": { "dependencies": { "@actions/core": "^1.2.7", - "@actions/glob": "^0.2.0", + "@actions/glob": "^0.2.1", "nodemailer": "^6.4.17", "showdown": "^1.9.1" } @@ -17,9 +17,9 @@ "integrity": "sha512-CGx2ilGq5i7zSLgiiGUtBCxhRRxibJYU6Fim0Q1Wg2aQL2LTnF27zbqZOrxfvFQ55eSBW0L8uVStgtKMpa0Qlg==" }, "node_modules/@actions/glob": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/@actions/glob/-/glob-0.2.0.tgz", - "integrity": "sha512-mqE2a7I66kxcvsdwxs/filQwZsq25IfktMaviGfDB51v6Q3bvxnV7mFsZnvYtLhqGZbPxwBnH8AD3UYaOWb//w==", + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@actions/glob/-/glob-0.2.1.tgz", + "integrity": "sha512-OqseGbxR8vVikg6rfdKST21GX3QYGq2Nz7/gX3UxZb2Mw1ujJ2S3U5CsYUvYHwxbYguU+HNhfE3930oo5nprXQ==", "dependencies": { "@actions/core": "^1.2.6", "minimatch": "^3.0.4" @@ -317,9 +317,9 @@ "integrity": "sha512-CGx2ilGq5i7zSLgiiGUtBCxhRRxibJYU6Fim0Q1Wg2aQL2LTnF27zbqZOrxfvFQ55eSBW0L8uVStgtKMpa0Qlg==" }, "@actions/glob": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/@actions/glob/-/glob-0.2.0.tgz", - "integrity": "sha512-mqE2a7I66kxcvsdwxs/filQwZsq25IfktMaviGfDB51v6Q3bvxnV7mFsZnvYtLhqGZbPxwBnH8AD3UYaOWb//w==", + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@actions/glob/-/glob-0.2.1.tgz", + "integrity": "sha512-OqseGbxR8vVikg6rfdKST21GX3QYGq2Nz7/gX3UxZb2Mw1ujJ2S3U5CsYUvYHwxbYguU+HNhfE3930oo5nprXQ==", "requires": { "@actions/core": "^1.2.6", "minimatch": "^3.0.4" diff --git a/package.json b/package.json index f15ac627..3eab3c44 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "main": "main.js", "dependencies": { "@actions/core": "^1.2.7", - "@actions/glob": "^0.2.0", + "@actions/glob": "^0.2.1", "nodemailer": "^6.4.17", "showdown": "^1.9.1" }