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",