forked from newrelic/node-newrelic
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request newrelic#147 from mkotamies/change-engine-to-16
chore: change node engine to 16
- Loading branch information
Showing
5 changed files
with
14 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
{ | ||
"lastUpdated": "Tue Jul 11 2023 11:56:06 GMT-0400 (Eastern Daylight Time)", | ||
"lastUpdated": "Wed Aug 09 2023 12:33:11 GMT+0300 (Eastern European Summer Time)", | ||
"projectName": "New Relic Next.js Instrumentation", | ||
"projectUrl": "https://github.com/newrelic/newrelic-node-nextjs", | ||
"includeOptDeps": false, | ||
"includeDev": true, | ||
"dependencies": { | ||
"semver@7.3.8": { | ||
"semver@7.5.4": { | ||
"name": "semver", | ||
"version": "7.3.8", | ||
"version": "7.5.4", | ||
"range": "^7.3.7", | ||
"licenses": "ISC", | ||
"repoUrl": "https://github.com/npm/node-semver", | ||
"versionedRepoUrl": "https://github.com/npm/node-semver/tree/v7.3.8", | ||
"versionedRepoUrl": "https://github.com/npm/node-semver/tree/v7.5.4", | ||
"licenseFile": "node_modules/semver/LICENSE", | ||
"licenseUrl": "https://github.com/npm/node-semver/blob/v7.3.8/LICENSE", | ||
"licenseUrl": "https://github.com/npm/node-semver/blob/v7.5.4/LICENSE", | ||
"licenseTextSource": "file", | ||
"publisher": "GitHub Inc." | ||
} | ||
|
@@ -110,15 +110,15 @@ | |
"email": "[email protected]", | ||
"url": "https://github.com/lirantal" | ||
}, | ||
"newrelic@10.0.0": { | ||
"newrelic@10.4.2": { | ||
"name": "newrelic", | ||
"version": "10.0.0", | ||
"range": "^10.0.0", | ||
"version": "10.4.2", | ||
"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.4.2", | ||
"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.4.2/LICENSE", | ||
"licenseTextSource": "file", | ||
"publisher": "New Relic Node.js agent team", | ||
"email": "[email protected]" | ||
|