Skip to content

Commit

Permalink
build(deps): bump minimatch from 3.0.4 to 3.1.2
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 6, 2023
1 parent 9e2bbdb commit 9aa31ed
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 14 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 16 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -116,14 +116,22 @@
vue "^3.0.5"
vue-router "4"

"@ircam/timeside-sdk@^2.4.0", "@ircam/timeside-sdk@^2.6.0":
"@ircam/timeside-sdk@^2.4.0":
version "2.6.0"
resolved "https://registry.npmjs.org/@ircam/timeside-sdk/-/timeside-sdk-2.6.0.tgz"
integrity sha512-SMw+BqdOQzNtMJa/OSofvdjOonK74ixXsbrRbfTqGJEiwbHtJLmvidpmYYvljEqRx08lRImvAv2Hzx9WJnje8A==
dependencies:
"@types/jwt-decode" "^2.2.1"
jwt-decode "^2.2.0"

"@ircam/timeside-sdk@^2.6.1":
version "2.6.1"
resolved "https://registry.yarnpkg.com/@ircam/timeside-sdk/-/timeside-sdk-2.6.1.tgz#65432ecd330bc9c6b5587ecb970d1500c448cb18"
integrity sha512-mwzaP5AE7TIeGESuzswNOVNdhbko6ixfSaIRJSXzqshPmzSIkuMr63Ebos0Y4P/cYhFF0n6iVUtjeq3C3IS37g==
dependencies:
"@types/jwt-decode" "^2.2.1"
jwt-decode "^2.2.0"

"@nodelib/[email protected]":
version "2.1.5"
resolved "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz"
Expand Down Expand Up @@ -537,7 +545,7 @@ [email protected]:

balanced-match@^1.0.0:
version "1.0.2"
resolved "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz"
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee"
integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==

big.js@^5.2.2:
Expand All @@ -552,7 +560,7 @@ bluebird@^3.7.2:

brace-expansion@^1.1.7:
version "1.1.11"
resolved "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz"
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-1.1.11.tgz#3c7fcbf529d87226f3d2f52b966ff5271eb441dd"
integrity sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==
dependencies:
balanced-match "^1.0.0"
Expand Down Expand Up @@ -663,8 +671,8 @@ commander@^7.2.0:

[email protected]:
version "0.0.1"
resolved "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz"
integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
integrity sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==

consolidate@^0.16.0:
version "0.16.0"
Expand Down Expand Up @@ -1936,9 +1944,9 @@ mimic-fn@^2.1.0:
integrity sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==

minimatch@^3.0.4:
version "3.0.4"
resolved "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz"
integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==
version "3.1.2"
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
dependencies:
brace-expansion "^1.1.7"

Expand Down

0 comments on commit 9aa31ed

Please sign in to comment.