Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): Bump axe-sarif-converter from 2.13.0 to 3.0.0 in /typescript-selenium-webdriver-sample #1709

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions typescript-selenium-webdriver-sample/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,9 @@ extends:
# It is a good idea to test against a specific, known version of Node; this makes it easier for other users
# to reproduce your build results.
- task: NodeTool@0
displayName: install node 20.8.1
displayName: install node 20.17.0
inputs:
versionSpec: "20.8.1"
versionSpec: "20.17.0"

# This task installs dependencies specified in your package.json file.
#
Expand Down
2 changes: 1 addition & 1 deletion typescript-selenium-webdriver-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@types/jest": "^29.5.14",
"@types/node": "^20.8.10",
"@types/selenium-webdriver": "^4.1.27",
"axe-sarif-converter": "^2.13.0",
"axe-sarif-converter": "^3.0.0",
"chromedriver": "^131.0.4",
"cross-env": "^7.0.3",
"geckodriver": "^5.0.0",
Expand Down
8 changes: 4 additions & 4 deletions typescript-selenium-webdriver-sample/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1111,10 +1111,10 @@ asynckit@^0.4.0:
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.10.2.tgz#85228e3e1d8b8532a27659b332e39b7fa0e022df"
integrity sha512-RE3mdQ7P3FRSe7eqCWoeQ/Z9QXrtniSjp1wUjt5nRC3WIpz5rSCve6o3fsZ2aCpJtrZjSZgjwXAoTO5k4tEI0w==

axe-sarif-converter@^2.13.0:
version "2.13.0"
resolved "https://registry.yarnpkg.com/axe-sarif-converter/-/axe-sarif-converter-2.13.0.tgz#e86038db2470b0c7b00ab989b920bae9e6d43e59"
integrity sha512-9eekggftFqTheoq2LNzNCoRWMxDFHHIlHXN/ahad4GcaxHwmrnC1+0qdBRaECc2M7aeai4R2QXev6ohaAZQZ6w==
axe-sarif-converter@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/axe-sarif-converter/-/axe-sarif-converter-3.0.0.tgz#c1da89f752af3c7fb50f7a5d0d408176ad62b246"
integrity sha512-oYAgxSccgFLc8n/aYyjS1xWYxb8k4VHYqII6/YsJsk1jnttfiRUkR631LyN+5T7UCJVzD2hILA0c3q3kTHpypg==
dependencies:
"@puppeteer/browsers" "^2.1.0"
"@types/sarif" ">=2.1.1 <=2.1.8"
Expand Down