pa11y-ci-reporter-runner 2.0.4 → 2.0.5

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.
Files changed (2) hide show
  1. package/LICENSE +1 -1
  2. package/package.json +8 -8
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2022 Aaron Goldenthal
3
+ Copyright (c) 2022 - 2023 Aaron Goldenthal
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pa11y-ci-reporter-runner",
3
- "version": "2.0.4",
3
+ "version": "2.0.5",
4
4
  "description": "Pa11y CI Reporter Runner is designed to facilitate testing of Pa11y CI reporters. Given a Pa11y CI JSON results file and optional configuration it simulates the Pa11y CI calls to the reporter.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -15,7 +15,7 @@
15
15
  },
16
16
  "repository": {
17
17
  "type": "git",
18
- "url": "git+https://gitlab.com/gitlab-ci-utils/pa11y-ci-reporter-runner.git"
18
+ "url": "https://gitlab.com/gitlab-ci-utils/pa11y-ci-reporter-runner.git"
19
19
  },
20
20
  "keywords": [
21
21
  "pa11y-ci",
@@ -38,16 +38,16 @@
38
38
  },
39
39
  "homepage": "https://gitlab.com/gitlab-ci-utils/pa11y-ci-reporter-runner",
40
40
  "devDependencies": {
41
- "@aarongoldenthal/eslint-config-standard": "^19.0.1",
42
- "eslint": "^8.30.0",
43
- "jest": "^29.3.1",
41
+ "@aarongoldenthal/eslint-config-standard": "^20.0.0",
42
+ "eslint": "^8.35.0",
43
+ "jest": "^29.4.3",
44
44
  "jest-junit": "^15.0.0",
45
- "markdownlint-cli": "^0.32.2",
45
+ "markdownlint-cli": "^0.33.0",
46
46
  "pa11y-ci-reporter-cli-summary": "^2.0.2",
47
- "prettier": "^2.8.1"
47
+ "prettier": "^2.8.4"
48
48
  },
49
49
  "dependencies": {
50
50
  "lodash": "^4.17.21",
51
- "xstate": "^4.35.1"
51
+ "xstate": "^4.37.0"
52
52
  }
53
53
  }