From 1499fbdc63c0a6949f1dc885dc1289ad36760f59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Feb 2024 15:09:05 -0500 Subject: [PATCH] Bump the packages group with 1 update (#31) Bumps the packages group with 1 update: [@rbxts/types](https://github.com/roblox-ts/types). Updates `@rbxts/types` from 1.0.750 to 1.0.751
Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@rbxts/types&package-manager=npm_and_yarn&previous-version=1.0.750&new-version=1.0.751)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5984fac..6726e99 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "ISC", "devDependencies": { "@rbxts/compiler-types": "^2.0.0-types.0", - "@rbxts/types": "^1.0.750" + "@rbxts/types": "^1.0.751" } }, "node_modules/@rbxts/compiler-types": { @@ -20,9 +20,9 @@ "dev": true }, "node_modules/@rbxts/types": { - "version": "1.0.750", - "resolved": "https://registry.npmjs.org/@rbxts/types/-/types-1.0.750.tgz", - "integrity": "sha512-7lfKLHnZSOo1gH6l8pZA+piQEKgsgRt2Ca2dbtRF4wsuUAfhvvaKIn6GMORs1g9u2DxAaUIHv/5CYpzN8QJtQw==", + "version": "1.0.751", + "resolved": "https://registry.npmjs.org/@rbxts/types/-/types-1.0.751.tgz", + "integrity": "sha512-+Hwyjc7if15MOee9qKgzuUlABG9h3DhOrurxxezYQ/UOeehOK0veidks8cyOPLXdwSmhV2LNWTWDfGKZcmPWWw==", "dev": true } }, @@ -34,9 +34,9 @@ "dev": true }, "@rbxts/types": { - "version": "1.0.750", - "resolved": "https://registry.npmjs.org/@rbxts/types/-/types-1.0.750.tgz", - "integrity": "sha512-7lfKLHnZSOo1gH6l8pZA+piQEKgsgRt2Ca2dbtRF4wsuUAfhvvaKIn6GMORs1g9u2DxAaUIHv/5CYpzN8QJtQw==", + "version": "1.0.751", + "resolved": "https://registry.npmjs.org/@rbxts/types/-/types-1.0.751.tgz", + "integrity": "sha512-+Hwyjc7if15MOee9qKgzuUlABG9h3DhOrurxxezYQ/UOeehOK0veidks8cyOPLXdwSmhV2LNWTWDfGKZcmPWWw==", "dev": true } } diff --git a/package.json b/package.json index a9fbeb4..2776c43 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "license": "ISC", "devDependencies": { "@rbxts/compiler-types": "^2.0.0-types.0", - "@rbxts/types": "^1.0.750" + "@rbxts/types": "^1.0.751" }, "files": [ "init.lua",