Skip to content

Commit a81e620

Browse files
fix(deps): pin unstorage to 1.9.0 (#225)
1 parent 85c76cc commit a81e620

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"murmurhash": "^2.0.0",
2727
"node-fetch": "^2.0.0",
2828
"ufo": "^1.0.0",
29-
"unstorage": "^1.0.0"
29+
"unstorage": "1.9.0"
3030
},
3131
"devDependencies": {
3232
"@netlify/ipx": "link:.",

yarn.lock

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@
147147

148148
"@netlify/ipx@link:.":
149149
version "0.0.0"
150+
uid ""
150151

151152
"@netlify/node-cookies@^0.1.0":
152153
version "0.1.0"
@@ -3988,7 +3989,7 @@ universalify@^2.0.0:
39883989
resolved "https://registry.yarnpkg.com/universalify/-/universalify-2.0.0.tgz#75a4984efedc4b08975c5aeb73f530d02df25717"
39893990
integrity sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==
39903991

3991-
unstorage@^1.0.0:
3992+
unstorage@1.9.0:
39923993
version "1.9.0"
39933994
resolved "https://registry.yarnpkg.com/unstorage/-/unstorage-1.9.0.tgz#0c1977f4e769a48344339ac97ec3f2feea94d43d"
39943995
integrity sha512-VpD8ZEYc/le8DZCrny3bnqKE4ZjioQxBRnWE+j5sGNvziPjeDlaS1NaFFHzl/kkXaO3r7UaF8MGQrs14+1B4pQ==

0 commit comments

Comments
 (0)