govuk_publishing_components 35.15.2 → 35.15.3

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
  {
2
2
  "name": "axe-core",
3
3
  "description": "Accessibility engine for automated Web UI testing",
4
- "version": "4.7.2",
4
+ "version": "4.8.0",
5
5
  "license": "MPL-2.0",
6
6
  "engines": {
7
7
  "node": ">=4"
@@ -66,7 +66,7 @@
66
66
  }
67
67
  },
68
68
  "scripts": {
69
- "start": "http-server -p 9876 --silent",
69
+ "start": "http-server -a \"\" -p 9876 --silent",
70
70
  "develop": "grunt dev --force",
71
71
  "api-docs": "jsdoc --configure .jsdoc.json",
72
72
  "build": "grunt",
@@ -144,6 +144,7 @@
144
144
  "html-entities": "1.x",
145
145
  "http-server": "^14.1.1",
146
146
  "husky": "^8.0.3",
147
+ "inquirer": "^8.2.5",
147
148
  "jquery": "^3.6.3",
148
149
  "jsdoc": "^3.6.11",
149
150
  "jsdom": "^21.0.0",
@@ -163,6 +164,7 @@
163
164
  "mocha": "^10.2.0",
164
165
  "node-notifier": "^10.0.1",
165
166
  "npm-run-all": "^4.1.5",
167
+ "outdent": "^0.8.0",
166
168
  "prettier": "^2.8.2",
167
169
  "proxyquire": "^2.1.3",
168
170
  "revalidator": "^0.3.1",
@@ -350,5 +350,9 @@
350
350
  "4.7.2": {
351
351
  "axe.js": "sha256-EE+7F84cDAG4yvmWb/Cbb3WmQaNAGj4FwU4cKxJZqjg=",
352
352
  "axe.min.js": "sha256-VTWaX4yE65/ofnyeohwMLLKvU1GEYDoWOCbKlcqFMs8="
353
+ },
354
+ "4.8.0": {
355
+ "axe.js": "sha256-Rd1U88z7mahhAvxYhchoCfwWxV8R/H+BcSoX6XTQ0gY=",
356
+ "axe.min.js": "sha256-1oZiCfWnUt2rwqLWzpkoxlcEaOH53/QFYke0jo+KecA="
353
357
  }
354
358
  }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: govuk_publishing_components
3
3
  version: !ruby/object:Gem::Version
4
- version: 35.15.2
4
+ version: 35.15.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - GOV.UK Dev
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-09-06 00:00:00.000000000 Z
11
+ date: 2023-09-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: govuk_app_config