From 3a2a893df666189075a9ee369c6518842286fb5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Feb 2022 04:45:54 +0000 Subject: [PATCH] chore(deps): bump luxon from 2.0.2 to 2.3.0 Bumps [luxon](https://github.com/moment/luxon) from 2.0.2 to 2.3.0. - [Release notes](https://github.com/moment/luxon/releases) - [Changelog](https://github.com/moment/luxon/blob/master/CHANGELOG.md) - [Commits](https://github.com/moment/luxon/compare/2.0.2...2.3.0) --- updated-dependencies: - dependency-name: luxon dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .changeset/dependabot-41e6f4a.md | 6 ++++++ plugins/firehydrant/package.json | 2 +- plugins/pagerduty/package.json | 2 +- yarn.lock | 13 ++++--------- 4 files changed, 12 insertions(+), 11 deletions(-) create mode 100644 .changeset/dependabot-41e6f4a.md diff --git a/.changeset/dependabot-41e6f4a.md b/.changeset/dependabot-41e6f4a.md new file mode 100644 index 0000000000..64d49b3814 --- /dev/null +++ b/.changeset/dependabot-41e6f4a.md @@ -0,0 +1,6 @@ +--- +'@backstage/plugin-firehydrant': patch +'@backstage/plugin-pagerduty': patch +--- + +chore(deps): bump `luxon` from 2.0.2 to 2.3.0 diff --git a/plugins/firehydrant/package.json b/plugins/firehydrant/package.json index 974e3cc9e7..edc52bf793 100644 --- a/plugins/firehydrant/package.json +++ b/plugins/firehydrant/package.json @@ -32,7 +32,7 @@ "@material-ui/core": "^4.12.2", "@material-ui/icons": "^4.9.1", "@material-ui/lab": "4.0.0-alpha.57", - "luxon": "^1.27.0", + "luxon": "^2.3.0", "react-use": "^17.2.4" }, "peerDependencies": { diff --git a/plugins/pagerduty/package.json b/plugins/pagerduty/package.json index 2c9e0bc79d..d106a16080 100644 --- a/plugins/pagerduty/package.json +++ b/plugins/pagerduty/package.json @@ -43,7 +43,7 @@ "@material-ui/icons": "^4.9.1", "@material-ui/lab": "4.0.0-alpha.57", "classnames": "^2.2.6", - "luxon": "2.0.2", + "luxon": "2.3.0", "react-router-dom": "6.0.0-beta.0", "react-use": "^17.2.4" }, diff --git a/yarn.lock b/yarn.lock index 0132513fc0..fe63c8be46 100644 --- a/yarn.lock +++ b/yarn.lock @@ -16458,15 +16458,10 @@ lunr@^2.3.9: resolved "https://registry.npmjs.org/lunr/-/lunr-2.3.9.tgz#18b123142832337dd6e964df1a5a7707b25d35e1" integrity sha512-zTU3DaZaF3Rt9rhN3uBMGQD3dD2/vFQqnvZCDv4dl5iOzq2IZQqTxu90r4E5J+nP70J3ilqVCrbho2eWaeW8Ow== -luxon@2.0.2, luxon@^2.0.2: - version "2.0.2" - resolved "https://registry.npmjs.org/luxon/-/luxon-2.0.2.tgz#11f2cd4a11655fdf92e076b5782d7ede5bcdd133" - integrity sha512-ZRioYLCgRHrtTORaZX1mx+jtxKtKuI5ZDvHNAmqpUzGqSrR+tL4FVLn/CUGMA3h0+AKD1MAxGI5GnCqR5txNqg== - -luxon@^1.27.0: - version "1.28.0" - resolved "https://registry.npmjs.org/luxon/-/luxon-1.28.0.tgz#e7f96daad3938c06a62de0fb027115d251251fbf" - integrity sha512-TfTiyvZhwBYM/7QdAVDh+7dBTBA29v4ik0Ce9zda3Mnf8on1S5KJI8P2jKFZ8+5C0jhmr0KwJEO/Wdpm0VeWJQ== +luxon@2.3.0, luxon@^2.0.2, luxon@^2.3.0: + version "2.3.0" + resolved "https://registry.npmjs.org/luxon/-/luxon-2.3.0.tgz#bf16a7e642513c2a20a6230a6a41b0ab446d0045" + integrity sha512-gv6jZCV+gGIrVKhO90yrsn8qXPKD8HYZJtrUDSfEbow8Tkw84T9OnCyJhWvnJIaIF/tBuiAjZuQHUt1LddX2mg== lz-string@^1.4.4: version "1.4.4"