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 try-babel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"devDependencies": {
"babel-helper-plugin-test-runner": "6.24.1",
"mocha": "11.7.6",
"npm-run-all2": "9.0.1",
"npm-run-all2": "9.0.2",
"require-self": "0.2.3"
},
"packageManager": "yarn@4.16.0"
Expand Down
24 changes: 12 additions & 12 deletions try-babel/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2274,24 +2274,24 @@ __metadata:
languageName: node
linkType: hard

"npm-run-all2@npm:9.0.1":
version: 9.0.1
resolution: "npm-run-all2@npm:9.0.1"
"npm-run-all2@npm:9.0.2":
version: 9.0.2
resolution: "npm-run-all2@npm:9.0.2"
dependencies:
ansi-styles: "npm:^6.2.1"
cross-spawn: "npm:^7.0.6"
memorystream: "npm:^0.3.1"
picomatch: "npm:^4.0.2"
pidtree: "npm:^0.6.0"
pidtree: "npm:^1.0.0"
read-package-json-fast: "npm:^6.0.0"
shell-quote: "npm:^1.7.3"
shell-quote: "npm:^1.8.4"
which: "npm:^7.0.0"
bin:
npm-run-all: bin/npm-run-all/index.js
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/5a512231d34311b99e0c0b522cdda92db4a091486e5a743e15006e7384ce59f629192d7071816c4db66fb991a1e37394d7a3f19cbc8af8eb7cde77cd3c704197
checksum: 10c0/2468df488b49ea684e45023d01ab7450dd8526e46a703188ca490e88376f7608ba953cd3f16a459994d5dfc4abeb79e9c2b1e022fc7c4bacecd59f7f64a2c7b6
languageName: node
linkType: hard

Expand Down Expand Up @@ -2464,12 +2464,12 @@ __metadata:
languageName: node
linkType: hard

"pidtree@npm:^0.6.0":
version: 0.6.0
resolution: "pidtree@npm:0.6.0"
"pidtree@npm:^1.0.0":
version: 1.0.0
resolution: "pidtree@npm:1.0.0"
bin:
pidtree: bin/pidtree.js
checksum: 10c0/0829ec4e9209e230f74ebf4265f5ccc9ebfb488334b525cb13f86ff801dca44b362c41252cd43ae4d7653a10a5c6ab3be39d2c79064d6895e0d78dc50a5ed6e9
checksum: 10c0/0cd0bd222ffba553ad4807c6795988bd18b587e9c063149139fb8db78c3b747f43d3b1511372eeda6b29a1c96670d2ee17d65a33f3c54e15d98f800512e613cd
languageName: node
linkType: hard

Expand Down Expand Up @@ -2719,7 +2719,7 @@ __metadata:
babel-helper-plugin-test-runner: "npm:6.24.1"
babel-preset-es2015: "npm:6.24.1"
mocha: "npm:11.7.6"
npm-run-all2: "npm:9.0.1"
npm-run-all2: "npm:9.0.2"
require-self: "npm:0.2.3"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -2802,7 +2802,7 @@ __metadata:
languageName: node
linkType: hard

"shell-quote@npm:^1.7.3":
"shell-quote@npm:^1.8.4":
version: 1.8.4
resolution: "shell-quote@npm:1.8.4"
checksum: 10c0/86c93678bc394cb81f5ddcdc87df9c95d279ef9652775cd1cd1eed361404169a8d8cbaacaeed232ab09919e36ee1e5363863570390d78571f8c22b7f6312fb40
Expand Down
Loading