From 091c3a8343302a5a406fec7da13152d2fed9289c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 09:09:25 -0600 Subject: [PATCH] Bump the npm_and_yarn group across 1 directories with 3 updates (#351) * Bump the npm_and_yarn group across 1 directories with 3 updates Bumps the npm_and_yarn group with 3 updates in the /Meadowlark-js directory: [axios](https://github.com/axios/axios), [ip](https://github.com/indutny/node-ip) and [undici](https://github.com/nodejs/undici). Updates `axios` from 1.6.2 to 1.6.7 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.6.2...v1.6.7) Updates `ip` from 2.0.0 to 2.0.1 - [Commits](https://github.com/indutny/node-ip/compare/v2.0.0...v2.0.1) Updates `undici` from 5.27.2 to 5.28.3 - [Release notes](https://github.com/nodejs/undici/releases) - [Commits](https://github.com/nodejs/undici/compare/v5.27.2...v5.28.3) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production dependency-group: npm_and_yarn-security-group - dependency-name: ip dependency-type: indirect dependency-group: npm_and_yarn-security-group - dependency-name: undici dependency-type: indirect dependency-group: npm_and_yarn-security-group ... Signed-off-by: dependabot[bot] * v0.5.1-pre.0 --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .../package.json | 6 +- .../meadowlark-mongodb-backend/package.json | 8 +-- .../package.json | 6 +- .../package.json | 8 +-- Meadowlark-js/lerna.json | 2 +- Meadowlark-js/package-lock.json | 69 ++++++++++--------- .../meadowlark-authz-server/package.json | 4 +- .../packages/meadowlark-core/package.json | 4 +- .../meadowlark-utilities/package.json | 2 +- .../services/meadowlark-fastify/package.json | 8 +-- Meadowlark-js/tests/e2e/package.json | 4 +- 11 files changed, 61 insertions(+), 60 deletions(-) diff --git a/Meadowlark-js/backends/meadowlark-elasticsearch-backend/package.json b/Meadowlark-js/backends/meadowlark-elasticsearch-backend/package.json index d7e30303..66e44287 100644 --- a/Meadowlark-js/backends/meadowlark-elasticsearch-backend/package.json +++ b/Meadowlark-js/backends/meadowlark-elasticsearch-backend/package.json @@ -1,7 +1,7 @@ { "name": "@edfi/meadowlark-elasticsearch-backend", "main": "dist/index.js", - "version": "0.5.0", + "version": "0.5.1-pre.0", "description": "Meadowlark backend plugin for elasticsearch", "license": "Apache-2.0", "publishConfig": { @@ -19,8 +19,8 @@ "build:copy-non-ts": "copyfiles -u 1 -e \"**/*.ts\" \"src/**/*\" dist --verbose" }, "dependencies": { - "@edfi/meadowlark-core": "^0.5.0", - "@edfi/meadowlark-utilities": "^0.5.0", + "@edfi/meadowlark-core": "0.5.1-pre.0", + "@edfi/meadowlark-utilities": "0.5.1-pre.0", "@elastic/elasticsearch": "^8.10.0", "@elastic/transport": "^8.3.4" }, diff --git a/Meadowlark-js/backends/meadowlark-mongodb-backend/package.json b/Meadowlark-js/backends/meadowlark-mongodb-backend/package.json index d0032515..b351e8ed 100644 --- a/Meadowlark-js/backends/meadowlark-mongodb-backend/package.json +++ b/Meadowlark-js/backends/meadowlark-mongodb-backend/package.json @@ -1,7 +1,7 @@ { "name": "@edfi/meadowlark-mongodb-backend", "main": "dist/index.js", - "version": "0.5.0", + "version": "0.5.1-pre.0", "description": "Meadowlark backend plugin for MongoDB", "license": "Apache-2.0", "publishConfig": { @@ -19,9 +19,9 @@ "build:copy-non-ts": "copyfiles -u 1 -e \"**/*.ts\" \"src/**/*\" dist --verbose" }, "dependencies": { - "@edfi/meadowlark-authz-server": "^0.5.0", - "@edfi/meadowlark-core": "^0.5.0", - "@edfi/meadowlark-utilities": "^0.5.0", + "@edfi/meadowlark-authz-server": "0.5.1-pre.0", + "@edfi/meadowlark-core": "0.5.1-pre.0", + "@edfi/meadowlark-utilities": "0.5.1-pre.0", "async-retry": "^1.3.3", "mongodb": "^5.9.2", "ramda": "0.29.1" diff --git a/Meadowlark-js/backends/meadowlark-opensearch-backend/package.json b/Meadowlark-js/backends/meadowlark-opensearch-backend/package.json index 4001493a..07c43c32 100644 --- a/Meadowlark-js/backends/meadowlark-opensearch-backend/package.json +++ b/Meadowlark-js/backends/meadowlark-opensearch-backend/package.json @@ -1,7 +1,7 @@ { "name": "@edfi/meadowlark-opensearch-backend", "main": "dist/index.js", - "version": "0.5.0", + "version": "0.5.1-pre.0", "description": "Meadowlark backend plugin for OpenSearch", "license": "Apache-2.0", "publishConfig": { @@ -19,8 +19,8 @@ "build:copy-non-ts": "copyfiles -u 1 -e \"**/*.ts\" \"src/**/*\" dist --verbose" }, "dependencies": { - "@edfi/meadowlark-core": "^0.5.0", - "@edfi/meadowlark-utilities": "^0.5.0", + "@edfi/meadowlark-core": "0.5.1-pre.0", + "@edfi/meadowlark-utilities": "0.5.1-pre.0", "@opensearch-project/opensearch": "^2.4.0" }, "devDependencies": { diff --git a/Meadowlark-js/backends/meadowlark-postgresql-backend/package.json b/Meadowlark-js/backends/meadowlark-postgresql-backend/package.json index b52ded2e..52c87e3b 100644 --- a/Meadowlark-js/backends/meadowlark-postgresql-backend/package.json +++ b/Meadowlark-js/backends/meadowlark-postgresql-backend/package.json @@ -1,7 +1,7 @@ { "name": "@edfi/meadowlark-postgresql-backend", "main": "dist/index.js", - "version": "0.5.0", + "version": "0.5.1-pre.0", "description": "Meadowlark backend plugin for PostgreSQL", "license": "Apache-2.0", "publishConfig": { @@ -19,9 +19,9 @@ "build:copy-non-ts": "copyfiles -u 1 -e \"**/*.ts\" \"src/**/*\" dist --verbose" }, "dependencies": { - "@edfi/meadowlark-authz-server": "^0.5.0", - "@edfi/meadowlark-core": "^0.5.0", - "@edfi/meadowlark-utilities": "^0.5.0", + "@edfi/meadowlark-authz-server": "0.5.1-pre.0", + "@edfi/meadowlark-core": "0.5.1-pre.0", + "@edfi/meadowlark-utilities": "0.5.1-pre.0", "pg": "^8.11.3", "pg-format": "^1.0.4", "ramda": "0.29.1" diff --git a/Meadowlark-js/lerna.json b/Meadowlark-js/lerna.json index d08aece4..6d422260 100644 --- a/Meadowlark-js/lerna.json +++ b/Meadowlark-js/lerna.json @@ -1,5 +1,5 @@ { "lerna": "8.0.2", - "version": "0.5.0", + "version": "0.5.1-pre.0", "npmClient": "npm" } diff --git a/Meadowlark-js/package-lock.json b/Meadowlark-js/package-lock.json index 87eb1c79..90c18d73 100644 --- a/Meadowlark-js/package-lock.json +++ b/Meadowlark-js/package-lock.json @@ -54,11 +54,11 @@ }, "backends/meadowlark-elasticsearch-backend": { "name": "@edfi/meadowlark-elasticsearch-backend", - "version": "0.5.0", + "version": "0.5.1-pre.0", "license": "Apache-2.0", "dependencies": { - "@edfi/meadowlark-core": "^0.5.0", - "@edfi/meadowlark-utilities": "^0.5.0", + "@edfi/meadowlark-core": "0.5.1-pre.0", + "@edfi/meadowlark-utilities": "0.5.1-pre.0", "@elastic/elasticsearch": "^8.10.0", "@elastic/transport": "^8.3.4" }, @@ -72,12 +72,12 @@ }, "backends/meadowlark-mongodb-backend": { "name": "@edfi/meadowlark-mongodb-backend", - "version": "0.5.0", + "version": "0.5.1-pre.0", "license": "Apache-2.0", "dependencies": { - "@edfi/meadowlark-authz-server": "^0.5.0", - "@edfi/meadowlark-core": "^0.5.0", - "@edfi/meadowlark-utilities": "^0.5.0", + "@edfi/meadowlark-authz-server": "0.5.1-pre.0", + "@edfi/meadowlark-core": "0.5.1-pre.0", + "@edfi/meadowlark-utilities": "0.5.1-pre.0", "async-retry": "^1.3.3", "mongodb": "^5.9.2", "ramda": "0.29.1" @@ -90,11 +90,11 @@ }, "backends/meadowlark-opensearch-backend": { "name": "@edfi/meadowlark-opensearch-backend", - "version": "0.5.0", + "version": "0.5.1-pre.0", "license": "Apache-2.0", "dependencies": { - "@edfi/meadowlark-core": "^0.5.0", - "@edfi/meadowlark-utilities": "^0.5.0", + "@edfi/meadowlark-core": "0.5.1-pre.0", + "@edfi/meadowlark-utilities": "0.5.1-pre.0", "@opensearch-project/opensearch": "^2.4.0" }, "devDependencies": { @@ -107,12 +107,12 @@ }, "backends/meadowlark-postgresql-backend": { "name": "@edfi/meadowlark-postgresql-backend", - "version": "0.5.0", + "version": "0.5.1-pre.0", "license": "Apache-2.0", "dependencies": { - "@edfi/meadowlark-authz-server": "^0.5.0", - "@edfi/meadowlark-core": "^0.5.0", - "@edfi/meadowlark-utilities": "^0.5.0", + "@edfi/meadowlark-authz-server": "0.5.1-pre.0", + "@edfi/meadowlark-core": "0.5.1-pre.0", + "@edfi/meadowlark-utilities": "0.5.1-pre.0", "pg": "^8.11.3", "pg-format": "^1.0.4", "ramda": "0.29.1" @@ -5531,11 +5531,11 @@ "license": "MIT" }, "node_modules/axios": { - "version": "1.6.2", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.2.tgz", - "integrity": "sha512-7i24Ri4pmDRfJTR7LDBhsOTtcm+9kjX5WiY1X3wIisx6G9So3pfMkEiU7emUBe46oceVImccTEM3k6C5dbVW8A==", + "version": "1.6.7", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.7.tgz", + "integrity": "sha512-/hDJGff6/c7u0hDkvkGxR/oy6CbCs8ziCsC7SqmhjfozqiJGc8Z11wrv9z9lYfY4K8l+H9TpjcMDX0xOZmx+RA==", "dependencies": { - "follow-redirects": "^1.15.0", + "follow-redirects": "^1.15.4", "form-data": "^4.0.0", "proxy-from-env": "^1.1.0" } @@ -9113,8 +9113,9 @@ } }, "node_modules/ip": { - "version": "2.0.0", - "license": "MIT" + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/ip/-/ip-2.0.1.tgz", + "integrity": "sha512-lJUL9imLTNi1ZfXT+DU6rBBdbiKGBuay9B6xGSPVjUeQwaH1RIGqef8RZkUtHioLmSNpPR5M4HVKJGm1j8FWVQ==" }, "node_modules/ipaddr.js": { "version": "1.9.1", @@ -16934,9 +16935,9 @@ } }, "node_modules/undici": { - "version": "5.27.2", - "resolved": "https://registry.npmjs.org/undici/-/undici-5.27.2.tgz", - "integrity": "sha512-iS857PdOEy/y3wlM3yRp+6SNQQ6xU0mmZcwRSriqk+et/cwWAtwmIGf6WkoDN2EK/AMdCO/dfXzIwi+rFMrjjQ==", + "version": "5.28.3", + "resolved": "https://registry.npmjs.org/undici/-/undici-5.28.3.tgz", + "integrity": "sha512-3ItfzbrhDlINjaP0duwnNsKpDQk3acHI3gVJ1z4fmwMK31k5G9OVIAMLSIaP6w4FaGkaAkN6zaQO9LUvZ1t7VA==", "dependencies": { "@fastify/busboy": "^2.0.0" }, @@ -17545,11 +17546,11 @@ }, "packages/meadowlark-authz-server": { "name": "@edfi/meadowlark-authz-server", - "version": "0.5.0", + "version": "0.5.1-pre.0", "license": "Apache-2.0", "dependencies": { "@apideck/better-ajv-errors": "^0.3.6", - "@edfi/meadowlark-utilities": "^0.5.0", + "@edfi/meadowlark-utilities": "0.5.1-pre.0", "ajv": "^8.12.0", "didyoumean2": "^6.0.1", "dotenv": "^16.3.1", @@ -17599,11 +17600,11 @@ }, "packages/meadowlark-core": { "name": "@edfi/meadowlark-core", - "version": "0.5.0", + "version": "0.5.1-pre.0", "license": "Apache-2.0", "dependencies": { "@apideck/better-ajv-errors": "^0.3.6", - "@edfi/meadowlark-utilities": "^0.5.0", + "@edfi/meadowlark-utilities": "0.5.1-pre.0", "@isaacs/ttlcache": "^1.4.1", "ajv": "^8.12.0", "ajv-formats": "^2.1.1", @@ -17681,7 +17682,7 @@ }, "packages/meadowlark-utilities": { "name": "@edfi/meadowlark-utilities", - "version": "0.5.0", + "version": "0.5.1-pre.0", "license": "Apache-2.0", "dependencies": { "pino": "^8.15.7", @@ -17728,12 +17729,12 @@ }, "services/meadowlark-fastify": { "name": "@edfi/meadowlark-fastify", - "version": "0.5.0", + "version": "0.5.1-pre.0", "license": "Apache-2.0", "dependencies": { - "@edfi/meadowlark-authz-server": "^0.5.0", - "@edfi/meadowlark-core": "^0.5.0", - "@edfi/meadowlark-utilities": "^0.5.0", + "@edfi/meadowlark-authz-server": "0.5.1-pre.0", + "@edfi/meadowlark-core": "0.5.1-pre.0", + "@edfi/meadowlark-utilities": "0.5.1-pre.0", "@fastify/rate-limit": "^6.0.1", "dotenv": "^16.3.1", "fastify": "^3.29.5" @@ -17746,10 +17747,10 @@ }, "tests/e2e": { "name": "@edfi/meadowlark-e2e-tests", - "version": "0.5.0", + "version": "0.5.1-pre.0", "license": "Apache-2.0", "devDependencies": { - "@edfi/meadowlark-utilities": "^0.5.0", + "@edfi/meadowlark-utilities": "0.5.1-pre.0", "@testcontainers/mongodb": "^10.3.1", "@testcontainers/postgresql": "^10.3.1", "@types/chance": "^1.1.6", diff --git a/Meadowlark-js/packages/meadowlark-authz-server/package.json b/Meadowlark-js/packages/meadowlark-authz-server/package.json index 02009545..c46cd22f 100644 --- a/Meadowlark-js/packages/meadowlark-authz-server/package.json +++ b/Meadowlark-js/packages/meadowlark-authz-server/package.json @@ -1,7 +1,7 @@ { "name": "@edfi/meadowlark-authz-server", "main": "dist/index.js", - "version": "0.5.0", + "version": "0.5.1-pre.0", "description": "Meadowlark authorization server", "license": "Apache-2.0", "publishConfig": { @@ -14,7 +14,7 @@ ], "dependencies": { "@apideck/better-ajv-errors": "^0.3.6", - "@edfi/meadowlark-utilities": "^0.5.0", + "@edfi/meadowlark-utilities": "0.5.1-pre.0", "ajv": "^8.12.0", "didyoumean2": "^6.0.1", "dotenv": "^16.3.1", diff --git a/Meadowlark-js/packages/meadowlark-core/package.json b/Meadowlark-js/packages/meadowlark-core/package.json index a24462fa..a6f9c2e6 100644 --- a/Meadowlark-js/packages/meadowlark-core/package.json +++ b/Meadowlark-js/packages/meadowlark-core/package.json @@ -1,7 +1,7 @@ { "name": "@edfi/meadowlark-core", "main": "dist/index.js", - "version": "0.5.0", + "version": "0.5.1-pre.0", "description": "Meadowlark core functionality", "license": "Apache-2.0", "publishConfig": { @@ -14,7 +14,7 @@ ], "dependencies": { "@apideck/better-ajv-errors": "^0.3.6", - "@edfi/meadowlark-utilities": "^0.5.0", + "@edfi/meadowlark-utilities": "0.5.1-pre.0", "@isaacs/ttlcache": "^1.4.1", "ajv": "^8.12.0", "ajv-formats": "^2.1.1", diff --git a/Meadowlark-js/packages/meadowlark-utilities/package.json b/Meadowlark-js/packages/meadowlark-utilities/package.json index 32e66696..bdf21f7d 100644 --- a/Meadowlark-js/packages/meadowlark-utilities/package.json +++ b/Meadowlark-js/packages/meadowlark-utilities/package.json @@ -1,7 +1,7 @@ { "name": "@edfi/meadowlark-utilities", "main": "dist/index.js", - "version": "0.5.0", + "version": "0.5.1-pre.0", "description": "Meadowlark shared utilities", "license": "Apache-2.0", "publishConfig": { diff --git a/Meadowlark-js/services/meadowlark-fastify/package.json b/Meadowlark-js/services/meadowlark-fastify/package.json index f334ad70..9fbb2209 100644 --- a/Meadowlark-js/services/meadowlark-fastify/package.json +++ b/Meadowlark-js/services/meadowlark-fastify/package.json @@ -1,6 +1,6 @@ { "name": "@edfi/meadowlark-fastify", - "version": "0.5.0", + "version": "0.5.1-pre.0", "description": "Meadowlark service using Fastify", "license": "Apache-2.0", "publishConfig": { @@ -12,9 +12,9 @@ "/package.json" ], "dependencies": { - "@edfi/meadowlark-authz-server": "^0.5.0", - "@edfi/meadowlark-core": "^0.5.0", - "@edfi/meadowlark-utilities": "^0.5.0", + "@edfi/meadowlark-authz-server": "0.5.1-pre.0", + "@edfi/meadowlark-core": "0.5.1-pre.0", + "@edfi/meadowlark-utilities": "0.5.1-pre.0", "@fastify/rate-limit": "^6.0.1", "dotenv": "^16.3.1", "fastify": "^3.29.5" diff --git a/Meadowlark-js/tests/e2e/package.json b/Meadowlark-js/tests/e2e/package.json index 13094896..f91201fb 100644 --- a/Meadowlark-js/tests/e2e/package.json +++ b/Meadowlark-js/tests/e2e/package.json @@ -1,13 +1,13 @@ { "name": "@edfi/meadowlark-e2e-tests", "main": "dist/index.js", - "version": "0.5.0", + "version": "0.5.1-pre.0", "description": "Meadowlark Ed-Fi API end to end tests", "license": "Apache-2.0", "private": true, "files": [], "devDependencies": { - "@edfi/meadowlark-utilities": "^0.5.0", + "@edfi/meadowlark-utilities": "0.5.1-pre.0", "@testcontainers/mongodb": "^10.3.1", "@testcontainers/postgresql": "^10.3.1", "@types/chance": "^1.1.6",