From 1cf2a9c7b78f57a391c6e80a67391ba139056fca Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 17 Feb 2022 23:01:20 +0000 Subject: [PATCH] chore(deps): update dependency prismjs to v1.27.0 --- client/package.json | 2 +- package-lock.json | 24 +++++++++++++----------- package.json | 2 +- 3 files changed, 15 insertions(+), 13 deletions(-) diff --git a/client/package.json b/client/package.json index e461fe3725..4dae6d40a6 100644 --- a/client/package.json +++ b/client/package.json @@ -87,7 +87,7 @@ "normalize-url": "4.5.1", "path-browserify": "1.0.1", "postcss": "8.4.6", - "prismjs": "1.26.0", + "prismjs": "1.27.0", "process": "0.11.10", "prop-types": "15.8.1", "psl": "1.8.0", diff --git a/package-lock.json b/package-lock.json index dcae97f3d1..04b4e41f27 100644 --- a/package-lock.json +++ b/package-lock.json @@ -92,7 +92,7 @@ "npm-run-all": "4.1.5", "ora": "5.4.1", "prettier": "2.5.1", - "prismjs": "1.26.0", + "prismjs": "1.27.0", "process": "0.11.10", "shx": "0.3.4", "start-server-and-test": "1.14.0", @@ -256,7 +256,7 @@ "normalize-url": "4.5.1", "path-browserify": "1.0.1", "postcss": "8.4.6", - "prismjs": "1.26.0", + "prismjs": "1.27.0", "process": "0.11.10", "prop-types": "15.8.1", "psl": "1.8.0", @@ -42410,9 +42410,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" } @@ -55736,7 +55736,7 @@ "normalize-url": "4.5.1", "path-browserify": "1.0.1", "postcss": "8.4.6", - "prismjs": "1.26.0", + "prismjs": "1.27.0", "process": "0.11.10", "prop-types": "15.8.1", "psl": "1.8.0", @@ -86522,9 +86522,9 @@ "dev": true }, "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==" }, "private": { "version": "0.1.8", @@ -89801,7 +89801,9 @@ "integrity": "sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==" }, "simple-get": { - "version": "4.0.1", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/simple-get/-/simple-get-4.0.0.tgz", + "integrity": "sha512-ZalZGexYr3TA0SwySsr5HlgOOinS4Jsa8YB2GJ6lUNAazyAu4KG/VmzMTwAt2YVXzzVj8QmefmAonZIK2BSGcQ==", "requires": { "decompress-response": "^6.0.0", "once": "^1.3.1", @@ -94539,4 +94541,4 @@ "integrity": "sha512-V50KMwwzqJV0NpZIZFwfOD5/lyny3WlSzRiXgA0G7VUnRlqttta1L6UQIHzd6EuBY/cHGfwTIck7w1yH6Q5zUw==" } } -} \ No newline at end of file +} diff --git a/package.json b/package.json index f4ad807cfc..d8a6299b89 100644 --- a/package.json +++ b/package.json @@ -167,7 +167,7 @@ "npm-run-all": "4.1.5", "ora": "5.4.1", "prettier": "2.5.1", - "prismjs": "1.26.0", + "prismjs": "1.27.0", "process": "0.11.10", "shx": "0.3.4", "start-server-and-test": "1.14.0",