Compare commits

...

2 Commits

Author SHA1 Message Date
Renovate Bot
f0dd6405cc Update dependency node to v23.11.0
All checks were successful
Playwright Tests / test (pull_request) Has been skipped
Add copyright notice / copyright_notice (pull_request) Successful in 1m45s
Check usage of free licenses / build-static-assets (pull_request) Successful in 1m15s
Build Nginx-based docker image / build-static-assets (push) Successful in 18m10s
2025-04-05 02:05:27 +00:00
Renovate Bot
4f41a84912 Update dependency @types/node to v22.14.0
All checks were successful
Playwright Tests / test (pull_request) Has been skipped
Add copyright notice / copyright_notice (pull_request) Successful in 1m56s
Check usage of free licenses / build-static-assets (pull_request) Successful in 2m26s
Playwright Tests / test (push) Has been skipped
Check usage of free licenses / build-static-assets (push) Successful in 3m37s
Build Nginx-based docker image / build-static-assets (push) Successful in 21m58s
2025-04-04 02:06:43 +00:00
3 changed files with 12 additions and 12 deletions

2
.nvmrc
View File

@ -1 +1 @@
23.10.0 23.11.0

View File

@ -27,7 +27,7 @@
"devDependencies": { "devDependencies": {
"@playwright/test": "^1.46.0", "@playwright/test": "^1.46.0",
"@types/bcrypt": "^5.0.2", "@types/bcrypt": "^5.0.2",
"@types/node": "22.13.14", "@types/node": "22.14.0",
"@types/react": "18.3.20", "@types/react": "18.3.20",
"@types/react-dom": "18.3.6" "@types/react-dom": "18.3.6"
}, },

20
pnpm-lock.yaml generated
View File

@ -67,8 +67,8 @@ importers:
specifier: ^5.0.2 specifier: ^5.0.2
version: 5.0.2 version: 5.0.2
'@types/node': '@types/node':
specifier: 22.13.14 specifier: 22.14.0
version: 22.13.14 version: 22.14.0
'@types/react': '@types/react':
specifier: 18.3.20 specifier: 18.3.20
version: 18.3.20 version: 18.3.20
@ -331,8 +331,8 @@ packages:
'@types/cookie@0.6.0': '@types/cookie@0.6.0':
resolution: {integrity: sha512-4Kh9a6B2bQciAhf7FSuMRRkUWecJgJu9nPnx3yzpsfXX/c50REIqpHY4C82bXP90qrLtXtkDxTZosYO3UpOwlA==} resolution: {integrity: sha512-4Kh9a6B2bQciAhf7FSuMRRkUWecJgJu9nPnx3yzpsfXX/c50REIqpHY4C82bXP90qrLtXtkDxTZosYO3UpOwlA==}
'@types/node@22.13.14': '@types/node@22.14.0':
resolution: {integrity: sha512-Zs/Ollc1SJ8nKUAgc7ivOEdIBM8JAKgrqqUYi2J997JuKO7/tpQC+WCetQ1sypiKCQWHdvdg9wBNpUPEWZae7w==} resolution: {integrity: sha512-Kmpl+z84ILoG+3T/zQFyAJsU6EPTmOCj8/2+83fSN6djd6I4o7uOuGIH6vq3PrjY5BGitSbFuMN18j3iknubbA==}
'@types/prop-types@15.7.12': '@types/prop-types@15.7.12':
resolution: {integrity: sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q==} resolution: {integrity: sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q==}
@ -1101,8 +1101,8 @@ packages:
engines: {node: '>=14.17'} engines: {node: '>=14.17'}
hasBin: true hasBin: true
undici-types@6.20.0: undici-types@6.21.0:
resolution: {integrity: sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==} resolution: {integrity: sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==}
update-browserslist-db@1.1.3: update-browserslist-db@1.1.3:
resolution: {integrity: sha512-UxhIZQ+QInVdunkDAaiazvvT/+fXL5Osr0JZlJulepYu6Jd7qJtDZjlur0emRlT71EN3ScPoE7gvsuIKKNavKw==} resolution: {integrity: sha512-UxhIZQ+QInVdunkDAaiazvvT/+fXL5Osr0JZlJulepYu6Jd7qJtDZjlur0emRlT71EN3ScPoE7gvsuIKKNavKw==}
@ -1362,13 +1362,13 @@ snapshots:
'@types/bcrypt@5.0.2': '@types/bcrypt@5.0.2':
dependencies: dependencies:
'@types/node': 22.13.14 '@types/node': 22.14.0
'@types/cookie@0.6.0': {} '@types/cookie@0.6.0': {}
'@types/node@22.13.14': '@types/node@22.14.0':
dependencies: dependencies:
undici-types: 6.20.0 undici-types: 6.21.0
'@types/prop-types@15.7.12': {} '@types/prop-types@15.7.12': {}
@ -2106,7 +2106,7 @@ snapshots:
typescript@5.8.2: {} typescript@5.8.2: {}
undici-types@6.20.0: {} undici-types@6.21.0: {}
update-browserslist-db@1.1.3(browserslist@4.24.4): update-browserslist-db@1.1.3(browserslist@4.24.4):
dependencies: dependencies: