Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/issuetemplate.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-11-05 06:07:03 +0300
committerGitHub <noreply@github.com>2022-11-05 06:07:03 +0300
commit7f934206693721a2029a75a8a594bb33e3367119 (patch)
tree1b2f68fb55253d0e57fda832e3250a49dc3d75a1
parentc0a5990fbac36191be3fa7110b98fd70fe824ef3 (diff)
parent2d8f8bd39b04ee93b8796464c51111a92b3570a9 (diff)
Merge pull request #502 from nextcloud/dependabot/npm_and_yarn/babel-loader-8.3.0
-rw-r--r--package-lock.json14
-rw-r--r--package.json2
2 files changed, 8 insertions, 8 deletions
diff --git a/package-lock.json b/package-lock.json
index 095409e..59716f5 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -21,7 +21,7 @@
"@babel/preset-env": "^7.20.2",
"@nextcloud/browserslist-config": "^2.3.0",
"@nextcloud/webpack-vue-config": "^1.4.1",
- "babel-loader": "^8.2.5",
+ "babel-loader": "^8.3.0",
"cross-env": "^7.0.3",
"css-loader": "^5.2.7",
"eslint": "^6.8.0",
@@ -2886,9 +2886,9 @@
}
},
"node_modules/babel-loader": {
- "version": "8.2.5",
- "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-8.2.5.tgz",
- "integrity": "sha512-OSiFfH89LrEMiWd4pLNqGz4CwJDtbs2ZVc+iGu2HrkRfPxId9F2anQj38IxWpmRfsUY0aBZYi1EFcd3mhtRMLQ==",
+ "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==",
"dev": true,
"dependencies": {
"find-cache-dir": "^3.3.1",
@@ -16660,9 +16660,9 @@
}
},
"babel-loader": {
- "version": "8.2.5",
- "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-8.2.5.tgz",
- "integrity": "sha512-OSiFfH89LrEMiWd4pLNqGz4CwJDtbs2ZVc+iGu2HrkRfPxId9F2anQj38IxWpmRfsUY0aBZYi1EFcd3mhtRMLQ==",
+ "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==",
"dev": true,
"requires": {
"find-cache-dir": "^3.3.1",
diff --git a/package.json b/package.json
index 440d456..de3d2d6 100644
--- a/package.json
+++ b/package.json
@@ -45,7 +45,7 @@
"@babel/preset-env": "^7.20.2",
"@nextcloud/browserslist-config": "^2.3.0",
"@nextcloud/webpack-vue-config": "^1.4.1",
- "babel-loader": "^8.2.5",
+ "babel-loader": "^8.3.0",
"cross-env": "^7.0.3",
"css-loader": "^5.2.7",
"eslint": "^6.8.0",