From f462f47d9d7b75c80eb6a8d1a0272b48fcaf2c9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 19:01:49 +0200 Subject: [PATCH] build(npm): bump the non-breaking group with 2 updates (#108) Bumps the non-breaking group with 2 updates: [grammy](https://github.com/grammyjs/grammY) and [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node). Updates `grammy` from 1.28.0 to 1.29.0 - [Release notes](https://github.com/grammyjs/grammY/releases) - [Commits](https://github.com/grammyjs/grammY/compare/v1.28.0...v1.29.0) Updates `@types/node` from 20.14.13 to 20.16.2 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: grammy dependency-type: direct:production update-type: version-update:semver-minor dependency-group: non-breaking - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: non-breaking ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 36 +++++++++++++++++------------------- package.json | 4 ++-- 2 files changed, 19 insertions(+), 21 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6855732..7dbfe12 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@grammyjs/storage-file": "^2.0.0", "async-mqtt": "^2.0.0", "debounce-promise": "^3.1.0", - "grammy": "^1.28.0", + "grammy": "^1.29.0", "grammy-inline-menu": "^9.0.0", "json-stable-stringify": "^1.0.1", "telegraf-middleware-console-time": "^2.1.0", @@ -23,7 +23,7 @@ "@sindresorhus/tsconfig": "^6.0.0", "@types/debounce-promise": "^3.1.3", "@types/json-stable-stringify": "^1.0.32", - "@types/node": "^20.13.0", + "@types/node": "^20.16.2", "typescript": "^5.5.2", "xo": "^0.59.3" }, @@ -228,9 +228,9 @@ "license": "MIT" }, "node_modules/@grammyjs/types": { - "version": "3.12.0", - "resolved": "https://registry.npmjs.org/@grammyjs/types/-/types-3.12.0.tgz", - "integrity": "sha512-ttC8mFeE+52XwpuXzWarvj5CXWRL2PfHSf1X3WDBC7EzQUqrbPLjJTMnm2ikSOqyTwVseJhtujZ+v42A6NbZmQ==" + "version": "3.13.0", + "resolved": "https://registry.npmjs.org/@grammyjs/types/-/types-3.13.0.tgz", + "integrity": "sha512-Oyq6fBuVPyX6iWvxT/0SxJvNisC9GHUEkhZ60qJBHRmwNX4hIcOfhrNEahicn3K9SYyreGPVw3d9wlLRds83cw==" }, "node_modules/@humanwhocodes/config-array": { "version": "0.11.14", @@ -483,13 +483,12 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "20.14.13", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.13.tgz", - "integrity": "sha512-+bHoGiZb8UiQ0+WEtmph2IWQCjIqg8MDZMAV+ppRRhUZnquF5mQkP/9vpSwJClEiSM/C7fZZExPzfU0vJTyp8w==", + "version": "20.16.2", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.16.2.tgz", + "integrity": "sha512-91s/n4qUPV/wg8eE9KHYW1kouTfDk2FPGjXbBMfRWP/2vg1rCXNQL1OCabwGs0XSdukuK+MwCDXE30QpSeMUhQ==", "dev": true, - "license": "MIT", "dependencies": { - "undici-types": "~5.26.4" + "undici-types": "~6.19.2" } }, "node_modules/@types/normalize-package-data": { @@ -3602,11 +3601,11 @@ "license": "ISC" }, "node_modules/grammy": { - "version": "1.28.0", - "resolved": "https://registry.npmjs.org/grammy/-/grammy-1.28.0.tgz", - "integrity": "sha512-TwCj5IHlK0I1fhfIGPIhMP61L5mmub7NMMswrpsqZSjtzo7iDDwVIz1dvsKj8FhX046AfAM/Lt99nW8FzIEKgQ==", + "version": "1.29.0", + "resolved": "https://registry.npmjs.org/grammy/-/grammy-1.29.0.tgz", + "integrity": "sha512-lj/6K6TGmVAdOpHj0PVFK7N37EGe76bpkbgvN+yqCqXYBIwuQosTe7qLhCls7/4pbDxf2+UVSqSXcOILgGGKWQ==", "dependencies": { - "@grammyjs/types": "3.12.0", + "@grammyjs/types": "3.13.0", "abort-controller": "^3.0.0", "debug": "^4.3.4", "node-fetch": "^2.7.0" @@ -6609,11 +6608,10 @@ } }, "node_modules/undici-types": { - "version": "5.26.5", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", - "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==", - "dev": true, - "license": "MIT" + "version": "6.19.8", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz", + "integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==", + "dev": true }, "node_modules/unicorn-magic": { "version": "0.1.0", diff --git a/package.json b/package.json index 026e8e3..f72f653 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "@grammyjs/storage-file": "^2.0.0", "async-mqtt": "^2.0.0", "debounce-promise": "^3.1.0", - "grammy": "^1.28.0", + "grammy": "^1.29.0", "grammy-inline-menu": "^9.0.0", "json-stable-stringify": "^1.0.1", "telegraf-middleware-console-time": "^2.1.0", @@ -32,7 +32,7 @@ "@sindresorhus/tsconfig": "^6.0.0", "@types/debounce-promise": "^3.1.3", "@types/json-stable-stringify": "^1.0.32", - "@types/node": "^20.13.0", + "@types/node": "^20.16.2", "typescript": "^5.5.2", "xo": "^0.59.3" },