Update tinymce-a11y-checker dependency

flag=none
fixes MAT-533

test plan
- change your Canvas language to Thai (ไทย)
- find an RCE
- launch the a11y checker
- confirm that the a11y checker messages are in Thai
- repeat above steps for Castilian Spanish (Español (españa))

Change-Id: Ib0519bdec16f41672e4e6247f463c04595a94511
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/280185
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
Reviewed-by: Weston Dransfield <wdransfield@instructure.com>
QA-Review: Weston Dransfield <wdransfield@instructure.com>
Product-Review: Jon Scheiding <jon.scheiding@instructure.com>
This commit is contained in:
Jon Scheiding 2021-12-02 15:20:30 -05:00
parent 8a271d852e
commit e650830c04
2 changed files with 6 additions and 6 deletions

View File

@ -132,7 +132,7 @@
"redux-thunk": "^2",
"scroll-into-view": "https://github.com/bkirkby/scroll-into-view.git#588b0ced98eeecf84e6fb2074aa076e80b7cffab",
"tinymce": "^5",
"tinymce-a11y-checker": "^3.3.1"
"tinymce-a11y-checker": "^3.3.2"
},
"devDependencies": {
"@babel/cli": "^7",
@ -184,6 +184,6 @@
"webpack-plugin-serve": "^1"
},
"resolutions": {
"format-message-estree-util": "../packages/format-message-estree-util"
"format-message-estree-util": "./packages/format-message-estree-util"
}
}

View File

@ -24396,10 +24396,10 @@ tinycolor2@^1.4.1:
resolved "https://registry.yarnpkg.com/tinycolor2/-/tinycolor2-1.4.2.tgz#3f6a4d1071ad07676d7fa472e1fac40a719d8803"
integrity sha512-vJhccZPs965sV/L2sU4oRQVAos0pQXwsvTLkWYdqJ+a8Q5kPFzJTuOFwy7UniPli44NKQGAglksjvOcpo95aZA==
tinymce-a11y-checker@^3.3.1:
version "3.3.1"
resolved "https://registry.yarnpkg.com/tinymce-a11y-checker/-/tinymce-a11y-checker-3.3.1.tgz#e54253ca82771a0d4a99f67d5ee5458fd51179a0"
integrity sha512-IarvyQHscfbBEDpp6vMU8r6ksouwd7ozkdlEwksCS30G0wi+ZtXyOvEBUyRd7uO2DfMnFLs7QWDdsUiqruLf4Q==
tinymce-a11y-checker@^3.3.1, tinymce-a11y-checker@^3.3.2:
version "3.3.2"
resolved "https://registry.yarnpkg.com/tinymce-a11y-checker/-/tinymce-a11y-checker-3.3.2.tgz#f70120caef01f107bd6e6e6b28818f62908d82d8"
integrity sha512-d2bIw9yu5P5yp3nMTbzd4hQMXLsnRIuPvATjCI3INWHyTgt8T0EvkR9zcYYw5xPMQnp5IbzA23CQLno5R1uhYQ==
dependencies:
"@instructure/canvas-theme" "^7.6.0"
"@instructure/ui-a11y-content" "^7.6.0"