From 07fb86bfa72091a2f9360964ff570aa559a7a044 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Feb 2022 02:34:20 +0000 Subject: [PATCH] Bump prismjs from 1.25.0 to 1.27.0 Bumps [prismjs](https://github.com/PrismJS/prism) from 1.25.0 to 1.27.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.25.0...v1.27.0) --- updated-dependencies: - dependency-name: prismjs dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index cec13fd2e..c328dfdb8 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "notyf": "^3.10.0", "perfect-scrollbar": "^1.5.0", "popper.js": "^1.16.1", - "prismjs": "^1.19.0", + "prismjs": "^1.27.0", "svelte-select": "^4.4.6", "svelte-spa-router": "^3.2.0", "sweetalert2": "^9.7.0", diff --git a/yarn.lock b/yarn.lock index cea6fc7f0..05bcb972e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10569,10 +10569,10 @@ pretty-format@^27.0.0, pretty-format@^27.4.2: ansi-styles "^5.0.0" react-is "^17.0.1" -prismjs@^1.19.0: - version "1.25.0" - resolved "https://registry.yarnpkg.com/prismjs/-/prismjs-1.25.0.tgz#6f822df1bdad965734b310b315a23315cf999756" - integrity sha512-WCjJHl1KEWbnkQom1+SzftbtXMKQoezOCYs5rECqMN+jP+apI7ftoflyqigqzopSO3hMhTEb0mFClA8lkolgEg== +prismjs@^1.27.0: + version "1.27.0" + resolved "https://registry.yarnpkg.com/prismjs/-/prismjs-1.27.0.tgz#bb6ee3138a0b438a3653dd4d6ce0cc6510a45057" + integrity sha512-t13BGPUlFDR7wRB5kQDG4jjl7XeuH6jbJGt11JHPL96qwsEHNX2+68tFXqc1/k+/jALsbSWJKUOT/hcYAZ5LkA== process-nextick-args@~2.0.0: version "2.0.1"