Merge pull request #1512 from hodgef/dependabot/npm_and_yarn/babel-loader-8.2.5

Bump babel-loader from 8.2.4 to 8.2.5
This commit is contained in:
Francisco Hodge 2022-04-20 01:03:40 -07:00 committed by GitHub
commit a17c828e0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -5387,9 +5387,9 @@
}
},
"babel-loader": {
"version": "8.2.4",
"resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-8.2.4.tgz",
"integrity": "sha512-8dytA3gcvPPPv4Grjhnt8b5IIiTcq/zeXOPk4iTYI0SVXcsmuGg7JtBRDp8S9X+gJfhQ8ektjXZlDu1Bb33U8A==",
"version": "8.2.5",
"resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-8.2.5.tgz",
"integrity": "sha512-OSiFfH89LrEMiWd4pLNqGz4CwJDtbs2ZVc+iGu2HrkRfPxId9F2anQj38IxWpmRfsUY0aBZYi1EFcd3mhtRMLQ==",
"dev": true,
"requires": {
"find-cache-dir": "^3.3.1",

View File

@ -50,7 +50,7 @@
"@typescript-eslint/parser": "^5.20.0",
"autoprefixer": "^10.4.4",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.4",
"babel-loader": "^8.2.5",
"babel-preset-minify": "^0.5.0",
"core-js": "^3.22.1",
"css-loader": "^6.7.1",