From 9f9f6e7a795288a4c338d74c965159d882653de1 Mon Sep 17 00:00:00 2001 From: Mike Tschudi Date: Mon, 30 Dec 2024 18:09:12 -0800 Subject: [PATCH] Dependabot updates --- package-lock.json | 42 +++++++++++++++++++++--------------------- package.json | 8 ++++---- 2 files changed, 25 insertions(+), 25 deletions(-) diff --git a/package-lock.json b/package-lock.json index 74de1c443..d80441012 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.11.3", "license": "Apache-2.0", "dependencies": { - "@arcgis/core": "^4.32.0-next.20241213", + "@arcgis/core": "^4.32.0-next.20241229", "@esri/arcgis-html-sanitizer": "^4.1.0", "@esri/arcgis-rest-auth": "^3.7.0", "@esri/arcgis-rest-feature-layer": "^3.7.0", @@ -33,7 +33,7 @@ "@babel/preset-typescript": "^7.26.0", "@babel/types": "^7.26.3", "@esri/arcgis-rest-service-admin": "^3.7.0", - "@esri/calcite-components": "^3.0.0-next.80", + "@esri/calcite-components": "^3.0.0-next.82", "@esri/calcite-design-tokens": "^3.0.0-next.2", "@esri/eslint-plugin-calcite-components": "^1.2.1", "@esri/instant-apps-components": "^1.0.0-beta.303", @@ -57,7 +57,7 @@ "eslint-config-prettier": "9.1.0", "eslint-plugin-jest": "^28.9.0", "eslint-plugin-prettier": "5.2.1", - "eslint-plugin-react": "7.37.2", + "eslint-plugin-react": "7.37.3", "eslint-plugin-unicorn": "^56.0.1", "esri-loader": "^3.7.0", "form-request-submit-polyfill": "^2.0.0", @@ -66,7 +66,7 @@ "jest-cli": "^29.7.0", "mkdirp": "3.0.1", "ncp": "^2.0.0", - "npm-check-updates": "^17.1.11", + "npm-check-updates": "^17.1.13", "prettier": "3.4.2", "puppeteer": "^23.10.4", "react": "^18.3.1", @@ -310,13 +310,13 @@ } }, "node_modules/@arcgis/core": { - "version": "4.32.0-next.20241223", - "resolved": "https://registry.npmjs.org/@arcgis/core/-/core-4.32.0-next.20241223.tgz", - "integrity": "sha512-CPgdGxdr2v/MuvgP0RtkMc3wHyPX/qql+M5yWDhqRPA6ZbcYdTBTJCvn4Tsv5BFXEqzhChCMemAO1kWq5aBizA==", + "version": "4.32.0-next.20241230", + "resolved": "https://registry.npmjs.org/@arcgis/core/-/core-4.32.0-next.20241230.tgz", + "integrity": "sha512-K7CCDeOu0a4IrS3KnoOIfIAcqiSIORnV4/i1UGKVkD8LOFR0rQvIzKdXGvjomMw8Im/cHhDctcv07zeM3PAs6w==", "license": "SEE LICENSE IN copyright.txt", "dependencies": { "@esri/arcgis-html-sanitizer": "~4.1.0", - "@esri/calcite-components": "~3.0.0-next.78", + "@esri/calcite-components": "~3.0.0-next.81", "@vaadin/grid": "~24.6.0", "@zip.js/zip.js": "~2.7.54", "luxon": "~3.5.0", @@ -3866,9 +3866,9 @@ "license": "Apache-2.0" }, "node_modules/@esri/calcite-components": { - "version": "3.0.0-next.81", - "resolved": "https://registry.npmjs.org/@esri/calcite-components/-/calcite-components-3.0.0-next.81.tgz", - "integrity": "sha512-mR5p4M0CrkjR1wutG2lt8uryK4JoJdPGl2+V2nWePCSdSMDTh+ihTHTpwYaQm7nIapSCQDDkrkXfBzLKX2naiw==", + "version": "3.0.0-next.82", + "resolved": "https://registry.npmjs.org/@esri/calcite-components/-/calcite-components-3.0.0-next.82.tgz", + "integrity": "sha512-jR1mSlL9VoDxFSYqAjdcxOFbtVjlXI9iUEG1eKNNr/G5BuosiBl6jhOA3O4WwzdHLsOxJ/cCeFmXzpy5Ff6TLw==", "license": "SEE LICENSE.md", "dependencies": { "@arcgis/components-controllers": "^4.32.0-next.55", @@ -9979,29 +9979,29 @@ } }, "node_modules/eslint-plugin-react": { - "version": "7.37.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.37.2.tgz", - "integrity": "sha512-EsTAnj9fLVr/GZleBLFbj/sSuXeWmp1eXIN60ceYnZveqEaUCyW4X+Vh4WTdUhCkW4xutXYqTXCUSyqD4rB75w==", + "version": "7.37.3", + "resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.37.3.tgz", + "integrity": "sha512-DomWuTQPFYZwF/7c9W2fkKkStqZmBd3uugfqBYLdkZ3Hii23WzZuOLUskGxB8qkSKqftxEeGL1TB2kMhrce0jA==", "dev": true, "license": "MIT", "dependencies": { "array-includes": "^3.1.8", "array.prototype.findlast": "^1.2.5", - "array.prototype.flatmap": "^1.3.2", + "array.prototype.flatmap": "^1.3.3", "array.prototype.tosorted": "^1.1.4", "doctrine": "^2.1.0", - "es-iterator-helpers": "^1.1.0", + "es-iterator-helpers": "^1.2.1", "estraverse": "^5.3.0", "hasown": "^2.0.2", "jsx-ast-utils": "^2.4.1 || ^3.0.0", "minimatch": "^3.1.2", "object.entries": "^1.1.8", "object.fromentries": "^2.0.8", - "object.values": "^1.2.0", + "object.values": "^1.2.1", "prop-types": "^15.8.1", "resolve": "^2.0.0-next.5", "semver": "^6.3.1", - "string.prototype.matchall": "^4.0.11", + "string.prototype.matchall": "^4.0.12", "string.prototype.repeat": "^1.0.0" }, "engines": { @@ -14149,9 +14149,9 @@ } }, "node_modules/npm-check-updates": { - "version": "17.1.12", - "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-17.1.12.tgz", - "integrity": "sha512-j1+ln9wXDNLgTSMrEF9ja4KyYq4yBF8FuuU3irFtMSnss4pYjvYfQESz8CV82Rk1daXjbtaAWF9pZZKzujhoBA==", + "version": "17.1.13", + "resolved": "https://registry.npmjs.org/npm-check-updates/-/npm-check-updates-17.1.13.tgz", + "integrity": "sha512-m9Woo2J5XVab0VcQpYvrQ0hx3ySI1mGbiHR595mc6Lr1/FIaTWvv+oU+T1WKSfXRiluKC/V5P6Bdk5agaYpqqg==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/package.json b/package.json index 0304938d2..1f4f3882e 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@babel/preset-typescript": "^7.26.0", "@babel/types": "^7.26.3", "@esri/arcgis-rest-service-admin": "^3.7.0", - "@esri/calcite-components": "^3.0.0-next.80", + "@esri/calcite-components": "^3.0.0-next.82", "@esri/calcite-design-tokens": "^3.0.0-next.2", "@esri/eslint-plugin-calcite-components": "^1.2.1", "@esri/instant-apps-components": "^1.0.0-beta.303", @@ -61,7 +61,7 @@ "eslint-config-prettier": "9.1.0", "eslint-plugin-jest": "^28.9.0", "eslint-plugin-prettier": "5.2.1", - "eslint-plugin-react": "7.37.2", + "eslint-plugin-react": "7.37.3", "eslint-plugin-unicorn": "^56.0.1", "esri-loader": "^3.7.0", "form-request-submit-polyfill": "^2.0.0", @@ -70,7 +70,7 @@ "jest-cli": "^29.7.0", "mkdirp": "3.0.1", "ncp": "^2.0.0", - "npm-check-updates": "^17.1.11", + "npm-check-updates": "^17.1.13", "prettier": "3.4.2", "puppeteer": "^23.10.4", "react": "^18.3.1", @@ -83,7 +83,7 @@ "workbox-build": "^7.1.1" }, "dependencies": { - "@arcgis/core": "^4.32.0-next.20241213", + "@arcgis/core": "^4.32.0-next.20241229", "@esri/arcgis-html-sanitizer": "^4.1.0", "@esri/arcgis-rest-auth": "^3.7.0", "@esri/arcgis-rest-feature-layer": "^3.7.0",