From 3642bc1ea899a222fdcade6f7e3cf5ca549fe765 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 15:43:32 +0000 Subject: [PATCH 1/2] chore(deps): bump @pine-ds/icons from 10.2.0 to 10.4.0 Bumps [@pine-ds/icons](https://github.com/Kajabi/pine-icons) from 10.2.0 to 10.4.0. - [Release notes](https://github.com/Kajabi/pine-icons/releases) - [Changelog](https://github.com/Kajabi/pine-icons/blob/main/CHANGELOG.md) - [Commits](https://github.com/Kajabi/pine-icons/compare/v10.2.0...v10.4.0) --- updated-dependencies: - dependency-name: "@pine-ds/icons" dependency-version: 10.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- libs/core/package.json | 4 ++-- libs/react/package.json | 2 +- package-lock.json | 10 +++++----- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/libs/core/package.json b/libs/core/package.json index b3751484f..ab485078e 100644 --- a/libs/core/package.json +++ b/libs/core/package.json @@ -74,7 +74,7 @@ "dependencies": { "@floating-ui/dom": "^1.7.0", "@kajabi-ui/styles": "*", - "@pine-ds/icons": "*", + "@pine-ds/icons": "^10.4.0", "@stencil/core": "4.43.5", "@types/dompurify": "^3.0.5", "dompurify": "^3.2.6", @@ -97,10 +97,10 @@ "@storybook/web-components-vite": "^10.4.2", "@types/jest": "^29.5.14", "@types/sortablejs": "^1.15.1", - "axe-core": "^4.10.2", "@typescript-eslint/eslint-plugin": "6.6.0", "@typescript-eslint/parser": "6.6.0", "@vitejs/plugin-react": "^5.1.1", + "axe-core": "^4.10.2", "babel-loader": "^8.2.5", "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", diff --git a/libs/react/package.json b/libs/react/package.json index 4771042c7..b327d59eb 100644 --- a/libs/react/package.json +++ b/libs/react/package.json @@ -39,7 +39,7 @@ "dependencies": { "@kajabi-ui/styles": "*", "@pine-ds/core": "^3.29.0", - "@pine-ds/icons": "*", + "@pine-ds/icons": "^10.4.0", "tslib": "*" }, "devDependencies": { diff --git a/package-lock.json b/package-lock.json index 207a30485..ffbd57072 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,7 +43,7 @@ "dependencies": { "@floating-ui/dom": "^1.7.0", "@kajabi-ui/styles": "*", - "@pine-ds/icons": "*", + "@pine-ds/icons": "^10.4.0", "@stencil/core": "4.43.5", "@types/dompurify": "^3.0.5", "dompurify": "^3.2.6", @@ -547,7 +547,7 @@ "dependencies": { "@kajabi-ui/styles": "*", "@pine-ds/core": "^3.29.0", - "@pine-ds/icons": "*", + "@pine-ds/icons": "^10.4.0", "tslib": "*" }, "devDependencies": { @@ -7236,9 +7236,9 @@ "link": true }, "node_modules/@pine-ds/icons": { - "version": "10.2.0", - "resolved": "https://registry.npmjs.org/@pine-ds/icons/-/icons-10.2.0.tgz", - "integrity": "sha512-spHfSHgW/j9hzgWtrGmkzVfuhltO8Yz5JacciY+lDUAwZ33+hLjaWrD6lNEJsd2cxcxxUjyUGS0BcYpLRLH0BA==", + "version": "10.4.0", + "resolved": "https://registry.npmjs.org/@pine-ds/icons/-/icons-10.4.0.tgz", + "integrity": "sha512-oxsdfE5/2ZARbfhIYwK9ZRIsSZY2NVO7B2Ayt1tFRlVxphjA3wNOqzR/dGAGttJJENcbkP7xP0PA4ZHAXZGgRw==", "license": "MIT", "workspaces": [ "./" From 09ae2c27b6c2d8de7ed9a9d98a1186deaa7c22c0 Mon Sep 17 00:00:00 2001 From: DSS Automation Bot Date: Mon, 24 Aug 2026 15:43:48 +0000 Subject: [PATCH 2/2] chore: revert dependabot manifest changes (lockfile-only update) --- libs/core/package.json | 4 ++-- libs/react/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/core/package.json b/libs/core/package.json index ab485078e..b3751484f 100644 --- a/libs/core/package.json +++ b/libs/core/package.json @@ -74,7 +74,7 @@ "dependencies": { "@floating-ui/dom": "^1.7.0", "@kajabi-ui/styles": "*", - "@pine-ds/icons": "^10.4.0", + "@pine-ds/icons": "*", "@stencil/core": "4.43.5", "@types/dompurify": "^3.0.5", "dompurify": "^3.2.6", @@ -97,10 +97,10 @@ "@storybook/web-components-vite": "^10.4.2", "@types/jest": "^29.5.14", "@types/sortablejs": "^1.15.1", + "axe-core": "^4.10.2", "@typescript-eslint/eslint-plugin": "6.6.0", "@typescript-eslint/parser": "6.6.0", "@vitejs/plugin-react": "^5.1.1", - "axe-core": "^4.10.2", "babel-loader": "^8.2.5", "eslint": "^8.25.0", "eslint-config-prettier": "^8.5.0", diff --git a/libs/react/package.json b/libs/react/package.json index b327d59eb..4771042c7 100644 --- a/libs/react/package.json +++ b/libs/react/package.json @@ -39,7 +39,7 @@ "dependencies": { "@kajabi-ui/styles": "*", "@pine-ds/core": "^3.29.0", - "@pine-ds/icons": "^10.4.0", + "@pine-ds/icons": "*", "tslib": "*" }, "devDependencies": {