From 997e4da947a4ec020f54fca5ba49325c0cd98cf0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Feb 2022 02:31:51 +0000 Subject: [PATCH] chore(deps): bump prismjs from 1.26.0 to 1.27.0 in /dice-front Bumps [prismjs](https://github.com/PrismJS/prism) from 1.26.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.26.0...v1.27.0) --- updated-dependencies: - dependency-name: prismjs dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dice-front/package-lock.json | 14 +++++++------- dice-front/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/dice-front/package-lock.json b/dice-front/package-lock.json index 558e683c..52228aaa 100644 --- a/dice-front/package-lock.json +++ b/dice-front/package-lock.json @@ -14,7 +14,7 @@ "cross-env": "7.0.2", "gravatar": "^1.8.1", "nuxt": "^2.2.0", - "prismjs": "^1.25.0", + "prismjs": "^1.27.0", "tocbot": "^4.10.0", "underscore": "^1.9.1" }, @@ -12539,9 +12539,9 @@ } }, "node_modules/prismjs": { - "version": "1.26.0", - "resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.26.0.tgz", - "integrity": "sha512-HUoH9C5Z3jKkl3UunCyiD5jwk0+Hz0fIgQ2nbwU2Oo/ceuTAQAg+pPVnfdt2TJWRVLcxKh9iuoYDUSc8clb5UQ==", + "version": "1.27.0", + "resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.27.0.tgz", + "integrity": "sha512-t13BGPUlFDR7wRB5kQDG4jjl7XeuH6jbJGt11JHPL96qwsEHNX2+68tFXqc1/k+/jALsbSWJKUOT/hcYAZ5LkA==", "engines": { "node": ">=6" } @@ -26859,9 +26859,9 @@ "integrity": "sha512-28iF6xPQrP8Oa6uxE6a1biz+lWeTOAPKggvjB8HAs6nVMKZwf5bG++632Dx614hIWgUPkgivRfG+a8uAXGTIbA==" }, "prismjs": { - "version": "1.26.0", - "resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.26.0.tgz", - "integrity": "sha512-HUoH9C5Z3jKkl3UunCyiD5jwk0+Hz0fIgQ2nbwU2Oo/ceuTAQAg+pPVnfdt2TJWRVLcxKh9iuoYDUSc8clb5UQ==" + "version": "1.27.0", + "resolved": "https://registry.npmjs.org/prismjs/-/prismjs-1.27.0.tgz", + "integrity": "sha512-t13BGPUlFDR7wRB5kQDG4jjl7XeuH6jbJGt11JHPL96qwsEHNX2+68tFXqc1/k+/jALsbSWJKUOT/hcYAZ5LkA==" }, "process": { "version": "0.11.10", diff --git a/dice-front/package.json b/dice-front/package.json index 883954ae..d0a4c53a 100644 --- a/dice-front/package.json +++ b/dice-front/package.json @@ -19,7 +19,7 @@ "cross-env": "7.0.2", "gravatar": "^1.8.1", "nuxt": "^2.2.0", - "prismjs": "^1.25.0", + "prismjs": "^1.27.0", "tocbot": "^4.10.0", "underscore": "^1.9.1" },