From 6f45b153896d4eeb57107c73b2a6fdfab756aec1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Dec 2022 15:56:45 +0000 Subject: [PATCH] Bump json5 from 2.2.1 to 2.2.2 Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.2. - [Release notes](https://github.com/json5/json5/releases) - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md) - [Commits](https://github.com/json5/json5/compare/v2.2.1...v2.2.2) --- updated-dependencies: - dependency-name: json5 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 849123a..74b4e3e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "@vue/cli-plugin-router": "~5.0.0-rc.1", "@vue/cli-plugin-typescript": "~5.0.0-rc.1", "@vue/cli-plugin-unit-jest": "~5.0.0-rc.1", - "@vue/cli-service": "~5.0.0-rc.1", + "@vue/cli-service": "~5.0.8", "@vue/eslint-config-typescript": "^9.1.0", "@vue/test-utils": "^2.0.0-rc.16", "@vue/vue3-jest": "^27.0.0-alpha.3", @@ -12787,9 +12787,9 @@ "dev": true }, "node_modules/json5": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.1.tgz", - "integrity": "sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==", + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.2.tgz", + "integrity": "sha512-46Tk9JiOL2z7ytNQWFLpj99RZkVgeHf87yGQKsIkaPz1qSH9UczKH1rO7K3wgRselo0tYMUNfecYpm/p1vC7tQ==", "bin": { "json5": "lib/cli.js" }, @@ -28197,9 +28197,9 @@ "dev": true }, "json5": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.1.tgz", - "integrity": "sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==" + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.2.tgz", + "integrity": "sha512-46Tk9JiOL2z7ytNQWFLpj99RZkVgeHf87yGQKsIkaPz1qSH9UczKH1rO7K3wgRselo0tYMUNfecYpm/p1vC7tQ==" }, "jsonfile": { "version": "6.1.0", diff --git a/package.json b/package.json index 0da61e9..d28a313 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@vue/cli-plugin-router": "~5.0.0-rc.1", "@vue/cli-plugin-typescript": "~5.0.0-rc.1", "@vue/cli-plugin-unit-jest": "~5.0.0-rc.1", - "@vue/cli-service": "~5.0.0-rc.1", + "@vue/cli-service": "~5.0.8", "@vue/eslint-config-typescript": "^9.1.0", "@vue/test-utils": "^2.0.0-rc.16", "@vue/vue3-jest": "^27.0.0-alpha.3",