From 0e221eb1118004f73eb10b419a18f088cd0e772f Mon Sep 17 00:00:00 2001 From: Daniel Mundra Date: Thu, 3 Oct 2024 08:25:35 -0700 Subject: [PATCH] Added WCAG 2.2 catalogs. Also updating dependencies and licenses. (#35) --- license/licenses.txt | 403 ++++++++++++++++++++++++++------------- package-lock.json | 16 +- package.json | 4 +- src/utils/getCatalogs.js | 16 ++ 4 files changed, 297 insertions(+), 142 deletions(-) diff --git a/license/licenses.txt b/license/licenses.txt index 665490c..f40b24e 100644 --- a/license/licenses.txt +++ b/license/licenses.txt @@ -5,6 +5,13 @@ │ ├─ email: sebmck@gmail.com │ ├─ path: node_modules/@babel/code-frame │ └─ licenseFile: node_modules/@babel/code-frame/LICENSE +├─ @babel/code-frame@7.24.7 +│ ├─ licenses: MIT +│ ├─ repository: https://github.com/babel/babel +│ ├─ publisher: The Babel Team +│ ├─ url: https://babel.dev/team +│ ├─ path: node_modules/@babel/template/node_modules/@babel/code-frame +│ └─ licenseFile: node_modules/@babel/template/node_modules/@babel/code-frame/LICENSE ├─ @babel/compat-data@7.10.1 │ ├─ licenses: MIT │ ├─ repository: https://github.com/babel/babel @@ -19,11 +26,11 @@ │ ├─ email: sebmck@gmail.com │ ├─ path: node_modules/@babel/core │ └─ licenseFile: node_modules/@babel/core/LICENSE -├─ @babel/generator@7.10.2 +├─ @babel/generator@7.25.6 │ ├─ licenses: MIT │ ├─ repository: https://github.com/babel/babel -│ ├─ publisher: Sebastian McKenzie -│ ├─ email: sebmck@gmail.com +│ ├─ publisher: The Babel Team +│ ├─ url: https://babel.dev/team │ ├─ path: node_modules/@babel/generator │ └─ licenseFile: node_modules/@babel/generator/LICENSE ├─ @babel/helper-annotate-as-pure@7.10.1 @@ -142,7 +149,14 @@ │ ├─ repository: https://github.com/babel/babel │ ├─ path: node_modules/@babel/helper-split-export-declaration │ └─ licenseFile: node_modules/@babel/helper-split-export-declaration/LICENSE -├─ @babel/helper-validator-identifier@7.16.7 +├─ @babel/helper-string-parser@7.24.8 +│ ├─ licenses: MIT +│ ├─ repository: https://github.com/babel/babel +│ ├─ publisher: The Babel Team +│ ├─ url: https://babel.dev/team +│ ├─ path: node_modules/@babel/helper-string-parser +│ └─ licenseFile: node_modules/@babel/helper-string-parser/LICENSE +├─ @babel/helper-validator-identifier@7.24.7 │ ├─ licenses: MIT │ ├─ repository: https://github.com/babel/babel │ ├─ publisher: The Babel Team @@ -161,18 +175,18 @@ │ ├─ email: sebmck@gmail.com │ ├─ path: node_modules/@babel/helpers │ └─ licenseFile: node_modules/@babel/helpers/LICENSE -├─ @babel/highlight@7.16.10 +├─ @babel/highlight@7.24.7 │ ├─ licenses: MIT │ ├─ repository: https://github.com/babel/babel │ ├─ publisher: The Babel Team │ ├─ url: https://babel.dev/team │ ├─ path: node_modules/@babel/highlight │ └─ licenseFile: node_modules/@babel/highlight/LICENSE -├─ @babel/parser@7.10.2 +├─ @babel/parser@7.25.6 │ ├─ licenses: MIT │ ├─ repository: https://github.com/babel/babel -│ ├─ publisher: Sebastian McKenzie -│ ├─ email: sebmck@gmail.com +│ ├─ publisher: The Babel Team +│ ├─ url: https://babel.dev/team │ ├─ path: node_modules/@babel/parser │ └─ licenseFile: node_modules/@babel/parser/LICENSE ├─ @babel/plugin-proposal-async-generator-functions@7.10.1 @@ -465,28 +479,28 @@ │ ├─ email: sebmck@gmail.com │ ├─ path: node_modules/@babel/runtime │ └─ licenseFile: node_modules/@babel/runtime/LICENSE -├─ @babel/template@7.10.1 +├─ @babel/template@7.25.0 │ ├─ licenses: MIT │ ├─ repository: https://github.com/babel/babel -│ ├─ publisher: Sebastian McKenzie -│ ├─ email: sebmck@gmail.com +│ ├─ publisher: The Babel Team +│ ├─ url: https://babel.dev/team │ ├─ path: node_modules/@babel/template │ └─ licenseFile: node_modules/@babel/template/LICENSE -├─ @babel/traverse@7.10.1 +├─ @babel/traverse@7.25.6 │ ├─ licenses: MIT │ ├─ repository: https://github.com/babel/babel -│ ├─ publisher: Sebastian McKenzie -│ ├─ email: sebmck@gmail.com +│ ├─ publisher: The Babel Team +│ ├─ url: https://babel.dev/team │ ├─ path: node_modules/@babel/traverse │ └─ licenseFile: node_modules/@babel/traverse/LICENSE -├─ @babel/types@7.10.2 +├─ @babel/types@7.25.6 │ ├─ licenses: MIT │ ├─ repository: https://github.com/babel/babel -│ ├─ publisher: Sebastian McKenzie -│ ├─ email: sebmck@gmail.com +│ ├─ publisher: The Babel Team +│ ├─ url: https://babel.dev/team │ ├─ path: node_modules/@babel/types │ └─ licenseFile: node_modules/@babel/types/LICENSE -├─ @cypress/request@2.88.10 +├─ @cypress/request@3.0.5 │ ├─ licenses: Apache-2.0 │ ├─ repository: https://github.com/cypress-io/request │ ├─ publisher: Mikeal Rogers @@ -519,12 +533,46 @@ │ ├─ publisher: Nicholas C. Zakas │ ├─ path: node_modules/@humanwhocodes/object-schema │ └─ licenseFile: node_modules/@humanwhocodes/object-schema/LICENSE +├─ @jridgewell/gen-mapping@0.3.5 +│ ├─ licenses: MIT +│ ├─ repository: https://github.com/jridgewell/gen-mapping +│ ├─ publisher: Justin Ridgewell +│ ├─ email: justin@ridgewell.name +│ ├─ path: node_modules/@jridgewell/gen-mapping +│ └─ licenseFile: node_modules/@jridgewell/gen-mapping/LICENSE +├─ @jridgewell/resolve-uri@3.1.2 +│ ├─ licenses: MIT +│ ├─ repository: https://github.com/jridgewell/resolve-uri +│ ├─ publisher: Justin Ridgewell +│ ├─ email: justin@ridgewell.name +│ ├─ path: node_modules/@jridgewell/resolve-uri +│ └─ licenseFile: node_modules/@jridgewell/resolve-uri/LICENSE +├─ @jridgewell/set-array@1.2.1 +│ ├─ licenses: MIT +│ ├─ repository: https://github.com/jridgewell/set-array +│ ├─ publisher: Justin Ridgewell +│ ├─ email: justin@ridgewell.name +│ ├─ path: node_modules/@jridgewell/set-array +│ └─ licenseFile: node_modules/@jridgewell/set-array/LICENSE +├─ @jridgewell/sourcemap-codec@1.5.0 +│ ├─ licenses: MIT +│ ├─ repository: https://github.com/jridgewell/sourcemap-codec +│ ├─ publisher: Rich Harris +│ ├─ path: node_modules/@jridgewell/sourcemap-codec +│ └─ licenseFile: node_modules/@jridgewell/sourcemap-codec/LICENSE +├─ @jridgewell/trace-mapping@0.3.25 +│ ├─ licenses: MIT +│ ├─ repository: https://github.com/jridgewell/trace-mapping +│ ├─ publisher: Justin Ridgewell +│ ├─ email: justin@ridgewell.name +│ ├─ path: node_modules/@jridgewell/trace-mapping +│ └─ licenseFile: node_modules/@jridgewell/trace-mapping/LICENSE ├─ @openacr/openacr-editor@0.1.0 │ ├─ licenses: CC0-1.0 │ ├─ repository: https://github.com/GSA/openacr-editor │ ├─ path: │ └─ licenseFile: LICENSE.md -├─ @openacr/openacr@0.3.7 +├─ @openacr/openacr@0.3.8 │ ├─ licenses: CC0-1.0 │ ├─ repository: https://github.com/GSA/openacr │ ├─ path: node_modules/@openacr/openacr @@ -790,7 +838,7 @@ │ ├─ publisher: Samuel Reed │ ├─ path: node_modules/async-limiter │ └─ licenseFile: node_modules/async-limiter/LICENSE -├─ async@2.6.3 +├─ async@2.6.4 │ ├─ licenses: MIT │ ├─ repository: https://github.com/caolan/async │ ├─ publisher: Caolan McMahon @@ -824,7 +872,7 @@ │ ├─ url: http://www.futurealoof.com │ ├─ path: node_modules/aws-sign2 │ └─ licenseFile: node_modules/aws-sign2/LICENSE -├─ aws4@1.11.0 +├─ aws4@1.13.2 │ ├─ licenses: MIT │ ├─ repository: https://github.com/mhart/aws4 │ ├─ publisher: Michael Hart @@ -832,7 +880,7 @@ │ ├─ url: https://github.com/mhart │ ├─ path: node_modules/aws4 │ └─ licenseFile: node_modules/aws4/LICENSE -├─ axe-core@4.3.5 +├─ axe-core@4.2.4 │ ├─ licenses: MPL-2.0 │ ├─ repository: https://github.com/dequelabs/axe-core │ ├─ path: node_modules/axe-core @@ -914,14 +962,14 @@ │ ├─ url: http://juliangruber.com │ ├─ path: node_modules/brace-expansion │ └─ licenseFile: node_modules/brace-expansion/LICENSE -├─ braces@3.0.2 +├─ braces@3.0.3 │ ├─ licenses: MIT │ ├─ repository: https://github.com/micromatch/braces │ ├─ publisher: Jon Schlinkert │ ├─ url: https://github.com/jonschlinkert │ ├─ path: node_modules/braces │ └─ licenseFile: node_modules/braces/LICENSE -├─ browserslist@4.16.6 +├─ browserslist@4.23.3 │ ├─ licenses: MIT │ ├─ repository: https://github.com/browserslist/browserslist │ ├─ publisher: Andrey Sitnik @@ -963,6 +1011,13 @@ │ ├─ email: linus@folkdatorn.se │ ├─ path: node_modules/cachedir │ └─ licenseFile: node_modules/cachedir/license +├─ call-bind@1.0.7 +│ ├─ licenses: MIT +│ ├─ repository: https://github.com/ljharb/call-bind +│ ├─ publisher: Jordan Harband +│ ├─ email: ljharb@gmail.com +│ ├─ path: node_modules/call-bind +│ └─ licenseFile: node_modules/call-bind/LICENSE ├─ callsites@3.1.0 │ ├─ licenses: MIT │ ├─ repository: https://github.com/sindresorhus/callsites @@ -971,7 +1026,7 @@ │ ├─ url: sindresorhus.com │ ├─ path: node_modules/callsites │ └─ licenseFile: node_modules/callsites/license -├─ caniuse-lite@1.0.30001462 +├─ caniuse-lite@1.0.30001662 │ ├─ licenses: CC-BY-4.0 │ ├─ repository: https://github.com/browserslist/caniuse-lite │ ├─ publisher: Ben Briggs @@ -1008,7 +1063,7 @@ │ ├─ email: gleb.bahmutov@gmail.com │ ├─ path: node_modules/check-more-types │ └─ licenseFile: node_modules/check-more-types/LICENSE -├─ check-types@11.1.2 +├─ check-types@11.2.3 │ ├─ licenses: MIT │ ├─ repository: git+https://gitlab.com/philbooth/check-types.js │ ├─ publisher: Phil Booth @@ -1125,12 +1180,6 @@ │ ├─ email: dfcreative@gmail.com │ ├─ path: node_modules/wrap-ansi/node_modules/color-name │ └─ licenseFile: node_modules/wrap-ansi/node_modules/color-name/LICENSE -├─ colorette@1.2.2 -│ ├─ licenses: MIT -│ ├─ repository: https://github.com/jorgebucaran/colorette -│ ├─ publisher: Jorge Bucaran -│ ├─ path: node_modules/colorette -│ └─ licenseFile: node_modules/colorette/LICENSE.md ├─ colorette@2.0.16 │ ├─ licenses: MIT │ ├─ repository: https://github.com/jorgebucaran/colorette @@ -1158,13 +1207,6 @@ │ ├─ email: tj@vision-media.ca │ ├─ path: node_modules/commander │ └─ licenseFile: node_modules/commander/LICENSE -├─ commander@5.1.0 -│ ├─ licenses: MIT -│ ├─ repository: https://github.com/tj/commander.js -│ ├─ publisher: TJ Holowaychuk -│ ├─ email: tj@vision-media.ca -│ ├─ path: node_modules/cypress/node_modules/commander -│ └─ licenseFile: node_modules/cypress/node_modules/commander/LICENSE ├─ commander@6.2.1 │ ├─ licenses: MIT │ ├─ repository: https://github.com/tj/commander.js @@ -1224,9 +1266,12 @@ │ ├─ url: http://thlorenz.com │ ├─ path: node_modules/convert-source-map │ └─ licenseFile: node_modules/convert-source-map/LICENSE -├─ core-js-compat@3.6.5 +├─ core-js-compat@3.38.1 │ ├─ licenses: MIT │ ├─ repository: https://github.com/zloirock/core-js +│ ├─ publisher: Denis Pushkarev +│ ├─ email: zloirock@zloirock.ru +│ ├─ url: http://zloirock.ru │ ├─ path: node_modules/core-js-compat │ └─ licenseFile: node_modules/core-js-compat/LICENSE ├─ core-js@3.6.5 @@ -1280,7 +1325,7 @@ │ ├─ url: http://feedic.com │ ├─ path: node_modules/css-what │ └─ licenseFile: node_modules/css-what/LICENSE -├─ cypress@9.7.0 +├─ cypress@13.14.2 │ ├─ licenses: MIT │ ├─ repository: https://github.com/cypress-io/cypress │ ├─ path: node_modules/cypress @@ -1333,6 +1378,13 @@ │ ├─ repository: https://github.com/TehShrike/deepmerge │ ├─ path: node_modules/deepmerge │ └─ licenseFile: node_modules/deepmerge/license.txt +├─ define-data-property@1.1.4 +│ ├─ licenses: MIT +│ ├─ repository: https://github.com/ljharb/define-data-property +│ ├─ publisher: Jordan Harband +│ ├─ email: ljharb@gmail.com +│ ├─ path: node_modules/define-data-property +│ └─ licenseFile: node_modules/define-data-property/LICENSE ├─ define-properties@1.1.3 │ ├─ licenses: MIT │ ├─ repository: https://github.com/ljharb/define-properties @@ -1438,12 +1490,12 @@ │ ├─ url: http://jeremie.com/ │ ├─ path: node_modules/ecc-jsbn │ └─ licenseFile: node_modules/ecc-jsbn/LICENSE -├─ electron-to-chromium@1.3.739 +├─ electron-to-chromium@1.5.27 │ ├─ licenses: ISC │ ├─ repository: https://github.com/kilian/electron-to-chromium │ ├─ publisher: Kilian Valkhof -│ ├─ path: node_modules/browserslist/node_modules/electron-to-chromium -│ └─ licenseFile: node_modules/browserslist/node_modules/electron-to-chromium/LICENSE +│ ├─ path: node_modules/electron-to-chromium +│ └─ licenseFile: node_modules/electron-to-chromium/LICENSE ├─ element-closest@2.0.2 │ ├─ licenses: CC0-1.0 │ ├─ repository: https://github.com/jonathantneal/closest @@ -1493,7 +1545,21 @@ │ ├─ publisher: tabrindle@gmail.com │ ├─ path: node_modules/envinfo │ └─ licenseFile: node_modules/envinfo/LICENSE -├─ escalade@3.1.1 +├─ es-define-property@1.0.0 +│ ├─ licenses: MIT +│ ├─ repository: https://github.com/ljharb/es-define-property +│ ├─ publisher: Jordan Harband +│ ├─ email: ljharb@gmail.com +│ ├─ path: node_modules/es-define-property +│ └─ licenseFile: node_modules/es-define-property/LICENSE +├─ es-errors@1.3.0 +│ ├─ licenses: MIT +│ ├─ repository: https://github.com/ljharb/es-errors +│ ├─ publisher: Jordan Harband +│ ├─ email: ljharb@gmail.com +│ ├─ path: node_modules/es-errors +│ └─ licenseFile: node_modules/es-errors/LICENSE +├─ escalade@3.2.0 │ ├─ licenses: MIT │ ├─ repository: https://github.com/lukeed/escalade │ ├─ publisher: Luke Edwards @@ -1614,7 +1680,7 @@ │ ├─ repository: https://github.com/estools/esutils │ ├─ path: node_modules/esutils │ └─ licenseFile: node_modules/esutils/LICENSE.BSD -├─ eventemitter2@6.4.5 +├─ eventemitter2@6.4.7 │ ├─ licenses: MIT │ ├─ repository: https://github.com/hij1nx/EventEmitter2 │ ├─ publisher: hij1nx @@ -1708,7 +1774,7 @@ │ ├─ url: sindresorhus.com │ ├─ path: node_modules/file-url │ └─ licenseFile: node_modules/file-url/license -├─ fill-range@7.0.1 +├─ fill-range@7.1.1 │ ├─ licenses: MIT │ ├─ repository: https://github.com/jonschlinkert/fill-range │ ├─ publisher: Jon Schlinkert @@ -1744,7 +1810,7 @@ │ ├─ url: http://www.futurealoof.com │ ├─ path: node_modules/forever-agent │ └─ licenseFile: node_modules/forever-agent/LICENSE -├─ form-data@2.3.3 +├─ form-data@4.0.0 │ ├─ licenses: MIT │ ├─ repository: https://github.com/form-data/form-data │ ├─ publisher: Felix Geisendörfer @@ -1791,7 +1857,7 @@ │ ├─ repository: https://github.com/fsevents/fsevents │ ├─ path: node_modules/rollup/node_modules/fsevents │ └─ licenseFile: node_modules/rollup/node_modules/fsevents/LICENSE -├─ function-bind@1.1.1 +├─ function-bind@1.1.2 │ ├─ licenses: MIT │ ├─ repository: https://github.com/Raynos/function-bind │ ├─ publisher: Raynos @@ -1816,6 +1882,13 @@ │ ├─ publisher: Stefan Penner │ ├─ path: node_modules/get-caller-file │ └─ licenseFile: node_modules/get-caller-file/LICENSE.md +├─ get-intrinsic@1.2.4 +│ ├─ licenses: MIT +│ ├─ repository: https://github.com/ljharb/get-intrinsic +│ ├─ publisher: Jordan Harband +│ ├─ email: ljharb@gmail.com +│ ├─ path: node_modules/get-intrinsic +│ └─ licenseFile: node_modules/get-intrinsic/LICENSE ├─ get-port@3.2.0 │ ├─ licenses: MIT │ ├─ repository: https://github.com/sindresorhus/get-port @@ -1893,6 +1966,13 @@ │ ├─ url: sindresorhus.com │ ├─ path: node_modules/globby │ └─ licenseFile: node_modules/globby/license +├─ gopd@1.0.1 +│ ├─ licenses: MIT +│ ├─ repository: https://github.com/ljharb/gopd +│ ├─ publisher: Jordan Harband +│ ├─ email: ljharb@gmail.com +│ ├─ path: node_modules/gopd +│ └─ licenseFile: node_modules/gopd/LICENSE ├─ graceful-fs@4.2.8 │ ├─ licenses: ISC │ ├─ repository: https://github.com/isaacs/node-graceful-fs @@ -1920,9 +2000,23 @@ │ ├─ url: sindresorhus.com │ ├─ path: node_modules/log-symbols/node_modules/has-flag │ └─ licenseFile: node_modules/log-symbols/node_modules/has-flag/license -├─ has-symbols@1.0.1 +├─ has-property-descriptors@1.0.2 +│ ├─ licenses: MIT +│ ├─ repository: https://github.com/inspect-js/has-property-descriptors +│ ├─ publisher: Jordan Harband +│ ├─ email: ljharb@gmail.com +│ ├─ path: node_modules/has-property-descriptors +│ └─ licenseFile: node_modules/has-property-descriptors/LICENSE +├─ has-proto@1.0.3 +│ ├─ licenses: MIT +│ ├─ repository: https://github.com/inspect-js/has-proto +│ ├─ publisher: Jordan Harband +│ ├─ email: ljharb@gmail.com +│ ├─ path: node_modules/has-proto +│ └─ licenseFile: node_modules/has-proto/LICENSE +├─ has-symbols@1.0.3 │ ├─ licenses: MIT -│ ├─ repository: https://github.com/ljharb/has-symbols +│ ├─ repository: https://github.com/inspect-js/has-symbols │ ├─ publisher: Jordan Harband │ ├─ email: ljharb@gmail.com │ ├─ url: http://ljharb.codes @@ -1935,12 +2029,13 @@ │ ├─ email: tpadilha84@gmail.com │ ├─ path: node_modules/has │ └─ licenseFile: node_modules/has/LICENSE-MIT -├─ hogan.js@3.0.2 -│ ├─ licenses: Apache-2.0 -│ ├─ repository: https://github.com/twitter/hogan.js -│ ├─ publisher: Twitter Inc. -│ ├─ path: node_modules/hogan.js -│ └─ licenseFile: node_modules/hogan.js/LICENSE +├─ hasown@2.0.2 +│ ├─ licenses: MIT +│ ├─ repository: https://github.com/inspect-js/hasOwn +│ ├─ publisher: Jordan Harband +│ ├─ email: ljharb@gmail.com +│ ├─ path: node_modules/hasown +│ └─ licenseFile: node_modules/hasown/LICENSE ├─ hoopy@0.1.4 │ ├─ licenses: MIT │ ├─ repository: git+https://gitlab.com/philbooth/hoopy @@ -1977,13 +2072,14 @@ │ ├─ email: me@feedic.com │ ├─ path: node_modules/@openacr/openacr/node_modules/htmlparser2 │ └─ licenseFile: node_modules/@openacr/openacr/node_modules/htmlparser2/LICENSE -├─ http-signature@1.3.6 +├─ http-signature@1.4.0 │ ├─ licenses: MIT -│ ├─ repository: https://github.com/joyent/node-http-signature -│ ├─ publisher: Joyent, Inc +│ ├─ repository: https://github.com/TritonDataCenter/node-http-signature +│ ├─ publisher: MNX Cloud +│ ├─ url: mnx.io │ ├─ path: node_modules/http-signature │ └─ licenseFile: node_modules/http-signature/LICENSE -├─ https-proxy-agent@5.0.0 +├─ https-proxy-agent@5.0.1 │ ├─ licenses: MIT │ ├─ repository: https://github.com/TooTallNate/node-https-proxy-agent │ ├─ publisher: Nathan Rajlich @@ -2299,7 +2395,7 @@ │ ├─ url: http://blog.izs.me │ ├─ path: node_modules/json-stringify-safe │ └─ licenseFile: node_modules/json-stringify-safe/LICENSE -├─ json5@2.1.3 +├─ json5@2.2.3 │ ├─ licenses: MIT │ ├─ repository: https://github.com/json5/json5 │ ├─ publisher: Aseem Kishore @@ -2318,7 +2414,7 @@ │ ├─ repository: https://github.com/joyent/node-jsprim │ ├─ path: node_modules/jsprim │ └─ licenseFile: node_modules/jsprim/LICENSE -├─ jszip@3.7.1 +├─ jszip@3.10.1 │ ├─ licenses: (MIT OR GPL-3.0-or-later) │ ├─ repository: https://github.com/Stuk/jszip │ ├─ publisher: Stuart Knightley @@ -2348,6 +2444,14 @@ │ ├─ url: https://lukeed.com │ ├─ path: node_modules/pa11y-ci/node_modules/kleur │ └─ licenseFile: node_modules/pa11y-ci/node_modules/kleur/license +├─ kleur@4.1.5 +│ ├─ licenses: MIT +│ ├─ repository: https://github.com/lukeed/kleur +│ ├─ publisher: Luke Edwards +│ ├─ email: luke.edwards05@gmail.com +│ ├─ url: https://lukeed.com +│ ├─ path: node_modules/pa11y/node_modules/kleur +│ └─ licenseFile: node_modules/pa11y/node_modules/kleur/license ├─ lazy-ass@1.6.0 │ ├─ licenses: MIT │ ├─ repository: https://github.com/bahmutov/lazy-ass @@ -2521,12 +2625,12 @@ │ ├─ email: me@stephensugden.com │ ├─ path: node_modules/merge-stream │ └─ licenseFile: node_modules/merge-stream/LICENSE -├─ mime-db@1.51.0 +├─ mime-db@1.52.0 │ ├─ licenses: MIT │ ├─ repository: https://github.com/jshttp/mime-db │ ├─ path: node_modules/mime-db │ └─ licenseFile: node_modules/mime-db/LICENSE -├─ mime-types@2.1.34 +├─ mime-types@2.1.35 │ ├─ licenses: MIT │ ├─ repository: https://github.com/jshttp/mime-types │ ├─ path: node_modules/mime-types @@ -2547,7 +2651,7 @@ │ ├─ url: sindresorhus.com │ ├─ path: node_modules/mimic-fn │ └─ licenseFile: node_modules/mimic-fn/license -├─ minimatch@3.0.4 +├─ minimatch@3.1.2 │ ├─ licenses: ISC │ ├─ repository: https://github.com/isaacs/minimatch │ ├─ publisher: Isaac Z. Schlueter @@ -2570,14 +2674,6 @@ │ ├─ url: @mafintosh │ ├─ path: node_modules/mkdirp-classic │ └─ licenseFile: node_modules/mkdirp-classic/LICENSE -├─ mkdirp@0.3.0 -│ ├─ licenses: MIT* -│ ├─ repository: https://github.com/substack/node-mkdirp -│ ├─ publisher: James Halliday -│ ├─ email: mail@substack.net -│ ├─ url: http://substack.net -│ ├─ path: node_modules/hogan.js/node_modules/mkdirp -│ └─ licenseFile: node_modules/hogan.js/node_modules/mkdirp/LICENSE ├─ mkdirp@1.0.4 │ ├─ licenses: MIT │ ├─ repository: https://github.com/isaacs/node-mkdirp @@ -2596,14 +2692,14 @@ │ ├─ repository: https://github.com/zeit/ms │ ├─ path: node_modules/ms │ └─ licenseFile: node_modules/ms/license.md -├─ mustache@4.0.1 +├─ mustache@4.2.0 │ ├─ licenses: MIT │ ├─ repository: https://github.com/janl/mustache.js │ ├─ publisher: mustache.js Authors │ ├─ email: http://github.com/janl/mustache.js │ ├─ path: node_modules/mustache │ └─ licenseFile: node_modules/mustache/LICENSE -├─ nanoid@3.2.0 +├─ nanoid@3.3.7 │ ├─ licenses: MIT │ ├─ repository: https://github.com/ai/nanoid │ ├─ publisher: Andrey Sitnik @@ -2622,34 +2718,26 @@ │ ├─ repository: https://github.com/suguru03/neo-async │ ├─ path: node_modules/neo-async │ └─ licenseFile: node_modules/neo-async/LICENSE -├─ node-fetch@2.6.7 +├─ node-fetch@2.6.13 │ ├─ licenses: MIT │ ├─ repository: https://github.com/bitinn/node-fetch │ ├─ publisher: David Frank │ ├─ path: node_modules/node-fetch │ └─ licenseFile: node_modules/node-fetch/LICENSE.md -├─ node-releases@1.1.72 +├─ node-releases@2.0.18 │ ├─ licenses: MIT │ ├─ repository: https://github.com/chicoxyzzy/node-releases │ ├─ publisher: Sergey Rubanov │ ├─ email: chi187@gmail.com -│ ├─ path: node_modules/browserslist/node_modules/node-releases -│ └─ licenseFile: node_modules/browserslist/node_modules/node-releases/LICENSE -├─ node.extend@2.0.2 +│ ├─ path: node_modules/node-releases +│ └─ licenseFile: node_modules/node-releases/LICENSE +├─ node.extend@2.0.3 │ ├─ licenses: (MIT OR GPL-2.0) │ ├─ repository: https://github.com/dreamerslab/node.extend │ ├─ publisher: dreamerslab │ ├─ email: ben@dreamerslab.com │ ├─ path: node_modules/node.extend -│ └─ licenseFile: node_modules/node.extend/LICENSE.md -├─ nopt@1.0.10 -│ ├─ licenses: MIT -│ ├─ repository: https://github.com/isaacs/nopt -│ ├─ publisher: Isaac Z. Schlueter -│ ├─ email: i@izs.me -│ ├─ url: http://blog.izs.me/ -│ ├─ path: node_modules/nopt -│ └─ licenseFile: node_modules/nopt/LICENSE +│ └─ licenseFile: node_modules/node.extend/LICENSE ├─ nopt@5.0.0 │ ├─ licenses: ISC │ ├─ repository: https://github.com/npm/nopt @@ -2703,6 +2791,14 @@ │ ├─ url: sindresorhus.com │ ├─ path: node_modules/object-assign │ └─ licenseFile: node_modules/object-assign/license +├─ object-inspect@1.13.2 +│ ├─ licenses: MIT +│ ├─ repository: https://github.com/inspect-js/object-inspect +│ ├─ publisher: James Halliday +│ ├─ email: mail@substack.net +│ ├─ url: http://substack.net +│ ├─ path: node_modules/object-inspect +│ └─ licenseFile: node_modules/object-inspect/LICENSE ├─ object-keys@1.1.1 │ ├─ licenses: MIT │ ├─ repository: https://github.com/ljharb/object-keys @@ -2802,14 +2898,14 @@ │ ├─ url: sindresorhus.com │ ├─ path: node_modules/p-try │ └─ licenseFile: node_modules/p-try/license -├─ pa11y-ci@3.0.1 -│ ├─ licenses: LGPL-3.0 -│ ├─ repository: https://github.com/pa11y/ci +├─ pa11y-ci@3.1.0 +│ ├─ licenses: LGPL-3.0-only +│ ├─ repository: https://github.com/pa11y/pa11y-ci │ ├─ publisher: Team Pa11y │ ├─ path: node_modules/pa11y-ci │ └─ licenseFile: node_modules/pa11y-ci/LICENSE -├─ pa11y@6.1.1 -│ ├─ licenses: LGPL-3.0 +├─ pa11y@6.2.3 +│ ├─ licenses: LGPL-3.0-only │ ├─ repository: https://github.com/pa11y/pa11y │ ├─ publisher: Team Pa11y │ ├─ path: node_modules/pa11y @@ -2895,7 +2991,7 @@ │ ├─ email: braveg1rl@outlook.com │ ├─ path: node_modules/performance-now │ └─ licenseFile: node_modules/performance-now/license.txt -├─ picocolors@1.0.0 +├─ picocolors@1.1.0 │ ├─ licenses: ISC │ ├─ repository: https://github.com/alexeyraspopov/picocolors │ ├─ publisher: Alexey Raspopov @@ -2940,7 +3036,7 @@ │ ├─ url: sindresorhus.com │ ├─ path: node_modules/pkg-dir │ └─ licenseFile: node_modules/pkg-dir/license -├─ postcss@8.4.6 +├─ postcss@8.4.47 │ ├─ licenses: MIT │ ├─ repository: https://github.com/postcss/postcss │ ├─ publisher: Andrey Sitnik @@ -2995,6 +3091,13 @@ │ ├─ repository: https://github.com/calvinmetcalf/process-nextick-args │ ├─ path: node_modules/process-nextick-args │ └─ licenseFile: node_modules/process-nextick-args/license.md +├─ process@0.11.10 +│ ├─ licenses: MIT +│ ├─ repository: https://github.com/shtylman/node-process +│ ├─ publisher: Roman Shtylman +│ ├─ email: shtylman@gmail.com +│ ├─ path: node_modules/process +│ └─ licenseFile: node_modules/process/LICENSE ├─ progress@2.0.3 │ ├─ licenses: MIT │ ├─ repository: https://github.com/visionmedia/node-progress @@ -3026,7 +3129,7 @@ │ ├─ url: https://robwu.nl/ │ ├─ path: node_modules/proxy-from-env │ └─ licenseFile: node_modules/proxy-from-env/LICENSE -├─ psl@1.8.0 +├─ psl@1.9.0 │ ├─ licenses: MIT │ ├─ repository: https://github.com/lupomontero/psl │ ├─ publisher: Lupo Montero @@ -3054,11 +3157,17 @@ │ ├─ publisher: The Chromium Authors │ ├─ path: node_modules/puppeteer │ └─ licenseFile: node_modules/puppeteer/LICENSE -├─ qs@6.5.2 +├─ qs@6.13.0 │ ├─ licenses: BSD-3-Clause │ ├─ repository: https://github.com/ljharb/qs │ ├─ path: node_modules/qs -│ └─ licenseFile: node_modules/qs/LICENSE +│ └─ licenseFile: node_modules/qs/LICENSE.md +├─ querystringify@2.2.0 +│ ├─ licenses: MIT +│ ├─ repository: https://github.com/unshiftio/querystringify +│ ├─ publisher: Arnout Kazemier +│ ├─ path: node_modules/querystringify +│ └─ licenseFile: node_modules/querystringify/LICENSE ├─ randombytes@2.1.0 │ ├─ licenses: MIT │ ├─ repository: https://github.com/crypto-browserify/randombytes @@ -3084,7 +3193,7 @@ │ ├─ repository: https://github.com/nodejs/readable-stream │ ├─ path: node_modules/readable-stream │ └─ licenseFile: node_modules/readable-stream/LICENSE -├─ readable-stream@3.6.0 +├─ readable-stream@3.6.2 │ ├─ licenses: MIT │ ├─ repository: https://github.com/nodejs/readable-stream │ ├─ path: node_modules/bl/node_modules/readable-stream @@ -3208,6 +3317,12 @@ │ ├─ url: http://mad4milk.net │ ├─ path: node_modules/require-relative │ └─ licenseFile: node_modules/require-relative/README.md +├─ requires-port@1.0.0 +│ ├─ licenses: MIT +│ ├─ repository: https://github.com/unshiftio/requires-port +│ ├─ publisher: Arnout Kazemier +│ ├─ path: node_modules/requires-port +│ └─ licenseFile: node_modules/requires-port/LICENSE ├─ resolve-from@4.0.0 │ ├─ licenses: MIT │ ├─ repository: https://github.com/sindresorhus/resolve-from @@ -3349,7 +3464,7 @@ │ ├─ url: https://github.com/ChALkeR │ ├─ path: node_modules/safer-buffer │ └─ licenseFile: node_modules/safer-buffer/LICENSE -├─ sanitize-html@2.10.0 +├─ sanitize-html@2.13.0 │ ├─ licenses: MIT │ ├─ repository: https://github.com/apostrophecms/sanitize-html │ ├─ publisher: Apostrophe Technologies, Inc. @@ -3361,27 +3476,19 @@ │ ├─ publisher: Apostrophe Technologies, Inc. │ ├─ path: node_modules/sanitize-html │ └─ licenseFile: node_modules/sanitize-html/LICENSE -├─ semver@5.7.1 +├─ semver@5.7.2 │ ├─ licenses: ISC │ ├─ repository: https://github.com/npm/node-semver +│ ├─ publisher: GitHub Inc. │ ├─ path: node_modules/semver │ └─ licenseFile: node_modules/semver/LICENSE -├─ semver@7.0.0 -│ ├─ licenses: ISC -│ ├─ repository: https://github.com/npm/node-semver -│ ├─ path: node_modules/core-js-compat/node_modules/semver -│ └─ licenseFile: node_modules/core-js-compat/node_modules/semver/LICENSE -├─ semver@7.3.2 -│ ├─ licenses: ISC -│ ├─ repository: https://github.com/npm/node-semver -│ ├─ path: node_modules/eslint/node_modules/semver -│ └─ licenseFile: node_modules/eslint/node_modules/semver/LICENSE -├─ semver@7.3.5 +├─ semver@7.3.8 │ ├─ licenses: ISC │ ├─ repository: https://github.com/npm/node-semver +│ ├─ publisher: GitHub Inc. │ ├─ path: node_modules/pa11y/node_modules/semver │ └─ licenseFile: node_modules/pa11y/node_modules/semver/LICENSE -├─ semver@7.3.8 +├─ semver@7.6.3 │ ├─ licenses: ISC │ ├─ repository: https://github.com/npm/node-semver │ ├─ publisher: GitHub Inc. @@ -3394,14 +3501,19 @@ │ ├─ email: edf@ericf.me │ ├─ path: node_modules/serialize-javascript │ └─ licenseFile: node_modules/serialize-javascript/LICENSE -├─ set-immediate-shim@1.0.1 +├─ set-function-length@1.2.2 │ ├─ licenses: MIT -│ ├─ repository: https://github.com/sindresorhus/set-immediate-shim -│ ├─ publisher: Sindre Sorhus -│ ├─ email: sindresorhus@gmail.com -│ ├─ url: sindresorhus.com -│ ├─ path: node_modules/set-immediate-shim -│ └─ licenseFile: node_modules/set-immediate-shim/readme.md +│ ├─ repository: https://github.com/ljharb/set-function-length +│ ├─ publisher: Jordan Harband +│ ├─ email: ljharb@gmail.com +│ ├─ path: node_modules/set-function-length +│ └─ licenseFile: node_modules/set-function-length/LICENSE +├─ setimmediate@1.0.5 +│ ├─ licenses: MIT +│ ├─ repository: https://github.com/YuzuJS/setImmediate +│ ├─ publisher: YuzuJS +│ ├─ path: node_modules/setimmediate +│ └─ licenseFile: node_modules/setimmediate/LICENSE.txt ├─ shebang-command@2.0.0 │ ├─ licenses: MIT │ ├─ repository: https://github.com/kevva/shebang-command @@ -3418,6 +3530,13 @@ │ ├─ url: sindresorhus.com │ ├─ path: node_modules/shebang-regex │ └─ licenseFile: node_modules/shebang-regex/license +├─ side-channel@1.0.6 +│ ├─ licenses: MIT +│ ├─ repository: https://github.com/ljharb/side-channel +│ ├─ publisher: Jordan Harband +│ ├─ email: ljharb@gmail.com +│ ├─ path: node_modules/side-channel +│ └─ licenseFile: node_modules/side-channel/LICENSE ├─ signal-exit@3.0.3 │ ├─ licenses: ISC │ ├─ repository: https://github.com/tapjs/signal-exit @@ -3459,7 +3578,7 @@ │ ├─ url: http://blog.izs.me/ │ ├─ path: node_modules/slide │ └─ licenseFile: node_modules/slide/LICENSE -├─ source-map-js@1.0.2 +├─ source-map-js@1.2.1 │ ├─ licenses: BSD-3-Clause │ ├─ repository: https://github.com/7rulnik/source-map-js │ ├─ publisher: Valentin 7rulnik Semirulnik @@ -3555,7 +3674,7 @@ │ ├─ url: http://alexei.ro/ │ ├─ path: node_modules/sprintf-js │ └─ licenseFile: node_modules/sprintf-js/LICENSE -├─ sshpk@1.16.1 +├─ sshpk@1.18.0 │ ├─ licenses: MIT │ ├─ repository: https://github.com/joyent/node-sshpk │ ├─ publisher: Joyent, Inc @@ -3677,7 +3796,7 @@ │ ├─ email: mathiasbuus@gmail.com │ ├─ path: node_modules/tar-stream │ └─ licenseFile: node_modules/tar-stream/LICENSE -├─ terser@4.7.0 +├─ terser@4.8.1 │ ├─ licenses: BSD-2-Clause │ ├─ repository: https://github.com/terser/terser │ ├─ publisher: Mihai Bazon @@ -3714,14 +3833,14 @@ │ ├─ url: lukeed.com │ ├─ path: node_modules/tinydate │ └─ licenseFile: node_modules/tinydate/license -├─ tmp@0.2.1 +├─ tmp@0.2.3 │ ├─ licenses: MIT │ ├─ repository: https://github.com/raszi/node-tmp │ ├─ publisher: KARASZI István │ ├─ email: github@spam.raszi.hu │ ├─ url: http://raszi.hu/ -│ ├─ path: node_modules/cypress/node_modules/tmp -│ └─ licenseFile: node_modules/cypress/node_modules/tmp/LICENSE +│ ├─ path: node_modules/tmp +│ └─ licenseFile: node_modules/tmp/LICENSE ├─ to-fast-properties@2.0.0 │ ├─ licenses: MIT │ ├─ repository: https://github.com/sindresorhus/to-fast-properties @@ -3745,7 +3864,7 @@ │ ├─ url: http://marcello.cellosoft.com/ │ ├─ path: node_modules/tosource │ └─ licenseFile: node_modules/tosource/LICENSE -├─ tough-cookie@2.5.0 +├─ tough-cookie@4.1.4 │ ├─ licenses: BSD-3-Clause │ ├─ repository: https://github.com/salesforce/tough-cookie │ ├─ publisher: Jeremy Stashewsky @@ -3871,6 +3990,13 @@ │ ├─ url: https://mathiasbynens.be/ │ ├─ path: node_modules/unicode-property-aliases-ecmascript │ └─ licenseFile: node_modules/unicode-property-aliases-ecmascript/LICENSE-MIT.txt +├─ universalify@0.2.0 +│ ├─ licenses: MIT +│ ├─ repository: https://github.com/RyanZim/universalify +│ ├─ publisher: Ryan Zimmerman +│ ├─ email: opensrc@ryanzim.com +│ ├─ path: node_modules/tough-cookie/node_modules/universalify +│ └─ licenseFile: node_modules/tough-cookie/node_modules/universalify/LICENSE ├─ universalify@2.0.0 │ ├─ licenses: MIT │ ├─ repository: https://github.com/RyanZim/universalify @@ -3886,6 +4012,13 @@ │ ├─ url: sindresorhus.com │ ├─ path: node_modules/untildify │ └─ licenseFile: node_modules/untildify/license +├─ update-browserslist-db@1.1.0 +│ ├─ licenses: MIT +│ ├─ repository: https://github.com/browserslist/update-db +│ ├─ publisher: Andrey Sitnik +│ ├─ email: andrey@sitnik.ru +│ ├─ path: node_modules/update-browserslist-db +│ └─ licenseFile: node_modules/update-browserslist-db/LICENSE ├─ uri-js@4.2.2 │ ├─ licenses: BSD-2-Clause │ ├─ repository: https://github.com/garycourt/uri-js @@ -3893,6 +4026,12 @@ │ ├─ email: gary.court@gmail.com │ ├─ path: node_modules/uri-js │ └─ licenseFile: node_modules/uri-js/README.md +├─ url-parse@1.5.10 +│ ├─ licenses: MIT +│ ├─ repository: https://github.com/unshiftio/url-parse +│ ├─ publisher: Arnout Kazemier +│ ├─ path: node_modules/url-parse +│ └─ licenseFile: node_modules/url-parse/LICENSE ├─ uswds@2.12.2 │ ├─ licenses: MIT* │ ├─ repository: https://github.com/uswds/uswds @@ -3955,7 +4094,7 @@ │ ├─ url: http://blog.izs.me │ ├─ path: node_modules/which │ └─ licenseFile: node_modules/which/LICENSE -├─ word-wrap@1.2.3 +├─ word-wrap@1.2.5 │ ├─ licenses: MIT │ ├─ repository: https://github.com/jonschlinkert/word-wrap │ ├─ publisher: Jon Schlinkert @@ -3994,7 +4133,7 @@ │ ├─ url: http://blog.izs.me/ │ ├─ path: node_modules/wrappy │ └─ licenseFile: node_modules/wrappy/LICENSE -├─ ws@6.2.2 +├─ ws@6.2.3 │ ├─ licenses: MIT │ ├─ repository: https://github.com/websockets/ws │ ├─ publisher: Einar Otto Stangvik @@ -4002,7 +4141,7 @@ │ ├─ url: http://2x.io │ ├─ path: node_modules/ws │ └─ licenseFile: node_modules/ws/LICENSE -├─ ws@7.5.6 +├─ ws@7.5.10 │ ├─ licenses: MIT │ ├─ repository: https://github.com/websockets/ws │ ├─ publisher: Einar Otto Stangvik diff --git a/package-lock.json b/package-lock.json index 2800519..1d576ce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.1.0", "license": "CC0-1.0", "dependencies": { - "@openacr/openacr": "^0.3.7", + "@openacr/openacr": "^0.3.8", "compare-versions": "^4.1.3", "core-js": "3", "domelementtype": "2.2.0", @@ -38,7 +38,7 @@ "prettier": "2.4.1", "prettier-plugin-svelte": "^2.4.0", "replace-string": "^3.1.0", - "rollup": "^2.60.0", + "rollup": "2.60.0", "rollup-plugin-babel": "^4.0.2", "rollup-plugin-commonjs": "^10.0.0", "rollup-plugin-livereload": "^1.0.0", @@ -1245,9 +1245,9 @@ } }, "node_modules/@openacr/openacr": { - "version": "0.3.7", - "resolved": "https://registry.npmjs.org/@openacr/openacr/-/openacr-0.3.7.tgz", - "integrity": "sha512-+2e0l8J0qEL9ByWUgk94fZFu+asvQGjyRzPPHjm1aJR7LH9jJWNiIWqrK2laYylrC8r/h/DoIwSj/mbekooOvA==", + "version": "0.3.8", + "resolved": "https://registry.npmjs.org/@openacr/openacr/-/openacr-0.3.8.tgz", + "integrity": "sha512-bwdSuKMEc85mSjEhONkEv5UaW7nO5OdcAw8UyR9Ov/Qq3uRjAVjMNCACANF9k3z73XtpKPIFfmmrGrQEOTq30A==", "dependencies": { "ajv": "^8.6.1", "fs-extra": "^10.0.0", @@ -8336,9 +8336,9 @@ } }, "@openacr/openacr": { - "version": "0.3.7", - "resolved": "https://registry.npmjs.org/@openacr/openacr/-/openacr-0.3.7.tgz", - "integrity": "sha512-+2e0l8J0qEL9ByWUgk94fZFu+asvQGjyRzPPHjm1aJR7LH9jJWNiIWqrK2laYylrC8r/h/DoIwSj/mbekooOvA==", + "version": "0.3.8", + "resolved": "https://registry.npmjs.org/@openacr/openacr/-/openacr-0.3.8.tgz", + "integrity": "sha512-bwdSuKMEc85mSjEhONkEv5UaW7nO5OdcAw8UyR9Ov/Qq3uRjAVjMNCACANF9k3z73XtpKPIFfmmrGrQEOTq30A==", "requires": { "ajv": "^8.6.1", "fs-extra": "^10.0.0", diff --git a/package.json b/package.json index b2582a3..d98cb3f 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "prettier": "2.4.1", "prettier-plugin-svelte": "^2.4.0", "replace-string": "^3.1.0", - "rollup": "^2.60.0", + "rollup": "2.60.0", "rollup-plugin-babel": "^4.0.2", "rollup-plugin-commonjs": "^10.0.0", "rollup-plugin-livereload": "^1.0.0", @@ -40,7 +40,7 @@ }, "browserslist": "> 0.25%, not dead", "dependencies": { - "@openacr/openacr": "^0.3.7", + "@openacr/openacr": "^0.3.8", "compare-versions": "^4.1.3", "core-js": "3", "domelementtype": "2.2.0", diff --git a/src/utils/getCatalogs.js b/src/utils/getCatalogs.js index 18befed..1f703dc 100644 --- a/src/utils/getCatalogs.js +++ b/src/utils/getCatalogs.js @@ -1,9 +1,13 @@ import wcag20508catalog from "@openacr/openacr/catalog/2.4-edition-wcag-2.0-508-en.yaml"; import wcag21catalog from "@openacr/openacr/catalog/2.4-edition-wcag-2.1-en.yaml"; import wcag21508catalog from "@openacr/openacr/catalog/2.4-edition-wcag-2.1-508-en.yaml"; +import wcag22catalog from "@openacr/openacr/catalog/2.5-edition-wcag-2.2-en.yaml"; +import wcag22508catalog from "@openacr/openacr/catalog/2.5-edition-wcag-2.2-508-en.yaml"; export const wcag20508catalogName = "2.4-edition-wcag-2.0-508-en"; const wcag21catalogName = "2.4-edition-wcag-2.1-en"; const wcag21508catalogName = "2.4-edition-wcag-2.1-508-en"; +const wcag22catalogName = "2.5-edition-wcag-2.2-en"; +const wcag22508catalogName = "2.5-edition-wcag-2.2-508-en"; export function getCatalog(catalogName) { if (catalogName == wcag20508catalogName) { @@ -12,6 +16,10 @@ export function getCatalog(catalogName) { return wcag21catalog; } else if (catalogName == wcag21508catalogName) { return wcag21508catalog; + } else if (catalogName == wcag22catalogName) { + return wcag22catalog; + } else if (catalogName == wcag22508catalogName) { + return wcag22508catalog; } return wcag20508catalog; } @@ -30,6 +38,14 @@ export function getListOfCatalogs() { catalog: wcag21catalogName, title: "VPAT® 2.4 WCAG: WCAG 2.1", }, + { + catalog: wcag22508catalogName, + title: "VPAT® 2.5 508 + WCAG: Revised Section 508 Edition (WCAG 2.2)", + }, + { + catalog: wcag22catalogName, + title: "VPAT® 2.5 WCAG: WCAG 2.2", + }, ]; }