Updated dependencies

This commit is contained in:
squidfunk 2022-04-24 13:40:24 +02:00
parent abf9acffe4
commit 68e372d5d8
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -27,7 +27,7 @@
"@primer/octicons": "^17.0.0", "@primer/octicons": "^17.0.0",
"@types/clipboard": "^2.0.7", "@types/clipboard": "^2.0.7",
"@types/css-modules": "^1.0.2", "@types/css-modules": "^1.0.2",
"@types/escape-html": "1.0.1", "@types/escape-html": "^1.0.2",
"@types/fuzzaldrin-plus": "^0.6.2", "@types/fuzzaldrin-plus": "^0.6.2",
"@types/html-minifier": "^4.0.2", "@types/html-minifier": "^4.0.2",
"@types/lunr": "^2.3.4", "@types/lunr": "^2.3.4",
@ -812,9 +812,9 @@
"dev": true "dev": true
}, },
"node_modules/@types/escape-html": { "node_modules/@types/escape-html": {
"version": "1.0.1", "version": "1.0.2",
"resolved": "https://registry.npmjs.org/@types/escape-html/-/escape-html-1.0.1.tgz", "resolved": "https://registry.npmjs.org/@types/escape-html/-/escape-html-1.0.2.tgz",
"integrity": "sha512-4mI1FuUUZiuT95fSVqvZxp/ssQK9zsa86S43h9x3zPOSU9BBJ+BfDkXwuaU7BfsD+e7U0/cUUfJFk3iW2M4okA==", "integrity": "sha512-gaBLT8pdcexFztLSPRtriHeXY/Kn4907uOCZ4Q3lncFBkheAWOuNt53ypsF8szgxbEJ513UeBzcf4utN0EzEwA==",
"dev": true "dev": true
}, },
"node_modules/@types/fuzzaldrin-plus": { "node_modules/@types/fuzzaldrin-plus": {
@ -13578,9 +13578,9 @@
"dev": true "dev": true
}, },
"@types/escape-html": { "@types/escape-html": {
"version": "1.0.1", "version": "1.0.2",
"resolved": "https://registry.npmjs.org/@types/escape-html/-/escape-html-1.0.1.tgz", "resolved": "https://registry.npmjs.org/@types/escape-html/-/escape-html-1.0.2.tgz",
"integrity": "sha512-4mI1FuUUZiuT95fSVqvZxp/ssQK9zsa86S43h9x3zPOSU9BBJ+BfDkXwuaU7BfsD+e7U0/cUUfJFk3iW2M4okA==", "integrity": "sha512-gaBLT8pdcexFztLSPRtriHeXY/Kn4907uOCZ4Q3lncFBkheAWOuNt53ypsF8szgxbEJ513UeBzcf4utN0EzEwA==",
"dev": true "dev": true
}, },
"@types/fuzzaldrin-plus": { "@types/fuzzaldrin-plus": {

View File

@ -57,7 +57,7 @@
"@primer/octicons": "^17.0.0", "@primer/octicons": "^17.0.0",
"@types/clipboard": "^2.0.7", "@types/clipboard": "^2.0.7",
"@types/css-modules": "^1.0.2", "@types/css-modules": "^1.0.2",
"@types/escape-html": "1.0.1", "@types/escape-html": "^1.0.2",
"@types/fuzzaldrin-plus": "^0.6.2", "@types/fuzzaldrin-plus": "^0.6.2",
"@types/html-minifier": "^4.0.2", "@types/html-minifier": "^4.0.2",
"@types/lunr": "^2.3.4", "@types/lunr": "^2.3.4",