Bump luxon from 2.5.2 to 3.3.0 in /web

Bumps [luxon](https://github.com/moment/luxon) from 2.5.2 to 3.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.5.2...3.3.0)

---
updated-dependencies:
- dependency-name: luxon
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-04-24 11:58:26 +00:00
committed by Jack Dallas
parent 900e6bfd11
commit f65f2b9fff
2 changed files with 8 additions and 8 deletions

14
web/package-lock.json generated
View File

@@ -8,7 +8,7 @@
"name": "premiumizearr-ui",
"version": "0.0.1",
"dependencies": {
"luxon": "^2.5.2"
"luxon": "^3.3.0"
},
"devDependencies": {
"carbon-components-svelte": "^0.64.0",
@@ -2582,9 +2582,9 @@
}
},
"node_modules/luxon": {
"version": "2.5.2",
"resolved": "https://registry.npmjs.org/luxon/-/luxon-2.5.2.tgz",
"integrity": "sha512-Yg7/RDp4nedqmLgyH0LwgGRvMEKVzKbUdkBYyCosbHgJ+kaOUx0qzSiSatVc3DFygnirTPYnMM2P5dg2uH1WvA==",
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/luxon/-/luxon-3.3.0.tgz",
"integrity": "sha512-An0UCfG/rSiqtAIiBPO0Y9/zAnHUZxAMiCpTd5h2smgsj7GGmcenvrvww2cqNA8/4A5ZrD1gJpHN2mIHZQF+Mg==",
"engines": {
"node": ">=12"
}
@@ -6607,9 +6607,9 @@
}
},
"luxon": {
"version": "2.5.2",
"resolved": "https://registry.npmjs.org/luxon/-/luxon-2.5.2.tgz",
"integrity": "sha512-Yg7/RDp4nedqmLgyH0LwgGRvMEKVzKbUdkBYyCosbHgJ+kaOUx0qzSiSatVc3DFygnirTPYnMM2P5dg2uH1WvA=="
"version": "3.3.0",
"resolved": "https://registry.npmjs.org/luxon/-/luxon-3.3.0.tgz",
"integrity": "sha512-An0UCfG/rSiqtAIiBPO0Y9/zAnHUZxAMiCpTd5h2smgsj7GGmcenvrvww2cqNA8/4A5ZrD1gJpHN2mIHZQF+Mg=="
},
"magic-string": {
"version": "0.25.9",

View File

@@ -21,6 +21,6 @@
"dev": "webpack serve --static public"
},
"dependencies": {
"luxon": "^2.5.2"
"luxon": "^3.3.0"
}
}