Browse Source

Merge pull request #85 from joeattardi/dependabot/npm_and_yarn/site/prismjs-1.21.0

Bump prismjs from 1.20.0 to 1.21.0 in /site
master
Joe Attardi 3 years ago
committed by GitHub
parent
commit
63c96e55ff
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      site/package-lock.json
  2. 2
      site/package.json

6
site/package-lock.json

@ -11423,9 +11423,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.21.0",
"resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.21.0.tgz",
"integrity": "sha512-uGdSIu1nk3kej2iZsLyDoJ7e9bnPzIgY0naW/HdknGj61zScaprVEVGHrPoXqI+M9sP0NDnTK2jpkvmldpuqDw==",
"requires": {
"clipboard": "^2.0.0"
}

2
site/package.json

@ -22,7 +22,7 @@
"gatsby": "^2.23.12",
"gatsby-plugin-gtag": "^1.0.13",
"gatsby-plugin-react-helmet": "^3.3.10",
"prismjs": "^1.20.0",
"prismjs": "^1.21.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-helmet": "^6.1.0",

Loading…
Cancel
Save