From 9e16b67e40dba3e7598465801d6e8eaee84861e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Oct 2023 21:35:53 +0000 Subject: [PATCH] chore(deps): bump cron from 3.1.3 to 3.1.5 Bumps [cron](https://github.com/kelektiv/node-cron) from 3.1.3 to 3.1.5. - [Release notes](https://github.com/kelektiv/node-cron/releases) - [Changelog](https://github.com/kelektiv/node-cron/blob/main/CHANGELOG.md) - [Commits](https://github.com/kelektiv/node-cron/compare/v3.1.3...v3.1.5) --- updated-dependencies: - dependency-name: cron dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 40ef1acb..43348403 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "would-you", - "version": "1.1.1", + "version": "1.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "would-you", - "version": "1.1.1", + "version": "1.2.1", "license": "MIT", "dependencies": { "@discordjs/rest": "^2.0.0", @@ -15,7 +15,7 @@ "@top-gg/sdk": "^3.1.5", "axios": "^1.5.1", "chalk-advanced": "^1.0.3", - "cron": "^3.1.3", + "cron": "^3.1.5", "cryptr": "^6.3.0", "discord-api-types": "^0.37.61", "discord-hybrid-sharding": "^2.1.3", @@ -779,9 +779,9 @@ "dev": true }, "node_modules/cron": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/cron/-/cron-3.1.3.tgz", - "integrity": "sha512-KVxeKTKYj2eNzN4ElnT6nRSbjbfhyxR92O/Jdp6SH3pc05CDJws59jBrZWEMQlxevCiE6QUTrXy+Im3vC3oD3A==", + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/cron/-/cron-3.1.5.tgz", + "integrity": "sha512-e/ivHUhSZVvF5PUqgj7dzQ96KqAhK1/peMDr5Mmfm/vEho01/O+ySJnhTBJ2JPvFEWXpjLESIJBke0ZpZ7r7FA==", "dependencies": { "@types/luxon": "~3.3.0", "luxon": "~3.4.0" diff --git a/package.json b/package.json index e5202245..17fcc2a5 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "@top-gg/sdk": "^3.1.5", "axios": "^1.5.1", "chalk-advanced": "^1.0.3", - "cron": "^3.1.3", + "cron": "^3.1.5", "cryptr": "^6.3.0", "discord-api-types": "^0.37.61", "discord-hybrid-sharding": "^2.1.3", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index d82629f4..2ca40728 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -24,8 +24,8 @@ dependencies: specifier: ^1.0.3 version: 1.0.7 cron: - specifier: ^3.1.3 - version: 3.1.3 + specifier: ^3.1.5 + version: 3.1.5 cryptr: specifier: ^6.3.0 version: 6.3.0 @@ -638,8 +638,8 @@ packages: resolution: {integrity: sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==} dev: true - /cron@3.1.3: - resolution: {integrity: sha512-KVxeKTKYj2eNzN4ElnT6nRSbjbfhyxR92O/Jdp6SH3pc05CDJws59jBrZWEMQlxevCiE6QUTrXy+Im3vC3oD3A==} + /cron@3.1.5: + resolution: {integrity: sha512-e/ivHUhSZVvF5PUqgj7dzQ96KqAhK1/peMDr5Mmfm/vEho01/O+ySJnhTBJ2JPvFEWXpjLESIJBke0ZpZ7r7FA==} dependencies: '@types/luxon': 3.3.2 luxon: 3.4.3