Upgrade dependencies

This commit is contained in:
Dennis Reimann
2022-10-20 11:01:36 +02:00
parent 2dd61ee183
commit 8b91aaca84
2 changed files with 16 additions and 16 deletions

28
package-lock.json generated
View File

@@ -16,7 +16,7 @@
"broken-link-checker": "0.7.8", "broken-link-checker": "0.7.8",
"browser-sync": "2.27.10", "browser-sync": "2.27.10",
"csso-cli": "4.0.1", "csso-cli": "4.0.1",
"fast-xml-parser": "4.0.10", "fast-xml-parser": "4.0.11",
"glob": "8.0.3", "glob": "8.0.3",
"html-entities": "2.3.3", "html-entities": "2.3.3",
"jstransformer-markdown-it": "3.0.0", "jstransformer-markdown-it": "3.0.0",
@@ -24,7 +24,7 @@
"node-file-rev": "1.1.4", "node-file-rev": "1.1.4",
"npm-run-all": "4.1.5", "npm-run-all": "4.1.5",
"onchange": "7.1.0", "onchange": "7.1.0",
"postcss": "8.4.16", "postcss": "8.4.18",
"postcss-calc": "8.2.4", "postcss-calc": "8.2.4",
"postcss-cli": "10.0.0", "postcss-cli": "10.0.0",
"postcss-custom-media": "8.0.2", "postcss-custom-media": "8.0.2",
@@ -2168,9 +2168,9 @@
} }
}, },
"node_modules/fast-xml-parser": { "node_modules/fast-xml-parser": {
"version": "4.0.10", "version": "4.0.11",
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.0.10.tgz", "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.0.11.tgz",
"integrity": "sha512-mYMMIk7Ho1QOiedyvafdyPamn1Vlda+5n95lcn0g79UiCQoLQ2xfPQ8m3pcxBMpVaftYXtoIE2wrNTjmLQnnkg==", "integrity": "sha512-4aUg3aNRR/WjQAcpceODG1C3x3lFANXRo8+1biqfieHmg9pyMt7qB4lQV/Ta6sJCTbA5vfD8fnA8S54JATiFUA==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"strnum": "^1.0.5" "strnum": "^1.0.5"
@@ -4197,9 +4197,9 @@
} }
}, },
"node_modules/postcss": { "node_modules/postcss": {
"version": "8.4.16", "version": "8.4.18",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.16.tgz", "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.18.tgz",
"integrity": "sha512-ipHE1XBvKzm5xI7hiHCZJCSugxvsdq2mPnsq5+UF+VHCjiBvtDrlxJfMBToWaP9D5XlgNmcFGqoHmUn0EYEaRQ==", "integrity": "sha512-Wi8mWhncLJm11GATDaQKobXSNEYGUHeQLiQqDFG1qQ5UTDPTEvKw0Xt5NsTpktGTwLps3ByrWsBrG0rB8YQ9oA==",
"dev": true, "dev": true,
"funding": [ "funding": [
{ {
@@ -8255,9 +8255,9 @@
} }
}, },
"fast-xml-parser": { "fast-xml-parser": {
"version": "4.0.10", "version": "4.0.11",
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.0.10.tgz", "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-4.0.11.tgz",
"integrity": "sha512-mYMMIk7Ho1QOiedyvafdyPamn1Vlda+5n95lcn0g79UiCQoLQ2xfPQ8m3pcxBMpVaftYXtoIE2wrNTjmLQnnkg==", "integrity": "sha512-4aUg3aNRR/WjQAcpceODG1C3x3lFANXRo8+1biqfieHmg9pyMt7qB4lQV/Ta6sJCTbA5vfD8fnA8S54JATiFUA==",
"dev": true, "dev": true,
"requires": { "requires": {
"strnum": "^1.0.5" "strnum": "^1.0.5"
@@ -9827,9 +9827,9 @@
} }
}, },
"postcss": { "postcss": {
"version": "8.4.16", "version": "8.4.18",
"resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.16.tgz", "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.18.tgz",
"integrity": "sha512-ipHE1XBvKzm5xI7hiHCZJCSugxvsdq2mPnsq5+UF+VHCjiBvtDrlxJfMBToWaP9D5XlgNmcFGqoHmUn0EYEaRQ==", "integrity": "sha512-Wi8mWhncLJm11GATDaQKobXSNEYGUHeQLiQqDFG1qQ5UTDPTEvKw0Xt5NsTpktGTwLps3ByrWsBrG0rB8YQ9oA==",
"dev": true, "dev": true,
"requires": { "requires": {
"nanoid": "^3.3.4", "nanoid": "^3.3.4",

View File

@@ -48,7 +48,7 @@
"broken-link-checker": "0.7.8", "broken-link-checker": "0.7.8",
"browser-sync": "2.27.10", "browser-sync": "2.27.10",
"csso-cli": "4.0.1", "csso-cli": "4.0.1",
"fast-xml-parser": "4.0.10", "fast-xml-parser": "4.0.11",
"glob": "8.0.3", "glob": "8.0.3",
"html-entities": "2.3.3", "html-entities": "2.3.3",
"jstransformer-markdown-it": "3.0.0", "jstransformer-markdown-it": "3.0.0",
@@ -56,7 +56,7 @@
"node-file-rev": "1.1.4", "node-file-rev": "1.1.4",
"npm-run-all": "4.1.5", "npm-run-all": "4.1.5",
"onchange": "7.1.0", "onchange": "7.1.0",
"postcss": "8.4.16", "postcss": "8.4.18",
"postcss-calc": "8.2.4", "postcss-calc": "8.2.4",
"postcss-cli": "10.0.0", "postcss-cli": "10.0.0",
"postcss-custom-media": "8.0.2", "postcss-custom-media": "8.0.2",