Skip to content

Commit dfaa700

Browse files
committed
chore(deps): update all non-major dependencies
1 parent a6f2195 commit dfaa700

File tree

4 files changed

+16
-11
lines changed

4 files changed

+16
-11
lines changed

Diff for: docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"generate": "nuxt generate"
1010
},
1111
"dependencies": {
12-
"docus": "^0.0.4",
12+
"docus": "^0.0.5",
1313
"nuxt": "^2.14.12"
1414
}
1515
}

Diff for: docs/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -4123,10 +4123,10 @@ dir-glob@^3.0.1:
41234123
dependencies:
41244124
path-type "^4.0.0"
41254125

4126-
docus@^0.0.4:
4127-
version "0.0.4"
4128-
resolved "https://registry.yarnpkg.com/docus/-/docus-0.0.4.tgz#79ce7f6ae21173e4e2d0b4eef26cac2e614305c6"
4129-
integrity sha512-2gyuj/p7oWmpgLtkf8Gb/C1GxsHeArP6Y6rACN7TfS+6Z3nPCPl2OAtiI4bqV5N1Hswtf3AELB9mg1X4BoX1Jg==
4126+
docus@^0.0.5:
4127+
version "0.0.5"
4128+
resolved "https://registry.yarnpkg.com/docus/-/docus-0.0.5.tgz#bbe9f0f0d3e72b031b6098cb0e8970a99139ff38"
4129+
integrity sha512-j2IjZaiIMVFDquHdhVauN9zjziacnohgoe+Z/rKCm1DwcM8H+IuZj/LwacWrt9ZU/G56EVoj+gxbWnLHZv0I3g==
41304130
dependencies:
41314131
"@docsearch/css" "^1.0.0-alpha.28"
41324132
"@docsearch/js" "^1.0.0-alpha.28"

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"abort-controller": "^3.0.0",
2424
"consola": "^2.15.0",
2525
"defu": "^3.2.2",
26-
"destr": "^1.0.1",
27-
"ky": "^0.25.1",
26+
"destr": "^1.1.0",
27+
"ky": "^0.26.0",
2828
"node-fetch": "^2.6.1",
2929
"web-streams-polyfill": "^3.0.1"
3030
},

Diff for: yarn.lock

+9-4
Original file line numberDiff line numberDiff line change
@@ -4130,6 +4130,11 @@ destr@^1.0.0, destr@^1.0.1:
41304130
resolved "https://registry.yarnpkg.com/destr/-/destr-1.0.1.tgz#d13db7f9d9c9ca4fcf24e86343d601217136ddc3"
41314131
integrity sha512-LnEdINrd1ydSqRiAGjMBVrG/G8hNruwE+fEKlkJA14MGPEoI9T7zJDwGpkMTyXT2ASE0ycnN2SYn4k6Q7j7lHg==
41324132

4133+
destr@^1.1.0:
4134+
version "1.1.0"
4135+
resolved "https://registry.yarnpkg.com/destr/-/destr-1.1.0.tgz#2da6add6ba71e04fd0abfb1e642d4f6763235095"
4136+
integrity sha512-Ev/sqS5AzzDwlpor/5wFCDu0dYMQu/0x2D6XfAsQ0E7uQmamIgYJ6Dppo2T2EOFVkeVYWjc+PCLKaqZZ57qmLg==
4137+
41334138
destroy@^1.0.4, destroy@~1.0.4:
41344139
version "1.0.4"
41354140
resolved "https://registry.yarnpkg.com/destroy/-/destroy-1.0.4.tgz#978857442c44749e4206613e37946205826abd80"
@@ -6973,10 +6978,10 @@ kleur@^3.0.3:
69736978
resolved "https://registry.yarnpkg.com/kleur/-/kleur-3.0.3.tgz#a79c9ecc86ee1ce3fa6206d1216c501f147fc07e"
69746979
integrity sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==
69756980

6976-
ky@^0.25.1:
6977-
version "0.25.1"
6978-
resolved "https://registry.yarnpkg.com/ky/-/ky-0.25.1.tgz#0df0bd872a9cc57e31acd5dbc1443547c881bfbc"
6979-
integrity sha512-PjpCEWlIU7VpiMVrTwssahkYXX1by6NCT0fhTUX34F3DTinARlgMpriuroolugFPcMgpPWrOW4mTb984Qm1RXA==
6981+
ky@^0.26.0:
6982+
version "0.26.0"
6983+
resolved "https://registry.yarnpkg.com/ky/-/ky-0.26.0.tgz#031cce422d4c4c15e7ac5fa0cfc176ea74260bf5"
6984+
integrity sha512-j2YwAGYuD/XXoyzzUYn1N9NEGoAukkONMea2uLanMPWTqumkwme9eWgf2SjhRKNRb/60FDYStJYL582dbbt9Mw==
69806985

69816986
last-call-webpack-plugin@^3.0.0:
69826987
version "3.0.0"

0 commit comments

Comments
 (0)