From 8d4f34812b1834f83cec4f59e854cb99b4916757 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Sep 2025 07:37:03 +0000 Subject: [PATCH] build(deps): bump remark-emoji from 5.0.1 to 5.0.2 Bumps [remark-emoji](https://github.com/rhysd/remark-emoji) from 5.0.1 to 5.0.2. - [Release notes](https://github.com/rhysd/remark-emoji/releases) - [Changelog](https://github.com/rhysd/remark-emoji/blob/master/CHANGELOG.md) - [Commits](https://github.com/rhysd/remark-emoji/compare/v5.0.1...v5.0.2) --- updated-dependencies: - dependency-name: remark-emoji dependency-version: 5.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 9 +++++---- package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index d449d749..a3dfbd08 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "react": "^19.1.0", "react-dom": "^19.1.1", "react-live": "4.1.8", - "remark-emoji": "5.0.1", + "remark-emoji": "5.0.2", "url-loader": "^4.1.1" }, "devDependencies": { @@ -18928,9 +18928,10 @@ } }, "node_modules/remark-emoji": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/remark-emoji/-/remark-emoji-5.0.1.tgz", - "integrity": "sha512-QCqTSvcZ65Ym+P+VyBKd4JfJfh7icMl7cIOGVmPMzWkDtdD8pQ0nQG7yxGolVIiMzSx90EZ7SwNiVpYpfTxn7w==", + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/remark-emoji/-/remark-emoji-5.0.2.tgz", + "integrity": "sha512-IyIqGELcyK5AVdLFafoiNww+Eaw/F+rGrNSXoKucjo95uL267zrddgxGM83GN1wFIb68pyDuAsY3m5t2Cav1pQ==", + "license": "MIT", "dependencies": { "@types/mdast": "^4.0.4", "emoticon": "^4.0.1", diff --git a/package.json b/package.json index f460dc46..ebdbd8aa 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "react": "^19.1.0", "react-dom": "^19.1.1", "react-live": "4.1.8", - "remark-emoji": "5.0.1", + "remark-emoji": "5.0.2", "url-loader": "^4.1.1" } } \ No newline at end of file