From ebc4e1a5e4576192eef49e7e3e66d4d92350f613 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 18:12:12 +0000 Subject: [PATCH] Bump subset-font from 2.1.0 to 2.2.0 in /screencast Bumps [subset-font](https://github.com/papandreou/subset-font) from 2.1.0 to 2.2.0. - [Changelog](https://github.com/papandreou/subset-font/blob/master/CHANGELOG.md) - [Commits](https://github.com/papandreou/subset-font/compare/v2.1.0...v2.2.0) --- updated-dependencies: - dependency-name: subset-font dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- screencast/package-lock.json | 30 +++++++++++++++--------------- screencast/package.json | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/screencast/package-lock.json b/screencast/package-lock.json index a56f442..419fd34 100644 --- a/screencast/package-lock.json +++ b/screencast/package-lock.json @@ -12,7 +12,7 @@ "@fontsource/dejavu-mono": "^5.0.7", "nunjucks": "^3.2.4", "pretty-bytes": "^6.1.1", - "subset-font": "^2.1.0", + "subset-font": "^2.2.0", "svgo": "^3.2.0" }, "devDependencies": { @@ -1468,9 +1468,9 @@ "dev": true }, "node_modules/harfbuzzjs": { - "version": "0.3.3", - "resolved": "https://registry.npmjs.org/harfbuzzjs/-/harfbuzzjs-0.3.3.tgz", - "integrity": "sha512-48C/LOUweD//LTqaQAS9VMOBNPh7DhyJEmdzh5/1GgjNA8kGZMVZKTzkvarBDtiKKaKG5whx7qXU8OeSNLmWcA==" + "version": "0.3.5", + "resolved": "https://registry.npmjs.org/harfbuzzjs/-/harfbuzzjs-0.3.5.tgz", + "integrity": "sha512-SbNxmVAyhlUJTHdaxgK5S6Uqy4mXIu80Vl6KDn8d+ctPAF6W3DY2yehB4BwIC24I/Tk5HGLjaQkyny5gY0r41Q==" }, "node_modules/has": { "version": "1.0.3", @@ -3520,12 +3520,12 @@ } }, "node_modules/subset-font": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/subset-font/-/subset-font-2.1.0.tgz", - "integrity": "sha512-4xV42NsGGBftUj2bR6cYrUkwtTWZRRg5ISUquTBztWfntyZhod24KI0IH4YBFD3U8luLXFv87uo+1U18kAlVzg==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/subset-font/-/subset-font-2.2.0.tgz", + "integrity": "sha512-Kw6L09AgXe4Vr39VN8c2B4sWe5B3EDRwb2mtgmEVQcs0RojTjZ6SpZnAgNrn6MAY5dleoK1FKgwN4Ry3BtwQbw==", "dependencies": { "fontverter": "^2.0.0", - "harfbuzzjs": "^0.3.2", + "harfbuzzjs": "^0.3.5", "lodash": "^4.17.21", "p-limit": "^3.1.0" } @@ -5078,9 +5078,9 @@ "dev": true }, "harfbuzzjs": { - "version": "0.3.3", - "resolved": "https://registry.npmjs.org/harfbuzzjs/-/harfbuzzjs-0.3.3.tgz", - "integrity": "sha512-48C/LOUweD//LTqaQAS9VMOBNPh7DhyJEmdzh5/1GgjNA8kGZMVZKTzkvarBDtiKKaKG5whx7qXU8OeSNLmWcA==" + "version": "0.3.5", + "resolved": "https://registry.npmjs.org/harfbuzzjs/-/harfbuzzjs-0.3.5.tgz", + "integrity": "sha512-SbNxmVAyhlUJTHdaxgK5S6Uqy4mXIu80Vl6KDn8d+ctPAF6W3DY2yehB4BwIC24I/Tk5HGLjaQkyny5gY0r41Q==" }, "has": { "version": "1.0.3", @@ -6578,12 +6578,12 @@ "dev": true }, "subset-font": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/subset-font/-/subset-font-2.1.0.tgz", - "integrity": "sha512-4xV42NsGGBftUj2bR6cYrUkwtTWZRRg5ISUquTBztWfntyZhod24KI0IH4YBFD3U8luLXFv87uo+1U18kAlVzg==", + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/subset-font/-/subset-font-2.2.0.tgz", + "integrity": "sha512-Kw6L09AgXe4Vr39VN8c2B4sWe5B3EDRwb2mtgmEVQcs0RojTjZ6SpZnAgNrn6MAY5dleoK1FKgwN4Ry3BtwQbw==", "requires": { "fontverter": "^2.0.0", - "harfbuzzjs": "^0.3.2", + "harfbuzzjs": "^0.3.5", "lodash": "^4.17.21", "p-limit": "^3.1.0" } diff --git a/screencast/package.json b/screencast/package.json index 6bda0af..2d4f682 100644 --- a/screencast/package.json +++ b/screencast/package.json @@ -15,7 +15,7 @@ "@fontsource/dejavu-mono": "^5.0.7", "nunjucks": "^3.2.4", "pretty-bytes": "^6.1.1", - "subset-font": "^2.1.0", + "subset-font": "^2.2.0", "svgo": "^3.2.0" }, "devDependencies": {