From 8a798eabd2b7df9e8a76007f340cb98384d3e182 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Aug 2026 01:04:10 +0000 Subject: [PATCH] chore(deps): bump @primeuix/themes from 2.0.3 to 3.0.0 Bumps [@primeuix/themes](https://github.com/primefaces/primeuix/tree/HEAD/packages/themes) from 2.0.3 to 3.0.0. - [Release notes](https://github.com/primefaces/primeuix/releases) - [Commits](https://github.com/primefaces/primeuix/commits/HEAD/packages/themes) --- updated-dependencies: - dependency-name: "@primeuix/themes" dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 65 ++++++++++++++++++++++++++++++++++++++++++----- package.json | 2 +- 2 files changed, 60 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7a573303..50ad4380 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "@nextcloud/notify_push": "^1.4.0", "@nextcloud/router": "^3.0.0", "@nextcloud/vue": "^9.0.0-rc.5", - "@primeuix/themes": "^2.0.3", + "@primeuix/themes": "^3.0.0", "extendable-media-recorder": "^9.2.11", "extendable-media-recorder-wav-encoder": "^7.0.129", "ical.js": "^2.2.1", @@ -3370,6 +3370,27 @@ "eslint-scope": "5.1.1" } }, + "node_modules/@noble/ed25519": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/@noble/ed25519/-/ed25519-2.3.0.tgz", + "integrity": "sha512-M7dvXL2B92/M7dw9+gzuydL8qn/jiqNHaoR3Q+cb1q1GHV7uwE17WCyFMG+Y+TZb5izcaXk5TdJRrDUxHXL78A==", + "license": "MIT", + "funding": { + "url": "https://paulmillr.com/funding/" + } + }, + "node_modules/@noble/hashes": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-2.2.0.tgz", + "integrity": "sha512-IYqDGiTXab6FniAgnSdZwgWbomxpy9FtYvLKs7wCUs2a8RkITG+DFGO1DM9cr+E3/RgADRpFjrKVaJ1z6sjtEg==", + "license": "MIT", + "engines": { + "node": ">= 20.19.0" + }, + "funding": { + "url": "https://paulmillr.com/funding/" + } + }, "node_modules/@nodable/entities": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/@nodable/entities/-/entities-3.0.0.tgz", @@ -3735,6 +3756,16 @@ "url": "https://opencollective.com/parcel" } }, + "node_modules/@primeui/license-manager": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@primeui/license-manager/-/license-manager-1.0.0.tgz", + "integrity": "sha512-89J7r8cclEqoHVwjOX1adPcB/blFSocpzuYlzmd+6r0gxzg2Vd4jM54TKXt9/qwAT/kOv4vYnHKZ6hcP2GFtfA==", + "license": "SEE LICENSE IN LICENSE.md", + "dependencies": { + "@noble/ed25519": "2.3.0", + "@noble/hashes": "2.2.0" + } + }, "node_modules/@primeuix/styled": { "version": "0.7.4", "resolved": "https://registry.npmjs.org/@primeuix/styled/-/styled-0.7.4.tgz", @@ -3757,12 +3788,34 @@ } }, "node_modules/@primeuix/themes": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/@primeuix/themes/-/themes-2.0.3.tgz", - "integrity": "sha512-3fS1883mtCWhgUgNf/feiaaDSOND4EBIOu9tZnzJlJ8QtYyL6eFLcA6V3ymCWqLVXQ1+lTVEZv1gl47FIdXReg==", - "license": "MIT", + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@primeuix/themes/-/themes-3.0.0.tgz", + "integrity": "sha512-lNMOhorzu4vHRKbTDIU2/raS7/Z6Oyq2WXGfFDVhOwAIVDF4e7hCX75jlgfC7bo4D0Bl5f+oW5HPGZpG52r6lw==", + "license": "SEE LICENSE IN LICENSE.md", "dependencies": { - "@primeuix/styled": "^0.7.4" + "@primeuix/styled": "^1.0.0" + } + }, + "node_modules/@primeuix/themes/node_modules/@primeuix/styled": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@primeuix/styled/-/styled-1.0.0.tgz", + "integrity": "sha512-6SXoeQWwKswSqTv1ygaXNfY7otHo6Rb9mxbKJK5WF8adWlZ6CtwmlNfIP+p8cH/zGccsei/5Bu7IetXlMoZGjQ==", + "license": "SEE LICENSE IN LICENSE.md", + "dependencies": { + "@primeui/license-manager": "^1.0.0", + "@primeuix/utils": "^0.8.0" + }, + "engines": { + "node": ">=12.11.0" + } + }, + "node_modules/@primeuix/themes/node_modules/@primeuix/utils": { + "version": "0.8.1", + "resolved": "https://registry.npmjs.org/@primeuix/utils/-/utils-0.8.1.tgz", + "integrity": "sha512-tMtdkSUEl8/6Lc5iNOp7zXMFKJGLyf7mxvS/Hf5GzHVfa2dvsnVmEn0I/i3+80oEmnsVlHhr9+8aM5cKw7vbHA==", + "license": "SEE LICENSE IN LICENSE.md", + "engines": { + "node": ">=12.11.0" } }, "node_modules/@primeuix/utils": { diff --git a/package.json b/package.json index 97d5de51..1bd8864f 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "@nextcloud/notify_push": "^1.4.0", "@nextcloud/router": "^3.0.0", "@nextcloud/vue": "^9.0.0-rc.5", - "@primeuix/themes": "^2.0.3", + "@primeuix/themes": "^3.0.0", "extendable-media-recorder": "^9.2.11", "extendable-media-recorder-wav-encoder": "^7.0.129", "ical.js": "^2.2.1",