Skip to content

Commit

Permalink
Merge pull request #63 from nblackburn/hotfix/CVE-2022-41713
Browse files Browse the repository at this point in the history
CVE 2022 41713
  • Loading branch information
nblackburn committed Nov 17, 2022
2 parents bcd1928 + 47aafa1 commit 6fecdf1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nblackburn/website",
"private": true,
"version": "1.11.0",
"version": "1.11.1",
"scripts": {
"start": "astro dev",
"build": "astro build",
Expand All @@ -28,5 +28,8 @@
"date-fns": "^2.29.3",
"sharp": ">=0.31.2",
"vue": "^3.2.45"
},
"resolutions": {
"deep-object-diff": "^1.1.9"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2535,10 +2535,10 @@ __metadata:
languageName: node
linkType: hard

"deep-object-diff@npm:^1.1.0":
version: 1.1.7
resolution: "deep-object-diff@npm:1.1.7"
checksum: 543fb1ae87b138ad260691e6949e72bf7dc144825084b7ad1886bb725d2ace1c19ed1ef1280f1116243e86bf2c6b942f45c670958b1468f644613f28c5dc97ea
"deep-object-diff@npm:^1.1.9":
version: 1.1.9
resolution: "deep-object-diff@npm:1.1.9"
checksum: ecd42455e4773f653595d28070295e7aaa8402db5f8ab21d0bec115a7cb4de5e207a5665514767da5f025c96597f1d3a0a4888aeb4dd49e03c996871a3aa05ef
languageName: node
linkType: hard

Expand Down

0 comments on commit 6fecdf1

Please sign in to comment.