From 87306c3de46ef81d8009c859902bdb78673509a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 00:36:26 +0000 Subject: [PATCH] Bump @primer/octicons from 19.13.0 to 19.14.0 Bumps [@primer/octicons](https://github.com/primer/octicons) from 19.13.0 to 19.14.0. - [Release notes](https://github.com/primer/octicons/releases) - [Changelog](https://github.com/primer/octicons/blob/main/CHANGELOG.md) - [Commits](https://github.com/primer/octicons/compare/v19.13.0...v19.14.0) --- updated-dependencies: - dependency-name: "@primer/octicons" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 3411910..c4ff664 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3,9 +3,9 @@ "lockfileVersion": 1, "dependencies": { "@primer/octicons": { - "version": "19.13.0", - "resolved": "https://registry.npmjs.org/@primer/octicons/-/octicons-19.13.0.tgz", - "integrity": "sha512-U5g7Bv89At8qFXUy9MQlOUs4iPXR5XR4QPnSZWhmOn2oCgwf4LjdvfC+8OzhUFx2wC8k9TbRRAMVuCkqFLPlfQ==", + "version": "19.14.0", + "resolved": "https://registry.npmjs.org/@primer/octicons/-/octicons-19.14.0.tgz", + "integrity": "sha512-9Ovw/xcUFHC/zbsNhr/Hkp1+m9XnNeQvnGHDHrI5vhlf6PRZVzSsdMnesV2xCzQh7jXP3EVRcaeXsUGlsZrfcA==", "requires": { "object-assign": "^4.1.1" } diff --git a/package.json b/package.json index a5633f7..1ad29b2 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "deploy": "now rm simpleicons --safe -y || true && now" }, "dependencies": { - "@primer/octicons": "^19.13.0", + "@primer/octicons": "^19.14.0", "micro": "^10.0.1", "micro-fork": "^3.0", "my-way": "^2.0.0",