summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2020-11-14 10:22:21 +0100
committerGitHub <noreply@github.com>2020-11-14 10:22:21 +0100
commit973482c8347ede1854b854e8230176f9a6c6036b (patch)
treef7de5ed81a89c72dc2e27cc8d137673eac240927
parent4d17b6ae375ee785d8210e825cce640b03f80067 (diff)
parent2674cabf38d2d617c755cd4a07dbb69717a2ee16 (diff)
downloadnextcloud-server-973482c8347ede1854b854e8230176f9a6c6036b.tar.gz
nextcloud-server-973482c8347ede1854b854e8230176f9a6c6036b.zip
Merge pull request #24118 from nextcloud/dependabot/npm_and_yarn/babel-loader-8.2.1
Bump babel-loader from 8.1.0 to 8.2.1
-rw-r--r--package-lock.json8
-rw-r--r--package.json2
2 files changed, 5 insertions, 5 deletions
diff --git a/package-lock.json b/package-lock.json
index 55e31b5c0ce..19d5ba09411 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -3014,14 +3014,14 @@
}
},
"babel-loader": {
- "version": "8.1.0",
- "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-8.1.0.tgz",
- "integrity": "sha512-7q7nC1tYOrqvUrN3LQK4GwSk/TQorZSOlO9C+RZDZpODgyN4ZlCqE5q9cDsyWOliN+aU9B4JX01xK9eJXowJLw==",
+ "version": "8.2.1",
+ "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-8.2.1.tgz",
+ "integrity": "sha512-dMF8sb2KQ8kJl21GUjkW1HWmcsL39GOV5vnzjqrCzEPNY0S0UfMLnumidiwIajDSBmKhYf5iRW+HXaM4cvCKBw==",
"dev": true,
"requires": {
"find-cache-dir": "^2.1.0",
"loader-utils": "^1.4.0",
- "mkdirp": "^0.5.3",
+ "make-dir": "^2.1.0",
"pify": "^4.0.1",
"schema-utils": "^2.6.5"
}
diff --git a/package.json b/package.json
index 7368d503b9e..fc20270e1e1 100644
--- a/package.json
+++ b/package.json
@@ -98,7 +98,7 @@
"@nextcloud/eslint-config": "^2.2.0",
"@nextcloud/eslint-plugin": "^1.5.0",
"babel-eslint": "^10.1.0",
- "babel-loader": "^8.1.0",
+ "babel-loader": "^8.2.1",
"babel-loader-exclude-node-modules-except": "^1.0.3",
"chai": "^4.2.0",
"css-loader": "^5.0.1",