Skip to content

Commit 61065a6

Browse files
Bump json5 and babel-loader (#3980)
Bumps [json5](https://github.com/json5/json5) to 2.2.3 and updates ancestor dependency [babel-loader](https://github.com/babel/babel-loader). These dependencies need to be updated together. Updates `json5` from 2.2.0 to 2.2.3 - [Release notes](https://github.com/json5/json5/releases) - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md) - [Commits](json5/json5@v2.2.0...v2.2.3) Updates `babel-loader` from 8.2.3 to 8.3.0 - [Release notes](https://github.com/babel/babel-loader/releases) - [Changelog](https://github.com/babel/babel-loader/blob/main/CHANGELOG.md) - [Commits](babel/babel-loader@v8.2.3...v8.3.0) --- updated-dependencies: - dependency-name: json5 dependency-type: indirect - dependency-name: babel-loader dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 854a487 commit 61065a6

8 files changed

+25
-70
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

package-lock.json

Lines changed: 13 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@babel/plugin-transform-runtime": "^7.15.0",
2424
"@babel/preset-env": "^7.15.6",
2525
"axios": "^0.24.0",
26-
"babel-loader": "^8.2.2",
26+
"babel-loader": "^8.3.0",
2727
"concurrently": "^6.2.1",
2828
"front-matter": "^4.0.2",
2929
"glob": "^7.2.0",

yarn.lock

Lines changed: 11 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2376,18 +2376,18 @@ __metadata:
23762376
languageName: node
23772377
linkType: hard
23782378

2379-
"babel-loader@npm:^8.2.2":
2380-
version: 8.2.3
2381-
resolution: "babel-loader@npm:8.2.3"
2379+
"babel-loader@npm:^8.3.0":
2380+
version: 8.3.0
2381+
resolution: "babel-loader@npm:8.3.0"
23822382
dependencies:
23832383
find-cache-dir: ^3.3.1
2384-
loader-utils: ^1.4.0
2384+
loader-utils: ^2.0.0
23852385
make-dir: ^3.1.0
23862386
schema-utils: ^2.6.5
23872387
peerDependencies:
23882388
"@babel/core": ^7.0.0
23892389
webpack: ">=2"
2390-
checksum: 78e1e1a91954d644b6ce66366834d4d245febbc0fde33e4e2831725e83d6e760d12b3a78e9534ce92af69067bef1d9d9674df36d8c1f20ee127bc2354b2203ba
2390+
checksum: d48bcf9e030e598656ad3ff5fb85967db2eaaf38af5b4a4b99d25618a2057f9f100e6b231af2a46c1913206db506115ca7a8cbdf52c9c73d767070dae4352ab5
23912391
languageName: node
23922392
linkType: hard
23932393

@@ -4918,17 +4918,6 @@ __metadata:
49184918
languageName: node
49194919
linkType: hard
49204920

4921-
"json5@npm:^1.0.1":
4922-
version: 1.0.1
4923-
resolution: "json5@npm:1.0.1"
4924-
dependencies:
4925-
minimist: ^1.2.0
4926-
bin:
4927-
json5: lib/cli.js
4928-
checksum: e76ea23dbb8fc1348c143da628134a98adf4c5a4e8ea2adaa74a80c455fc2cdf0e2e13e6398ef819bfe92306b610ebb2002668ed9fc1af386d593691ef346fc3
4929-
languageName: node
4930-
linkType: hard
4931-
49324921
"json5@npm:^2.0.0, json5@npm:^2.1.2":
49334922
version: 2.2.0
49344923
resolution: "json5@npm:2.2.0"
@@ -5040,14 +5029,14 @@ __metadata:
50405029
languageName: node
50415030
linkType: hard
50425031

5043-
"loader-utils@npm:^1.4.0":
5044-
version: 1.4.2
5045-
resolution: "loader-utils@npm:1.4.2"
5032+
"loader-utils@npm:^2.0.0":
5033+
version: 2.0.4
5034+
resolution: "loader-utils@npm:2.0.4"
50465035
dependencies:
50475036
big.js: ^5.2.2
50485037
emojis-list: ^3.0.0
5049-
json5: ^1.0.1
5050-
checksum: eb6fb622efc0ffd1abdf68a2022f9eac62bef8ec599cf8adb75e94d1d338381780be6278534170e99edc03380a6d29bc7eb1563c89ce17c5fed3a0b17f1ad804
5038+
json5: ^2.1.2
5039+
checksum: a5281f5fff1eaa310ad5e1164095689443630f3411e927f95031ab4fb83b4a98f388185bb1fe949e8ab8d4247004336a625e9255c22122b815bb9a4c5d8fc3b7
50515040
languageName: node
50525041
linkType: hard
50535042

@@ -7749,7 +7738,7 @@ __metadata:
77497738
algoliasearch: ^4.10.5
77507739
ansi-regex: ^6.0.1
77517740
axios: ^0.24.0
7752-
babel-loader: ^8.2.2
7741+
babel-loader: ^8.3.0
77537742
browser-sync: ^2.27.10
77547743
check-links: ^1.1.8
77557744
clipboard: ^2.0.8

0 commit comments

Comments
 (0)