From 8f8f807032f0ced22f9b9597144ab108fa605fe5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Apr 2024 21:54:11 +0000 Subject: [PATCH] Bump ionicons from 4.6.3 to 7.3.1 Bumps [ionicons](https://github.com/ionic-team/ionicons) from 4.6.3 to 7.3.1. - [Release notes](https://github.com/ionic-team/ionicons/releases) - [Changelog](https://github.com/ionic-team/ionicons/blob/main/CHANGELOG.md) - [Commits](https://github.com/ionic-team/ionicons/compare/v4.6.3...v7.3.1) --- updated-dependencies: - dependency-name: ionicons dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 35 ++++++++++++++++++++++++--------- packages/generator/package.json | 2 +- 2 files changed, 27 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 851b3acf9..1dd902eac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11514,10 +11514,13 @@ } }, "node_modules/ionicons": { - "version": "4.6.3", - "resolved": "https://registry.npmjs.org/ionicons/-/ionicons-4.6.3.tgz", - "integrity": "sha512-cgP+VIr2cTJpMfFyVHTerq6n2jeoiGboVoe3GlaAo5zoSBDAEXORwUZhv6m+lCyxlsHCS3nqPUE+MKyZU71t8Q==", - "dev": true + "version": "7.3.1", + "resolved": "https://registry.npmjs.org/ionicons/-/ionicons-7.3.1.tgz", + "integrity": "sha512-1boG4EQTBBpQ4/0PU60Yi78Iw/k8iNtKu9c0NmsbzHGnWAcwpiovG9Wi/rk5UlF+DC+CR4XDCxKo91YqvAxkww==", + "dev": true, + "dependencies": { + "@stencil/core": "^4.0.3" + } }, "node_modules/ionicons-5": { "name": "ionicons", @@ -11529,6 +11532,19 @@ "@stencil/core": "~2.10.0" } }, + "node_modules/ionicons/node_modules/@stencil/core": { + "version": "4.17.1", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.17.1.tgz", + "integrity": "sha512-nlARe1QtK5abnCG8kPQKJMWiELg39vKabvf3ebm6YEhQA35CgrxC1pVYTsYq3yktJKoY+k+VzGRnATLKyaLbvA==", + "dev": true, + "bin": { + "stencil": "bin/stencil" + }, + "engines": { + "node": ">=16.0.0", + "npm": ">=7.10.0" + } + }, "node_modules/is-alphabetical": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/is-alphabetical/-/is-alphabetical-2.0.1.tgz", @@ -20885,7 +20901,7 @@ "version": "0.1.0", "license": "MIT", "devDependencies": { - "@rocketclimb/sh": "latest" + "@rocketclimb/sh": "*" } }, "packages/gen": { @@ -20918,12 +20934,13 @@ } }, "packages/generator": { + "name": "@rocketicons/generator", "version": "0.1.0", "license": "MIT", "devDependencies": { "@esm2cjs/p-queue": "7.3.0", "@primer/octicons": "^19.9.0", - "@rocketclimb/sh": "latest", + "@rocketclimb/sh": "*", "@rocketicons/core": "*", "@rocketicons/tailwind": "*", "@types/react": "^18.2.72", @@ -20932,7 +20949,7 @@ "feather-icons": "^4.29.1", "find-package": "^1.0.0", "glob-promise": "^6.0.5", - "ionicons": "^4.6.3", + "ionicons": "^7.3.1", "ionicons-5": "npm:ionicons@5", "lucide-static": "^0.263.0", "react": "18.2.0", @@ -21053,7 +21070,7 @@ "@mdx-js/react": "^3.0.1", "@next/mdx": "^14.1.4", "@next/third-parties": "^14.1.4", - "@rocketclimb/content-collections": "latest", + "@rocketclimb/content-collections": "*", "@shikijs/rehype": "1.3.0", "@vercel/analytics": "^1.2.2", "@vercel/speed-insights": "^1.0.10", @@ -21098,7 +21115,7 @@ "version": "0.1.0", "license": "MIT", "devDependencies": { - "@rocketclimb/sh": "latest" + "@rocketclimb/sh": "*" } } } diff --git a/packages/generator/package.json b/packages/generator/package.json index a107034ce..b97c165c9 100644 --- a/packages/generator/package.json +++ b/packages/generator/package.json @@ -31,7 +31,7 @@ "feather-icons": "^4.29.1", "find-package": "^1.0.0", "glob-promise": "^6.0.5", - "ionicons": "^4.6.3", + "ionicons": "^7.3.1", "ionicons-5": "npm:ionicons@5", "lucide-static": "^0.263.0", "react": "18.2.0",