From 89b461537f66935c54b3362432d4e1682b74b175 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 08:26:38 +0000 Subject: [PATCH] Bump opentype.js from 1.3.3 to 1.3.4 Bumps [opentype.js](https://github.com/opentypejs/opentype.js) from 1.3.3 to 1.3.4. - [Release notes](https://github.com/opentypejs/opentype.js/releases) - [Changelog](https://github.com/opentypejs/opentype.js/blob/master/RELEASES.md) - [Commits](https://github.com/opentypejs/opentype.js/compare/1.3.3...1.3.4) --- updated-dependencies: - dependency-name: opentype.js dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0d81fb4..873bfb0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,7 +8,7 @@ "name": "artworks", "version": "0.0.0", "dependencies": { - "opentype.js": "^1.3.3", + "opentype.js": "^1.3.4", "svg-text-to-path": "^1.1.1", "svgo": "^2.7.0" }, @@ -614,9 +614,9 @@ "integrity": "sha512-h2AatdwYH+JHiZpv7pt/gSX1XoRGb7L/qSIeuqA6GwYoF9w1vP1cw42TO0aI2pNyshRK5893hNSl+1//vHK7hQ==" }, "node_modules/opentype.js": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/opentype.js/-/opentype.js-1.3.3.tgz", - "integrity": "sha512-/qIY/+WnKGlPIIPhbeNjynfD2PO15G9lA/xqlX2bDH+4lc3Xz5GCQ68mqxj3DdUv6AJqCeaPvuAoH8mVL0zcuA==", + "version": "1.3.4", + "resolved": "https://registry.npmjs.org/opentype.js/-/opentype.js-1.3.4.tgz", + "integrity": "sha512-d2JE9RP/6uagpQAVtJoF0pJJA/fgai89Cc50Yp0EJHk+eLp6QQ7gBoblsnubRULNY132I0J1QKMJ+JTbMqz4sw==", "dependencies": { "string.prototype.codepointat": "^0.2.1", "tiny-inflate": "^1.0.3" @@ -1337,9 +1337,9 @@ "integrity": "sha512-h2AatdwYH+JHiZpv7pt/gSX1XoRGb7L/qSIeuqA6GwYoF9w1vP1cw42TO0aI2pNyshRK5893hNSl+1//vHK7hQ==" }, "opentype.js": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/opentype.js/-/opentype.js-1.3.3.tgz", - "integrity": "sha512-/qIY/+WnKGlPIIPhbeNjynfD2PO15G9lA/xqlX2bDH+4lc3Xz5GCQ68mqxj3DdUv6AJqCeaPvuAoH8mVL0zcuA==", + "version": "1.3.4", + "resolved": "https://registry.npmjs.org/opentype.js/-/opentype.js-1.3.4.tgz", + "integrity": "sha512-d2JE9RP/6uagpQAVtJoF0pJJA/fgai89Cc50Yp0EJHk+eLp6QQ7gBoblsnubRULNY132I0J1QKMJ+JTbMqz4sw==", "requires": { "string.prototype.codepointat": "^0.2.1", "tiny-inflate": "^1.0.3" diff --git a/package.json b/package.json index ec1dc5d..185ee93 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "homepage": "https://github.com/fixrtm/artworks#readme", "dependencies": { - "opentype.js": "^1.3.3", + "opentype.js": "^1.3.4", "svg-text-to-path": "^1.1.1", "svgo": "^2.7.0" },