Compare commits

..

1 Commits

Author SHA1 Message Date
snyk-bot 6394c695d0 fix: upgrade @alpinejs/persist from 3.15.0 to 3.15.4
Snyk has created this PR to upgrade @alpinejs/persist from 3.15.0 to 3.15.4.

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
2026-02-12 15:18:08 +00:00
2 changed files with 11 additions and 11 deletions
+9 -9
View File
@@ -1,12 +1,12 @@
{
"name": "relock-npm-lock-v2-E2dX8W",
"name": "relock-npm-lock-v2-sQGmDe",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"dependencies": {
"@alpinejs/focus": "^3.15.1",
"@alpinejs/persist": "^3.14.9",
"@alpinejs/focus": "^3.15.0",
"@alpinejs/persist": "^3.15.4",
"@alpinejs/resize": "^3.14.9",
"alpinejs": "^3.14.9",
"apexcharts": "^3.51.0"
@@ -25,9 +25,9 @@
}
},
"node_modules/@alpinejs/focus": {
"version": "3.15.1",
"resolved": "https://registry.npmjs.org/@alpinejs/focus/-/focus-3.15.1.tgz",
"integrity": "sha512-Svu8ILVafdJouRVAV/vAkw7i/5/RNi5USh/C1llOhmhpSlX+F8JI1FuVhlJHLMcNqNIV6fm9yoiUBjB2NLwwUQ==",
"version": "3.15.0",
"resolved": "https://registry.npmjs.org/@alpinejs/focus/-/focus-3.15.0.tgz",
"integrity": "sha512-Cm9vop09oNFw7T9SEBcfijrTdSN1aBNHK3cN4mB52eKvi9z5pa+xcyN+6S3FmZ44MR/u81JXa6hi5CjX1iy6dA==",
"license": "MIT",
"dependencies": {
"focus-trap": "^6.9.4",
@@ -35,9 +35,9 @@
}
},
"node_modules/@alpinejs/persist": {
"version": "3.15.0",
"resolved": "https://registry.npmjs.org/@alpinejs/persist/-/persist-3.15.0.tgz",
"integrity": "sha512-SmW1DWn9FRflfPqZZtpTq+2uXDq/ohbSiKmYg6HXX1UxQnsaSkTT0HT72SQcbqOC3WmIUF28CberBnwiWoqmpw==",
"version": "3.15.4",
"resolved": "https://registry.npmjs.org/@alpinejs/persist/-/persist-3.15.4.tgz",
"integrity": "sha512-PdSpPTh8sUN8a3S2BoJWpXbod68RqjuW9QGtDp0LJclAFERVjLLx2K5YzQSSg5IDQJV9OMiknSpzcEYeZPwLNw==",
"license": "MIT"
},
"node_modules/@alpinejs/resize": {
+2 -2
View File
@@ -18,8 +18,8 @@
"vite": "^5.4"
},
"dependencies": {
"@alpinejs/focus": "^3.15.1",
"@alpinejs/persist": "^3.14.9",
"@alpinejs/focus": "^3.15.0",
"@alpinejs/persist": "^3.15.4",
"@alpinejs/resize": "^3.14.9",
"alpinejs": "^3.14.9",
"apexcharts": "^3.51.0"