Skip to content

Commit

Permalink
chore(deps): update dependency babel-loader to v9.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 16, 2024
1 parent 2273a7f commit b22d32a
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apps/store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
"@typescript-eslint/parser": "8.8.1",
"@vanilla-extract/next-plugin": "2.4.6",
"@vanilla-extract/webpack-plugin": "2.3.14",
"babel-loader": "9.1.3",
"babel-loader": "9.2.1",
"dotenv": "16.4.5",
"eslint": "8.57.1",
"eslint-config-custom": "workspace:",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@typescript-eslint/eslint-plugin": "8.8.1",
"@typescript-eslint/parser": "8.8.1",
"babel-jest": "29.7.0",
"babel-loader": "9.1.3",
"babel-loader": "9.2.1",
"eslint": "8.57.1",
"eslint-config-custom": "workspace:",
"eslint-config-next": "14.2.15",
Expand Down
19 changes: 16 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12449,7 +12449,20 @@ __metadata:
languageName: node
linkType: hard

"babel-loader@npm:9.1.3, babel-loader@npm:^9.1.3":
"babel-loader@npm:9.2.1":
version: 9.2.1
resolution: "babel-loader@npm:9.2.1"
dependencies:
find-cache-dir: "npm:^4.0.0"
schema-utils: "npm:^4.0.0"
peerDependencies:
"@babel/core": ^7.12.0
webpack: ">=5"
checksum: 10c0/efb82faff4c7c27e9c15bb28bf11c73200e61cf365118a9514e8d74dd489d0afc2a0d5aaa62cb4254eefc2ab631579224d95a03fd245410f28ea75e24de54ba4
languageName: node
linkType: hard

"babel-loader@npm:^9.1.3":
version: 9.1.3
resolution: "babel-loader@npm:9.1.3"
dependencies:
Expand Down Expand Up @@ -23938,7 +23951,7 @@ __metadata:
"@vercel/speed-insights": "npm:1.0.12"
ajv: "npm:8.17.1"
apollo-link-timeout: "npm:4.0.0"
babel-loader: "npm:9.1.3"
babel-loader: "npm:9.2.1"
clone-deep: "npm:4.0.1"
clsx: "npm:2.1.1"
cookies-next: "npm:4.2.1"
Expand Down Expand Up @@ -25450,7 +25463,7 @@ __metadata:
"@vanilla-extract/recipes": "npm:0.5.5"
"@vanilla-extract/sprinkles": "npm:1.6.3"
babel-jest: "npm:29.7.0"
babel-loader: "npm:9.1.3"
babel-loader: "npm:9.2.1"
clsx: "npm:2.1.1"
eslint: "npm:8.57.1"
eslint-config-custom: "workspace:"
Expand Down

0 comments on commit b22d32a

Please sign in to comment.