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

github.com/nextcloud/notifications.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>2021-06-19 05:15:20 +0300
committerGitHub <noreply@github.com>2021-06-19 05:15:20 +0300
commitbff1d23f92625f126fbe80de96b8e1599fb7c0eb (patch)
tree212201438fa886a3b950682b0523a2a70dae2d99 /package-lock.json
parentd41917116f599410357366c1f8df686b4d00b4aa (diff)
parentbbd97265ca14d77c636f42b5741afe1b50ca21f5 (diff)
Merge pull request #1018 from nextcloud/dependabot/npm_and_yarn/node-polyfill-webpack-plugin-1.1.3
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json31
1 files changed, 11 insertions, 20 deletions
diff --git a/package-lock.json b/package-lock.json
index 7fef711..a31d313 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -3958,12 +3958,6 @@
"integrity": "sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ=",
"optional": true
},
- "array-filter": {
- "version": "1.0.0",
- "resolved": "https://registry.npmjs.org/array-filter/-/array-filter-1.0.0.tgz",
- "integrity": "sha1-uveeYubvTCpMC4MSMtr/7CUfnYM=",
- "dev": true
- },
"array-find": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/array-find/-/array-find-1.0.0.tgz",
@@ -4142,13 +4136,10 @@
}
},
"available-typed-arrays": {
- "version": "1.0.2",
- "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.2.tgz",
- "integrity": "sha512-XWX3OX8Onv97LMk/ftVyBibpGwY5a8SmuxZPzeOxqmuEqUCOM9ZE+uIaD1VNJ5QnvU2UQusvmKbuM1FR8QWGfQ==",
- "dev": true,
- "requires": {
- "array-filter": "^1.0.0"
- }
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.4.tgz",
+ "integrity": "sha512-SA5mXJWrId1TaQjfxUYghbqQ/hYioKmLJvPJyDuYRtXXenFNMjj4hSSt1Cf1xsuXSXrtxrVC5Ot4eU6cOtBDdA==",
+ "dev": true
},
"aws-sign2": {
"version": "0.7.0",
@@ -9255,9 +9246,9 @@
}
},
"node-polyfill-webpack-plugin": {
- "version": "1.1.2",
- "resolved": "https://registry.npmjs.org/node-polyfill-webpack-plugin/-/node-polyfill-webpack-plugin-1.1.2.tgz",
- "integrity": "sha512-ubwf7M73V13RDlKaDmMh1+giB/D8KL75umXEGabGtxSt/WRCirl01urhK1qsr6Cdt77escQ9SNb5OoTR8IwEHg==",
+ "version": "1.1.3",
+ "resolved": "https://registry.npmjs.org/node-polyfill-webpack-plugin/-/node-polyfill-webpack-plugin-1.1.3.tgz",
+ "integrity": "sha512-yMMGIcVDHN/KT4A+jyGBGojdD1Ht5oIho0CFByEcnsuS0u7euL3Sw9a5s+LLJujP4AP8xSjj/wxBnCj+bluI1A==",
"dev": true,
"requires": {
"assert": "^2.0.0",
@@ -9282,7 +9273,7 @@
"timers-browserify": "^2.0.12",
"tty-browserify": "^0.0.1",
"url": "^0.11.0",
- "util": "^0.12.3",
+ "util": "^0.12.4",
"vm-browserify": "^1.1.2"
},
"dependencies": {
@@ -9426,9 +9417,9 @@
"dev": true
},
"util": {
- "version": "0.12.3",
- "resolved": "https://registry.npmjs.org/util/-/util-0.12.3.tgz",
- "integrity": "sha512-I8XkoQwE+fPQEhy9v012V+TSdH2kp9ts29i20TaaDUXsg7x/onePbhFJUExBfv/2ay1ZOp/Vsm3nDlmnFGSAog==",
+ "version": "0.12.4",
+ "resolved": "https://registry.npmjs.org/util/-/util-0.12.4.tgz",
+ "integrity": "sha512-bxZ9qtSlGUWSOy9Qa9Xgk11kSslpuZwaxCg4sNIDj6FLucDab2JxnHwyNTCpHMtK1MjoQiWQ6DiUMZYbSrO+Sw==",
"dev": true,
"requires": {
"inherits": "^2.0.3",