Skip to content

Commit a3b026a

Browse files
chore: update npm dependencies
1 parent adbc17d commit a3b026a

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@
4949
"@rollup/plugin-typescript": "^11.1.1",
5050
"@sindresorhus/tsconfig": "^3.0.1",
5151
"@types/js-yaml": "^4.0.5",
52-
"@types/node": "^20.2.5",
52+
"@types/node": "^20.3.0",
5353
"@typescript-eslint/eslint-plugin": "^5.59.9",
5454
"@typescript-eslint/parser": "^5.59.9",
5555
"@vitest/coverage-c8": "^0.32.0",
5656
"eslint": "^8.42.0",
5757
"eslint-plugin-import": "^2.27.5",
58-
"rollup": "^3.24.0",
58+
"rollup": "^3.25.1",
5959
"typescript": "^5.1.3"
6060
},
6161
"publishConfig": {

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -409,10 +409,10 @@
409409
resolved "https://registry.yarnpkg.com/@types/json5/-/json5-0.0.29.tgz#ee28707ae94e11d2b827bcbe5270bcea7f3e71ee"
410410
integrity sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==
411411

412-
"@types/node@*", "@types/node@^20.2.5":
413-
version "20.2.5"
414-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.2.5.tgz#26d295f3570323b2837d322180dfbf1ba156fefb"
415-
integrity sha512-JJulVEQXmiY9Px5axXHeYGLSjhkZEnD+MDPDGbCbIAbMslkKwmygtZFy1X6s/075Yo94sf8GuSlFfPzysQrWZQ==
412+
"@types/node@*", "@types/node@^20.3.0":
413+
version "20.3.0"
414+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.3.0.tgz#719498898d5defab83c3560f45d8498f58d11938"
415+
integrity sha512-cumHmIAf6On83X7yP+LrsEyUOf/YlociZelmpRYaGFydoaPdxdt80MAbu6vWerQT2COCp2nPvHdsbD7tHn/YlQ==
416416

417417
"@types/semver@^7.3.12":
418418
version "7.5.0"
@@ -1962,10 +1962,10 @@ rimraf@^3.0.2:
19621962
dependencies:
19631963
glob "^7.1.3"
19641964

1965-
rollup@^3.21.0, rollup@^3.24.0:
1966-
version "3.24.0"
1967-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.24.0.tgz#865dee1fe0bb528747b59914dfab25e6f480e370"
1968-
integrity sha512-OgraHOIg2YpHQTjl0/ymWfFNBEyPucB7lmhXrQUh38qNOegxLapSPFs9sNr0qKR75awW41D93XafoR2QfhBdUQ==
1965+
rollup@^3.21.0, rollup@^3.25.1:
1966+
version "3.25.1"
1967+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.25.1.tgz#9fff79d22ff1a904b2b595a2fb9bc3793cb987d8"
1968+
integrity sha512-tywOR+rwIt5m2ZAWSe5AIJcTat8vGlnPFAv15ycCrw33t6iFsXZ6mzHVFh2psSjxQPmI+xgzMZZizUAukBI4aQ==
19691969
optionalDependencies:
19701970
fsevents "~2.3.2"
19711971

0 commit comments

Comments
 (0)