summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-10-02 02:09:03 +0000
committerGitHub <noreply@github.com>2021-10-02 02:09:03 +0000
commit96432591707cf7693ae2ecc7dc1d9a7dfe346e2f (patch)
tree35f6a4e78b4820800cc994c31799a3aa6661edad
parent033c2387ad621828a13bf4f05f9de893c51603ff (diff)
Bump @nextcloud/logger from 2.0.0 to 2.1.0
Bumps [@nextcloud/logger](https://github.com/nextcloud/nextcloud-logger) from 2.0.0 to 2.1.0. - [Release notes](https://github.com/nextcloud/nextcloud-logger/releases) - [Changelog](https://github.com/nextcloud/nextcloud-logger/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-logger/compare/v2.0.0...v2.1.0) --- updated-dependencies: - dependency-name: "@nextcloud/logger" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--package-lock.json24
-rw-r--r--package.json4
2 files changed, 16 insertions, 12 deletions
diff --git a/package-lock.json b/package-lock.json
index 0b96f0ab..b35cce7a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -17,9 +17,9 @@
"@nextcloud/event-bus": "^2.0.0",
"@nextcloud/initial-state": "^1.2.0",
"@nextcloud/l10n": "^1.4.1",
- "@nextcloud/logger": "^2.0.0",
+ "@nextcloud/logger": "^2.1.0",
"@nextcloud/moment": "^1.1.1",
- "@nextcloud/paths": "^2.0.0",
+ "@nextcloud/paths": "^2.1.0",
"@nextcloud/router": "^2.0.0",
"@nextcloud/sharing": "^0.1.0",
"@nextcloud/vue": "^4.1.1",
@@ -2213,8 +2213,9 @@
}
},
"node_modules/@nextcloud/logger": {
- "version": "2.0.0",
- "integrity": "sha512-C3vb8I1z67c5FhSWUNB21U6gzzD7RVgjyVUeK+QVz5nYQt1UWTp9yGyqE8G+R5QAyFFWfuOw1RHHkHJ/CWQ4YA==",
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/@nextcloud/logger/-/logger-2.1.0.tgz",
+ "integrity": "sha512-1G7KqRNQWorRnz/2llXWpxJtByf77J9lQfyfMdBQ/1ntMcodMFmGHnISt7lOIRA4O+T9cdgDP6nMBAHnt1gZWQ==",
"dependencies": {
"@nextcloud/auth": "^1.2.2",
"babel-plugin-transform-class-properties": "^6.24.1",
@@ -2271,8 +2272,9 @@
}
},
"node_modules/@nextcloud/paths": {
- "version": "2.0.0",
- "integrity": "sha512-JhrZM8Cz/X6+Q98PinkCua4W2UPROpkVFXq7S3Zzm/JmHEe6bH7zzHfK6VS7twxpXwWIkjLkH/K0MUuLpY9/8g==",
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/@nextcloud/paths/-/paths-2.1.0.tgz",
+ "integrity": "sha512-8wX0gqwez0bTuAS8A0OEiqbbp0ZsqLr07zSErmS6OYhh9KZcSt/kO6lQV5tnrFqIqJVsxwz4kHUjtZXh6DSf9Q==",
"dependencies": {
"core-js": "^3.6.4"
}
@@ -16656,8 +16658,9 @@
}
},
"@nextcloud/logger": {
- "version": "2.0.0",
- "integrity": "sha512-C3vb8I1z67c5FhSWUNB21U6gzzD7RVgjyVUeK+QVz5nYQt1UWTp9yGyqE8G+R5QAyFFWfuOw1RHHkHJ/CWQ4YA==",
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/@nextcloud/logger/-/logger-2.1.0.tgz",
+ "integrity": "sha512-1G7KqRNQWorRnz/2llXWpxJtByf77J9lQfyfMdBQ/1ntMcodMFmGHnISt7lOIRA4O+T9cdgDP6nMBAHnt1gZWQ==",
"requires": {
"@nextcloud/auth": "^1.2.2",
"babel-plugin-transform-class-properties": "^6.24.1",
@@ -16710,8 +16713,9 @@
}
},
"@nextcloud/paths": {
- "version": "2.0.0",
- "integrity": "sha512-JhrZM8Cz/X6+Q98PinkCua4W2UPROpkVFXq7S3Zzm/JmHEe6bH7zzHfK6VS7twxpXwWIkjLkH/K0MUuLpY9/8g==",
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/@nextcloud/paths/-/paths-2.1.0.tgz",
+ "integrity": "sha512-8wX0gqwez0bTuAS8A0OEiqbbp0ZsqLr07zSErmS6OYhh9KZcSt/kO6lQV5tnrFqIqJVsxwz4kHUjtZXh6DSf9Q==",
"requires": {
"core-js": "^3.6.4"
}
diff --git a/package.json b/package.json
index c729c240..fe909bf2 100644
--- a/package.json
+++ b/package.json
@@ -41,9 +41,9 @@
"@nextcloud/event-bus": "^2.0.0",
"@nextcloud/initial-state": "^1.2.0",
"@nextcloud/l10n": "^1.4.1",
- "@nextcloud/logger": "^2.0.0",
+ "@nextcloud/logger": "^2.1.0",
"@nextcloud/moment": "^1.1.1",
- "@nextcloud/paths": "^2.0.0",
+ "@nextcloud/paths": "^2.1.0",
"@nextcloud/router": "^2.0.0",
"@nextcloud/sharing": "^0.1.0",
"@nextcloud/vue": "^4.1.1",