From d9b95a93b23eb2fe08e2262ce329baa6bb4cce14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 14:25:43 +0000 Subject: [PATCH] build(deps): bump the default group across 1 directory with 5 updates Bumps the default group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [cloudstructs](https://github.com/jogold/cloudstructs) | `0.9.19` | `0.9.25` | | [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) | `29.5.13` | `29.5.14` | | [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.16.13` | `20.17.12` | | [eslint-import-resolver-typescript](https://github.com/import-js/eslint-import-resolver-typescript) | `3.6.3` | `3.7.0` | | [typescript](https://github.com/microsoft/TypeScript) | `5.6.3` | `5.7.2` | Updates `cloudstructs` from 0.9.19 to 0.9.25 - [Release notes](https://github.com/jogold/cloudstructs/releases) - [Commits](https://github.com/jogold/cloudstructs/compare/v0.9.19...v0.9.25) Updates `@types/jest` from 29.5.13 to 29.5.14 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest) Updates `@types/node` from 20.16.13 to 20.17.12 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) Updates `eslint-import-resolver-typescript` from 3.6.3 to 3.7.0 - [Release notes](https://github.com/import-js/eslint-import-resolver-typescript/releases) - [Changelog](https://github.com/import-js/eslint-import-resolver-typescript/blob/master/CHANGELOG.md) - [Commits](https://github.com/import-js/eslint-import-resolver-typescript/compare/v3.6.3...v3.7.0) Updates `typescript` from 5.6.3 to 5.7.2 - [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.3...v5.7.2) --- updated-dependencies: - dependency-name: cloudstructs dependency-type: direct:production update-type: version-update:semver-patch dependency-group: default - dependency-name: "@types/jest" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: default - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-minor dependency-group: default - dependency-name: eslint-import-resolver-typescript dependency-type: direct:development update-type: version-update:semver-minor dependency-group: default - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor dependency-group: default ... Signed-off-by: dependabot[bot] --- package-lock.json | 110 ++++++++++++++++++++++++---------------------- 1 file changed, 58 insertions(+), 52 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0501061..771cc19 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1911,9 +1911,9 @@ } }, "node_modules/@types/jest": { - "version": "29.5.13", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.13.tgz", - "integrity": "sha512-wd+MVEZCHt23V0/L642O5APvspWply/rGY5BcW4SUETo2UzPU3Z26qr8jC2qxpimI2jjx9h7+2cj2FwIr01bXg==", + "version": "29.5.14", + "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.14.tgz", + "integrity": "sha512-ZN+4sdnLUbo8EVvVc2ao0GFW6oVrQRPn4K2lglySj7APvSrgzxHiNNK99us4WDMi57xxA2yggblIAMNhXOotLQ==", "dev": true, "dependencies": { "expect": "^29.0.0", @@ -1933,9 +1933,9 @@ "dev": true }, "node_modules/@types/node": { - "version": "20.16.13", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.16.13.tgz", - "integrity": "sha512-GjQ7im10B0labo8ZGXDGROUl9k0BNyDgzfGpb4g/cl+4yYDWVKcozANF4FGr4/p0O/rAkQClM6Wiwkije++1Tg==", + "version": "20.17.12", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.17.12.tgz", + "integrity": "sha512-vo/wmBgMIiEA23A/knMfn/cf37VnuF52nZh5ZoW0GWt4e4sxNquibrMRJ7UQsA06+MBx9r/H1jsI9grYjQCQlw==", "dev": true, "dependencies": { "undici-types": "~6.19.2" @@ -3172,16 +3172,16 @@ } }, "node_modules/cloudstructs": { - "version": "0.9.19", - "resolved": "https://registry.npmjs.org/cloudstructs/-/cloudstructs-0.9.19.tgz", - "integrity": "sha512-yqeau+9KzZRxmbz6+jPkdeyChoLwRvSYDpqbJ9Vlw8f2vWyPXPf1JM+7I0pKCD35Za4YCcWc306fGnlJXJvrWQ==", + "version": "0.9.25", + "resolved": "https://registry.npmjs.org/cloudstructs/-/cloudstructs-0.9.25.tgz", + "integrity": "sha512-n2kWov/io39+CiW/wUbStAwJ9w+C2VtukACMMPjfndzxn6tkI9xDCx6PVMCaVZUQQ21UEW5zzp8nM249z/CJhQ==", "bundleDependencies": [ "@slack/web-api", "got", "mjml" ], "dependencies": { - "@slack/web-api": "^7.6.0", + "@slack/web-api": "^7.8.0", "got": "^11.8.6", "mjml": "^4.15.3" }, @@ -3191,7 +3191,7 @@ } }, "node_modules/cloudstructs/node_modules/@babel/runtime": { - "version": "7.25.7", + "version": "7.26.0", "inBundle": true, "license": "MIT", "dependencies": { @@ -3328,15 +3328,15 @@ } }, "node_modules/cloudstructs/node_modules/@slack/logger/node_modules/@types/node": { - "version": "22.7.5", + "version": "22.10.2", "inBundle": true, "license": "MIT", "dependencies": { - "undici-types": "~6.19.2" + "undici-types": "~6.20.0" } }, "node_modules/cloudstructs/node_modules/@slack/logger/node_modules/undici-types": { - "version": "6.19.8", + "version": "6.20.0", "inBundle": true, "license": "MIT" }, @@ -3350,7 +3350,7 @@ } }, "node_modules/cloudstructs/node_modules/@slack/web-api": { - "version": "7.6.0", + "version": "7.8.0", "inBundle": true, "license": "MIT", "dependencies": { @@ -3358,7 +3358,7 @@ "@slack/types": "^2.9.0", "@types/node": ">=18.0.0", "@types/retry": "0.12.0", - "axios": "^1.7.4", + "axios": "^1.7.8", "eventemitter3": "^5.0.1", "form-data": "^4.0.0", "is-electron": "2.2.2", @@ -3373,15 +3373,15 @@ } }, "node_modules/cloudstructs/node_modules/@slack/web-api/node_modules/@types/node": { - "version": "22.7.5", + "version": "22.10.2", "inBundle": true, "license": "MIT", "dependencies": { - "undici-types": "~6.19.2" + "undici-types": "~6.20.0" } }, "node_modules/cloudstructs/node_modules/@slack/web-api/node_modules/undici-types": { - "version": "6.19.8", + "version": "6.20.0", "inBundle": true, "license": "MIT" }, @@ -3408,15 +3408,15 @@ } }, "node_modules/cloudstructs/node_modules/@types/cacheable-request/node_modules/@types/node": { - "version": "22.7.5", + "version": "22.10.2", "inBundle": true, "license": "MIT", "dependencies": { - "undici-types": "~6.19.2" + "undici-types": "~6.20.0" } }, "node_modules/cloudstructs/node_modules/@types/cacheable-request/node_modules/undici-types": { - "version": "6.19.8", + "version": "6.20.0", "inBundle": true, "license": "MIT" }, @@ -3434,15 +3434,15 @@ } }, "node_modules/cloudstructs/node_modules/@types/keyv/node_modules/@types/node": { - "version": "22.7.5", + "version": "22.10.2", "inBundle": true, "license": "MIT", "dependencies": { - "undici-types": "~6.19.2" + "undici-types": "~6.20.0" } }, "node_modules/cloudstructs/node_modules/@types/keyv/node_modules/undici-types": { - "version": "6.19.8", + "version": "6.20.0", "inBundle": true, "license": "MIT" }, @@ -3455,15 +3455,15 @@ } }, "node_modules/cloudstructs/node_modules/@types/responselike/node_modules/@types/node": { - "version": "22.7.5", + "version": "22.10.2", "inBundle": true, "license": "MIT", "dependencies": { - "undici-types": "~6.19.2" + "undici-types": "~6.20.0" } }, "node_modules/cloudstructs/node_modules/@types/responselike/node_modules/undici-types": { - "version": "6.19.8", + "version": "6.20.0", "inBundle": true, "license": "MIT" }, @@ -3528,7 +3528,7 @@ "license": "MIT" }, "node_modules/cloudstructs/node_modules/axios": { - "version": "1.7.7", + "version": "1.7.9", "inBundle": true, "license": "MIT", "dependencies": { @@ -3755,7 +3755,7 @@ } }, "node_modules/cloudstructs/node_modules/cross-spawn": { - "version": "7.0.3", + "version": "7.0.6", "inBundle": true, "license": "MIT", "dependencies": { @@ -3867,7 +3867,7 @@ } }, "node_modules/cloudstructs/node_modules/domutils": { - "version": "3.1.0", + "version": "3.2.1", "inBundle": true, "license": "BSD-2-Clause", "dependencies": { @@ -4028,7 +4028,7 @@ } }, "node_modules/cloudstructs/node_modules/form-data": { - "version": "4.0.0", + "version": "4.0.1", "inBundle": true, "license": "MIT", "dependencies": { @@ -5014,22 +5014,22 @@ } }, "node_modules/cloudstructs/node_modules/parse5": { - "version": "7.1.2", + "version": "7.2.1", "inBundle": true, "license": "MIT", "dependencies": { - "entities": "^4.4.0" + "entities": "^4.5.0" }, "funding": { "url": "https://github.com/inikulin/parse5?sponsor=1" } }, "node_modules/cloudstructs/node_modules/parse5-htmlparser2-tree-adapter": { - "version": "7.0.0", + "version": "7.1.0", "inBundle": true, "license": "MIT", "dependencies": { - "domhandler": "^5.0.2", + "domhandler": "^5.0.3", "parse5": "^7.0.0" }, "funding": { @@ -6098,12 +6098,12 @@ } }, "node_modules/debug": { - "version": "4.3.6", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.6.tgz", - "integrity": "sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg==", + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz", + "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==", "dev": true, "dependencies": { - "ms": "2.1.2" + "ms": "^2.1.3" }, "engines": { "node": ">=6.0" @@ -6739,19 +6739,19 @@ } }, "node_modules/eslint-import-resolver-typescript": { - "version": "3.6.3", - "resolved": "https://registry.npmjs.org/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.6.3.tgz", - "integrity": "sha512-ud9aw4szY9cCT1EWWdGv1L1XR6hh2PaRWif0j2QjQ0pgTY/69iw+W0Z4qZv5wHahOl8isEr+k/JnyAqNQkLkIA==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/eslint-import-resolver-typescript/-/eslint-import-resolver-typescript-3.7.0.tgz", + "integrity": "sha512-Vrwyi8HHxY97K5ebydMtffsWAn1SCR9eol49eCd5fJS4O1WV7PaAjbcjmbfJJSMz/t4Mal212Uz/fQZrOB8mow==", "dev": true, "dependencies": { "@nolyfill/is-core-module": "1.0.39", - "debug": "^4.3.5", + "debug": "^4.3.7", "enhanced-resolve": "^5.15.0", - "eslint-module-utils": "^2.8.1", "fast-glob": "^3.3.2", "get-tsconfig": "^4.7.5", "is-bun-module": "^1.0.2", - "is-glob": "^4.0.3" + "is-glob": "^4.0.3", + "stable-hash": "^0.0.4" }, "engines": { "node": "^14.18.0 || >=16.0.0" @@ -9607,9 +9607,9 @@ } }, "node_modules/ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", "dev": true }, "node_modules/natural-compare": { @@ -11469,6 +11469,12 @@ "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==", "dev": true }, + "node_modules/stable-hash": { + "version": "0.0.4", + "resolved": "https://registry.npmjs.org/stable-hash/-/stable-hash-0.0.4.tgz", + "integrity": "sha512-LjdcbuBeLcdETCrPn9i8AYAZ1eCtu4ECAWtP7UleOiZ9LzVxRzzUZEoZ8zB24nhkQnDWyET0I+3sWokSDS3E7g==", + "dev": true + }, "node_modules/stack-utils": { "version": "2.0.6", "resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.6.tgz", @@ -12057,9 +12063,9 @@ "dev": true }, "node_modules/typescript": { - "version": "5.6.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz", - "integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==", + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz", + "integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==", "dev": true, "bin": { "tsc": "bin/tsc",