Compare commits

..

2 Commits

Author SHA1 Message Date
snyk-bot 075347071b fix: upgrade @alpinejs/resize from 3.15.0 to 3.15.4
Snyk has created this PR to upgrade @alpinejs/resize from 3.15.0 to 3.15.4.

See this package in npm:
@alpinejs/resize

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
2026-02-12 15:18:14 +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
FROM php:8.3-fpm AS builder
FROM php:8.4-fpm AS builder
ENV DEBIAN_FRONTEND=noninteractive
ENV APP_NAME=Investbrain
@@ -39,7 +39,7 @@ RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local
&& rm -rf node_modules
# Stage 2: Production stage
FROM php:8.3-fpm-alpine
FROM php:8.4-fpm-alpine
# Set the working directory
WORKDIR /var/app
+5 -5
View File
@@ -1,5 +1,5 @@
{
"name": "investbrain",
"name": "relock-npm-lock-v2-PoNSf9",
"lockfileVersion": 3,
"requires": true,
"packages": {
@@ -7,7 +7,7 @@
"dependencies": {
"@alpinejs/focus": "^3.15.0",
"@alpinejs/persist": "^3.14.9",
"@alpinejs/resize": "^3.14.9",
"@alpinejs/resize": "^3.15.4",
"alpinejs": "^3.14.9",
"apexcharts": "^3.51.0"
},
@@ -41,9 +41,9 @@
"license": "MIT"
},
"node_modules/@alpinejs/resize": {
"version": "3.15.0",
"resolved": "https://registry.npmjs.org/@alpinejs/resize/-/resize-3.15.0.tgz",
"integrity": "sha512-c/9PnQtsJ6iTeMnSaxgX3DDCjZX38WSOFlZd1OLm1iqngfwteYWxzSjMI4IqLxb7vmKAtrofAVs+sxt5IBOCBg==",
"version": "3.15.4",
"resolved": "https://registry.npmjs.org/@alpinejs/resize/-/resize-3.15.4.tgz",
"integrity": "sha512-hpvJdeRXTKh7P802fI3hLGcI/mPLQJls9Hkez9KWAUE3J2rv5/FRltiRbJQxcAMxSVtWPzNTytd5CnalBeXvBw==",
"license": "MIT"
},
"node_modules/@esbuild/aix-ppc64": {
+1 -1
View File
@@ -20,7 +20,7 @@
"dependencies": {
"@alpinejs/focus": "^3.15.0",
"@alpinejs/persist": "^3.14.9",
"@alpinejs/resize": "^3.14.9",
"@alpinejs/resize": "^3.15.4",
"alpinejs": "^3.14.9",
"apexcharts": "^3.51.0"
}