Skip to content

Commit 2033cb8

Browse files
authored
Merge pull request #2860 from bcgov/feature/FLA-1576-vulnerabilities
Feature/fla 1576 vulnerabilities
2 parents e0d4182 + 7383d2c commit 2033cb8

File tree

7 files changed

+13
-13
lines changed

7 files changed

+13
-13
lines changed

.github/workflows/code-climate-coverage-aggregation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
with:
157157
repository: bcgov/spring-boot-starters
158158
path: spring-boot-starters
159-
ref: v1.0.1
159+
ref: v1.0.2
160160

161161
# Setup Java Environment
162162
- name: Set up JDK 17

.github/workflows/cucumber-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
-t efiling-api:builder
3434
--build-arg SERVICE_NAME=efiling-api
3535
--build-arg MVN_PROFILE=efiling-api-demo
36-
--build-arg STARTERS_V=v1.0.1
36+
--build-arg STARTERS_V=v1.0.2
3737
--cache-from=docker.pkg.github.com/$GITHUB_REPOSITORY/efiling-api:builder
3838

3939
- name: tag & push efiling-api to git container registry
@@ -49,7 +49,7 @@ jobs:
4949
-t efiling-api:demo
5050
--build-arg SERVICE_NAME=efiling-api
5151
--build-arg MVN_PROFILE=efiling-api-demo
52-
--build-arg STARTERS_V=v1.0.1
52+
--build-arg STARTERS_V=v1.0.2
5353
--cache-from=docker.pkg.github.com/$GITHUB_REPOSITORY/efiling-api:builder
5454
--cache-from=docker.pkg.github.com/$GITHUB_REPOSITORY/efiling-api:demo
5555

src/backend/libs/efiling-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
<properties>
1111
<log4j2.version>2.17.1</log4j2.version>
12-
<ca.bc.gov.open.version>1.0.1</ca.bc.gov.open.version>
12+
<ca.bc.gov.open.version>1.0.2</ca.bc.gov.open.version>
1313
<com.brsanthu.version>2.2</com.brsanthu.version>
1414
<com.fasterxml.jackson.core.version>2.12.1</com.fasterxml.jackson.core.version>
1515
<com.github.joschi.jackson.version>2.12.1</com.github.joschi.jackson.version>

src/frontend/efiling-demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"react-router-dom": "^6.1.1",
3030
"react-scripts": "^5.0.1",
3131
"regenerator-runtime": "^0.13.5",
32-
"shared-components": "https://github.com/bcgov/react-shared-components/releases/download/v1.2.8/shared-components-1.2.8.tgz",
32+
"shared-components": "https://github.com/bcgov/react-shared-components/releases/download/v1.2.9/shared-components-1.2.9.tgz",
3333
"uuid": "^8.3.1"
3434
},
3535
"scripts": {

src/frontend/efiling-demo/yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13140,9 +13140,9 @@ shallowequal@^1.1.0:
1314013140
resolved "https://registry.yarnpkg.com/shallowequal/-/shallowequal-1.1.0.tgz#188d521de95b9087404fd4dcb68b13df0ae4e7f8"
1314113141
integrity sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ==
1314213142

13143-
"shared-components@https://github.com/bcgov/react-shared-components/releases/download/v1.2.8/shared-components-1.2.8.tgz":
13144-
version "1.2.8"
13145-
resolved "https://github.com/bcgov/react-shared-components/releases/download/v1.2.8/shared-components-1.2.8.tgz#0bc87b05ae06a65f35e636d697808b2b1ab15953"
13143+
"shared-components@https://github.com/bcgov/react-shared-components/releases/download/v1.2.9/shared-components-1.2.9.tgz":
13144+
version "1.2.9"
13145+
resolved "https://github.com/bcgov/react-shared-components/releases/download/v1.2.9/shared-components-1.2.9.tgz#52e8ee1d25701220391e2cbdc5b1d1a73d98f6e6"
1314613146
dependencies:
1314713147
"@bcgov/bootstrap-theme" "github:bcgov/bootstrap-theme"
1314813148
bootstrap "^4.6.0"

src/frontend/efiling-frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"react-scripts": "^5.0.1",
4444
"reactstrap": "^8.9.0",
4545
"regenerator-runtime": "^0.13.7",
46-
"shared-components": "https://github.com/bcgov/react-shared-components/releases/download/v1.2.8/shared-components-1.2.8.tgz",
46+
"shared-components": "https://github.com/bcgov/react-shared-components/releases/download/v1.2.9/shared-components-1.2.9.tgz",
4747
"stream": "^0.0.2",
4848
"stream-browserify": "^3.0.0",
4949
"stream-http": "^3.2.0",

src/frontend/efiling-frontend/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13147,7 +13147,7 @@ selfsigned@^2.0.1:
1314713147
node-forge "^1"
1314813148

1314913149
"semver@2 || 3 || 4 || 5", semver@^5.4.1, semver@^5.5.0, semver@^5.6.0, semver@^5.7.0, semver@^5.7.1:
13150-
version "5.7.2"
13150+
version "5.7.2"
1315113151
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.2.tgz#48d55db737c3287cd4835e17fa13feace1c41ef8"
1315213152
integrity sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==
1315313153

@@ -13306,9 +13306,9 @@ shallowequal@^1.1.0:
1330613306
resolved "https://registry.yarnpkg.com/shallowequal/-/shallowequal-1.1.0.tgz#188d521de95b9087404fd4dcb68b13df0ae4e7f8"
1330713307
integrity sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ==
1330813308

13309-
"shared-components@https://github.com/bcgov/react-shared-components/releases/download/v1.2.8/shared-components-1.2.8.tgz":
13310-
version "1.2.8"
13311-
resolved "https://github.com/bcgov/react-shared-components/releases/download/v1.2.8/shared-components-1.2.8.tgz#0bc87b05ae06a65f35e636d697808b2b1ab15953"
13309+
"shared-components@https://github.com/bcgov/react-shared-components/releases/download/v1.2.9/shared-components-1.2.9.tgz":
13310+
version "1.2.9"
13311+
resolved "https://github.com/bcgov/react-shared-components/releases/download/v1.2.9/shared-components-1.2.9.tgz#52e8ee1d25701220391e2cbdc5b1d1a73d98f6e6"
1331213312
dependencies:
1331313313
"@bcgov/bootstrap-theme" "github:bcgov/bootstrap-theme"
1331413314
bootstrap "^4.6.0"

0 commit comments

Comments
 (0)