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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2019-12-29 05:19:25 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2020-01-02 12:21:04 +0300
commitd8a8d363de331dfed079518f4e412f00ac5879e0 (patch)
tree4c5bd6a5b081e9a80fdf818b9f90ae4b76056d85 /package-lock.json
parent3d0eb800e817be772efc01230aa2dbdeb2c72567 (diff)
Bump @nextcloud/logger from 0.1.0 to 1.0.0
Bumps [@nextcloud/logger](https://github.com/nextcloud/nextcloud-logger) from 0.1.0 to 1.0.0. - [Release notes](https://github.com/nextcloud/nextcloud-logger/releases) - [Commits](https://github.com/nextcloud/nextcloud-logger/compare/v0.1.0...v1.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json14
1 files changed, 7 insertions, 7 deletions
diff --git a/package-lock.json b/package-lock.json
index 37b9640308e..e5702a2973d 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -2202,18 +2202,18 @@
}
},
"@nextcloud/logger": {
- "version": "0.1.0",
- "resolved": "https://registry.npmjs.org/@nextcloud/logger/-/logger-0.1.0.tgz",
- "integrity": "sha512-8ZI9SkuY3vRe7IoQV9J83zUf6s8UpXHsG9vH8cTLiCyQihiJ6xpdvmbBk509v6MitG7H7Nx83vygSLM1gkMnNQ==",
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/@nextcloud/logger/-/logger-1.0.0.tgz",
+ "integrity": "sha512-/WKYWhybNoGwVpAuNiazJ1riMMGgU7RLyq5CrKw7nB2JyF1wY763tXId6yfkmtn828Aq9bUJlpU4zo2b+vNKhw==",
"requires": {
"babel-plugin-transform-class-properties": "6.24.1",
- "core-js": "3.1.4"
+ "core-js": "3.5.0"
},
"dependencies": {
"core-js": {
- "version": "3.1.4",
- "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.1.4.tgz",
- "integrity": "sha512-YNZN8lt82XIMLnLirj9MhKDFZHalwzzrL9YLt6eb0T5D0EDl4IQ90IGkua8mHbnxNrkj1d8hbdizMc0Qmg1WnQ=="
+ "version": "3.5.0",
+ "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.5.0.tgz",
+ "integrity": "sha512-Ifh3kj78gzQ7NAoJXeTu+XwzDld0QRIwjBLRqAMhuLhP3d2Av5wmgE9ycfnvK6NAEjTkQ1sDPeoEZAWO3Hx1Uw=="
}
}
},