From ee6149dc630816e803f67d72b9f0c96c3c7c2c54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Apr 2022 12:43:27 +0200 Subject: [PATCH] build(deps): bump @actions/glob from 0.2.0 to 0.2.1 (#21) 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 0e1c08b..1776414 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,7 @@ "name": "smpt-notifier", "dependencies": { "@actions/core": "^1.6.0", - "@actions/glob": "^0.2.0", + "@actions/glob": "^0.2.1", "dotenv": "^16.0.0", "nodemailer": "^6.7.2", "showdown": "^2.0.2" @@ -22,9 +22,9 @@ } }, "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" @@ -126,9 +126,9 @@ } }, "@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 67a06fc..50d5a8d 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ }, "dependencies": { "@actions/core": "^1.6.0", - "@actions/glob": "^0.2.0", + "@actions/glob": "^0.2.1", "nodemailer": "^6.7.2", "showdown": "^2.0.2", "dotenv": "^16.0.0"