Skip to content
This repository has been archived by the owner on Aug 13, 2023. It is now read-only.

Commit

Permalink
Merge pull request #4629 from bbc/fix-vuln-packages
Browse files Browse the repository at this point in the history
fix vulnerable packages
  • Loading branch information
Jonathan Roebuck authored Feb 28, 2022
2 parents eb4b58d + c706bf3 commit bb01abd
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 14 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,16 @@
"semver-regex": "4.0.0",
"postcss": "8.4.5",
"autoprefixer": "10.2.6",
"prismjs": "1.24.0",
"prismjs": "1.27.0",
"tar": "6.1.11",
"http-signature": "1.3.6",
"node-fetch": "2.6.7",
"ansi-regex": "5.0.1",
"immer": "9.0.12",
"nth-check": "2.0.1",
"tmpl": "1.0.5"
"tmpl": "1.0.5",
"ansi-html": "https://registry.yarnpkg.com/ansi-html-community/-/ansi-html-community-0.0.8.tgz",
"follow-redirects": "1.14.9"
},
"workspaces": [
"packages/*/*"
Expand Down
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5490,12 +5490,12 @@ __metadata:
languageName: node
linkType: hard

"ansi-html@npm:0.0.7, ansi-html@npm:^0.0.7":
version: 0.0.7
resolution: "ansi-html@npm:0.0.7"
"ansi-html@https://registry.yarnpkg.com/ansi-html-community/-/ansi-html-community-0.0.8.tgz":
version: 0.0.8
resolution: "ansi-html@https://registry.yarnpkg.com/ansi-html-community/-/ansi-html-community-0.0.8.tgz"
bin:
ansi-html: ./bin/ansi-html
checksum: 9b839ce99650b4c2d83621d67d68622d27e7948b54f7a4386f2218a3997ee4e684e5a6e8d290880c3f3260e8d90c2613c59c7028f04992ad5c8d99d3a0fcc02c
checksum: 05e7fdc94776aac34948d3f921a6170c5f42f436ed5e07b1056e35b1933f31abc2eca19071a7ac3720cc4df24c34103b3f377430d525fa0b3d4b014b6cbe562c
languageName: node
linkType: hard

Expand Down Expand Up @@ -9495,13 +9495,13 @@ __metadata:
languageName: node
linkType: hard

"follow-redirects@npm:^1.14.7":
version: 1.14.7
resolution: "follow-redirects@npm:1.14.7"
"follow-redirects@npm:1.14.9":
version: 1.14.9
resolution: "follow-redirects@npm:1.14.9"
peerDependenciesMeta:
debug:
optional: true
checksum: f6d03e5e30877431065bca0d1b2e3db93949eb799d368a5c07ea8a4b71205f0349a3f8f0191bf13a07c93885522834dca1dc8e527dc99a772c6911fba24edc5f
checksum: f5982e0eb481818642492d3ca35a86989c98af1128b8e1a62911a3410621bc15d2b079e8170b35b19d3bdee770b73ed431a257ed86195af773771145baa57845
languageName: node
linkType: hard

Expand Down Expand Up @@ -14719,10 +14719,10 @@ fsevents@^1.2.7:
languageName: node
linkType: hard

"prismjs@npm:1.24.0":
version: 1.24.0
resolution: "prismjs@npm:1.24.0"
checksum: 8456d08274c78bb4ce48ab9b3cbc5a82837fd683afe2bda7554526d9234f8ac48c9922c92a39bd3230e0bc8b0bf2cce18c9b563678b1c08f88f5f2a78a5fd174
"prismjs@npm:1.27.0":
version: 1.27.0
resolution: "prismjs@npm:1.27.0"
checksum: 85c7f4a3e999073502cc9e1882af01e3709706369ec254b60bff1149eda701f40d02512acab956012dc7e61cfd61743a3a34c1bd0737e8dbacd79141e5698bbc
languageName: node
linkType: hard

Expand Down

0 comments on commit bb01abd

Please sign in to comment.