chore: upgrade prism.js

fixes #1455
This commit is contained in:
romanhotsiy 2020-11-30 12:12:38 +02:00
parent 8c559bcbcd
commit abcd7e0832
No known key found for this signature in database
GPG Key ID: 0BC2221278CCBBB8
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -14798,9 +14798,9 @@
}
},
"prismjs": {
"version": "1.20.0",
"resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.20.0.tgz",
"integrity": "sha512-AEDjSrVNkynnw6A+B1DsFkd6AVdTnp+/WoUixFRULlCLZVRZlVQMVWio/16jv7G1FscUxQxOQhWwApgbnxr6kQ==",
"version": "1.22.0",
"resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.22.0.tgz",
"integrity": "sha512-lLJ/Wt9yy0AiSYBf212kK3mM5L8ycwlyTlSxHBAneXLR0nzFMlZ5y7riFPF3E33zXOF2IH95xdY5jIyZbM9z/w==",
"requires": {
"clipboard": "^2.0.0"
}

View File

@ -150,7 +150,7 @@
"openapi-sampler": "^1.0.0-beta.18",
"perfect-scrollbar": "^1.4.0",
"polished": "^3.6.5",
"prismjs": "^1.20.0",
"prismjs": "^1.22.0",
"prop-types": "^15.7.2",
"react-tabs": "^3.1.1",
"slugify": "^1.4.4",