Skip to content

Commit 60d2252

Browse files
authored
upgrade container image (#303)
* upgrade container image
1 parent 2a9ab10 commit 60d2252

File tree

6 files changed

+22
-33
lines changed

6 files changed

+22
-33
lines changed

.snyk

+13-22
Original file line numberDiff line numberDiff line change
@@ -2,33 +2,24 @@
22
version: v1.25.0
33
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
44
ignore:
5-
SNYK-JS-NODEFETCH-2964180:
6-
- bcrypt > @mapbox/node-pre-gyp > node-fetch: null
7-
- reason: no update available
8-
- expires: '2022-12-02T10:22:20.985Z'
9-
SNYK-CC-K8S-6:
10-
- ffc-grants-slurry-web > helm/templates/deployment.yaml:
11-
reason: no direct upgrade or patch available
12-
expires: '2022-03-21T11:23:27.474Z'
13-
SNYK-JS-AXIOS-1579269:
14-
- ffc-messaging > @azure/identity > axios:
15-
reason: no update available
16-
expires: '2021-10-02T10:22:20.985Z'
17-
- ffc-messaging > @azure/identity > @azure/msal-node > axios:
18-
reason: no update available
19-
expires: '2021-10-02T10:22:20.986Z'
5+
SNYK-JS-SEMVER-3247795:
206
- '*':
217
reason: None Given
22-
expires: 2023-11-30T14:34:21.146Z
23-
created: 2023-10-31T14:34:21.151Z
8+
expires: 2023-07-22T15:59:12.255Z
9+
created: 2023-06-22T15:59:12.262Z
10+
SNYK-JS-INFLIGHT-6095116:
11+
- '*':
12+
reason: None Given
13+
expires: 2024-08-06T13:15:58.255Z
14+
created: 2024-05-07T13:15:58.261Z
2415
SNYK-JS-AXIOS-6124857:
2516
- '*':
2617
reason: None Given
27-
expires: 2024-02-09T15:50:14.529Z
28-
created: 2024-01-10T15:50:14.537Z
29-
SNYK-JS-INFLIGHT-6095116:
18+
expires: 2024-01-13T13:29:32.127Z
19+
created: 2023-12-14T13:29:32.130Z
20+
SNYK-JS-FOLLOWREDIRECTS-6141137:
3021
- '*':
3122
reason: None Given
32-
expires: 2024-07-03T11:11:39.869Z
33-
created: 2024-06-03T11:11:39.874Z
23+
expires: 2024-02-01T17:01:03.077Z
24+
created: 2024-01-02T17:01:03.081Z
3425
patch: {}

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG PARENT_VERSION=2.1.2-node18.11.0
1+
ARG PARENT_VERSION=2.3.0-node18.20.3
22
ARG PORT=3000
33
ARG PORT_DEBUG=9229
44

app/helpers/answer-options.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -174,13 +174,11 @@ const getSolidFractionList = (answersList, request) => {
174174
const shiftAnswersListDefault = (question, answersList) => {
175175
for (const answer in answersList) {
176176
question.answers.unshift(answersList[answer])
177-
}
178-
177+
}
179178
return question.answers
180179
}
181180

182181
const shiftSafetyValue = (answersList, request, question) => {
183-
184182
question.answers = [
185183
{
186184
value: 'divider'

package-lock.json

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ffc-grants-slurry-web",
3-
"version": "3.13.2",
3+
"version": "3.13.3",
44
"description": "Web frontend for FTF Slurry Infrastructure scheme",
55
"homepage": "https://github.com/DEFRA/ffc-grants-slurry-web",
66
"main": "app/index.js",

webpack.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ module.exports = {
5353
type: 'asset/resource',
5454
generator: {
5555
filename: 'images/[contenthash][ext]'
56-
}
56+
}
5757
},
5858
{
5959
test: /\.(woff|woff2|eot|ttf|otf)$/,

0 commit comments

Comments
 (0)