This commit is contained in:
Akif9748 2023-05-25 17:23:41 +03:00
parent edf9fc83dc
commit 78e78c0694
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "akf-forum", "name": "akf-forum",
"version": "5.2.1", "version": "5.2.2",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "akf-forum", "name": "akf-forum",
"version": "5.2.1", "version": "5.2.2",
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"dependencies": { "dependencies": {
"bcrypt": "^5.1.0", "bcrypt": "^5.1.0",

View File

@ -1,6 +1,6 @@
{ {
"name": "akf-forum", "name": "akf-forum",
"version": "5.2.1", "version": "5.2.2",
"description": "A Node.js based forum software", "description": "A Node.js based forum software",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {