ccs-digitalmarketplace-frameworks 1.6.2 → 1.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -17,7 +17,7 @@ jobs:
17
17
 
18
18
  - name: Check if version tag already exists
19
19
  id: version_tag
20
- uses: mukunku/tag-exists-action@9298fbcc409758ba624a0ae16b83df86637cb8ce
20
+ uses: mukunku/tag-exists-action@5c36d895aacb45d5e49b897ff8e510d6539eea65
21
21
  env:
22
22
  GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
23
23
  with:
@@ -3,4 +3,5 @@ id: contactWebContractNotice
3
3
  question: If your Digital Outcomes 6 application is successful, what internet (web) address should appear on the contract notice?
4
4
  type: text
5
5
  hint: The contract notice confirms the outcome of the framework competition and includes the names of all the successful suppliers.
6
- This information will be published on Contracts Finder and therefore must be generic with no references to individual names and no contact details that are directly linked to an individual.
6
+ This information will be published on Contracts Finder and therefore must be generic with no references to individual names and no contact details that are directly linked to an individual.
7
+ hidden: true
@@ -21,6 +21,7 @@ hint: |
21
21
 
22
22
  type: textbox_large
23
23
  max_length_in_words: 500
24
+ hidden: true
24
25
 
25
26
  validations:
26
27
  -
@@ -18,6 +18,7 @@ hint: |
18
18
 
19
19
  type: textbox_large
20
20
  max_length_in_words: 500
21
+ hidden: true
21
22
 
22
23
  validations:
23
24
  -
@@ -1,4 +1,5 @@
1
1
  name: Modern slavery statement optional web
2
2
  question: You can choose to provide the relevant link to the slavery and human trafficking statement that appears in a prominent place on your organisations website homepage.
3
3
 
4
- type: text
4
+ type: text
5
+ hidden: true
@@ -2,6 +2,7 @@ name: Modern slavery statement web
2
2
  question: Provide the relevant link to the slavery and human trafficking statement that appears in a prominent place on your organisations website homepage.
3
3
 
4
4
  type: text
5
+ hidden: true
5
6
 
6
7
  validations:
7
8
  -
@@ -3,4 +3,5 @@ id: contactWebContractNotice
3
3
  question: If your G-Cloud 13 application is successful, what internet (web) address should appear on the contract notice?
4
4
  type: text
5
5
  hint: The contract notice confirms the outcome of the framework competition and includes the names of all the successful suppliers.
6
- This information will be published on Contracts Finder and therefore must be generic with no references to individual names and no contact details that are directly linked to an individual.
6
+ This information will be published on Contracts Finder and therefore must be generic with no references to individual names and no contact details that are directly linked to an individual.
7
+ hidden: true
@@ -21,6 +21,7 @@ hint: |
21
21
 
22
22
  type: textbox_large
23
23
  max_length_in_words: 500
24
+ hidden: true
24
25
 
25
26
  validations:
26
27
  -
@@ -18,6 +18,7 @@ hint: |
18
18
 
19
19
  type: textbox_large
20
20
  max_length_in_words: 500
21
+ hidden: true
21
22
 
22
23
  validations:
23
24
  -
@@ -1,4 +1,5 @@
1
1
  name: Modern slavery statement optional web
2
2
  question: You can choose to provide the relevant link to the slavery and human trafficking statement that appears in a prominent place on your organisations website homepage.
3
3
 
4
- type: text
4
+ type: text
5
+ hidden: true
@@ -2,6 +2,7 @@ name: Modern slavery statement web
2
2
  question: Provide the relevant link to the slavery and human trafficking statement that appears in a prominent place on your organisations website homepage.
3
3
 
4
4
  type: text
5
+ hidden: true
5
6
 
6
7
  validations:
7
8
  -
@@ -14,4 +14,3 @@ questions:
14
14
  - securityTestingAccredited
15
15
  - securityTestingAccreditations
16
16
  - securityTestingAccreditationsOther
17
- - securityTestingCCP
@@ -11,8 +11,6 @@ followup:
11
11
  - other
12
12
  securityTestingAccredited:
13
13
  - security_testing
14
- securityTestingCCP:
15
- - risk_analysis
16
14
 
17
15
  type: checkboxes
18
16
  options:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "1.6.2",
3
+ "version": "1.7.0",
4
4
  "description": "Data files for Digital Marketplace’s procurement frameworks",
5
5
  "repository": "git@github.com:Brickendon-DMp1-5/digitalmarketplace-frameworks",
6
6
  "author": "enquiries@digitalmarketplace.service.gov.uk"
@@ -19,23 +19,23 @@ botocore==1.20.55
19
19
  # s3transfer
20
20
  cachelib==0.6.0
21
21
  # via flask-session
22
- ccs-digitalmarketplace-content-loader==9.2.0
22
+ ccs-digitalmarketplace-content-loader==9.3.0
23
23
  # via -r requirements.txt
24
- ccs-digitalmarketplace-utils==61.6.0
24
+ ccs-digitalmarketplace-utils==62.2.0
25
25
  # via
26
26
  # -r requirements.txt
27
27
  # ccs-digitalmarketplace-content-loader
28
- certifi==2022.12.7
28
+ certifi==2023.7.22
29
29
  # via requests
30
30
  cffi==1.14.5
31
31
  # via cryptography
32
- chardet==4.0.0
32
+ charset-normalizer==3.2.0
33
33
  # via requests
34
34
  click==7.1.2
35
35
  # via flask
36
36
  contextlib2==0.6.0.post1
37
37
  # via ccs-digitalmarketplace-utils
38
- cryptography==36.0.1
38
+ cryptography==41.0.3
39
39
  # via ccs-digitalmarketplace-utils
40
40
  deepmerge==1.0.1
41
41
  # via
@@ -100,7 +100,7 @@ jmespath==0.10.0
100
100
  # botocore
101
101
  jsonschema==3.2.0
102
102
  # via -r requirements-dev.in
103
- mailchimp3==3.0.17
103
+ mailchimp3==3.0.21
104
104
  # via ccs-digitalmarketplace-utils
105
105
  markdown==2.6.11
106
106
  # via ccs-digitalmarketplace-content-loader
@@ -144,7 +144,7 @@ pytest==6.2.3
144
144
  # via -r requirements-dev.in
145
145
  python-dateutil==2.8.1
146
146
  # via botocore
147
- python-json-logger==2.0.4
147
+ python-json-logger==2.0.7
148
148
  # via
149
149
  # -r requirements.txt
150
150
  # ccs-digitalmarketplace-utils
@@ -156,7 +156,7 @@ pyyaml==5.4.1
156
156
  # ccs-digitalmarketplace-content-loader
157
157
  redis==4.1.4
158
158
  # via ccs-digitalmarketplace-utils
159
- requests==2.25.1
159
+ requests==2.31.0
160
160
  # via
161
161
  # ccs-digitalmarketplace-utils
162
162
  # digitalmarketplace-apiclient
package/requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
1
  docopt==0.6.2
2
2
  deepmerge==1.0.1
3
- python-json-logger==2.0.4
4
- ccs-digitalmarketplace-content-loader==9.2.0
5
- ccs-digitalmarketplace-utils==61.6.0
3
+ python-json-logger==2.0.7
4
+ ccs-digitalmarketplace-content-loader==9.3.0
5
+ ccs-digitalmarketplace-utils==62.2.0