From 1abf8f25275239855d335539dc2253a575e420c9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2020 12:41:47 +0900 Subject: [PATCH 01/10] build(deps): bump vuetify from 2.2.20 to 2.2.21 (#356) Bumps [vuetify](https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify) from 2.2.20 to 2.2.21. - [Release notes](https://github.com/vuetifyjs/vuetify/releases) - [Commits](https://github.com/vuetifyjs/vuetify/commits/v2.2.21/packages/vuetify) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index e0d8df516..5033f4b47 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24240,9 +24240,9 @@ "dev": true }, "vuetify": { - "version": "2.2.20", - "resolved": "https://registry.npmjs.org/vuetify/-/vuetify-2.2.20.tgz", - "integrity": "sha512-tiij3ammBiG7QrdwRBJxW917AyDLcMekRtLosdyVshDKHA5CpKrru8Ljn1gAmeUyhYZyUw4gz3XbrrIJ++TP7w==" + "version": "2.2.21", + "resolved": "https://registry.npmjs.org/vuetify/-/vuetify-2.2.21.tgz", + "integrity": "sha512-xUgU7Cxpm6qZd1xY3I0NsJbdEErSPgb1iT4qeGOLD8uTGyXXc3IwYEpXqb2nH577RdeT0cTNpzM/NyNf2Fmpvw==" }, "vuetify-loader": { "version": "1.4.3", diff --git a/package.json b/package.json index 5d0f19ec2..1b0f9d999 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "vue-class-component": "^7.2.3", "vue-filepond": "^6.0.2", "vue-property-decorator": "^8.4.1", - "vuetify": "^2.2.20" + "vuetify": "^2.2.21" }, "devDependencies": { "@mdi/js": "^5.0.45", From 7636cb4326d0c8ff244885194b8864dca873b835 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2020 07:52:30 +0900 Subject: [PATCH 02/10] build(deps-dev): bump @types/react from 16.9.32 to 16.9.33 (#358) Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 16.9.32 to 16.9.33. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5033f4b47..3ca9b8fb6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1842,9 +1842,9 @@ "dev": true }, "@types/react": { - "version": "16.9.32", - "resolved": "https://registry.npmjs.org/@types/react/-/react-16.9.32.tgz", - "integrity": "sha512-fmejdp0CTH00mOJmxUPPbWCEBWPvRIL4m8r0qD+BSDUqmutPyGQCHifzMpMzdvZwROdEdL78IuZItntFWgPXHQ==", + "version": "16.9.33", + "resolved": "https://registry.npmjs.org/@types/react/-/react-16.9.33.tgz", + "integrity": "sha512-ovgoy7p9999HDzwv8Sewhl8GJjn/r0GRsFrM9UMwp1uodh0kQ0pwIHLQ6LNfqGSyjNzJ8II/HIg0BL7Yn/B9yA==", "dev": true, "requires": { "@types/prop-types": "*", diff --git a/package.json b/package.json index 1b0f9d999..294be5acb 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "@types/jszip": "^3.1.7", "@types/mocha": "^7.0.2", "@types/openpgp": "^4.4.9", - "@types/react": "^16.9.32", + "@types/react": "^16.9.33", "@types/react-dom": "^16.9.6", "@types/sanitize-html": "^1.22.0", "@types/smoothscroll-polyfill": "^0.3.1", From 7176fd8c8dbcdb57c95a64943839fa0573a7ed70 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2020 21:05:51 +0900 Subject: [PATCH 03/10] build(deps-dev): bump @vue/test-utils (#357) Bumps [@vue/test-utils](https://github.com/vuejs/vue-test-utils/tree/HEAD/packages/test-utils) from 1.0.0-beta.32 to 1.0.0-beta.33. - [Release notes](https://github.com/vuejs/vue-test-utils/releases) - [Changelog](https://github.com/vuejs/vue-test-utils/blob/dev/packages/test-utils/CHANGELOG.md) - [Commits](https://github.com/vuejs/vue-test-utils/commits/v1.0.0-beta.33/packages/test-utils) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3ca9b8fb6..b3c8eca9e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3077,9 +3077,9 @@ "dev": true }, "@vue/test-utils": { - "version": "1.0.0-beta.32", - "resolved": "https://registry.npmjs.org/@vue/test-utils/-/test-utils-1.0.0-beta.32.tgz", - "integrity": "sha512-ywhe7PATMAk/ZGdsrcuQIliQusOyfe0OOHjKKCCERqgHh1g/kqPtmSMT5Jx4sErx53SYbNucr8QOK6/u5ianAw==", + "version": "1.0.0-beta.33", + "resolved": "https://registry.npmjs.org/@vue/test-utils/-/test-utils-1.0.0-beta.33.tgz", + "integrity": "sha512-Xzqoe0lTLn3QRWfjhmKPOXYR86l0Y+g/zPHaheJQOkPLj5ojJl3rG0t4F3kXFWuLD88YzUVRMIBWOG7v9KOJQQ==", "dev": true, "requires": { "dom-event-types": "^1.0.0", diff --git a/package.json b/package.json index 294be5acb..1d39b6a32 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "@vue/cli-plugin-unit-mocha": "~4.3.1", "@vue/cli-service": "~4.3.1", "@vue/eslint-config-typescript": "^5.0.2", - "@vue/test-utils": "^1.0.0-beta.32", + "@vue/test-utils": "^1.0.0-beta.33", "babel-eslint": "^10.1.0", "chai": "^4.2.0", "copyfiles": "^2.2.0", From c28f5a8f68928501be5b3d7e2087ba34ec41b5b8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2020 08:13:57 +0900 Subject: [PATCH 04/10] build(deps-dev): bump @types/react from 16.9.33 to 16.9.34 (#361) Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 16.9.33 to 16.9.34. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index b3c8eca9e..2b01bd458 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1842,9 +1842,9 @@ "dev": true }, "@types/react": { - "version": "16.9.33", - "resolved": "https://registry.npmjs.org/@types/react/-/react-16.9.33.tgz", - "integrity": "sha512-ovgoy7p9999HDzwv8Sewhl8GJjn/r0GRsFrM9UMwp1uodh0kQ0pwIHLQ6LNfqGSyjNzJ8II/HIg0BL7Yn/B9yA==", + "version": "16.9.34", + "resolved": "https://registry.npmjs.org/@types/react/-/react-16.9.34.tgz", + "integrity": "sha512-8AJlYMOfPe1KGLKyHpflCg5z46n0b5DbRfqDksxBLBTUpB75ypDBAO9eCUcjNwE6LCUslwTz00yyG/X9gaVtow==", "dev": true, "requires": { "@types/prop-types": "*", diff --git a/package.json b/package.json index 1d39b6a32..2b51275ea 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "@types/jszip": "^3.1.7", "@types/mocha": "^7.0.2", "@types/openpgp": "^4.4.9", - "@types/react": "^16.9.33", + "@types/react": "^16.9.34", "@types/react-dom": "^16.9.6", "@types/sanitize-html": "^1.22.0", "@types/smoothscroll-polyfill": "^0.3.1", From de177eade28a465acda06bc6b5fea7a7d209b9c6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2020 09:53:23 +0900 Subject: [PATCH 05/10] build(deps): bump sanitize-html from 1.22.1 to 1.23.0 (#360) Bumps [sanitize-html](https://github.com/apostrophecms/sanitize-html) from 1.22.1 to 1.23.0. - [Release notes](https://github.com/apostrophecms/sanitize-html/releases) - [Changelog](https://github.com/apostrophecms/sanitize-html/blob/master/CHANGELOG.md) - [Commits](https://github.com/apostrophecms/sanitize-html/commits) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2b01bd458..03d167905 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21910,9 +21910,9 @@ "dev": true }, "sanitize-html": { - "version": "1.22.1", - "resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-1.22.1.tgz", - "integrity": "sha512-++IMC00KfMQc45UWZJlhWOlS9eMrME38sFG9GXfR+k6oBo9JXSYQgTOZCl9j3v/smFTRNT9XNwz5DseFdMY+2Q==", + "version": "1.23.0", + "resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-1.23.0.tgz", + "integrity": "sha512-7MgUrbZpaig6zHwuHjpNqhkiuutFPWWoFY/RmdtEnvrFKMLafzSHfFyOozVpKWytkZIUhbYu3VQ/93OmYdo3ag==", "requires": { "chalk": "^2.4.1", "htmlparser2": "^4.1.0", diff --git a/package.json b/package.json index 2b51275ea..b348ea437 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "linkifyjs": "^2.1.8", "openpgp": "^4.10.1", "register-service-worker": "^1.7.1", - "sanitize-html": "^1.22.1", + "sanitize-html": "^1.23.0", "smoothscroll-polyfill": "^0.4.4", "ts-json-validator": "git+https://github.com/nwtgck/ts-json-validator.git#v0.1.2", "url-join": "^4.0.1", From 3ea638c932441c9bc7c8b4ea218e47c89c51c686 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2020 12:29:09 +0900 Subject: [PATCH 06/10] build(deps): bump core-js from 3.6.4 to 3.6.5 (#359) Bumps [core-js](https://github.com/zloirock/core-js) from 3.6.4 to 3.6.5. - [Release notes](https://github.com/zloirock/core-js/releases) - [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md) - [Commits](https://github.com/zloirock/core-js/compare/v3.6.4...v3.6.5) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 03d167905..c8a7d97d4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6347,9 +6347,9 @@ } }, "core-js": { - "version": "3.6.4", - "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.4.tgz", - "integrity": "sha512-4paDGScNgZP2IXXilaffL9X7968RuvwlkK3xWtZRVqgd8SYNiVKRJvkFd1aqqEuPfN7E68ZHEp9hDj6lHj4Hyw==" + "version": "3.6.5", + "resolved": "https://registry.npmjs.org/core-js/-/core-js-3.6.5.tgz", + "integrity": "sha512-vZVEEwZoIsI+vPEuoF9Iqf5H7/M3eeQqWlQnYa8FSKKePuYTf5MWnxb5SDAzCa60b3JBRS5g9b+Dq7b1y/RCrA==" }, "core-js-compat": { "version": "3.6.4", diff --git a/package.json b/package.json index b348ea437..4ad7dd116 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@mattiasbuelens/web-streams-adapter": "0.1.0-alpha.3", "binconv": "^0.2.0", "clipboard": "^2.0.6", - "core-js": "^3.6.4", + "core-js": "^3.6.5", "file-saver": "^2.0.2", "file-type": "^14.1.4", "filepond": "^4.13.1", From f828ad875def78f394603160b6c38792b1b4210f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2020 08:06:52 +0900 Subject: [PATCH 07/10] build(deps): bump filepond from 4.13.1 to 4.13.2 (#362) Bumps [filepond](https://github.com/pqina/filepond) from 4.13.1 to 4.13.2. - [Release notes](https://github.com/pqina/filepond/releases) - [Changelog](https://github.com/pqina/filepond/blob/master/CHANGELOG.md) - [Commits](https://github.com/pqina/filepond/compare/4.13.1...4.13.2) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index c8a7d97d4..ab4f7b037 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8600,9 +8600,9 @@ "optional": true }, "filepond": { - "version": "4.13.1", - "resolved": "https://registry.npmjs.org/filepond/-/filepond-4.13.1.tgz", - "integrity": "sha512-ReduH/kiYIB9pma9jZdvaWudVx68Sj3MdtzAGQGKUpMyfVeVtYGQvK0TJ8cugvfAcXBa+4CSAQDz89F/j3ZU0A==" + "version": "4.13.2", + "resolved": "https://registry.npmjs.org/filepond/-/filepond-4.13.2.tgz", + "integrity": "sha512-8FGP5cUwYW5udS7p0YcwNskpA3b17K9lmvCzH9U7uUFJwo66pNwtDJjR0gJLqJkLtsM942/Pfq8JygTw2nv7GQ==" }, "filesize": { "version": "3.6.1", diff --git a/package.json b/package.json index 4ad7dd116..3a4f2e54b 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "core-js": "^3.6.5", "file-saver": "^2.0.2", "file-type": "^14.1.4", - "filepond": "^4.13.1", + "filepond": "^4.13.2", "jszip": "^3.3.0", "jwk-thumbprint": "^0.1.3", "linkifyjs": "^2.1.8", From d31f966351a7c5dbe5361456faa287302cb24c8c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2020 08:31:21 +0900 Subject: [PATCH 08/10] build(deps-dev): bump @typescript-eslint/parser from 2.27.0 to 2.28.0 (#364) Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 2.27.0 to 2.28.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v2.28.0/packages/parser) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- package-lock.json | 24 ++++++++++++------------ package.json | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/package-lock.json b/package-lock.json index ab4f7b037..0b681945a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2080,13 +2080,13 @@ } }, "@typescript-eslint/experimental-utils": { - "version": "2.27.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-2.27.0.tgz", - "integrity": "sha512-vOsYzjwJlY6E0NJRXPTeCGqjv5OHgRU1kzxHKWJVPjDYGbPgLudBXjIlc+OD1hDBZ4l1DLbOc5VjofKahsu9Jw==", + "version": "2.28.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-2.28.0.tgz", + "integrity": "sha512-4SL9OWjvFbHumM/Zh/ZeEjUFxrYKtdCi7At4GyKTbQlrj1HcphIDXlje4Uu4cY+qzszR5NdVin4CCm6AXCjd6w==", "dev": true, "requires": { "@types/json-schema": "^7.0.3", - "@typescript-eslint/typescript-estree": "2.27.0", + "@typescript-eslint/typescript-estree": "2.28.0", "eslint-scope": "^5.0.0", "eslint-utils": "^2.0.0" }, @@ -2113,21 +2113,21 @@ } }, "@typescript-eslint/parser": { - "version": "2.27.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-2.27.0.tgz", - "integrity": "sha512-HFUXZY+EdwrJXZo31DW4IS1ujQW3krzlRjBrFRrJcMDh0zCu107/nRfhk/uBasO8m0NVDbBF5WZKcIUMRO7vPg==", + "version": "2.28.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-2.28.0.tgz", + "integrity": "sha512-RqPybRDquui9d+K86lL7iPqH6Dfp9461oyqvlXMNtap+PyqYbkY5dB7LawQjDzot99fqzvS0ZLZdfe+1Bt3Jgw==", "dev": true, "requires": { "@types/eslint-visitor-keys": "^1.0.0", - "@typescript-eslint/experimental-utils": "2.27.0", - "@typescript-eslint/typescript-estree": "2.27.0", + "@typescript-eslint/experimental-utils": "2.28.0", + "@typescript-eslint/typescript-estree": "2.28.0", "eslint-visitor-keys": "^1.1.0" } }, "@typescript-eslint/typescript-estree": { - "version": "2.27.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-2.27.0.tgz", - "integrity": "sha512-t2miCCJIb/FU8yArjAvxllxbTiyNqaXJag7UOpB5DVoM3+xnjeOngtqlJkLRnMtzaRcJhe3CIR9RmL40omubhg==", + "version": "2.28.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-2.28.0.tgz", + "integrity": "sha512-HDr8MP9wfwkiuqzRVkuM3BeDrOC4cKbO5a6BymZBHUt5y/2pL0BXD6I/C/ceq2IZoHWhcASk+5/zo+dwgu9V8Q==", "dev": true, "requires": { "debug": "^4.1.1", diff --git a/package.json b/package.json index 3a4f2e54b..4cac62c31 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "@types/url-join": "^4.0.0", "@types/workbox-sw": "^4.3.0", "@typescript-eslint/eslint-plugin": "^2.27.0", - "@typescript-eslint/parser": "^2.27.0", + "@typescript-eslint/parser": "^2.28.0", "@vue/cli-plugin-babel": "~4.3.1", "@vue/cli-plugin-eslint": "~4.3.1", "@vue/cli-plugin-pwa": "~4.3.1", From 4fcaa15d3713382698c4efff5d657ea933c5fdcd Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2020 08:38:40 +0900 Subject: [PATCH 09/10] build(deps-dev): bump @typescript-eslint/eslint-plugin (#363) Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 2.27.0 to 2.28.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v2.28.0/packages/eslint-plugin) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- package-lock.json | 60 ++++------------------------------------------- package.json | 2 +- 2 files changed, 5 insertions(+), 57 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0b681945a..5bba064df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2005,69 +2005,17 @@ } }, "@typescript-eslint/eslint-plugin": { - "version": "2.27.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.27.0.tgz", - "integrity": "sha512-/my+vVHRN7zYgcp0n4z5A6HAK7bvKGBiswaM5zIlOQczsxj/aiD7RcgD+dvVFuwFaGh5+kM7XA6Q6PN0bvb1tw==", + "version": "2.28.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-2.28.0.tgz", + "integrity": "sha512-w0Ugcq2iatloEabQP56BRWJowliXUP5Wv6f9fKzjJmDW81hOTBxRoJ4LoEOxRpz9gcY51Libytd2ba3yLmSOfg==", "dev": true, "requires": { - "@typescript-eslint/experimental-utils": "2.27.0", + "@typescript-eslint/experimental-utils": "2.28.0", "functional-red-black-tree": "^1.0.1", "regexpp": "^3.0.0", "tsutils": "^3.17.1" }, "dependencies": { - "@typescript-eslint/experimental-utils": { - "version": "2.27.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-2.27.0.tgz", - "integrity": "sha512-vOsYzjwJlY6E0NJRXPTeCGqjv5OHgRU1kzxHKWJVPjDYGbPgLudBXjIlc+OD1hDBZ4l1DLbOc5VjofKahsu9Jw==", - "dev": true, - "requires": { - "@types/json-schema": "^7.0.3", - "@typescript-eslint/typescript-estree": "2.27.0", - "eslint-scope": "^5.0.0", - "eslint-utils": "^2.0.0" - } - }, - "@typescript-eslint/typescript-estree": { - "version": "2.27.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-2.27.0.tgz", - "integrity": "sha512-t2miCCJIb/FU8yArjAvxllxbTiyNqaXJag7UOpB5DVoM3+xnjeOngtqlJkLRnMtzaRcJhe3CIR9RmL40omubhg==", - "dev": true, - "requires": { - "debug": "^4.1.1", - "eslint-visitor-keys": "^1.1.0", - "glob": "^7.1.6", - "is-glob": "^4.0.1", - "lodash": "^4.17.15", - "semver": "^6.3.0", - "tsutils": "^3.17.1" - } - }, - "eslint-scope": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.0.0.tgz", - "integrity": "sha512-oYrhJW7S0bxAFDvWqzvMPRm6pcgcnWc4QnofCAqRTRfQC0JcwenzGglTtsLyIuuWFfkqDG9vz67cnttSd53djw==", - "dev": true, - "requires": { - "esrecurse": "^4.1.0", - "estraverse": "^4.1.1" - } - }, - "eslint-utils": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-2.0.0.tgz", - "integrity": "sha512-0HCPuJv+7Wv1bACm8y5/ECVfYdfsAm9xmVb7saeFlxjPYALefjhbYoCkBjPdPzGH8wWyTpAez82Fh3VKYEZ8OA==", - "dev": true, - "requires": { - "eslint-visitor-keys": "^1.1.0" - } - }, - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "dev": true - }, "tsutils": { "version": "3.17.1", "resolved": "https://registry.npmjs.org/tsutils/-/tsutils-3.17.1.tgz", diff --git a/package.json b/package.json index 4cac62c31..64a5cc85a 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "@types/smoothscroll-polyfill": "^0.3.1", "@types/url-join": "^4.0.0", "@types/workbox-sw": "^4.3.0", - "@typescript-eslint/eslint-plugin": "^2.27.0", + "@typescript-eslint/eslint-plugin": "^2.28.0", "@typescript-eslint/parser": "^2.28.0", "@vue/cli-plugin-babel": "~4.3.1", "@vue/cli-plugin-eslint": "~4.3.1", From 3827e57b0f3980da56f5fbd1da0aa38107ff7773 Mon Sep 17 00:00:00 2001 From: Ryo Ota Date: Tue, 14 Apr 2020 08:41:04 +0900 Subject: [PATCH 10/10] bump: 0.6.14 --- CHANGELOG.md | 7 ++++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56a513dd3..db4abf0ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) ## [Unreleased] +## [0.6.14] - 2020-04-13 +### Changed +- Update dependencies + ## [0.6.13] - 2020-04-07 ### Changed - Update dependencies @@ -283,7 +287,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) ### Added - First release -[Unreleased]: https://github.com/nwtgck/piping-ui-web/compare/v0.6.13...HEAD +[Unreleased]: https://github.com/nwtgck/piping-ui-web/compare/v0.6.14...HEAD +[0.6.14]: https://github.com/nwtgck/piping-ui-web/compare/v0.6.13...v0.6.14 [0.6.13]: https://github.com/nwtgck/piping-ui-web/compare/v0.6.12...v0.6.13 [0.6.12]: https://github.com/nwtgck/piping-ui-web/compare/v0.6.11...v0.6.12 [0.6.11]: https://github.com/nwtgck/piping-ui-web/compare/v0.6.10...v0.6.11 diff --git a/package-lock.json b/package-lock.json index 5bba064df..0eff81807 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "piping-ui", - "version": "0.6.13", + "version": "0.6.14", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 64a5cc85a..7fa52156c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "piping-ui", - "version": "0.6.13", + "version": "0.6.14", "private": true, "author": "Ryo Ota (https://github.com/nwtgck)", "scripts": {