ccs-digitalmarketplace-frameworks 1.4.0 → 1.4.1

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.
@@ -1,7 +1,7 @@
1
1
  name: Certified security testers
2
2
  question: Is your security testing performed by certified security testers?
3
3
  hint: Security testing includes penetration testing and IT Health Checks.
4
-
4
+ hidden: true
5
5
  depends:
6
6
  - "on": lot
7
7
  being:
@@ -1,6 +1,6 @@
1
1
  name: Certified Professional (CCP) risk analysts
2
2
  question: Are your risk analysts Certified Professional (CCP) scheme-accredited?
3
-
3
+ hidden: true
4
4
  depends:
5
5
  - "on": lot
6
6
  being:
@@ -12,7 +12,7 @@ followup:
12
12
  securityTestingAccredited:
13
13
  - security_testing
14
14
  securityTestingCCP:
15
- - risk_analysis
15
+ - security_risk_management
16
16
 
17
17
  type: checkboxes
18
18
  options:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ccs-digitalmarketplace-frameworks",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
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"
@@ -41,7 +41,7 @@ deprecated==1.2.13
41
41
  # via redis
42
42
  digitalmarketplace-content-loader==9.1.0
43
43
  # via -r requirements.txt
44
- digitalmarketplace-utils==60.7.1
44
+ digitalmarketplace-utils==60.8.1
45
45
  # via
46
46
  # -r requirements.txt
47
47
  # digitalmarketplace-content-loader
@@ -132,7 +132,7 @@ pycparser==2.20
132
132
  # via cffi
133
133
  pyflakes==2.3.1
134
134
  # via flake8
135
- pyjwt==2.0.1
135
+ pyjwt==2.4.0
136
136
  # via notifications-python-client
137
137
  pyparsing==2.4.7
138
138
  # via packaging
@@ -142,7 +142,7 @@ pytest==6.2.3
142
142
  # via -r requirements-dev.in
143
143
  python-dateutil==2.8.1
144
144
  # via botocore
145
- python-json-logger==v0.1.11
145
+ python-json-logger==2.0.2
146
146
  # via
147
147
  # -r requirements.txt
148
148
  # digitalmarketplace-utils
package/requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
1
  docopt==0.6.2
2
2
  deepmerge==1.0.1
3
- python-json-logger==0.1.11
3
+ python-json-logger==2.0.2
4
4
  digitalmarketplace-content-loader==9.1.0
5
- digitalmarketplace-utils==60.7.1
5
+ digitalmarketplace-utils==60.8.1