From 3c29960d99302f4a5a7dddf48a116d2632fd8c36 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 17 Oct 2025 14:11:50 +0000 Subject: [PATCH] fix: upgrade nanostores from 0.8.1 to 0.11.4 Snyk has created this PR to upgrade nanostores from 0.8.1 to 0.11.4. See this package in npm: nanostores See this project in Snyk: https://app.snyk.io/org/gsa-smartpay/project/a9b4d3aa-0783-489a-bde6-de57d9badada?utm_source=github&utm_medium=referral&page=upgrade-pr --- training-front-end/package-lock.json | 11 ++++++----- training-front-end/package.json | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/training-front-end/package-lock.json b/training-front-end/package-lock.json index fb9373ae..8d607cd0 100644 --- a/training-front-end/package-lock.json +++ b/training-front-end/package-lock.json @@ -20,7 +20,7 @@ "focus-trap": "^7.4.1", "hast-util-select": "^5.0.5", "install": "^0.13.0", - "nanostores": "^0.8.0", + "nanostores": "^0.11.4", "npm": "^10.8.1", "oidc-client-ts": "^2.4.0", "remark-custom-heading-id": "^1.0.1", @@ -16334,17 +16334,18 @@ } }, "node_modules/nanostores": { - "version": "0.8.1", - "resolved": "https://registry.npmjs.org/nanostores/-/nanostores-0.8.1.tgz", - "integrity": "sha512-1ZCfQtII2XeFDrtqXL2cdQ/diGrLxzRB3YMyQjn8m7GSGQrJfGST2iuqMpWnS/ZlifhtjgR/SX0Jy6Uij6lRLA==", + "version": "0.11.4", + "resolved": "https://registry.npmjs.org/nanostores/-/nanostores-0.11.4.tgz", + "integrity": "sha512-k1oiVNN4hDK8NcNERSZLQiMfRzEGtfnvZvdBvey3SQbgn8Dcrk0h1I6vpxApjb10PFUflZrgJ2WEZyJQ+5v7YQ==", "funding": [ { "type": "github", "url": "https://github.com/sponsors/ai" } ], + "license": "MIT", "engines": { - "node": "^16.0.0 || >=18.0.0" + "node": "^18.0.0 || >=20.0.0" } }, "node_modules/natural-compare": { diff --git a/training-front-end/package.json b/training-front-end/package.json index b5ccf1a5..60f05d04 100644 --- a/training-front-end/package.json +++ b/training-front-end/package.json @@ -32,7 +32,7 @@ "focus-trap": "^7.4.1", "hast-util-select": "^5.0.5", "install": "^0.13.0", - "nanostores": "^0.8.0", + "nanostores": "^0.11.4", "npm": "^10.8.1", "oidc-client-ts": "^2.4.0", "remark-custom-heading-id": "^1.0.1",