1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-30 18:24:35 +01:00

Updated dependencies

This commit is contained in:
squidfunk 2024-08-23 11:47:43 +02:00
parent 8ee7137e48
commit 4104fafe3c
No known key found for this signature in database
GPG Key ID: 5ED40BC4F9C436DF
2 changed files with 16 additions and 16 deletions

28
package-lock.json generated
View File

@ -26,7 +26,7 @@
"@types/fuzzaldrin-plus": "^0.6.5", "@types/fuzzaldrin-plus": "^0.6.5",
"@types/html-minifier": "^4.0.5", "@types/html-minifier": "^4.0.5",
"@types/lunr": "^2.3.7", "@types/lunr": "^2.3.7",
"@types/node": "^22.4.1", "@types/node": "^22.5.0",
"@types/resize-observer-browser": "^0.1.11", "@types/resize-observer-browser": "^0.1.11",
"@types/sass": "^1.45.0", "@types/sass": "^1.45.0",
"@typescript-eslint/eslint-plugin": "5.62.0", "@typescript-eslint/eslint-plugin": "5.62.0",
@ -46,7 +46,7 @@
"html-minifier": "^4.0.0", "html-minifier": "^4.0.0",
"material-design-color": "^2.3.2", "material-design-color": "^2.3.2",
"material-shadows": "^3.0.1", "material-shadows": "^3.0.1",
"npm-check-updates": "^17.0.6", "npm-check-updates": "^17.1.0",
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
"postcss": "^8.4.41", "postcss": "^8.4.41",
"postcss-dir-pseudo-class": "^9.0.0", "postcss-dir-pseudo-class": "^9.0.0",
@ -1000,9 +1000,9 @@
"dev": true "dev": true
}, },
"node_modules/@types/node": { "node_modules/@types/node": {
"version": "22.4.1", "version": "22.5.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.4.1.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-22.5.0.tgz",
"integrity": "sha512-1tbpb9325+gPnKK0dMm+/LMriX0vKxf6RnB0SZUqfyVkQ4fMgUSySqhxE/y8Jvs4NyF1yHzTfG9KlnkIODxPKg==", "integrity": "sha512-DkFrJOe+rfdHTqqMg0bSNlGlQ85hSoh2TPzZyhHsXnMtligRWpxUySiyw8FY14ITt24HVCiQPWxS3KO/QlGmWg==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
@ -4870,9 +4870,9 @@
} }
}, },
"node_modules/npm-check-updates": { "node_modules/npm-check-updates": {
"version": "17.0.6", "version": "17.1.0",
"resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-17.0.6.tgz", "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-17.1.0.tgz",
"integrity": "sha512-KCiaJH1cfnh/RyzKiDNjNfXgcKFyQs550Uf1OF/Yzb8xO56w+RLpP/OKRUx23/GyP/mLYwEpOO65qjmVdh6j0A==", "integrity": "sha512-RcohCA/tdpxyPllBlYDkqGXFJQgTuEt0f2oPSL9s05pZ3hxYdleaUtvEcSxKl0XAg3ncBhVgLAxhXSjoryUU5Q==",
"dev": true, "dev": true,
"license": "Apache-2.0", "license": "Apache-2.0",
"bin": { "bin": {
@ -8604,9 +8604,9 @@
"dev": true "dev": true
}, },
"@types/node": { "@types/node": {
"version": "22.4.1", "version": "22.5.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.4.1.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-22.5.0.tgz",
"integrity": "sha512-1tbpb9325+gPnKK0dMm+/LMriX0vKxf6RnB0SZUqfyVkQ4fMgUSySqhxE/y8Jvs4NyF1yHzTfG9KlnkIODxPKg==", "integrity": "sha512-DkFrJOe+rfdHTqqMg0bSNlGlQ85hSoh2TPzZyhHsXnMtligRWpxUySiyw8FY14ITt24HVCiQPWxS3KO/QlGmWg==",
"dev": true, "dev": true,
"requires": { "requires": {
"undici-types": "~6.19.2" "undici-types": "~6.19.2"
@ -11395,9 +11395,9 @@
"dev": true "dev": true
}, },
"npm-check-updates": { "npm-check-updates": {
"version": "17.0.6", "version": "17.1.0",
"resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-17.0.6.tgz", "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-17.1.0.tgz",
"integrity": "sha512-KCiaJH1cfnh/RyzKiDNjNfXgcKFyQs550Uf1OF/Yzb8xO56w+RLpP/OKRUx23/GyP/mLYwEpOO65qjmVdh6j0A==", "integrity": "sha512-RcohCA/tdpxyPllBlYDkqGXFJQgTuEt0f2oPSL9s05pZ3hxYdleaUtvEcSxKl0XAg3ncBhVgLAxhXSjoryUU5Q==",
"dev": true "dev": true
}, },
"npm-run-all": { "npm-run-all": {

View File

@ -59,7 +59,7 @@
"@types/fuzzaldrin-plus": "^0.6.5", "@types/fuzzaldrin-plus": "^0.6.5",
"@types/html-minifier": "^4.0.5", "@types/html-minifier": "^4.0.5",
"@types/lunr": "^2.3.7", "@types/lunr": "^2.3.7",
"@types/node": "^22.4.1", "@types/node": "^22.5.0",
"@types/resize-observer-browser": "^0.1.11", "@types/resize-observer-browser": "^0.1.11",
"@types/sass": "^1.45.0", "@types/sass": "^1.45.0",
"@typescript-eslint/eslint-plugin": "5.62.0", "@typescript-eslint/eslint-plugin": "5.62.0",
@ -79,7 +79,7 @@
"html-minifier": "^4.0.0", "html-minifier": "^4.0.0",
"material-design-color": "^2.3.2", "material-design-color": "^2.3.2",
"material-shadows": "^3.0.1", "material-shadows": "^3.0.1",
"npm-check-updates": "^17.0.6", "npm-check-updates": "^17.1.0",
"npm-run-all": "^4.1.5", "npm-run-all": "^4.1.5",
"postcss": "^8.4.41", "postcss": "^8.4.41",
"postcss-dir-pseudo-class": "^9.0.0", "postcss-dir-pseudo-class": "^9.0.0",