Skip to content

Commit 13c1227

Browse files
chore: update npm dependencies
1 parent 12652ef commit 13c1227

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@sindresorhus/tsconfig": "^3.0.1",
5151
"@technote-space/github-action-test-helper": "^0.11.15",
5252
"@types/js-yaml": "^4.0.5",
53-
"@types/node": "^20.2.3",
53+
"@types/node": "^20.2.4",
5454
"@typescript-eslint/eslint-plugin": "^5.59.7",
5555
"@typescript-eslint/parser": "^5.59.7",
5656
"@vitest/coverage-c8": "^0.31.1",

yarn.lock

+10-10
Original file line numberDiff line numberDiff line change
@@ -449,19 +449,19 @@
449449
integrity sha512-FhpRzf927MNQdRZP0J5DLIdTXhjLYzeUTmLAu69mnVksLH9CJY3IuSeEgbKUki7GQZm0WqDkGzyxju2EZGD2wA==
450450

451451
"@types/json-schema@^7.0.9":
452-
version "7.0.11"
453-
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.11.tgz#d421b6c527a3037f7c84433fd2c4229e016863d3"
454-
integrity sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==
452+
version "7.0.12"
453+
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.12.tgz#d70faba7039d5fca54c83c7dbab41051d2b6f6cb"
454+
integrity sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==
455455

456456
"@types/json5@^0.0.29":
457457
version "0.0.29"
458458
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
459459
integrity sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==
460460

461-
"@types/node@*", "@types/node@^20.2.3":
462-
version "20.2.3"
463-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.2.3.tgz#b31eb300610c3835ac008d690de6f87e28f9b878"
464-
integrity sha512-pg9d0yC4rVNWQzX8U7xb4olIOFuuVL9za3bzMT2pu2SU0SNEi66i2qrvhE2qt0HvkhuCaWJu7pLNOt/Pj8BIrw==
461+
"@types/node@*", "@types/node@^20.2.4":
462+
version "20.2.4"
463+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.2.4.tgz#e6c3345f7ed9c6df41fdc288a94e2633167bc15d"
464+
integrity sha512-ni5f8Xlf4PwnT/Z3f0HURc3ZSw8UyrqMqmM3L5ysa7VjHu8c3FOmIo1nKCcLrV/OAmtf3N4kFna/aJqxsfEtnA==
465465

466466
"@types/semver@^7.3.12":
467467
version "7.5.0"
@@ -1767,9 +1767,9 @@ minimist@^1.2.0, minimist@^1.2.6:
17671767
integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==
17681768

17691769
mlly@^1.2.0:
1770-
version "1.2.1"
1771-
resolved "https://registry.yarnpkg.com/mlly/-/mlly-1.2.1.tgz#cd50151f5712b651c5c379085157bcdff661133b"
1772-
integrity sha512-1aMEByaWgBPEbWV2BOPEMySRrzl7rIHXmQxam4DM8jVjalTQDjpN2ZKOLUrwyhfZQO7IXHml2StcHMhooDeEEQ==
1770+
version "1.3.0"
1771+
resolved "https://registry.yarnpkg.com/mlly/-/mlly-1.3.0.tgz#3184cb80c6437bda861a9f452ae74e3434ed9cd1"
1772+
integrity sha512-HT5mcgIQKkOrZecOjOX3DJorTikWXwsBfpcr/MGBkhfWcjiqvnaL/9ppxvIUXfjT6xt4DVIAsN9fMUz1ev4bIw==
17731773
dependencies:
17741774
acorn "^8.8.2"
17751775
pathe "^1.1.0"

0 commit comments

Comments
 (0)