Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump gulp from 3.9.1 to 4.0.2 in /client-admin #889

Closed
2 changes: 1 addition & 1 deletion client-admin/Dockerfile
@@ -1,5 +1,5 @@
# Gulp v3 stops us from upgrading beyond Node v11
FROM docker.io/node:11.15.0-alpine
FROM docker.io/node:18.9.0-alpine

WORKDIR /app

Expand Down
22,191 changes: 11,706 additions & 10,485 deletions client-admin/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion client-admin/package.json
Expand Up @@ -41,7 +41,7 @@
"express": "^4.17.1",
"file-loader": "~6.2.0",
"glob": "^7.1.2",
"gulp": "^3.9.0",
"gulp": "^4.0.2",
"gulp-cli": "^1.4.0",
"gulp-s3": "github:pol-is/gulp-s3#master",
"gulp-scp2": "^0.2.0",
Expand Down
2 changes: 1 addition & 1 deletion client-report/Dockerfile
@@ -1,5 +1,5 @@
# Gulp v3 stops us from upgrading beyond Node v11
FROM docker.io/node:11.15.0-alpine
FROM docker.io/node:18.9.0-alpine

WORKDIR /app

Expand Down
43 changes: 36 additions & 7 deletions client-report/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client-report/package.json
Expand Up @@ -52,7 +52,7 @@
"hull.js": "^0.2.10",
"jquery": "^2.1.4",
"lodash": "4.17.21",
"moment": "^2.14.1",
"moment": "^2.29.4",
"moment-range": "^2.2.0",
"prop-types": "^15.5.10",
"query-string": "^4.2.3",
Expand Down