Bump the npm_and_yarn group group with 1 update

Bumps the npm_and_yarn group group with 1 update: [fonteditor-core](https://github.com/kekee000/fonteditor-core).


Updates `fonteditor-core` from 2.1.2 to 2.3.2
- [Release notes](https://github.com/kekee000/fonteditor-core/releases)
- [Commits](https://github.com/kekee000/fonteditor-core/compare/v2.1.2...v2.3.2)

---
updated-dependencies:
- dependency-name: fonteditor-core
  dependency-type: direct:production
  dependency-group: npm_and_yarn-security-group
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-03-01 21:10:35 +00:00 committed by GitHub
parent 19aa488b82
commit 347578d09a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 14 additions and 15 deletions

27
package-lock.json generated
View file

@ -16,7 +16,7 @@
"elementtree": "^0.1.7",
"escape-string-regexp": "^4.0.0",
"file-type": "^16.4.0",
"fonteditor-core": "2.1.2",
"fonteditor-core": "2.3.2",
"html-entities": "^2.3.2",
"html-to-text": "^7.1.1",
"image-size": "^1.0.0",
@ -2331,6 +2331,14 @@
"@xtuc/long": "4.2.2"
}
},
"node_modules/@xmldom/xmldom": {
"version": "0.8.10",
"resolved": "https://registry.npmjs.org/@xmldom/xmldom/-/xmldom-0.8.10.tgz",
"integrity": "sha512-2WALfTl4xo2SkGCYRt6rDTFfk9R1czmBvUQy12gK2KuRKIpWEhcbbzy8EZXtz/jkRqHX8bFEc6FC1HjX4TUWYw==",
"engines": {
"node": ">=10.0.0"
}
},
"node_modules/@xtuc/ieee754": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz",
@ -6231,11 +6239,11 @@
}
},
"node_modules/fonteditor-core": {
"version": "2.1.2",
"resolved": "https://registry.npmjs.org/fonteditor-core/-/fonteditor-core-2.1.2.tgz",
"integrity": "sha512-bAxN24HhYB7nuOGvz/4xW7l+2LSJ2IpEorsHmRl0QSPrFwt15ysY/d82vN2qv5dnC102dC/EJSAe9PJiGsJfQA==",
"version": "2.3.2",
"resolved": "https://registry.npmjs.org/fonteditor-core/-/fonteditor-core-2.3.2.tgz",
"integrity": "sha512-WiyuiE1sshZStLC3yRqIgh9LqMX0T6G1NSFm1I7IXsiHlVlOA1sKQaZCuMW/Kmi4GfJQ/3QaClpaPuw14VyttA==",
"dependencies": {
"xmldom": "~0.1.19"
"@xmldom/xmldom": "^0.8.3"
}
},
"node_modules/for-each": {
@ -15270,15 +15278,6 @@
"node": ">=8"
}
},
"node_modules/xmldom": {
"version": "0.1.31",
"resolved": "https://registry.npmjs.org/xmldom/-/xmldom-0.1.31.tgz",
"integrity": "sha512-yS2uJflVQs6n+CyjHoaBmVSqIDevTAWrzMmjG1Gc7h1qQ7uVozNhEPJAwZXWyGQ/Gafo3fCwrcaokezLPupVyQ==",
"deprecated": "Deprecated due to CVE-2021-21366 resolved in 0.5.0",
"engines": {
"node": ">=0.1"
}
},
"node_modules/xtend": {
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz",

View file

@ -29,7 +29,7 @@
"elementtree": "^0.1.7",
"escape-string-regexp": "^4.0.0",
"file-type": "^16.4.0",
"fonteditor-core": "2.1.2",
"fonteditor-core": "2.3.2",
"html-entities": "^2.3.2",
"html-to-text": "^7.1.1",
"image-size": "^1.0.0",