From 48b17669540fc2ef68f2feb329ef2cd79ef2c1e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 17:56:28 +0000 Subject: [PATCH] Bump @twemoji/api from 14.1.1 to 14.1.2 Bumps [@twemoji/api](https://github.com/jdecked/twemoji) from 14.1.1 to 14.1.2. - [Release notes](https://github.com/jdecked/twemoji/releases) - [Commits](https://github.com/jdecked/twemoji/compare/v14.1.1...v14.1.2) --- updated-dependencies: - dependency-name: "@twemoji/api" dependency-type: direct:production update-type: version-update:semver-patch ... 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 ded0ac8..921cd70 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "license": "Apache-2.0", "dependencies": { - "@twemoji/api": "^14.1.1", + "@twemoji/api": "^14.1.2", "body-parser": "^1.20.2", "express": "^4.18.2", "markdown-it": "^13.0.1", @@ -22,9 +22,9 @@ } }, "node_modules/@twemoji/api": { - "version": "14.1.1", - "resolved": "https://registry.npmjs.org/@twemoji/api/-/api-14.1.1.tgz", - "integrity": "sha512-8IYxv33kC3ijizk73pT9yiTfbsSVubDzehJL6iPxWOtMALc4BJB/wBF2IhJ1645PPRKhC/3yZAOxlKN+Iahy7A==", + "version": "14.1.2", + "resolved": "https://registry.npmjs.org/@twemoji/api/-/api-14.1.2.tgz", + "integrity": "sha512-JLuszRq7t+NWJTaNwBD+Hbhf67gzn6jAqhNIDTPndEGT55kHiZTJAYRGCHZB/eA58OGVSp7mIvsJs+F/ZDJanA==", "dependencies": { "fs-extra": "^8.0.1", "jsonfile": "^5.0.0", @@ -879,9 +879,9 @@ }, "dependencies": { "@twemoji/api": { - "version": "14.1.1", - "resolved": "https://registry.npmjs.org/@twemoji/api/-/api-14.1.1.tgz", - "integrity": "sha512-8IYxv33kC3ijizk73pT9yiTfbsSVubDzehJL6iPxWOtMALc4BJB/wBF2IhJ1645PPRKhC/3yZAOxlKN+Iahy7A==", + "version": "14.1.2", + "resolved": "https://registry.npmjs.org/@twemoji/api/-/api-14.1.2.tgz", + "integrity": "sha512-JLuszRq7t+NWJTaNwBD+Hbhf67gzn6jAqhNIDTPndEGT55kHiZTJAYRGCHZB/eA58OGVSp7mIvsJs+F/ZDJanA==", "requires": { "fs-extra": "^8.0.1", "jsonfile": "^5.0.0", diff --git a/package.json b/package.json index f585830..8c650d9 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "author": "The Zooniverse", "license": "Apache-2.0", "dependencies": { - "@twemoji/api": "^14.1.1", + "@twemoji/api": "^14.1.2", "body-parser": "^1.20.2", "express": "^4.18.2", "markdown-it": "^13.0.1",