1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2025-09-11 23:09:22 +02:00

fix: update dependencies to latest to address security issues Node.js v20.11.1

Ref: https://nodejs.org/en/blog/vulnerability/february-2024-security-releases
This commit is contained in:
2024-02-15 09:27:03 +01:00
parent 5185c6758b
commit 15e94cec64
9 changed files with 4946 additions and 2844 deletions

View File

@@ -39,7 +39,7 @@
"clsx": "2.1.0",
"date-and-time": "3.1.1",
"gray-matter": "4.0.3",
"html-react-parser": "5.1.1",
"html-react-parser": "5.1.5",
"i18n-js": "4.3.2",
"katex": "0.16.9",
"negotiator": "0.6.3",
@@ -60,41 +60,41 @@
"universal-cookie": "7.0.2"
},
"devDependencies": {
"@commitlint/cli": "18.6.0",
"@commitlint/config-conventional": "18.6.0",
"@commitlint/cli": "18.6.1",
"@commitlint/config-conventional": "18.6.2",
"@saithodev/semantic-release-backmerge": "4.0.1",
"@semantic-release/git": "10.0.1",
"@tailwindcss/typography": "0.5.10",
"@total-typescript/ts-reset": "0.5.1",
"@tsconfig/strictest": "2.0.2",
"@tsconfig/strictest": "2.0.3",
"@types/negotiator": "0.6.3",
"@types/node": "20.11.16",
"@types/react": "18.2.51",
"@types/node": "20.11.17",
"@types/react": "18.2.55",
"@types/unist": "3.0.2",
"@typescript-eslint/eslint-plugin": "6.20.0",
"@typescript-eslint/parser": "6.20.0",
"@typescript-eslint/eslint-plugin": "7.0.1",
"@typescript-eslint/parser": "7.0.1",
"autoprefixer": "10.4.17",
"curriculum-vitae": "file:./curriculum-vitae",
"cypress": "13.6.4",
"editorconfig-checker": "5.1.2",
"editorconfig-checker": "5.1.4",
"eslint": "8.56.0",
"eslint-config-conventions": "13.1.0",
"eslint-config-conventions": "14.0.0",
"eslint-config-next": "14.1.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-tailwindcss": "3.14.1",
"eslint-plugin-unicorn": "50.0.1",
"eslint-plugin-tailwindcss": "3.14.2",
"eslint-plugin-unicorn": "51.0.1",
"html-w3c-validator": "1.6.1",
"husky": "9.0.10",
"lint-staged": "15.2.1",
"husky": "9.0.11",
"lint-staged": "15.2.2",
"markdownlint-cli2": "0.12.1",
"markdownlint-rule-relative-links": "2.3.1",
"postcss": "8.4.33",
"prettier": "3.2.4",
"postcss": "8.4.35",
"prettier": "3.2.5",
"prettier-plugin-tailwindcss": "0.5.11",
"semantic-release": "23.0.0",
"semantic-release": "23.0.2",
"start-server-and-test": "2.0.3",
"tailwindcss": "3.4.1",
"typescript": "5.3.3"