From 84594b81f3feb0478b1d48eddd7037fc2eabef0f Mon Sep 17 00:00:00 2001 From: mrickard Date: Wed, 9 Aug 2023 16:42:56 -0400 Subject: [PATCH] chore!: Dropped Node 14 from engine and versioned tests Signed-off-by: mrickard --- .../superagent/THIRD_PARTY_NOTICES.md | 2 +- lib/instrumentation/superagent/package.json | 2 +- .../superagent/tests/versioned/package.json | 2 +- .../superagent/third_party_manifest.json | 12 ++++++------ 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/lib/instrumentation/superagent/THIRD_PARTY_NOTICES.md b/lib/instrumentation/superagent/THIRD_PARTY_NOTICES.md index aa8039d3ca..146f44a158 100644 --- a/lib/instrumentation/superagent/THIRD_PARTY_NOTICES.md +++ b/lib/instrumentation/superagent/THIRD_PARTY_NOTICES.md @@ -1082,7 +1082,7 @@ This product includes source derived from [lockfile-lint](https://github.com/lir ### newrelic -This product includes source derived from [newrelic](https://github.com/newrelic/node-newrelic) ([v10.0.0](https://github.com/newrelic/node-newrelic/tree/v10.0.0)), distributed under the [Apache-2.0 License](https://github.com/newrelic/node-newrelic/blob/v10.0.0/LICENSE): +This product includes source derived from [newrelic](https://github.com/newrelic/node-newrelic) ([v10.3.1](https://github.com/newrelic/node-newrelic/tree/v10.3.1)), distributed under the [Apache-2.0 License](https://github.com/newrelic/node-newrelic/blob/v10.3.1/LICENSE): ``` Apache License diff --git a/lib/instrumentation/superagent/package.json b/lib/instrumentation/superagent/package.json index 8ee489f109..4f993c1098 100644 --- a/lib/instrumentation/superagent/package.json +++ b/lib/instrumentation/superagent/package.json @@ -35,7 +35,7 @@ "tap": "^16.0.1" }, "engines": { - "node": ">=14.0" + "node": ">=16.0" }, "peerDependencies": { "newrelic": ">=6.11.0" diff --git a/lib/instrumentation/superagent/tests/versioned/package.json b/lib/instrumentation/superagent/tests/versioned/package.json index d7a8fcf9d8..0edc7014c6 100644 --- a/lib/instrumentation/superagent/tests/versioned/package.json +++ b/lib/instrumentation/superagent/tests/versioned/package.json @@ -4,7 +4,7 @@ "private": true, "tests": [{ "engines": { - "node": ">=14" + "node": ">=16" }, "dependencies": { "superagent": { diff --git a/lib/instrumentation/superagent/third_party_manifest.json b/lib/instrumentation/superagent/third_party_manifest.json index b30f226d56..0336af8916 100644 --- a/lib/instrumentation/superagent/third_party_manifest.json +++ b/lib/instrumentation/superagent/third_party_manifest.json @@ -1,5 +1,5 @@ { - "lastUpdated": "Mon Jul 10 2023 17:00:55 GMT-0400 (Eastern Daylight Time)", + "lastUpdated": "Wed Aug 09 2023 16:42:57 GMT-0400 (Eastern Daylight Time)", "projectName": "New Relic SuperAgent Instrumentation", "projectUrl": "https://github.com/newrelic/node-newrelic-superagent", "includeOptDeps": false, @@ -158,15 +158,15 @@ "email": "liran.tal@gmail.com", "url": "https://github.com/lirantal" }, - "newrelic@10.0.0": { + "newrelic@10.3.1": { "name": "newrelic", - "version": "10.0.0", - "range": "^10.0.0", + "version": "10.3.1", + "range": "^10.3.1", "licenses": "Apache-2.0", "repoUrl": "https://github.com/newrelic/node-newrelic", - "versionedRepoUrl": "https://github.com/newrelic/node-newrelic/tree/v10.0.0", + "versionedRepoUrl": "https://github.com/newrelic/node-newrelic/tree/v10.3.1", "licenseFile": "node_modules/newrelic/LICENSE", - "licenseUrl": "https://github.com/newrelic/node-newrelic/blob/v10.0.0/LICENSE", + "licenseUrl": "https://github.com/newrelic/node-newrelic/blob/v10.3.1/LICENSE", "licenseTextSource": "file", "publisher": "New Relic Node.js agent team", "email": "nodejs@newrelic.com"