Skip to content

Commit 938fe55

Browse files
chore(deps-dev): bump babel-loader from 8.3.0 to 9.2.1
Bumps [babel-loader](https://github.com/babel/babel-loader) from 8.3.0 to 9.2.1. - [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.3.0...v9.2.1) --- updated-dependencies: - dependency-name: babel-loader dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 58153ac commit 938fe55

File tree

2 files changed

+42
-3
lines changed

2 files changed

+42
-3
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"@typescript-eslint/parser": "^5.51.0",
103103
"@vanilla-extract/rollup-plugin": "1.3.6",
104104
"@vanilla-extract/webpack-plugin": "2.3.10",
105-
"babel-loader": "^8.3.0",
105+
"babel-loader": "^9.2.1",
106106
"chromatic": "6.10.2",
107107
"concurrently": "^8.0.1",
108108
"eslint": "^8.33.0",

yarn.lock

+41-2
Original file line numberDiff line numberDiff line change
@@ -2828,7 +2828,7 @@ __metadata:
28282828
"@vanilla-extract/sprinkles": 1.5.1
28292829
"@vanilla-extract/webpack-plugin": 2.3.10
28302830
antd: 4.24.12
2831-
babel-loader: ^8.3.0
2831+
babel-loader: ^9.2.1
28322832
chromatic: 6.10.2
28332833
classnames: ^2.3.2
28342834
concurrently: ^8.0.1
@@ -9935,7 +9935,7 @@ __metadata:
99359935
languageName: node
99369936
linkType: hard
99379937

9938-
"babel-loader@npm:^8.0.0, babel-loader@npm:^8.3.0":
9938+
"babel-loader@npm:^8.0.0":
99399939
version: 8.3.0
99409940
resolution: "babel-loader@npm:8.3.0"
99419941
dependencies:
@@ -9950,6 +9950,19 @@ __metadata:
99509950
languageName: node
99519951
linkType: hard
99529952

9953+
"babel-loader@npm:^9.2.1":
9954+
version: 9.2.1
9955+
resolution: "babel-loader@npm:9.2.1"
9956+
dependencies:
9957+
find-cache-dir: ^4.0.0
9958+
schema-utils: ^4.0.0
9959+
peerDependencies:
9960+
"@babel/core": ^7.12.0
9961+
webpack: ">=5"
9962+
checksum: e1858d7625ad7cc8cabe6bbb8657f957041ffb1308375f359e92aa1654f413bfbb86a281bbf7cd4f7fff374d571c637b117551deac0231d779a198d4e4e78331
9963+
languageName: node
9964+
linkType: hard
9965+
99539966
"babel-plugin-add-react-displayname@npm:^0.0.5":
99549967
version: 0.0.5
99559968
resolution: "babel-plugin-add-react-displayname@npm:0.0.5"
@@ -11481,6 +11494,13 @@ __metadata:
1148111494
languageName: node
1148211495
linkType: hard
1148311496

11497+
"common-path-prefix@npm:^3.0.0":
11498+
version: 3.0.0
11499+
resolution: "common-path-prefix@npm:3.0.0"
11500+
checksum: fdb3c4f54e51e70d417ccd950c07f757582de800c0678ca388aedefefc84982039f346f9fd9a1252d08d2da9e9ef4019f580a1d1d3a10da031e4bb3c924c5818
11501+
languageName: node
11502+
linkType: hard
11503+
1148411504
"commondir@npm:^1.0.1":
1148511505
version: 1.0.1
1148611506
resolution: "commondir@npm:1.0.1"
@@ -14634,6 +14654,16 @@ __metadata:
1463414654
languageName: node
1463514655
linkType: hard
1463614656

14657+
"find-cache-dir@npm:^4.0.0":
14658+
version: 4.0.0
14659+
resolution: "find-cache-dir@npm:4.0.0"
14660+
dependencies:
14661+
common-path-prefix: ^3.0.0
14662+
pkg-dir: ^7.0.0
14663+
checksum: 52a456a80deeb27daa3af6e06059b63bdb9cc4af4d845fc6d6229887e505ba913cd56000349caa60bc3aa59dacdb5b4c37903d4ba34c75102d83cab330b70d2f
14664+
languageName: node
14665+
linkType: hard
14666+
1463714667
"find-file-up@npm:^0.1.2":
1463814668
version: 0.1.3
1463914669
resolution: "find-file-up@npm:0.1.3"
@@ -21593,6 +21623,15 @@ __metadata:
2159321623
languageName: node
2159421624
linkType: hard
2159521625

21626+
"pkg-dir@npm:^7.0.0":
21627+
version: 7.0.0
21628+
resolution: "pkg-dir@npm:7.0.0"
21629+
dependencies:
21630+
find-up: ^6.3.0
21631+
checksum: 94298b20a446bfbbd66604474de8a0cdd3b8d251225170970f15d9646f633e056c80520dd5b4c1d1050c9fed8f6a9e5054b141c93806439452efe72e57562c03
21632+
languageName: node
21633+
linkType: hard
21634+
2159621635
"pkg-types@npm:^1.1.1":
2159721636
version: 1.1.1
2159821637
resolution: "pkg-types@npm:1.1.1"

0 commit comments

Comments
 (0)