mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2024-12-22 13:32:28 -05:00
chore(deps): update dependency babel-loader to v8.4.1 (#2811)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
f96a6d7edf
commit
5e7fb6a5a6
2 changed files with 6 additions and 6 deletions
10
package-lock.json
generated
10
package-lock.json
generated
|
@ -29,7 +29,7 @@
|
|||
"autoprefixer": "9.8.8",
|
||||
"babel-eslint": "10.1.0",
|
||||
"babel-jest": "29.7.0",
|
||||
"babel-loader": "8.3.0",
|
||||
"babel-loader": "8.4.1",
|
||||
"babel-plugin-react-intl": "3.5.1",
|
||||
"babel-plugin-transform-object-rest-spread": "6.26.0",
|
||||
"canvas": "2.11.2",
|
||||
|
@ -6829,14 +6829,14 @@
|
|||
}
|
||||
},
|
||||
"node_modules/babel-loader": {
|
||||
"version": "8.3.0",
|
||||
"resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-8.3.0.tgz",
|
||||
"integrity": "sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q==",
|
||||
"version": "8.4.1",
|
||||
"resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-8.4.1.tgz",
|
||||
"integrity": "sha512-nXzRChX+Z1GoE6yWavBQg6jDslyFF3SDjl2paADuoQtQW10JqShJt62R6eJQ5m/pjJFDT8xgKIWSP85OY8eXeA==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"find-cache-dir": "^3.3.1",
|
||||
"loader-utils": "^2.0.0",
|
||||
"loader-utils": "^2.0.4",
|
||||
"make-dir": "^3.1.0",
|
||||
"schema-utils": "^2.6.5"
|
||||
},
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
"autoprefixer": "9.8.8",
|
||||
"babel-eslint": "10.1.0",
|
||||
"babel-jest": "29.7.0",
|
||||
"babel-loader": "8.3.0",
|
||||
"babel-loader": "8.4.1",
|
||||
"babel-plugin-react-intl": "3.5.1",
|
||||
"babel-plugin-transform-object-rest-spread": "6.26.0",
|
||||
"canvas": "2.11.2",
|
||||
|
|
Loading…
Reference in a new issue