From 549cda254cf5025635555111f1c61cd3478f5191 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 14:14:15 +0000 Subject: [PATCH] chore(deps-dev): bump the all-updates group with 3 updates Bumps the all-updates group with 3 updates: [@iconify-json/tabler](https://github.com/iconify/icon-sets), [typescript](https://github.com/microsoft/TypeScript) and [wrangler](https://github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler). Updates `@iconify-json/tabler` from 1.2.4 to 1.2.5 - [Commits](https://github.com/iconify/icon-sets/commits) Updates `typescript` from 5.6.2 to 5.6.3 - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.6.2...v5.6.3) Updates `wrangler` from 3.80.1 to 3.80.2 - [Release notes](https://github.com/cloudflare/workers-sdk/releases) - [Changelog](https://github.com/cloudflare/workers-sdk/blob/main/packages/wrangler/CHANGELOG.md) - [Commits](https://github.com/cloudflare/workers-sdk/commits/wrangler@3.80.2/packages/wrangler) --- updated-dependencies: - dependency-name: "@iconify-json/tabler" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-updates - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-updates - dependency-name: wrangler dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-updates ... Signed-off-by: dependabot[bot] --- package-lock.json | 25 ++++++++++++------------- package.json | 6 +++--- 2 files changed, 15 insertions(+), 16 deletions(-) diff --git a/package-lock.json b/package-lock.json index 63e3c09..e9d482f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "vue": "3.5.11" }, "devDependencies": { - "@iconify-json/tabler": "1.2.4", + "@iconify-json/tabler": "1.2.5", "@neondatabase/serverless": "0.10.1", "@nuxt/fonts": "0.10.0", "@nuxt/icon": "1.5.5", @@ -25,11 +25,11 @@ "drizzle-kit": "0.25.0", "sass": "1.79.4", "tsx": "4.19.1", - "typescript": "5.6.2", + "typescript": "5.6.3", "ufo": "1.5.4", "valibot": "0.42.1", "vue-tsc": "2.1.6", - "wrangler": "3.80.1", + "wrangler": "3.80.2", "ws": "8.18.0" } }, @@ -1683,9 +1683,9 @@ } }, "node_modules/@iconify-json/tabler": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/@iconify-json/tabler/-/tabler-1.2.4.tgz", - "integrity": "sha512-8sUrdJQpNaX3ZfJ5Po4hhA6n+JougMZeRg3AFvh5OuAvhZ8hEAOzPHuY8OB96x6cZCqY/j5idsbZWqKDinxRbQ==", + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/@iconify-json/tabler/-/tabler-1.2.5.tgz", + "integrity": "sha512-BDDLgDCbJ2btwi6cPmBL04QyPyNmWy6H13ynUAX48xxpxqUuG+hT+yrqL+RCugFimrvuhcecbSfEKnFc0BW1Ng==", "dev": true, "dependencies": { "@iconify/types": "*" @@ -12093,11 +12093,10 @@ "license": "MIT" }, "node_modules/typescript": { - "version": "5.6.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz", - "integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==", + "version": "5.6.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz", + "integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==", "devOptional": true, - "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -13449,9 +13448,9 @@ } }, "node_modules/wrangler": { - "version": "3.80.1", - "resolved": "https://registry.npmjs.org/wrangler/-/wrangler-3.80.1.tgz", - "integrity": "sha512-5pBZpzrGpfAtIzF3iBXfZZ9DoP8OjwfIUYjYmddfkmoe6fSyY5r/+IFP56fb/biK5q6FV5HxUnonDiuNyJKnug==", + "version": "3.80.2", + "resolved": "https://registry.npmjs.org/wrangler/-/wrangler-3.80.2.tgz", + "integrity": "sha512-WSMDXoNcg+DjZ4i0RMJpz2TKrCbTtsxNsQAwyYg7LRZlfmTZQZOPbHWhATVa4fCsNL6eElN050fMHOW9MptM9g==", "dev": true, "dependencies": { "@cloudflare/kv-asset-handler": "0.3.4", diff --git a/package.json b/package.json index 53a7318..4e08351 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "vue": "3.5.11" }, "devDependencies": { - "@iconify-json/tabler": "1.2.4", + "@iconify-json/tabler": "1.2.5", "@neondatabase/serverless": "0.10.1", "@nuxt/fonts": "0.10.0", "@nuxt/icon": "1.5.5", @@ -34,11 +34,11 @@ "drizzle-kit": "0.25.0", "sass": "1.79.4", "tsx": "4.19.1", - "typescript": "5.6.2", + "typescript": "5.6.3", "ufo": "1.5.4", "valibot": "0.42.1", "vue-tsc": "2.1.6", - "wrangler": "3.80.1", + "wrangler": "3.80.2", "ws": "8.18.0" } }