chore: update dependencies

This commit is contained in:
Lucas Larroche 2022-12-26 13:26:30 +07:00
parent ef9758fdbe
commit cfaf07785f
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View file

@ -15,7 +15,7 @@
"autoprefixer": "^10.4.13",
"clean-css-cli": "^5.6.1",
"css-declaration-sorter": "^6.3.1",
"html-includes": "^5.0.0",
"html-includes": "^4.4.1",
"nodemon": "^2.0.20",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.20",
@ -2732,9 +2732,9 @@
"dev": true
},
"node_modules/html-includes": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/html-includes/-/html-includes-5.0.0.tgz",
"integrity": "sha512-grGDUxJqLk5Lp50R2uWNk6oyKx6Je0V0INRZAuQurp9ZkhpYLDexGPNl4txuszFEbBckmZSG0+zETyApOZc0xg==",
"version": "4.4.2",
"resolved": "https://registry.npmjs.org/html-includes/-/html-includes-4.4.2.tgz",
"integrity": "sha512-IvBFbdCxk/Wuzh+qIfUHTu3W0gVZuv8SfNTY33tJZH2zI4MoBx6dFedSZOGhn/GgtQBLfFnKR/zolHnswg/ykw==",
"dev": true,
"dependencies": {
"command-line-args": "^5.1.1",
@ -6670,9 +6670,9 @@
"dev": true
},
"html-includes": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/html-includes/-/html-includes-5.0.0.tgz",
"integrity": "sha512-grGDUxJqLk5Lp50R2uWNk6oyKx6Je0V0INRZAuQurp9ZkhpYLDexGPNl4txuszFEbBckmZSG0+zETyApOZc0xg==",
"version": "4.4.2",
"resolved": "https://registry.npmjs.org/html-includes/-/html-includes-4.4.2.tgz",
"integrity": "sha512-IvBFbdCxk/Wuzh+qIfUHTu3W0gVZuv8SfNTY33tJZH2zI4MoBx6dFedSZOGhn/GgtQBLfFnKR/zolHnswg/ykw==",
"dev": true,
"requires": {
"command-line-args": "^5.1.1",

View file

@ -85,7 +85,7 @@
"autoprefixer": "^10.4.13",
"clean-css-cli": "^5.6.1",
"css-declaration-sorter": "^6.3.1",
"html-includes": "^5.0.0",
"html-includes": "^4.4.1",
"nodemon": "^2.0.20",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.20",