Compare commits

..

2 Commits

Author SHA1 Message Date
snyk-bot 72230a9467 fix: upgrade @alpinejs/persist from 3.15.0 to 3.15.1
Snyk has created this PR to upgrade @alpinejs/persist from 3.15.0 to 3.15.1.

See this package in npm:
@alpinejs/persist

See this project in Snyk:
https://app.snyk.io/org/investbrain/project/6a72866f-936e-45fc-83bd-dd298e632086?utm_source=github&utm_medium=referral&page=upgrade-pr
2025-11-20 10:46:33 +00:00
hackerESQ 34223960f8 chore: Bump PHP version to 8.4
see #150
2025-11-06 21:10:53 -06:00
3 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
# Stage 1: Build stage # Stage 1: Build stage
FROM php:8.3-fpm AS builder FROM php:8.4-fpm AS builder
ENV DEBIAN_FRONTEND=noninteractive ENV DEBIAN_FRONTEND=noninteractive
ENV APP_NAME=Investbrain ENV APP_NAME=Investbrain
@@ -39,7 +39,7 @@ RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local
&& rm -rf node_modules && rm -rf node_modules
# Stage 2: Production stage # Stage 2: Production stage
FROM php:8.3-fpm-alpine FROM php:8.4-fpm-alpine
# Set the working directory # Set the working directory
WORKDIR /var/app WORKDIR /var/app
+5 -5
View File
@@ -1,12 +1,12 @@
{ {
"name": "investbrain", "name": "relock-npm-lock-v2-FTom7m",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"dependencies": { "dependencies": {
"@alpinejs/focus": "^3.15.0", "@alpinejs/focus": "^3.15.0",
"@alpinejs/persist": "^3.14.9", "@alpinejs/persist": "^3.15.1",
"@alpinejs/resize": "^3.14.9", "@alpinejs/resize": "^3.14.9",
"alpinejs": "^3.14.9", "alpinejs": "^3.14.9",
"apexcharts": "^3.51.0" "apexcharts": "^3.51.0"
@@ -35,9 +35,9 @@
} }
}, },
"node_modules/@alpinejs/persist": { "node_modules/@alpinejs/persist": {
"version": "3.15.0", "version": "3.15.1",
"resolved": "https://registry.npmjs.org/@alpinejs/persist/-/persist-3.15.0.tgz", "resolved": "https://registry.npmjs.org/@alpinejs/persist/-/persist-3.15.1.tgz",
"integrity": "sha512-SmW1DWn9FRflfPqZZtpTq+2uXDq/ohbSiKmYg6HXX1UxQnsaSkTT0HT72SQcbqOC3WmIUF28CberBnwiWoqmpw==", "integrity": "sha512-EtK4s7I0xhRTJsLaYjhJ4SyQan8+gkGaRYvzFw+ndg7rzrjSHzhgRmQ20GZbnjj+eDg77fPMTvzvngX6yAExbg==",
"license": "MIT" "license": "MIT"
}, },
"node_modules/@alpinejs/resize": { "node_modules/@alpinejs/resize": {
+1 -1
View File
@@ -19,7 +19,7 @@
}, },
"dependencies": { "dependencies": {
"@alpinejs/focus": "^3.15.0", "@alpinejs/focus": "^3.15.0",
"@alpinejs/persist": "^3.14.9", "@alpinejs/persist": "^3.15.1",
"@alpinejs/resize": "^3.14.9", "@alpinejs/resize": "^3.14.9",
"alpinejs": "^3.14.9", "alpinejs": "^3.14.9",
"apexcharts": "^3.51.0" "apexcharts": "^3.51.0"