Skip to content

Commit 9af630e

Browse files
chore(deps): update dependency mocha to ^10.5.0
1 parent 2c6395a commit 9af630e

File tree

2 files changed

+22
-7
lines changed

2 files changed

+22
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"eslint-plugin-wc": "^2.1.0",
7777
"lit": "^3.1.4",
7878
"lit-element": "^4.0.6",
79-
"mocha": "^10.4.0",
79+
"mocha": "^10.5.0",
8080
"onchange": "^7.1.0",
8181
"prettier": "^3.3.2",
8282
"rollup-plugin-esbuild": "^6.1.1",

yarn.lock

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2479,7 +2479,7 @@ [email protected]:
24792479
optionalDependencies:
24802480
fsevents "~2.3.2"
24812481

2482-
chokidar@3.5.3, chokidar@^3.3.1, chokidar@^3.4.0, chokidar@^3.4.3:
2482+
chokidar@^3.3.1, chokidar@^3.4.0, chokidar@^3.4.3:
24832483
version "3.5.3"
24842484
resolved "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz"
24852485
integrity sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==
@@ -2494,6 +2494,21 @@ [email protected], chokidar@^3.3.1, chokidar@^3.4.0, chokidar@^3.4.3:
24942494
optionalDependencies:
24952495
fsevents "~2.3.2"
24962496

2497+
chokidar@^3.5.3:
2498+
version "3.6.0"
2499+
resolved "https://registry.yarnpkg.com/chokidar/-/chokidar-3.6.0.tgz#197c6cc669ef2a8dc5e7b4d97ee4e092c3eb0d5b"
2500+
integrity sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==
2501+
dependencies:
2502+
anymatch "~3.1.2"
2503+
braces "~3.0.2"
2504+
glob-parent "~5.1.2"
2505+
is-binary-path "~2.1.0"
2506+
is-glob "~4.0.1"
2507+
normalize-path "~3.0.0"
2508+
readdirp "~3.6.0"
2509+
optionalDependencies:
2510+
fsevents "~2.3.2"
2511+
24972512
clean-css@~5.3.2:
24982513
version "5.3.3"
24992514
resolved "https://registry.npmjs.org/clean-css/-/clean-css-5.3.3.tgz"
@@ -5428,14 +5443,14 @@ mkdirp@^1.0.4:
54285443
resolved "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz"
54295444
integrity sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==
54305445

5431-
mocha@^10.4.0:
5432-
version "10.4.0"
5433-
resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.4.0.tgz#ed03db96ee9cfc6d20c56f8e2af07b961dbae261"
5434-
integrity sha512-eqhGB8JKapEYcC4ytX/xrzKforgEc3j1pGlAXVy3eRwrtAy5/nIfT1SvgGzfN0XZZxeLq0aQWkOUAmqIJiv+bA==
5446+
mocha@^10.5.0:
5447+
version "10.5.0"
5448+
resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.5.0.tgz#a8872b2404883792102d78f584ad0e10b35d900d"
5449+
integrity sha512-KoCXMKfW2OMsvCbaJJFPdzg36lI9+tMH7yyXCoKh6PpFo7BAC/xqG7Ct/aitJDrGbIGcN2IT3cx3bZ6PDGaXmA==
54355450
dependencies:
54365451
ansi-colors "4.1.1"
54375452
browser-stdout "1.3.1"
5438-
chokidar "3.5.3"
5453+
chokidar "^3.5.3"
54395454
debug "4.3.4"
54405455
diff "5.0.0"
54415456
escape-string-regexp "4.0.0"

0 commit comments

Comments
 (0)