Skip to content

Commit 1ba6677

Browse files
build: upgrade newrelic (#160)
1 parent 475e976 commit 1ba6677

File tree

2 files changed

+261
-930
lines changed

2 files changed

+261
-930
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@codefresh-io/service-base",
3-
"version": "5.0.4",
3+
"version": "6.0.0",
44
"main": "index.js",
55
"description": "",
66
"bin": {
77
"cf-openapi": "./node_modules/cf-openapi/bin/cf-openapi"
88
},
99
"engines": {
10-
"node": ">=12.22.12"
10+
"node": ">=18.0.0"
1111
},
1212
"scripts": {
1313
"test": "(find . -not -path './node_modules/*' -path '*/*.spec.js' | grep -v '__tests__' | NODE_ENV=test xargs mocha) && jest",
@@ -33,7 +33,7 @@
3333
"homepage": "https://github.com/codefresh-io/service-base#readme",
3434
"dependencies": {
3535
"@codefresh-io/authenticated-entity": "^2.17.1",
36-
"@codefresh-io/cf-monitor": "^0.0.29",
36+
"@codefresh-io/cf-monitor": "^12.0.0",
3737
"@codefresh-io/cf-openapi": "^0.7.20",
3838
"@codefresh-io/eventbus": "^2.0.0",
3939
"@codefresh-io/http-infra": "^1.8.15",

0 commit comments

Comments
 (0)