diff options
author | Mathieu Suen <mathieu.suen@sonarsource.com> | 2022-04-08 15:49:29 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-04-11 20:02:58 +0000 |
commit | b574e0fd48c458e057e72b5f15b013cdc1d9e574 (patch) | |
tree | b5c283629eba48f461f2ae044d83fdab506f4e08 /server/sonar-web/package.json | |
parent | ee5faa2e955d5325035a49bcc5ea7c4feaacb03c (diff) | |
download | sonarqube-b574e0fd48c458e057e72b5f15b013cdc1d9e574.tar.gz sonarqube-b574e0fd48c458e057e72b5f15b013cdc1d9e574.zip |
[NO JIRA] Bump glob-promise, jsdom, drop @types/sanitize-html
Diffstat (limited to 'server/sonar-web/package.json')
-rw-r--r-- | server/sonar-web/package.json | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/server/sonar-web/package.json b/server/sonar-web/package.json index ee6aa4200bd..c49173640a5 100644 --- a/server/sonar-web/package.json +++ b/server/sonar-web/package.json @@ -80,7 +80,6 @@ "@types/react-select": "4.0.16", "@types/react-select-legacy": "npm:@types/react-select@1.2.6", "@types/react-virtualized": "9.21.20", - "@types/sanitize-html": "1.22.0", "@types/valid-url": "1.0.3", "@typescript-eslint/eslint-plugin": "4.33.0", "@typescript-eslint/parser": "4.33.0", @@ -102,12 +101,12 @@ "eslint-plugin-testing-library": "5.2.1", "fs-extra": "10.0.1", "glob": "7.2.0", - "glob-promise": "3.4.0", + "glob-promise": "4.2.2", "http-proxy": "1.18.1", "jest": "27.5.1", "jest-emotion": "10.0.32", "jest-junit": "13.0.0", - "jsdom": "16.7.0", + "jsdom": "19.0.0", "path-browserify": "1.0.1", "postcss-calc": "7.0.2", "postcss-custom-properties": "9.1.1", |