Skip to content

Commit ba13e48

Browse files
authored
chore: bump minimist and json5 (#14382)
* chore: bump minimist from 1.2.5 to 1.2.6 * chore: bump json5 from 2.1.2 to 2.2.1
1 parent c79709a commit ba13e48

2 files changed

Lines changed: 9 additions & 11 deletions

File tree

packages/babel-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"convert-source-map": "^1.7.0",
6262
"debug": "^4.1.0",
6363
"gensync": "^1.0.0-beta.2",
64-
"json5": "^2.1.2",
64+
"json5": "^2.2.1",
6565
"semver": "condition:BABEL_8_BREAKING ? ^7.3.4 : ^6.3.0"
6666
},
6767
"devDependencies": {

yarn.lock

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ __metadata:
343343
convert-source-map: ^1.7.0
344344
debug: ^4.1.0
345345
gensync: ^1.0.0-beta.2
346-
json5: ^2.1.2
346+
json5: ^2.2.1
347347
semver: "condition:BABEL_8_BREAKING ? ^7.3.4 : ^6.3.0"
348348
languageName: unknown
349349
linkType: soft
@@ -11138,14 +11138,12 @@ fsevents@^1.2.7:
1113811138
languageName: node
1113911139
linkType: hard
1114011140

11141-
"json5@npm:^2.1.2":
11142-
version: 2.1.3
11143-
resolution: "json5@npm:2.1.3"
11144-
dependencies:
11145-
minimist: ^1.2.5
11141+
"json5@npm:^2.1.2, json5@npm:^2.2.1":
11142+
version: 2.2.1
11143+
resolution: "json5@npm:2.2.1"
1114611144
bin:
1114711145
json5: lib/cli.js
11148-
checksum: b2de57a66520eca0fbb6c5ef59249b8308efb93fe89a8c75f5a6846e4f5f7d99a5a6f2e4db4d7a1c7047802dd816ed602a052d147a415d0e6b7f834885b62bc3
11146+
checksum: 74b8a23b102a6f2bf2d224797ae553a75488b5adbaee9c9b6e5ab8b510a2fc6e38f876d4c77dea672d4014a44b2399e15f2051ac2b37b87f74c0c7602003543b
1114911147
languageName: node
1115011148
linkType: hard
1115111149

@@ -11840,9 +11838,9 @@ fsevents@^1.2.7:
1184011838
linkType: hard
1184111839

1184211840
"minimist@npm:^1.1.0, minimist@npm:^1.1.1, minimist@npm:^1.2.0, minimist@npm:^1.2.5":
11843-
version: 1.2.5
11844-
resolution: "minimist@npm:1.2.5"
11845-
checksum: 86706ce5b36c16bfc35c5fe3dbb01d5acdc9a22f2b6cc810b6680656a1d2c0e44a0159c9a3ba51fb072bb5c203e49e10b51dcd0eec39c481f4c42086719bae52
11841+
version: 1.2.6
11842+
resolution: "minimist@npm:1.2.6"
11843+
checksum: d15428cd1e11eb14e1233bcfb88ae07ed7a147de251441d61158619dfb32c4d7e9061d09cab4825fdee18ecd6fce323228c8c47b5ba7cd20af378ca4048fb3fb
1184611844
languageName: node
1184711845
linkType: hard
1184811846

0 commit comments

Comments
 (0)