From a5fe0a1834241dbc6eb02beea3b7414c118c5ac9 Mon Sep 17 00:00:00 2001 From: Franklin Strube Date: Sat, 23 Jul 2022 22:57:37 -0400 Subject: [PATCH] Bump unicode-properties (#289) --- package-lock.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0cf11e6b..ac9a0c30 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4876,9 +4876,9 @@ } }, "node_modules/unicode-properties": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/unicode-properties/-/unicode-properties-1.4.0.tgz", - "integrity": "sha512-QD9DdmYM9KsHFKdD9BdkVkefnRuGhgQi/fa8Q1681ukVGUj+wLjGthsGiKILZOB5RxDCpojU4QgAiJjrX2F7ig==", + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/unicode-properties/-/unicode-properties-1.4.1.tgz", + "integrity": "sha512-CLjCCLQ6UuMxWnbIylkisbRj31qxHPAurvena/0iwSVbQ2G1VY5/HjV0IRabOEbDHlzZlRdCrD4NhB0JtU40Pg==", "dependencies": { "base64-js": "^1.3.0", "unicode-trie": "^2.0.0" @@ -8486,9 +8486,9 @@ } }, "unicode-properties": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/unicode-properties/-/unicode-properties-1.4.0.tgz", - "integrity": "sha512-QD9DdmYM9KsHFKdD9BdkVkefnRuGhgQi/fa8Q1681ukVGUj+wLjGthsGiKILZOB5RxDCpojU4QgAiJjrX2F7ig==", + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/unicode-properties/-/unicode-properties-1.4.1.tgz", + "integrity": "sha512-CLjCCLQ6UuMxWnbIylkisbRj31qxHPAurvena/0iwSVbQ2G1VY5/HjV0IRabOEbDHlzZlRdCrD4NhB0JtU40Pg==", "requires": { "base64-js": "^1.3.0", "unicode-trie": "^2.0.0"