Skip to content

Commit f4765f0

Browse files
committed
build: 📌 stop emoji-regex from updating to avoid mathiasbynens/emoji-regex#89
1 parent e7de977 commit f4765f0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"main": "lib/index.js",
1616
"dependencies": {
17-
"emoji-regex": "^9.0.0",
17+
"emoji-regex": "9.0.0",
1818
"firebase-admin": "^8.13.0",
1919
"firebase-functions": "^3.11.0"
2020
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@angular/platform-browser-dynamic": "^12.0.1",
2626
"@angular/router": "^12.0.1",
2727
"@angular/service-worker": "^12.0.1",
28-
"emoji-regex": "^9.2.0",
28+
"emoji-regex": "9.2.0",
2929
"firebase": "^8.2.2",
3030
"rxjs": "~6.5.4",
3131
"tslib": "^2.0.0",

0 commit comments

Comments
 (0)