1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-09-24 03:18:21 +02:00

Updated dependencies

This commit is contained in:
squidfunk 2023-10-25 17:54:59 +02:00
parent 6044863a8f
commit 565a5e804b
No known key found for this signature in database
GPG Key ID: 5ED40BC4F9C436DF
3 changed files with 4086 additions and 105 deletions

File diff suppressed because it is too large Load Diff

62
package-lock.json generated
View File

@ -42,7 +42,7 @@
"eslint-plugin-no-null": "^1.0.2",
"github-types": "^1.0.0",
"gitlab": "^14.2.2",
"google-fonts-complete": "^2.1.1",
"google-fonts-complete": "jonathantneal/google-fonts-complete",
"html-minifier": "^4.0.0",
"material-design-color": "^2.3.2",
"material-shadows": "^3.0.1",
@ -4370,35 +4370,12 @@
}
},
"node_modules/google-fonts-complete": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/google-fonts-complete/-/google-fonts-complete-2.1.1.tgz",
"integrity": "sha512-6e7jXyadmW4iHrrmYitcsoyVpcymjndBsgXLeo0XXXbAqU9xhM06OxxJAiPqSrp9Xn2bvBueOTe091lwkKVc1g==",
"version": "2.2.3",
"resolved": "git+ssh://git@github.com/jonathantneal/google-fonts-complete.git#2fb60572daa44fb229ef8396b97279bcbd29671f",
"dev": true,
"dependencies": {
"postcss": "^7.0.18"
}
},
"node_modules/google-fonts-complete/node_modules/picocolors": {
"version": "0.2.1",
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz",
"integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==",
"dev": true
},
"node_modules/google-fonts-complete/node_modules/postcss": {
"version": "7.0.39",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
"integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
"dev": true,
"dependencies": {
"picocolors": "^0.2.1",
"source-map": "^0.6.1"
},
"engines": {
"node": ">=6.0.0"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/postcss/"
"license": "CC0-1.0",
"peerDependencies": {
"postcss": "^8.0.0"
}
},
"node_modules/gopd": {
@ -13482,31 +13459,10 @@
}
},
"google-fonts-complete": {
"version": "2.1.1",
"resolved": "https://registry.npmjs.org/google-fonts-complete/-/google-fonts-complete-2.1.1.tgz",
"integrity": "sha512-6e7jXyadmW4iHrrmYitcsoyVpcymjndBsgXLeo0XXXbAqU9xhM06OxxJAiPqSrp9Xn2bvBueOTe091lwkKVc1g==",
"version": "git+ssh://git@github.com/jonathantneal/google-fonts-complete.git#2fb60572daa44fb229ef8396b97279bcbd29671f",
"dev": true,
"requires": {
"postcss": "^7.0.18"
},
"dependencies": {
"picocolors": {
"version": "0.2.1",
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-0.2.1.tgz",
"integrity": "sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==",
"dev": true
},
"postcss": {
"version": "7.0.39",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-7.0.39.tgz",
"integrity": "sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==",
"dev": true,
"requires": {
"picocolors": "^0.2.1",
"source-map": "^0.6.1"
}
}
}
"from": "google-fonts-complete@jonathantneal/google-fonts-complete",
"requires": {}
},
"gopd": {
"version": "1.0.1",

View File

@ -72,7 +72,7 @@
"eslint-plugin-no-null": "^1.0.2",
"github-types": "^1.0.0",
"gitlab": "^14.2.2",
"google-fonts-complete": "^2.1.1",
"google-fonts-complete": "jonathantneal/google-fonts-complete",
"html-minifier": "^4.0.0",
"material-design-color": "^2.3.2",
"material-shadows": "^3.0.1",