Skip to content

Commit

Permalink
maint: update nodejs dependencies (#988)
Browse files Browse the repository at this point in the history
## Which problem is this PR solving?

- should close a buncha dependabots

## Short description of the changes

- update dependencies in node services

From root run `tilt up node`
  • Loading branch information
JamieDanielson authored Mar 13, 2024
1 parent 6637513 commit d9447e5
Show file tree
Hide file tree
Showing 8 changed files with 3,353 additions and 5,510 deletions.
5,559 changes: 2,400 additions & 3,159 deletions node/frontend-service/package-lock.json

Large diffs are not rendered by default.

50 changes: 25 additions & 25 deletions node/frontend-service/package.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
{
"name": "frontend",
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
"dev": "nodemon main.js",
"start": "node -r ./tracing.js main.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@honeycombio/opentelemetry-node": "^0.4.0-beta",
"@opentelemetry/api": "^1.4.1",
"@opentelemetry/auto-instrumentations-node": "^0.37.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"node-fetch": "^2.6.1"
},
"devDependencies": {
"nodemon": "^2.0.22",
"prettier": "^2.8.7"
}
}
{
"name": "frontend",
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
"dev": "nodemon main.js",
"start": "node -r ./tracing.js main.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@honeycombio/opentelemetry-node": "^0.7.0",
"@opentelemetry/api": "^1.4.1",
"@opentelemetry/auto-instrumentations-node": "^0.42.0",
"cors": "^2.8.5",
"express": "^4.18.3",
"node-fetch": "^2.6.1"
},
"devDependencies": {
"nodemon": "^3.0.1",
"prettier": "^3.0.0"
}
}
Loading

0 comments on commit d9447e5

Please sign in to comment.