Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"npm-run-all2": "^7.0.0",
"npm-run-all2": "^8.0.0",
"os-browserify": "^0.3.0",
"path": "^0.12.7",
"path-browserify": "^1.0.1",
Expand Down
25 changes: 16 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5725,7 +5725,7 @@ __metadata:
languageName: node
linkType: hard

"cross-spawn@npm:^7.0.0, cross-spawn@npm:^7.0.1, cross-spawn@npm:^7.0.2, cross-spawn@npm:^7.0.3":
"cross-spawn@npm:^7.0.0, cross-spawn@npm:^7.0.1, cross-spawn@npm:^7.0.2, cross-spawn@npm:^7.0.3, cross-spawn@npm:^7.0.6":
version: 7.0.6
resolution: "cross-spawn@npm:7.0.6"
dependencies:
Expand Down Expand Up @@ -7337,7 +7337,7 @@ __metadata:
mdast-util-from-markdown: "npm:^2.0.0"
mdast-util-to-hast: "npm:^13.0.0"
normalize.css: "npm:^8.0.1"
npm-run-all2: "npm:^7.0.0"
npm-run-all2: "npm:^8.0.0"
os-browserify: "npm:^0.3.0"
path: "npm:^0.12.7"
path-browserify: "npm:^1.0.1"
Expand Down Expand Up @@ -10139,7 +10139,7 @@ __metadata:
languageName: node
linkType: hard

"minimatch@npm:^9.0.0, minimatch@npm:^9.0.4":
"minimatch@npm:^9.0.4":
version: 9.0.5
resolution: "minimatch@npm:9.0.5"
dependencies:
Expand Down Expand Up @@ -10442,14 +10442,14 @@ __metadata:
languageName: node
linkType: hard

"npm-run-all2@npm:^7.0.0":
version: 7.0.1
resolution: "npm-run-all2@npm:7.0.1"
"npm-run-all2@npm:^8.0.0":
version: 8.0.4
resolution: "npm-run-all2@npm:8.0.4"
dependencies:
ansi-styles: "npm:^6.2.1"
cross-spawn: "npm:^7.0.3"
cross-spawn: "npm:^7.0.6"
memorystream: "npm:^0.3.1"
minimatch: "npm:^9.0.0"
picomatch: "npm:^4.0.2"
pidtree: "npm:^0.6.0"
read-package-json-fast: "npm:^4.0.0"
shell-quote: "npm:^1.7.3"
Expand All @@ -10459,7 +10459,7 @@ __metadata:
npm-run-all2: bin/npm-run-all/index.js
run-p: bin/run-p/index.js
run-s: bin/run-s/index.js
checksum: 10c0/1f2438341473280f7f55015f04a9c5bbbb3226e8235ef50811f50f98514f10ff2ac1640da592e0d5a2e6c7b95060e1bb1c7a86b5177fa746151912ac99a8f3b7
checksum: 10c0/cfc2987df224e55456629301991b5fa6980cc644d1836fe3c22d74a4508512737d30389795b759bb5d659103e54281c59741ecdc0241cfd2615cb9bffbf7cceb
languageName: node
linkType: hard

Expand Down Expand Up @@ -10935,6 +10935,13 @@ __metadata:
languageName: node
linkType: hard

"picomatch@npm:^4.0.2":
version: 4.0.2
resolution: "picomatch@npm:4.0.2"
checksum: 10c0/7c51f3ad2bb42c776f49ebf964c644958158be30d0a510efd5a395e8d49cb5acfed5b82c0c5b365523ce18e6ab85013c9ebe574f60305892ec3fa8eee8304ccc
languageName: node
linkType: hard

"pidtree@npm:^0.6.0":
version: 0.6.0
resolution: "pidtree@npm:0.6.0"
Expand Down
Loading