Skip to content

Commit 361fb90

Browse files
chore(deps-dev): bump babel-loader from 8.4.1 to 10.0.0
Bumps [babel-loader](https://github.com/babel/babel-loader) from 8.4.1 to 10.0.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.4.1...v10.0.0) --- 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 3d8962b commit 361fb90

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@babel/plugin-proposal-private-property-in-object": "^7.21.0",
5858
"@babel/plugin-transform-runtime": "^7.6.2",
5959
"babel-jest": "^29.1.0",
60-
"babel-loader": "8.4.1",
60+
"babel-loader": "10.0.0",
6161
"babel-preset-gatsby": "^3.14.0",
6262
"chai": "^4.3.6",
6363
"copy-webpack-plugin": "6.4.1",

yarn.lock

+8-1
Original file line numberDiff line numberDiff line change
@@ -4191,7 +4191,14 @@ babel-jsx-utils@^1.1.0:
41914191
resolved "https://registry.yarnpkg.com/babel-jsx-utils/-/babel-jsx-utils-1.1.0.tgz#304ce4fce0c86cbeee849551a45eb4ed1036381a"
41924192
integrity sha512-Mh1j/rw4xM9T3YICkw22aBQ78FhsHdsmlb9NEk4uVAFBOg+Ez9ZgXXHugoBPCZui3XLomk/7/JBBH4daJqTkQQ==
41934193

4194-
[email protected], babel-loader@^8.3.0:
4194+
4195+
version "10.0.0"
4196+
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-10.0.0.tgz#b9743714c0e1e084b3e4adef3cd5faee33089977"
4197+
integrity sha512-z8jt+EdS61AMw22nSfoNJAZ0vrtmhPRVi6ghL3rCeRZI8cdNYFiV5xeV3HbE7rlZZNmGH8BVccwWt8/ED0QOHA==
4198+
dependencies:
4199+
find-up "^5.0.0"
4200+
4201+
babel-loader@^8.3.0:
41954202
version "8.4.1"
41964203
resolved "https://registry.yarnpkg.com/babel-loader/-/babel-loader-8.4.1.tgz#6ccb75c66e62c3b144e1c5f2eaec5b8f6c08c675"
41974204
integrity sha512-nXzRChX+Z1GoE6yWavBQg6jDslyFF3SDjl2paADuoQtQW10JqShJt62R6eJQ5m/pjJFDT8xgKIWSP85OY8eXeA==

0 commit comments

Comments
 (0)