diff --git a/package-lock.json b/package-lock.json index d51c975..17edeeb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "1.0.0", "dependencies": { "@arcgis/core": "^4.26.0", - "@esri/arcgis-rest-request": "^4.0.2", + "@esri/arcgis-rest-request": "^4.1.4", "json2csv": "^5.0.7" }, "devDependencies": { @@ -55,12 +55,13 @@ } }, "node_modules/@esri/arcgis-rest-request": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/@esri/arcgis-rest-request/-/arcgis-rest-request-4.0.2.tgz", - "integrity": "sha512-gsFKP1B9yYR9Mv3sWj6w33M8+OPSsvh/kQtc5tvczfKaf31yIsrbulUo54nQYAckLTDWCRkMtQ7RG8oJma6P7A==", + "version": "4.1.4", + "resolved": "https://registry.npmjs.org/@esri/arcgis-rest-request/-/arcgis-rest-request-4.1.4.tgz", + "integrity": "sha512-3B5zEQG3f0Q2QvJl5IdiMESWcLfdUP0lrthH3ZUF1oYOUcM1zzFn/1SJtQbilhgV7cMToXpKo8G/lSz6oPG6xw==", "dependencies": { - "@esri/arcgis-rest-fetch": "4.0.0", - "@esri/arcgis-rest-form-data": "4.0.0", + "@esri/arcgis-rest-fetch": "^4.0.0", + "@esri/arcgis-rest-form-data": "^4.0.0", + "mitt": "^3.0.0", "tslib": "^2.3.1" }, "engines": { @@ -329,6 +330,11 @@ "node": ">=12" } }, + "node_modules/mitt": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/mitt/-/mitt-3.0.0.tgz", + "integrity": "sha512-7dX2/10ITVyqh4aOSVI9gdape+t9l2/8QxHrFmUXu4EEUpdlxl6RudZUPZoc+zuY2hk1j7XxVroIVIan/pD/SQ==" + }, "node_modules/node-domexception": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/node-domexception/-/node-domexception-1.0.0.tgz", @@ -456,12 +462,13 @@ } }, "@esri/arcgis-rest-request": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/@esri/arcgis-rest-request/-/arcgis-rest-request-4.0.2.tgz", - "integrity": "sha512-gsFKP1B9yYR9Mv3sWj6w33M8+OPSsvh/kQtc5tvczfKaf31yIsrbulUo54nQYAckLTDWCRkMtQ7RG8oJma6P7A==", + "version": "4.1.4", + "resolved": "https://registry.npmjs.org/@esri/arcgis-rest-request/-/arcgis-rest-request-4.1.4.tgz", + "integrity": "sha512-3B5zEQG3f0Q2QvJl5IdiMESWcLfdUP0lrthH3ZUF1oYOUcM1zzFn/1SJtQbilhgV7cMToXpKo8G/lSz6oPG6xw==", "requires": { - "@esri/arcgis-rest-fetch": "4.0.0", - "@esri/arcgis-rest-form-data": "4.0.0", + "@esri/arcgis-rest-fetch": "^4.0.0", + "@esri/arcgis-rest-form-data": "^4.0.0", + "mitt": "^3.0.0", "tslib": "^2.3.1" } }, @@ -671,6 +678,11 @@ "resolved": "https://registry.npmjs.org/luxon/-/luxon-3.2.1.tgz", "integrity": "sha512-QrwPArQCNLAKGO/C+ZIilgIuDnEnKx5QYODdDtbFaxzsbZcc/a7WFq7MhsVYgRlwawLtvOUESTlfJ+hc/USqPg==" }, + "mitt": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/mitt/-/mitt-3.0.0.tgz", + "integrity": "sha512-7dX2/10ITVyqh4aOSVI9gdape+t9l2/8QxHrFmUXu4EEUpdlxl6RudZUPZoc+zuY2hk1j7XxVroIVIan/pD/SQ==" + }, "node-domexception": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/node-domexception/-/node-domexception-1.0.0.tgz", diff --git a/package.json b/package.json index 120c43c..4fc22ac 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "private": true, "dependencies": { "@arcgis/core": "^4.26.0", - "@esri/arcgis-rest-request": "^4.0.2", + "@esri/arcgis-rest-request": "^4.1.4", "json2csv": "^5.0.7" }, "devDependencies": {