File tree 4 files changed +1406
-546
lines changed
4 files changed +1406
-546
lines changed Original file line number Diff line number Diff line change 1
- FROM node:14.21.3 -alpine
1
+ FROM node:16.20.2 -alpine
2
2
3
3
WORKDIR /cf-k8s-agent
4
4
@@ -11,6 +11,7 @@ COPY yarn.lock ./
11
11
RUN apk add --no-cache --virtual deps python3 make g++ krb5-dev git && \
12
12
yarn install --forzen-lockfile --production && \
13
13
yarn cache clean && \
14
+ npm update -g npm && \
14
15
apk del deps && \
15
16
rm -rf /tmp/*
16
17
Original file line number Diff line number Diff line change @@ -19,14 +19,14 @@ steps:
19
19
install_dependencies :
20
20
title : ' Installing testing dependencies'
21
21
stage : preparation
22
- image : node:14.21.1
22
+ image : node:16.20.2
23
23
commands :
24
24
- yarn install --frozen-lockfile
25
25
26
26
lint :
27
27
title : ' lint code'
28
28
stage : preparation
29
- image : node:14.21.1
29
+ image : node:16.20.2
30
30
commands :
31
31
- yarn lint
32
32
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cf-k8s-agent" ,
3
- "version" : " 1.3.14 " ,
3
+ "version" : " 1.3.15 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"start" : " node ./src/index.js" ,
7
7
"test" : " jest --coverage --detectOpenHandles --silent" ,
8
8
"lint" : " eslint ."
9
9
},
10
10
"resolutions" : {
11
- "**/openid-client" : " ^4.9.0 " ,
11
+ "**/openid-client" : " 5.1.6 " ,
12
12
"lodash" : " 4.17.21" ,
13
- "node-forge" : " 1.3.0" ,
14
- "normalize-url" : " 4.5.1" ,
15
13
"underscore" : " 1.12.1" ,
16
- "newrelic" : " ^8.0.0" ,
17
- "mongoose" : " 6.4.6" ,
18
14
"http-cache-semantics" : " 4.1.1" ,
19
- "jsonwebtoken" : " 9.0.0" ,
20
- "xml2js" : " 0.5.0" ,
21
15
"semver" : " 7.5.2" ,
22
- "protobufjs" : " 7.2.4"
16
+ "ajv" : " 6.12.3" ,
17
+ "word-wrap" : " 1.2.4" ,
18
+ "tough-cookie" : " 4.1.3"
23
19
},
24
20
"dependencies" : {
25
- "@codefresh-io/kube-integration" : " 1.26.3 " ,
21
+ "@codefresh-io/kube-integration" : " 1.30.6 " ,
26
22
"bluebird" : " ^3.5.4" ,
27
23
"cookie-parser" : " ~1.4.3" ,
28
24
"debug" : " ~2.6.9" ,
You can’t perform that action at this time.
0 commit comments