From c398e94843c7455c120e9941f54883625acaed81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 00:54:54 +0000 Subject: [PATCH] fix(deps): bump v-github-icon from 3.1.2 to 3.1.3 in /example Bumps [v-github-icon](https://github.com/vinayakkulkarni/v-github-icon) from 3.1.2 to 3.1.3. - [Release notes](https://github.com/vinayakkulkarni/v-github-icon/releases) - [Changelog](https://github.com/vinayakkulkarni/v-github-icon/blob/main/CHANGELOG.md) - [Commits](https://github.com/vinayakkulkarni/v-github-icon/compare/v3.1.2...v3.1.3) --- updated-dependencies: - dependency-name: v-github-icon dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- example/package-lock.json | 8 ++++---- example/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/example/package-lock.json b/example/package-lock.json index e7062b24..4ce297b6 100644 --- a/example/package-lock.json +++ b/example/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "dependencies": { "ping.js": "^0.3.0", - "v-github-icon": "^3.1.2", + "v-github-icon": "^3.1.3", "v-offline": "^3.4.0", "vue": "^3.4.15" }, @@ -1389,9 +1389,9 @@ } }, "node_modules/v-github-icon": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/v-github-icon/-/v-github-icon-3.1.2.tgz", - "integrity": "sha512-uZ6ZWj1qRZ+Db9QaByekj1s1vEc6g6otwg4vrqs3F6XE4kbC2M1DBjU3Ldqr9fKoZQLEIpuq3J//BVxgp11f/Q==", + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/v-github-icon/-/v-github-icon-3.1.3.tgz", + "integrity": "sha512-lLLcGYJ+UemzNrKYMxnblznWXrZBryn2+d7b+GkKCC//SRNKraLIwe6t7o+mgRjzpdkbcxSHZSG6hnkeJkipXg==", "engines": { "node": ">=16.0.0", "npm": ">=8.19.2" diff --git a/example/package.json b/example/package.json index b8479840..31b5e434 100644 --- a/example/package.json +++ b/example/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "ping.js": "^0.3.0", - "v-github-icon": "^3.1.2", + "v-github-icon": "^3.1.3", "v-offline": "^3.4.0", "vue": "^3.4.15" },