diff --git a/package.json b/package.json index df3769d..6f87499 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "uuid": "9.0.1" }, "devDependencies": { - "@types/node": "18.17.18", + "@types/node": "18.17.19", "@types/react": "18.2.22", "@types/uuid": "9.0.4", "autoprefixer": "10.4.16", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 707bc0f..fd251da 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,7 +1,7 @@ lockfileVersion: 5.3 specifiers: - '@types/node': 18.17.18 + '@types/node': 18.17.19 '@types/react': 18.2.22 '@types/uuid': 9.0.4 autoprefixer: 10.4.16 @@ -23,7 +23,7 @@ dependencies: uuid: 9.0.1 devDependencies: - '@types/node': 18.17.18 + '@types/node': 18.17.19 '@types/react': 18.2.22 '@types/uuid': 9.0.4 autoprefixer: 10.4.16_postcss@8.4.30 @@ -187,8 +187,8 @@ packages: tslib: 2.4.0 dev: false - /@types/node/18.17.18: - resolution: {integrity: sha512-/4QOuy3ZpV7Ya1GTRz5CYSz3DgkKpyUptXuQ5PPce7uuyJAOR7r9FhkmxJfvcNUXyklbC63a+YvB3jxy7s9ngw==} + /@types/node/18.17.19: + resolution: {integrity: sha512-+pMhShR3Or5GR0/sp4Da7FnhVmTalWm81M6MkEldbwjETSaPalw138Z4KdpQaistvqQxLB7Cy4xwYdxpbSOs9Q==} dev: true /@types/prop-types/15.7.5: diff --git a/yarn.lock b/yarn.lock index 3c411db..1dab662 100644 --- a/yarn.lock +++ b/yarn.lock @@ -130,10 +130,10 @@ "@nodelib/fs.scandir" "2.1.5" fastq "^1.6.0" -"@types/node@18.17.18": - version "18.17.18" - resolved "https://registry.yarnpkg.com/@types/node/-/node-18.17.18.tgz#acae19ad9011a2ab3d792232501c95085ba1838f" - integrity sha512-/4QOuy3ZpV7Ya1GTRz5CYSz3DgkKpyUptXuQ5PPce7uuyJAOR7r9FhkmxJfvcNUXyklbC63a+YvB3jxy7s9ngw== +"@types/node@18.17.19": + version "18.17.19" + resolved "https://registry.yarnpkg.com/@types/node/-/node-18.17.19.tgz#80c9b8a89d3648d9e6098f4a7184e03833fee3c5" + integrity sha512-+pMhShR3Or5GR0/sp4Da7FnhVmTalWm81M6MkEldbwjETSaPalw138Z4KdpQaistvqQxLB7Cy4xwYdxpbSOs9Q== "@types/prop-types@*": version "15.7.5"