aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2020-11-25 05:01:22 +0000
committerPrimiano Tucci <primiano@google.com>2020-11-25 10:19:19 +0100
commitceeb59dc06292691019008875706ae4c47e75c1e (patch)
tree3808ee2c0621083e9dbfa6f6b3d6976373efa4b4
parent5a4b4034ab0ec3fb72b4fecd28e3cefaf353bcc8 (diff)
downloadperfetto-ceeb59dc06292691019008875706ae4c47e75c1e.tar.gz
Bump highlight.js from 9.18.1 to 10.1.2 in /infra/perfetto.dev
Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 9.18.1 to 10.1.2. - [Release notes](https://github.com/highlightjs/highlight.js/releases) - [Changelog](https://github.com/highlightjs/highlight.js/blob/10.1.2/CHANGES.md) - [Commits](https://github.com/highlightjs/highlight.js/compare/9.18.1...10.1.2) Change-Id: I3d99e775b94cd8e89d8a051635334e4c70373ede
-rw-r--r--infra/perfetto.dev/package-lock.json10
-rw-r--r--infra/perfetto.dev/package.json2
2 files changed, 6 insertions, 6 deletions
diff --git a/infra/perfetto.dev/package-lock.json b/infra/perfetto.dev/package-lock.json
index 9f6302ef2..cf0813a6a 100644
--- a/infra/perfetto.dev/package-lock.json
+++ b/infra/perfetto.dev/package-lock.json
@@ -1071,9 +1071,9 @@
"integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw=="
},
"highlight.js": {
- "version": "9.18.1",
- "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-9.18.1.tgz",
- "integrity": "sha512-OrVKYz70LHsnCgmbXctv/bfuvntIKDz177h0Co37DQ5jamGZLVmoCVMtjMtNZY3X9DrCcKfklHPNeA0uPZhSJg==",
+ "version": "10.1.2",
+ "resolved": "https://registry.npmjs.org/highlight.js/-/highlight.js-10.1.2.tgz",
+ "integrity": "sha512-Q39v/Mn5mfBlMff9r+zzA+gWxRsCRKwEMvYTiisLr/XUiFI/4puWt0Ojdko3R3JCNWGdOWaA5g/Yxqa23kC5AA==",
"dev": true
},
"hosted-git-info": {
@@ -1463,7 +1463,7 @@
},
"minimist": {
"version": "1.2.0",
- "resolved": "http://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz",
+ "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz",
"integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=",
"dev": true
},
@@ -2330,7 +2330,7 @@
},
"strip-ansi": {
"version": "3.0.1",
- "resolved": "http://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
"integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=",
"dev": true,
"requires": {
diff --git a/infra/perfetto.dev/package.json b/infra/perfetto.dev/package.json
index 791be22cc..160781280 100644
--- a/infra/perfetto.dev/package.json
+++ b/infra/perfetto.dev/package.json
@@ -13,7 +13,7 @@
"concurrently": "^3.5.0",
"ejs": "^3.0.1",
"fs-extra": "^9.0.0",
- "highlight.js": "^9.18.1",
+ "highlight.js": "^10.1.2",
"marked": "^0.8.0",
"node-sass": "^4.13.1",
"onchange": "^6.1.0",