From 57b885c8b8cd5da9923a7a80ff7e8aa427d13a21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Jan 2023 14:02:32 +0530 Subject: [PATCH] chore: bump luxon from 3.0.1 to 3.2.1 in /deploy/docker/utils (#19587) Bumps [luxon](https://github.com/moment/luxon) from 3.0.1 to 3.2.1.
Changelog

Sourced from luxon's changelog.

Changelog

3.2.0 (2022-12-29)

3.1.1 (2022-11-28)

3.1.0 (2022-10-31)

3.0.4 (2022-09-24)

3.0.2 (2022-08-28)

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=luxon&package-manager=npm_and_yarn&previous-version=3.0.1&new-version=3.2.1)](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 ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/appsmithorg/appsmith/network/alerts).
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- deploy/docker/utils/package-lock.json | 14 +++++++------- deploy/docker/utils/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/deploy/docker/utils/package-lock.json b/deploy/docker/utils/package-lock.json index b007923e60..6b8fd26d89 100644 --- a/deploy/docker/utils/package-lock.json +++ b/deploy/docker/utils/package-lock.json @@ -12,7 +12,7 @@ "cli-progress": "^3.11.2", "dotenv": "10.0.0", "jest": "^29.1.2", - "luxon": "^3.0.1", + "luxon": "^3.2.1", "minimist": "^1.2.6", "mongodb": "^4.4.0", "nodemailer": "6.7.5", @@ -2557,9 +2557,9 @@ } }, "node_modules/luxon": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/luxon/-/luxon-3.0.1.tgz", - "integrity": "sha512-hF3kv0e5gwHQZKz4wtm4c+inDtyc7elkanAsBq+fundaCdUBNJB1dHEGUZIM6SfSBUlbVFduPwEtNjFK8wLtcw==", + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/luxon/-/luxon-3.2.1.tgz", + "integrity": "sha512-QrwPArQCNLAKGO/C+ZIilgIuDnEnKx5QYODdDtbFaxzsbZcc/a7WFq7MhsVYgRlwawLtvOUESTlfJ+hc/USqPg==", "engines": { "node": ">=12" } @@ -5305,9 +5305,9 @@ } }, "luxon": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/luxon/-/luxon-3.0.1.tgz", - "integrity": "sha512-hF3kv0e5gwHQZKz4wtm4c+inDtyc7elkanAsBq+fundaCdUBNJB1dHEGUZIM6SfSBUlbVFduPwEtNjFK8wLtcw==" + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/luxon/-/luxon-3.2.1.tgz", + "integrity": "sha512-QrwPArQCNLAKGO/C+ZIilgIuDnEnKx5QYODdDtbFaxzsbZcc/a7WFq7MhsVYgRlwawLtvOUESTlfJ+hc/USqPg==" }, "make-dir": { "version": "3.1.0", diff --git a/deploy/docker/utils/package.json b/deploy/docker/utils/package.json index 09841dea8d..b6c9b4135c 100644 --- a/deploy/docker/utils/package.json +++ b/deploy/docker/utils/package.json @@ -15,7 +15,7 @@ "cli-progress": "^3.11.2", "dotenv": "10.0.0", "jest": "^29.1.2", - "luxon": "^3.0.1", + "luxon": "^3.2.1", "minimist": "^1.2.6", "mongodb": "^4.4.0", "nodemailer": "6.7.5",