Skip to content

Commit 87c2a55

Browse files
committed
chore: updated third party dependencies
1 parent a53df1f commit 87c2a55

6 files changed

Lines changed: 345 additions & 345 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This is a log of major user-visible changes in each phpMyFAQ release.
99
### phpMyFAQ v4.0.5 - unreleased
1010

1111
- updated Hellenic translation (Vasileios Tzimourtos)
12-
- fixed minor bugs (Thorsten)
12+
- fixed bugs (Thorsten)
1313

1414
### phpMyFAQ v4.0.4 - 2025-01-09
1515

composer.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thorsten/phpmyfaq",
3-
"version": "4.0.4",
3+
"version": "4.0.5",
44
"description": "phpMyFAQ",
55
"repository": "git://github.com/thorsten/phpMyFAQ.git",
66
"author": "Thorsten Rinne",
@@ -48,7 +48,7 @@
4848
"@commitlint/config-conventional": "^19.6.0",
4949
"@mcler/webpack-concat-plugin": "^4.1.6",
5050
"@testing-library/jest-dom": "^6.6.3",
51-
"@types/node": "^20.17.12",
51+
"@types/node": "^20.17.14",
5252
"autoprefixer": "^10.4.20",
5353
"babel-jest": "^29.7.0",
5454
"babel-loader": "^9.2.1",
@@ -64,7 +64,7 @@
6464
"jest-environment-jsdom": "^29.7.0",
6565
"jest-fetch-mock": "^3.0.3",
6666
"mini-css-extract-plugin": "^2.9.2",
67-
"postcss": "^8.4.49",
67+
"postcss": "^8.5.1",
6868
"prettier": "^3.4.2",
6969
"pretty-quick": "^4.0.0",
7070
"raw-loader": "^4.0.2",

phpmyfaq/src/phpMyFAQ/System.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class System
4747
/**
4848
* Patch level.
4949
*/
50-
private const VERSION_PATCH_LEVEL = 4;
50+
private const VERSION_PATCH_LEVEL = 5;
5151

5252
/**
5353
* Pre-release version.

0 commit comments

Comments
 (0)