From edbcc71c449f875aa1e16fe18ccf70451ca88c0d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 31 Jan 2019 05:25:16 +0000 Subject: [PATCH] Update dependency toml to v2.3.6 --- dashboard/package-lock.json | 6 +++--- dashboard/package.json | 2 +- dashboard/yarn.lock | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/dashboard/package-lock.json b/dashboard/package-lock.json index e030a1a4d..5663949d6 100644 --- a/dashboard/package-lock.json +++ b/dashboard/package-lock.json @@ -16593,9 +16593,9 @@ } }, "toml": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/toml/-/toml-3.0.0.tgz", - "integrity": "sha512-y/mWCZinnvxjTKYhJ+pYxwD0mRLVvOtdS2Awbgxln6iEnt4rk0yBxeSBHkGJcPucRiG0e55mwWp+g/05rsrd6w==" + "version": "2.3.6", + "resolved": "https://registry.npmjs.org/toml/-/toml-2.3.6.tgz", + "integrity": "sha512-gVweAectJU3ebq//Ferr2JUY4WKSDe5N+z0FvjDncLGyHmIDoxgY/2Ie4qfEIDm4IS7OA6Rmdm7pdEEdMcV/xQ==" }, "toposort": { "version": "1.0.7", diff --git a/dashboard/package.json b/dashboard/package.json index 530752a35..d91577ecd 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -17,7 +17,7 @@ "@vuetify/vuex-cognito-module": "0.4.0", "axios": "0.18.0", "js-base64": "2.5.1", - "toml": "3.0.0", + "toml": "2.3.6", "vue": "2.5.22", "vue-i18n": "8.7.0", "vue-json-tree-view": "2.1.4", diff --git a/dashboard/yarn.lock b/dashboard/yarn.lock index 60d1447e9..ea2461b80 100644 --- a/dashboard/yarn.lock +++ b/dashboard/yarn.lock @@ -9306,10 +9306,10 @@ to-regex@^3.0.1, to-regex@^3.0.2: regex-not "^1.0.2" safe-regex "^1.1.0" -toml@3.0.0: - version "3.0.0" - resolved "https://registry.yarnpkg.com/toml/-/toml-3.0.0.tgz#342160f1af1904ec9d204d03a5d61222d762c5ee" - integrity sha512-y/mWCZinnvxjTKYhJ+pYxwD0mRLVvOtdS2Awbgxln6iEnt4rk0yBxeSBHkGJcPucRiG0e55mwWp+g/05rsrd6w== +toml@2.3.6: + version "2.3.6" + resolved "https://registry.yarnpkg.com/toml/-/toml-2.3.6.tgz#25b0866483a9722474895559088b436fd11f861b" + integrity sha512-gVweAectJU3ebq//Ferr2JUY4WKSDe5N+z0FvjDncLGyHmIDoxgY/2Ie4qfEIDm4IS7OA6Rmdm7pdEEdMcV/xQ== toposort@^1.0.0: version "1.0.7"