diff --git a/horreum-web/package-lock.json b/horreum-web/package-lock.json index 5bc7bea4c..67db1577d 100644 --- a/horreum-web/package-lock.json +++ b/horreum-web/package-lock.json @@ -13,7 +13,7 @@ "@patternfly/react-core": "5.2.3", "@patternfly/react-table": "5.4.0", "@types/jsonpath": "0.2.4", - "@types/luxon": "3.2.0", + "@types/luxon": "3.4.2", "@types/react": "17.0.74", "@types/react-autosuggest": "10.1.11", "@types/react-dom": "18.2.25", @@ -27,7 +27,7 @@ "jshint": "2.13.6", "jsonpath": "1.1.1", "keycloak-js": "23.0.7", - "luxon": "3.3.0", + "luxon": "3.5.0", "moment": "2.30.1", "monaco-editor": "0.52.0", "react": "18.2.0", @@ -1379,9 +1379,9 @@ "integrity": "sha512-K3hxB8Blw0qgW6ExKgMbXQv2UPZBoE2GqLpVY+yr7nMD2Pq86lsuIzyAaiQ7eMqFL5B6di6pxSkogLJEyEHoGA==" }, "node_modules/@types/luxon": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/@types/luxon/-/luxon-3.2.0.tgz", - "integrity": "sha512-lGmaGFoaXHuOLXFvuju2bfvZRqxAqkHPx9Y9IQdQABrinJJshJwfNCKV+u7rR3kJbiqfTF/NhOkcxxAFrObyaA==" + "version": "3.4.2", + "resolved": "https://registry.npmjs.org/@types/luxon/-/luxon-3.4.2.tgz", + "integrity": "sha512-TifLZlFudklWlMBfhubvgqTXRzLDI5pCbGa4P8a3wPyUQSW+1xQ5eDsreP9DWHX3tjq1ke96uYG/nwundroWcA==" }, "node_modules/@types/mdast": { "version": "3.0.15", @@ -3333,9 +3333,9 @@ } }, "node_modules/luxon": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/luxon/-/luxon-3.3.0.tgz", - "integrity": "sha512-An0UCfG/rSiqtAIiBPO0Y9/zAnHUZxAMiCpTd5h2smgsj7GGmcenvrvww2cqNA8/4A5ZrD1gJpHN2mIHZQF+Mg==", + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/luxon/-/luxon-3.5.0.tgz", + "integrity": "sha512-rh+Zjr6DNfUYR3bPwJEnuwDdqMbxZW7LOQfUN4B54+Cl+0o5zaU9RJ6bcidfDtC1cWCZXQ+nvX8bf6bAji37QQ==", "engines": { "node": ">=12" } diff --git a/horreum-web/package.json b/horreum-web/package.json index a8c1bb72f..2d8b4127c 100644 --- a/horreum-web/package.json +++ b/horreum-web/package.json @@ -9,7 +9,7 @@ "@patternfly/react-core": "5.2.3", "@patternfly/react-table": "5.4.0", "@types/jsonpath": "0.2.4", - "@types/luxon": "3.2.0", + "@types/luxon": "3.4.2", "@types/react": "17.0.74", "@types/react-autosuggest": "10.1.11", "@types/react-dom": "18.2.25", @@ -23,7 +23,7 @@ "jshint": "2.13.6", "jsonpath": "1.1.1", "keycloak-js": "23.0.7", - "luxon": "3.3.0", + "luxon": "3.5.0", "moment": "2.30.1", "monaco-editor": "0.52.0", "react": "18.2.0",