diff --git a/package-lock.json b/package-lock.json index c55234a1..74229eba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,7 +43,7 @@ "jszip": "^3.6.0", "jszip-utils": "^0.1.0", "lint-staged": "^11.0.0", - "luxon": "^1.27.0", + "luxon": "^2.5.2", "monaco-editor": "^0.34.0", "node-fetch": "^2.6.7", "prettier": "^2.3.1", @@ -64,17 +64,17 @@ "@fortawesome/react-fontawesome": "^0.1.14", "@material-ui/core": "^4.11.3", "@material-ui/styles": "^4.11.3", - "@monaco-editor/react": "^4.0.9", + "@monaco-editor/react": "^4.4.0", "axios": "^0.21.0", "i18next": ">=20.2.0", "js-base64": "^3.6.0", "jszip": "^3.6.0", "jszip-utils": "^0.1.0", - "luxon": "^1.26.0", + "luxon": "^2.5.2", "react": ">=17.0.0", "react-dom": ">=17.0.0", "react-i18next": ">=11.8.0", - "react-query": "=>3.39.0", + "react-query": ">=3.39.0", "styled-components": "^5.2.1", "uuid": "^8.3.2" } @@ -10143,12 +10143,12 @@ } }, "node_modules/luxon": { - "version": "1.27.0", - "resolved": "https://registry.npmjs.org/luxon/-/luxon-1.27.0.tgz", - "integrity": "sha512-VKsFsPggTA0DvnxtJdiExAucKdAnwbCCNlMM5ENvHlxubqWd0xhZcdb4XgZ7QFNhaRhilXCFxHuoObP5BNA4PA==", + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/luxon/-/luxon-2.5.2.tgz", + "integrity": "sha512-Yg7/RDp4nedqmLgyH0LwgGRvMEKVzKbUdkBYyCosbHgJ+kaOUx0qzSiSatVc3DFygnirTPYnMM2P5dg2uH1WvA==", "dev": true, "engines": { - "node": "*" + "node": ">=12" } }, "node_modules/lz-string": { @@ -19873,9 +19873,9 @@ } }, "luxon": { - "version": "1.27.0", - "resolved": "https://registry.npmjs.org/luxon/-/luxon-1.27.0.tgz", - "integrity": "sha512-VKsFsPggTA0DvnxtJdiExAucKdAnwbCCNlMM5ENvHlxubqWd0xhZcdb4XgZ7QFNhaRhilXCFxHuoObP5BNA4PA==", + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/luxon/-/luxon-2.5.2.tgz", + "integrity": "sha512-Yg7/RDp4nedqmLgyH0LwgGRvMEKVzKbUdkBYyCosbHgJ+kaOUx0qzSiSatVc3DFygnirTPYnMM2P5dg2uH1WvA==", "dev": true }, "lz-string": { diff --git a/package.json b/package.json index 53c5f5ba..ce4c377f 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "jszip": "^3.6.0", "jszip-utils": "^0.1.0", "lint-staged": "^11.0.0", - "luxon": "^1.27.0", + "luxon": "^2.5.2", "monaco-editor": "^0.34.0", "node-fetch": "^2.6.7", "prettier": "^2.3.1",