diff --git a/package-lock.json b/package-lock.json index d1ba1093..02e90935 100644 --- a/package-lock.json +++ b/package-lock.json @@ -43,7 +43,7 @@ "lint-staged": "^15.2.9", "nyc": "^17.0.0", "prettier": "^3.3.3", - "protobufjs": "^7.3.2", + "protobufjs": "^7.4.0", "shelljs": "^0.8.5", "simple-git": "^3.25.0", "snyk": "^1.1292.4", @@ -17954,9 +17954,9 @@ } }, "node_modules/protobufjs": { - "version": "7.3.2", - "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.3.2.tgz", - "integrity": "sha512-RXyHaACeqXeqAKGLDl68rQKbmObRsTIn4TYVUUug1KfS47YWCo5MacGITEryugIgZqORCvJWEk4l449POg5Txg==", + "version": "7.4.0", + "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.4.0.tgz", + "integrity": "sha512-mRUWCc3KUU4w1jU8sGxICXH/gNS94DvI1gxqDvBzhj1JpcsimQkYiOJfwsPUykUI5ZaspFbSgmBLER8IrQ3tqw==", "hasInstallScript": true, "dependencies": { "@protobufjs/aspromise": "^1.1.2", @@ -19130,10 +19130,11 @@ } }, "node_modules/simple-statistics": { - "version": "7.8.3", - "license": "ISC", + "version": "7.8.4", + "resolved": "https://registry.npmjs.org/simple-statistics/-/simple-statistics-7.8.4.tgz", + "integrity": "sha512-KHC7X+4Dji2rFgnPU7FxPPp4GxPz9hvQCHx2x6JbjLYNKuSMHcoNZ54gF0xBBMOAvNtWmfCHcfC4MD2T89ffEA==", "engines": { - "node": "*" + "node": ">= 18" } }, "node_modules/simple-swizzle": { @@ -21306,7 +21307,7 @@ "joi": "^17.13.3", "lodash": "^4.17.21", "postgres-date": "^2.1.0", - "protobufjs": "^7.3.2", + "protobufjs": "^7.4.0", "wkt-parser": "^1.3.3" }, "devDependencies": { @@ -21368,7 +21369,7 @@ "murmurhash": "^2.0.1", "ngeohash": "^0.6.3", "proj4": "^2.12.0", - "simple-statistics": "^7.8.3", + "simple-statistics": "^7.8.4", "wkt-parser": "^1.3.3" }, "devDependencies": { @@ -23739,7 +23740,7 @@ "mocha": "^10.7.3", "nyc": "^17.0.0", "postgres-date": "^2.1.0", - "protobufjs": "^7.3.2", + "protobufjs": "^7.4.0", "proxyquire": "^2.1.3", "should": "^13.2.3", "should-sinon": "0.0.6", @@ -23824,7 +23825,7 @@ "ngeohash": "^0.6.3", "proj4": "^2.12.0", "proxyquire": "^2.1.3", - "simple-statistics": "^7.8.3", + "simple-statistics": "^7.8.4", "sinon": "^18.0.0", "tap-min": "^3.0.0", "tape": "^5.8.1", @@ -34207,9 +34208,9 @@ } }, "protobufjs": { - "version": "7.3.2", - "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.3.2.tgz", - "integrity": "sha512-RXyHaACeqXeqAKGLDl68rQKbmObRsTIn4TYVUUug1KfS47YWCo5MacGITEryugIgZqORCvJWEk4l449POg5Txg==", + "version": "7.4.0", + "resolved": "https://registry.npmjs.org/protobufjs/-/protobufjs-7.4.0.tgz", + "integrity": "sha512-mRUWCc3KUU4w1jU8sGxICXH/gNS94DvI1gxqDvBzhj1JpcsimQkYiOJfwsPUykUI5ZaspFbSgmBLER8IrQ3tqw==", "requires": { "@protobufjs/aspromise": "^1.1.2", "@protobufjs/base64": "^1.1.2", @@ -35033,7 +35034,9 @@ } }, "simple-statistics": { - "version": "7.8.3" + "version": "7.8.4", + "resolved": "https://registry.npmjs.org/simple-statistics/-/simple-statistics-7.8.4.tgz", + "integrity": "sha512-KHC7X+4Dji2rFgnPU7FxPPp4GxPz9hvQCHx2x6JbjLYNKuSMHcoNZ54gF0xBBMOAvNtWmfCHcfC4MD2T89ffEA==" }, "simple-swizzle": { "version": "0.2.2", diff --git a/package.json b/package.json index 47c87ba4..84c6e02e 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "lint-staged": "^15.2.9", "nyc": "^17.0.0", "prettier": "^3.3.3", - "protobufjs": "^7.3.2", + "protobufjs": "^7.4.0", "shelljs": "^0.8.5", "simple-git": "^3.25.0", "snyk": "^1.1292.4", diff --git a/packages/featureserver/package.json b/packages/featureserver/package.json index ba14c757..ccc4fd03 100644 --- a/packages/featureserver/package.json +++ b/packages/featureserver/package.json @@ -31,7 +31,7 @@ "joi": "^17.13.3", "lodash": "^4.17.21", "postgres-date": "^2.1.0", - "protobufjs": "^7.3.2", + "protobufjs": "^7.4.0", "wkt-parser": "^1.3.3" }, "devDependencies": { diff --git a/packages/winnow/package.json b/packages/winnow/package.json index 9b6fb1b0..4681df7a 100644 --- a/packages/winnow/package.json +++ b/packages/winnow/package.json @@ -65,7 +65,7 @@ "murmurhash": "^2.0.1", "ngeohash": "^0.6.3", "proj4": "^2.12.0", - "simple-statistics": "^7.8.3", + "simple-statistics": "^7.8.4", "wkt-parser": "^1.3.3" }, "devDependencies": {