mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-24 01:00:51 -04:00
fix(deps): update dependency sanitize-html to v2.9.0
This commit is contained in:
@@ -120,7 +120,7 @@
|
||||
"redux-saga": "1.2.2",
|
||||
"reselect": "4.1.7",
|
||||
"rxjs": "6.6.7",
|
||||
"sanitize-html": "2.8.1",
|
||||
"sanitize-html": "2.9.0",
|
||||
"sass.js": "0.11.1",
|
||||
"sha-1": "1.0.0",
|
||||
"store": "2.0.12",
|
||||
|
||||
16
package-lock.json
generated
16
package-lock.json
generated
@@ -510,7 +510,7 @@
|
||||
"redux-saga": "1.2.2",
|
||||
"reselect": "4.1.7",
|
||||
"rxjs": "6.6.7",
|
||||
"sanitize-html": "2.8.1",
|
||||
"sanitize-html": "2.9.0",
|
||||
"sass.js": "0.11.1",
|
||||
"sha-1": "1.0.0",
|
||||
"store": "2.0.12",
|
||||
@@ -46154,9 +46154,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/sanitize-html": {
|
||||
"version": "2.8.1",
|
||||
"resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-2.8.1.tgz",
|
||||
"integrity": "sha512-qK5neD0SaMxGwVv5txOYv05huC3o6ZAA4h5+7nJJgWMNFUNRjcjLO6FpwAtKzfKCZ0jrG6xTk6eVFskbvOGblg==",
|
||||
"version": "2.9.0",
|
||||
"resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-2.9.0.tgz",
|
||||
"integrity": "sha512-KY1hpSbqFNcpoLf+nP7iStbP5JfQZ2Nd19ZEE7qFsQqRdp+sO5yX/e5+HoG9puFAcSTEpzQuihfKUltDcLlQjg==",
|
||||
"dependencies": {
|
||||
"deepmerge": "^4.2.2",
|
||||
"escape-string-regexp": "^4.0.0",
|
||||
@@ -56253,7 +56253,7 @@
|
||||
"redux-saga-test-plan": "4.0.6",
|
||||
"reselect": "4.1.7",
|
||||
"rxjs": "6.6.7",
|
||||
"sanitize-html": "2.8.1",
|
||||
"sanitize-html": "2.9.0",
|
||||
"sass.js": "0.11.1",
|
||||
"serve": "13.0.4",
|
||||
"sha-1": "1.0.0",
|
||||
@@ -85400,9 +85400,9 @@
|
||||
}
|
||||
},
|
||||
"sanitize-html": {
|
||||
"version": "2.8.1",
|
||||
"resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-2.8.1.tgz",
|
||||
"integrity": "sha512-qK5neD0SaMxGwVv5txOYv05huC3o6ZAA4h5+7nJJgWMNFUNRjcjLO6FpwAtKzfKCZ0jrG6xTk6eVFskbvOGblg==",
|
||||
"version": "2.9.0",
|
||||
"resolved": "https://registry.npmjs.org/sanitize-html/-/sanitize-html-2.9.0.tgz",
|
||||
"integrity": "sha512-KY1hpSbqFNcpoLf+nP7iStbP5JfQZ2Nd19ZEE7qFsQqRdp+sO5yX/e5+HoG9puFAcSTEpzQuihfKUltDcLlQjg==",
|
||||
"requires": {
|
||||
"deepmerge": "^4.2.2",
|
||||
"escape-string-regexp": "^4.0.0",
|
||||
|
||||
Reference in New Issue
Block a user