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",