From a2e8ca3b65c900e6a6a611033f144071e9526ed7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Oct 2020 13:07:14 +0000 Subject: [PATCH] chore(deps): bump prismjs Bumps [prismjs](https://github.com/PrismJS/prism) from 1.20.0 to 1.22.0. - [Release notes](https://github.com/PrismJS/prism/releases) - [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md) - [Commits](https://github.com/PrismJS/prism/compare/v1.20.0...v1.22.0) Signed-off-by: dependabot[bot] --- .../template/default/example/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/create-freesewing-pattern/template/default/example/package.json b/packages/create-freesewing-pattern/template/default/example/package.json index 875d7101a7a..3767d6bd179 100644 --- a/packages/create-freesewing-pattern/template/default/example/package.json +++ b/packages/create-freesewing-pattern/template/default/example/package.json @@ -20,7 +20,7 @@ "@material-ui/icons": "^4.9.1", "@material-ui/lab": "^v4.0.0-alpha.56", "pattern": "{{#if yarn}}link:..{{else}}file:..{{/if}}", - "prismjs": "1.20.0", + "prismjs": "1.22.0", "react": "^16.13", "react-dom": "^16.13", "react-scripts": "^3.4.1",