mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig.space.git
synced 2025-12-13 08:16:49 +00:00
Update dependencies
This commit is contained in:
42
package-lock.json
generated
42
package-lock.json
generated
@@ -15,7 +15,7 @@
|
||||
"autoprefixer": "10.4.13",
|
||||
"browser-sync": "2.27.11",
|
||||
"csso-cli": "4.0.1",
|
||||
"fast-xml-parser": "4.1.1",
|
||||
"fast-xml-parser": "4.1.2",
|
||||
"glob": "8.1.0",
|
||||
"html-entities": "2.3.3",
|
||||
"jstransformer-markdown-it": "3.0.0",
|
||||
@@ -26,10 +26,10 @@
|
||||
"postcss": "8.4.21",
|
||||
"postcss-calc": "8.2.4",
|
||||
"postcss-cli": "10.1.0",
|
||||
"postcss-custom-media": "9.1.1",
|
||||
"postcss-custom-media": "9.1.2",
|
||||
"postcss-import": "15.1.0",
|
||||
"postcss-mixins": "9.0.4",
|
||||
"postcss-nesting": "11.1.0",
|
||||
"postcss-nesting": "11.2.1",
|
||||
"pug": "3.0.2",
|
||||
"sync-request": "6.1.0",
|
||||
"xml-formatter": "3.2.0"
|
||||
@@ -1439,9 +1439,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/fast-xml-parser": {
|
||||
"version": "4.1.1",
|
||||
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.1.1.tgz",
|
||||
"integrity": "sha512-4gAP5PvNyrqePBOIIcpaEeE+nKBry1n6qTQiJsE59sLP0OC+YwhU7/XVmLLEMexbiluFQX1yEYm82Pk9B7xEiw==",
|
||||
"version": "4.1.2",
|
||||
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.1.2.tgz",
|
||||
"integrity": "sha512-CDYeykkle1LiA/uqQyNwYpFbyF6Axec6YapmpUP+/RHWIoR1zKjocdvNaTsxCxZzQ6v9MLXaSYm9Qq0thv0DHg==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"strnum": "^1.0.5"
|
||||
@@ -3111,9 +3111,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/postcss-custom-media": {
|
||||
"version": "9.1.1",
|
||||
"resolved": "https://registry.npmjs.org/postcss-custom-media/-/postcss-custom-media-9.1.1.tgz",
|
||||
"integrity": "sha512-veQwzQkHgBkizxYCV/EBsiK8sFIJA0oQMQL9mpQ3gqFGc2dWlNWURHk4J44i9Q0dFeFCK81vV/Xpj7fyfNQKSA==",
|
||||
"version": "9.1.2",
|
||||
"resolved": "https://registry.npmjs.org/postcss-custom-media/-/postcss-custom-media-9.1.2.tgz",
|
||||
"integrity": "sha512-osM9g4UKq4XKimAC7RAXroqi3BXpxfwTswAJQiZdrBjWGFGEyxQrY5H2eDWI8F+MEvEUfYDxA8scqi3QWROCSw==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@csstools/cascade-layer-name-parser": "^1.0.0",
|
||||
@@ -3220,9 +3220,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/postcss-nesting": {
|
||||
"version": "11.1.0",
|
||||
"resolved": "https://registry.npmjs.org/postcss-nesting/-/postcss-nesting-11.1.0.tgz",
|
||||
"integrity": "sha512-TVBCeKlUmMyX3sNeSg10yATb2XmAoosp0E1zdlpjrD+L2FrQPmrRTxlRFQh/R0Y4WlQ0butfDwRhzlYuj7y/TA==",
|
||||
"version": "11.2.1",
|
||||
"resolved": "https://registry.npmjs.org/postcss-nesting/-/postcss-nesting-11.2.1.tgz",
|
||||
"integrity": "sha512-E6Jq74Jo/PbRAtZioON54NPhUNJYxVWhwxbweYl1vAoBYuGlDIts5yhtKiZFLvkvwT73e/9nFrW3oMqAtgG+GQ==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@csstools/selector-specificity": "^2.0.0",
|
||||
@@ -5844,9 +5844,9 @@
|
||||
}
|
||||
},
|
||||
"fast-xml-parser": {
|
||||
"version": "4.1.1",
|
||||
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.1.1.tgz",
|
||||
"integrity": "sha512-4gAP5PvNyrqePBOIIcpaEeE+nKBry1n6qTQiJsE59sLP0OC+YwhU7/XVmLLEMexbiluFQX1yEYm82Pk9B7xEiw==",
|
||||
"version": "4.1.2",
|
||||
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.1.2.tgz",
|
||||
"integrity": "sha512-CDYeykkle1LiA/uqQyNwYpFbyF6Axec6YapmpUP+/RHWIoR1zKjocdvNaTsxCxZzQ6v9MLXaSYm9Qq0thv0DHg==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"strnum": "^1.0.5"
|
||||
@@ -7133,9 +7133,9 @@
|
||||
}
|
||||
},
|
||||
"postcss-custom-media": {
|
||||
"version": "9.1.1",
|
||||
"resolved": "https://registry.npmjs.org/postcss-custom-media/-/postcss-custom-media-9.1.1.tgz",
|
||||
"integrity": "sha512-veQwzQkHgBkizxYCV/EBsiK8sFIJA0oQMQL9mpQ3gqFGc2dWlNWURHk4J44i9Q0dFeFCK81vV/Xpj7fyfNQKSA==",
|
||||
"version": "9.1.2",
|
||||
"resolved": "https://registry.npmjs.org/postcss-custom-media/-/postcss-custom-media-9.1.2.tgz",
|
||||
"integrity": "sha512-osM9g4UKq4XKimAC7RAXroqi3BXpxfwTswAJQiZdrBjWGFGEyxQrY5H2eDWI8F+MEvEUfYDxA8scqi3QWROCSw==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@csstools/cascade-layer-name-parser": "^1.0.0",
|
||||
@@ -7187,9 +7187,9 @@
|
||||
}
|
||||
},
|
||||
"postcss-nesting": {
|
||||
"version": "11.1.0",
|
||||
"resolved": "https://registry.npmjs.org/postcss-nesting/-/postcss-nesting-11.1.0.tgz",
|
||||
"integrity": "sha512-TVBCeKlUmMyX3sNeSg10yATb2XmAoosp0E1zdlpjrD+L2FrQPmrRTxlRFQh/R0Y4WlQ0butfDwRhzlYuj7y/TA==",
|
||||
"version": "11.2.1",
|
||||
"resolved": "https://registry.npmjs.org/postcss-nesting/-/postcss-nesting-11.2.1.tgz",
|
||||
"integrity": "sha512-E6Jq74Jo/PbRAtZioON54NPhUNJYxVWhwxbweYl1vAoBYuGlDIts5yhtKiZFLvkvwT73e/9nFrW3oMqAtgG+GQ==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@csstools/selector-specificity": "^2.0.0",
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
"autoprefixer": "10.4.13",
|
||||
"browser-sync": "2.27.11",
|
||||
"csso-cli": "4.0.1",
|
||||
"fast-xml-parser": "4.1.1",
|
||||
"fast-xml-parser": "4.1.2",
|
||||
"glob": "8.1.0",
|
||||
"html-entities": "2.3.3",
|
||||
"jstransformer-markdown-it": "3.0.0",
|
||||
@@ -53,10 +53,10 @@
|
||||
"postcss": "8.4.21",
|
||||
"postcss-calc": "8.2.4",
|
||||
"postcss-cli": "10.1.0",
|
||||
"postcss-custom-media": "9.1.1",
|
||||
"postcss-custom-media": "9.1.2",
|
||||
"postcss-import": "15.1.0",
|
||||
"postcss-mixins": "9.0.4",
|
||||
"postcss-nesting": "11.1.0",
|
||||
"postcss-nesting": "11.2.1",
|
||||
"pug": "3.0.2",
|
||||
"sync-request": "6.1.0",
|
||||
"xml-formatter": "3.2.0"
|
||||
|
||||
Reference in New Issue
Block a user