Skip to content

Commit c751ef1

Browse files
committed
chore(deps): update dependency mocha to ^9.0.1
1 parent cbb351b commit c751ef1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
},
5858
"devDependencies": {
5959
"markdown-toc": "^1.2.0",
60-
"mocha": "^9.0.0",
60+
"mocha": "^9.0.1",
6161
"semver": "^7.3.5",
6262
"shipjs": "0.23.3"
6363
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2217,10 +2217,10 @@ mkdirp@^1.0.0:
22172217
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-1.0.4.tgz#3eb5ed62622756d79a5f0e2a221dfebad75c2f7e"
22182218
integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==
22192219

2220-
mocha@^9.0.0:
2221-
version "9.0.0"
2222-
resolved "https://registry.yarnpkg.com/mocha/-/mocha-9.0.0.tgz#67ce848170cb6426f9e84c57e38376dc9017bab4"
2223-
integrity sha512-GRGG/q9bIaUkHJB9NL+KZNjDhMBHB30zW3bZW9qOiYr+QChyLjPzswaxFWkI1q6lGlSL28EQYzAi2vKWNkPx+g==
2220+
mocha@^9.0.1:
2221+
version "9.0.1"
2222+
resolved "https://registry.yarnpkg.com/mocha/-/mocha-9.0.1.tgz#01e66b7af0012330c0a38c4b6eaa6d92b8a81bf9"
2223+
integrity sha512-9zwsavlRO+5csZu6iRtl3GHImAbhERoDsZwdRkdJ/bE+eVplmoxNKE901ZJ9LdSchYBjSCPbjKc5XvcAri2ylw==
22242224
dependencies:
22252225
"@ungap/promise-all-settled" "1.1.2"
22262226
ansi-colors "4.1.1"

0 commit comments

Comments
 (0)