Skip to content

Commit 89f86ae

Browse files
dependabot[bot]Eesh Tyagi
andauthored
Bump minimatch from 3.0.4 to 3.1.2 (#37)
* Bump minimatch from 3.0.4 to 3.1.2 Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. - [Release notes](https://github.com/isaacs/minimatch/releases) - [Commits](isaacs/minimatch@v3.0.4...v3.1.2) --- updated-dependencies: - dependency-name: minimatch dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> * Bump minimatch from 3.0.4 to 3.1.2 Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. - [Release notes](https://github.com/isaacs/minimatch/releases) - [Commits](isaacs/minimatch@v3.0.4...v3.1.2) --- updated-dependencies: - dependency-name: minimatch dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> * name change Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Eesh Tyagi <eeshtyagi@Eeshs-MacBook-Pro.local>
1 parent d1f4569 commit 89f86ae

File tree

2 files changed

+6
-13
lines changed

2 files changed

+6
-13
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Code Coverage Report
1+
name: Code Coverage Assistant
22
description: Comments a pull request with the code coverage for mono repo and single repo
33
author: "Eesh Tyagi, Marina, John Hannagan"
44
branding:

yarn.lock

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2007,9 +2007,9 @@ babel-preset-jest@^29.2.0:
20072007
babel-preset-current-node-syntax "^1.0.0"
20082008

20092009
balanced-match@^1.0.0:
2010-
version "1.0.0"
2011-
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.0.tgz#89b4d199ab2bee49de164ea02b89ce462d71b767"
2012-
integrity sha1-ibTRmasr7kneFk6gK4nORi1xt2c=
2010+
version "1.0.2"
2011+
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"
2012+
integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==
20132013

20142014
before-after-hook@^2.2.0:
20152015
version "2.2.3"
@@ -2241,7 +2241,7 @@ commondir@^1.0.1:
22412241
concat-map@0.0.1:
22422242
version "0.0.1"
22432243
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
2244-
integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=
2244+
integrity sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==
22452245

22462246
confusing-browser-globals@^1.0.10:
22472247
version "1.0.10"
@@ -3971,14 +3971,7 @@ mimic-fn@^4.0.0:
39713971
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-4.0.0.tgz#60a90550d5cb0b239cca65d893b1a53b29871ecc"
39723972
integrity sha512-vqiC06CuhBTUdZH+RYl8sFrL096vA45Ok5ISO6sE/Mr1jRbGH4Csnhi8f3wKVl7x8mO4Au7Ir9D3Oyv1VYMFJw==
39733973

3974-
minimatch@^3.0.4:
3975-
version "3.0.4"
3976-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
3977-
integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==
3978-
dependencies:
3979-
brace-expansion "^1.1.7"
3980-
3981-
minimatch@^3.0.5, minimatch@^3.1.2:
3974+
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.2:
39823975
version "3.1.2"
39833976
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
39843977
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==

0 commit comments

Comments
 (0)