Skip to content

Commit 88e470e

Browse files
committed
fix: package.json & yarn.lock to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-JSYAML-13961110
1 parent 6e796a4 commit 88e470e

File tree

2 files changed

+289
-853
lines changed

2 files changed

+289
-853
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@
2727
"@markdoc/markdoc": "^0.2.1",
2828
"@markdoc/next.js": "^0.2.1",
2929
"@next/bundle-analyzer": "^13.2.0",
30-
"@nrwl/next": "^15.2.1",
30+
"@nrwl/next": "^15.8.8",
3131
"@schultzp2020/prism-react-renderer": "^1.3.7",
3232
"@segment/analytics-next": "^1.38.0",
3333
"@sindresorhus/slugify": "^2.1.0",
3434
"clsx": "^1.1.1",
3535
"core-js": "^3.6.5",
3636
"focus-visible": "^5.2.0",
3737
"fuse.js": "^6.6.2",
38-
"js-yaml": "^4.1.0",
38+
"js-yaml": "^4.1.1",
3939
"next": "~13.1.6",
4040
"next-query-params": "^4.3.0",
4141
"next-sitemap": "^3.1.17",

0 commit comments

Comments
 (0)