mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(deps): update dependency sanitize-html to v2.8.1
This commit is contained in:
+1
-1
@@ -118,7 +118,7 @@
|
||||
"redux-saga": "1.2.2",
|
||||
"reselect": "4.1.7",
|
||||
"rxjs": "6.6.7",
|
||||
"sanitize-html": "2.8.0",
|
||||
"sanitize-html": "2.8.1",
|
||||
"sass.js": "0.11.1",
|
||||
"sha-1": "1.0.0",
|
||||
"store": "2.0.12",
|
||||
|
||||
Generated
+8
-8
@@ -510,7 +510,7 @@
|
||||
"redux-saga": "1.2.2",
|
||||
"reselect": "4.1.7",
|
||||
"rxjs": "6.6.7",
|
||||
"sanitize-html": "2.8.0",
|
||||
"sanitize-html": "2.8.1",
|
||||
"sass.js": "0.11.1",
|
||||
"sha-1": "1.0.0",
|
||||
"store": "2.0.12",
|
||||
@@ -46495,9 +46495,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/sanitize-html": {
|
||||
"version": "2.8.0",
|
||||
"resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-2.8.0.tgz",
|
||||
"integrity": "sha512-ZsGyc6avnqgvEm3eMKrcy8xa7WM1MrGrfkGsUgQee2CU+vg3PCfNCexXwBDF/6dEPvaQ4k/QqRjnYKHL8xgNjg==",
|
||||
"version": "2.8.1",
|
||||
"resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-2.8.1.tgz",
|
||||
"integrity": "sha512-qK5neD0SaMxGwVv5txOYv05huC3o6ZAA4h5+7nJJgWMNFUNRjcjLO6FpwAtKzfKCZ0jrG6xTk6eVFskbvOGblg==",
|
||||
"dependencies": {
|
||||
"deepmerge": "^4.2.2",
|
||||
"escape-string-regexp": "^4.0.0",
|
||||
@@ -56551,7 +56551,7 @@
|
||||
"redux-saga-test-plan": "4.0.6",
|
||||
"reselect": "4.1.7",
|
||||
"rxjs": "6.6.7",
|
||||
"sanitize-html": "2.8.0",
|
||||
"sanitize-html": "2.8.1",
|
||||
"sass.js": "0.11.1",
|
||||
"serve": "13.0.4",
|
||||
"sha-1": "1.0.0",
|
||||
@@ -85748,9 +85748,9 @@
|
||||
}
|
||||
},
|
||||
"sanitize-html": {
|
||||
"version": "2.8.0",
|
||||
"resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-2.8.0.tgz",
|
||||
"integrity": "sha512-ZsGyc6avnqgvEm3eMKrcy8xa7WM1MrGrfkGsUgQee2CU+vg3PCfNCexXwBDF/6dEPvaQ4k/QqRjnYKHL8xgNjg==",
|
||||
"version": "2.8.1",
|
||||
"resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-2.8.1.tgz",
|
||||
"integrity": "sha512-qK5neD0SaMxGwVv5txOYv05huC3o6ZAA4h5+7nJJgWMNFUNRjcjLO6FpwAtKzfKCZ0jrG6xTk6eVFskbvOGblg==",
|
||||
"requires": {
|
||||
"deepmerge": "^4.2.2",
|
||||
"escape-string-regexp": "^4.0.0",
|
||||
|
||||
Reference in New Issue
Block a user