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

github.com/nextcloud/files_texteditor.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-12 08:14:38 +0300
committerGitHub <noreply@github.com>2022-11-12 08:14:38 +0300
commitf2942fd4742bb00a34673af0ee7ec2e84a501a09 (patch)
treed23da130114e782628a3ef62261808b85f29486f
parent80ab03381831c02238e585c796105a6bb6da7d48 (diff)
parent8bb32c69bb65cc50f6adba9766e37cf88c2bbdc0 (diff)
Merge pull request #630 from nextcloud/dependabot/npm_and_yarn/webpack-5.75.0HEADmaster
-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 ce1a19c..5e30bc4 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -24,7 +24,7 @@
"promise-loader": "^1.0.0",
"sass": "^1.56.1",
"style-loader": "^3.3.1",
- "webpack": "^5.74.0",
+ "webpack": "^5.75.0",
"webpack-cli": "^4.10.0",
"webpack-merge": "^5.8.0"
},
@@ -4048,9 +4048,9 @@
}
},
"node_modules/webpack": {
- "version": "5.74.0",
- "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.74.0.tgz",
- "integrity": "sha512-A2InDwnhhGN4LYctJj6M1JEaGL7Luj6LOmyBHjcI8529cm5p6VXiTIW2sn6ffvEAKmveLzvu4jrihwXtPojlAA==",
+ "version": "5.75.0",
+ "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.75.0.tgz",
+ "integrity": "sha512-piaIaoVJlqMsPtX/+3KTTO6jfvrSYgauFVdt8cr9LTHKmcq/AMd4mhzsiP7ZF/PGRNPGA8336jldh9l2Kt2ogQ==",
"dev": true,
"dependencies": {
"@types/eslint-scope": "^3.7.3",
@@ -7148,9 +7148,9 @@
}
},
"webpack": {
- "version": "5.74.0",
- "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.74.0.tgz",
- "integrity": "sha512-A2InDwnhhGN4LYctJj6M1JEaGL7Luj6LOmyBHjcI8529cm5p6VXiTIW2sn6ffvEAKmveLzvu4jrihwXtPojlAA==",
+ "version": "5.75.0",
+ "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.75.0.tgz",
+ "integrity": "sha512-piaIaoVJlqMsPtX/+3KTTO6jfvrSYgauFVdt8cr9LTHKmcq/AMd4mhzsiP7ZF/PGRNPGA8336jldh9l2Kt2ogQ==",
"dev": true,
"requires": {
"@types/eslint-scope": "^3.7.3",
diff --git a/package.json b/package.json
index 4fe5f46..7979ef6 100644
--- a/package.json
+++ b/package.json
@@ -29,7 +29,7 @@
"promise-loader": "^1.0.0",
"sass": "^1.56.1",
"style-loader": "^3.3.1",
- "webpack": "^5.74.0",
+ "webpack": "^5.75.0",
"webpack-cli": "^4.10.0",
"webpack-merge": "^5.8.0"
},