Update dependencies (#3155)

Takes https://github.com/MichMich/MagicMirror/pull/3153 (why does that
always base against master despite the yaml configuring it against
develop?) and updates othe rminor dependencies (not prettier v3 that
will take a little time)

---------

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
Veeck 2023-07-16 23:16:53 +02:00 committed by GitHub
parent 1bd146f52e
commit 49c72d8dfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 1048 additions and 1136 deletions

View File

@ -17,8 +17,9 @@ _This release is scheduled to be released on 2023-10-01._
### Updated ### Updated
- update roboto fonts to version v5 - Update roboto fonts to version v5
- update issue template - Update issue template
- Update dependencies
### Fixed ### Fixed

View File

@ -7,31 +7,31 @@
"name": "magicmirror-fonts", "name": "magicmirror-fonts",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@fontsource/roboto": "^5.0.3", "@fontsource/roboto": "^5.0.5",
"@fontsource/roboto-condensed": "^5.0.3" "@fontsource/roboto-condensed": "^5.0.5"
} }
}, },
"node_modules/@fontsource/roboto": { "node_modules/@fontsource/roboto": {
"version": "5.0.3", "version": "5.0.5",
"resolved": "https://registry.npmjs.org/@fontsource/roboto/-/roboto-5.0.3.tgz", "resolved": "https://registry.npmjs.org/@fontsource/roboto/-/roboto-5.0.5.tgz",
"integrity": "sha512-jbZDFwEFARDlo8TqG7th/xjhuq87GYfFpFb+uxuy+0Ng1bhRVgBRWlLj8+WIKhCTOr+h4QXbjpybLWFLUirOwQ==" "integrity": "sha512-IMXFq5AMgGx0sgNLfwWsmPuy3qa7lmDmQcXXihqwF4mT2UpD725cbxZj93ERY793OWon+6V1ANax02I3nt9+4w=="
}, },
"node_modules/@fontsource/roboto-condensed": { "node_modules/@fontsource/roboto-condensed": {
"version": "5.0.3", "version": "5.0.5",
"resolved": "https://registry.npmjs.org/@fontsource/roboto-condensed/-/roboto-condensed-5.0.3.tgz", "resolved": "https://registry.npmjs.org/@fontsource/roboto-condensed/-/roboto-condensed-5.0.5.tgz",
"integrity": "sha512-iSEhJeZ3jdM82s3bybBY5Aw+28mBzpHEGh4sBHVxE29USleUuzTGhaD/kAKlF/jMHRQuLHBX6Npp/2ueCDCnlA==" "integrity": "sha512-KU80lfuctn6JL0MwtRQTwjyqGGYIYRDWbrKSmY5f2vtAuNmtaD/xcra9Ruhe/q/mZQQAB3KtC/QJScgFLqIqWA=="
} }
}, },
"dependencies": { "dependencies": {
"@fontsource/roboto": { "@fontsource/roboto": {
"version": "5.0.3", "version": "5.0.5",
"resolved": "https://registry.npmjs.org/@fontsource/roboto/-/roboto-5.0.3.tgz", "resolved": "https://registry.npmjs.org/@fontsource/roboto/-/roboto-5.0.5.tgz",
"integrity": "sha512-jbZDFwEFARDlo8TqG7th/xjhuq87GYfFpFb+uxuy+0Ng1bhRVgBRWlLj8+WIKhCTOr+h4QXbjpybLWFLUirOwQ==" "integrity": "sha512-IMXFq5AMgGx0sgNLfwWsmPuy3qa7lmDmQcXXihqwF4mT2UpD725cbxZj93ERY793OWon+6V1ANax02I3nt9+4w=="
}, },
"@fontsource/roboto-condensed": { "@fontsource/roboto-condensed": {
"version": "5.0.3", "version": "5.0.5",
"resolved": "https://registry.npmjs.org/@fontsource/roboto-condensed/-/roboto-condensed-5.0.3.tgz", "resolved": "https://registry.npmjs.org/@fontsource/roboto-condensed/-/roboto-condensed-5.0.5.tgz",
"integrity": "sha512-iSEhJeZ3jdM82s3bybBY5Aw+28mBzpHEGh4sBHVxE29USleUuzTGhaD/kAKlF/jMHRQuLHBX6Npp/2ueCDCnlA==" "integrity": "sha512-KU80lfuctn6JL0MwtRQTwjyqGGYIYRDWbrKSmY5f2vtAuNmtaD/xcra9Ruhe/q/mZQQAB3KtC/QJScgFLqIqWA=="
} }
} }
} }

View File

@ -10,7 +10,7 @@
"url": "https://github.com/MichMich/MagicMirror/issues" "url": "https://github.com/MichMich/MagicMirror/issues"
}, },
"dependencies": { "dependencies": {
"@fontsource/roboto": "^5.0.3", "@fontsource/roboto": "^5.0.5",
"@fontsource/roboto-condensed": "^5.0.3" "@fontsource/roboto-condensed": "^5.0.5"
} }
} }

2131
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -51,32 +51,32 @@
"devDependencies": { "devDependencies": {
"eslint-config-prettier": "^8.8.0", "eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5", "eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.2", "eslint-plugin-jest": "^27.2.3",
"eslint-plugin-jsdoc": "^46.4.3", "eslint-plugin-jsdoc": "^46.4.4",
"eslint-plugin-prettier": "^4.2.1", "eslint-plugin-prettier": "^4.2.1",
"express-basic-auth": "^1.2.1", "express-basic-auth": "^1.2.1",
"husky": "^8.0.3", "husky": "^8.0.3",
"jest": "^29.5.0", "jest": "^29.6.1",
"jsdom": "^22.1.0", "jsdom": "^22.1.0",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"playwright": "^1.35.1", "playwright": "^1.36.1",
"prettier": "^2.8.8", "prettier": "^2.8.8",
"pretty-quick": "^3.1.3", "pretty-quick": "^3.1.3",
"sinon": "^15.2.0", "sinon": "^15.2.0",
"stylelint": "^15.9.0", "stylelint": "^15.10.1",
"stylelint-config-standard": "^33.0.0", "stylelint-config-standard": "^34.0.0",
"stylelint-prettier": "^3.0.0", "stylelint-prettier": "^3.0.0",
"suncalc": "^1.9.0" "suncalc": "^1.9.0"
}, },
"optionalDependencies": { "optionalDependencies": {
"electron": "^25.2.0" "electron": "^25.3.0"
}, },
"dependencies": { "dependencies": {
"colors": "^1.4.0", "colors": "^1.4.0",
"console-stamp": "^3.1.1", "console-stamp": "^3.1.1",
"digest-fetch": "^2.0.3", "digest-fetch": "^2.0.3",
"envsub": "^4.1.0", "envsub": "^4.1.0",
"eslint": "^8.44.0", "eslint": "^8.45.0",
"express": "^4.18.2", "express": "^4.18.2",
"express-ipfilter": "^1.3.1", "express-ipfilter": "^1.3.1",
"feedme": "^2.0.2", "feedme": "^2.0.2",