diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index 267a5f6..56e721d 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/setup-node@v3 with: - node-version: '18.12.1' # should match .nvmrc + node-version: '18.20.8' # should match .nvmrc - name: Install dependencies run: | diff --git a/.nvmrc b/.nvmrc index 72e4a48..08b7109 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -18.14.2 +18.20.8 diff --git a/package-lock.json b/package-lock.json index e1871fc..fd92ed3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -45,7 +45,7 @@ "@tailwindcss/typography": "^0.5.8", "@testing-library/react": "13.4.0", "@types/jest": "29.4.0", - "@types/node": "18.14.0", + "@types/node": "18.19.130", "@types/react": "18.0.28", "@types/react-dom": "18.0.11", "@types/react-syntax-highlighter": "^15.5.6", @@ -15577,10 +15577,14 @@ "dev": true }, "node_modules/@types/node": { - "version": "18.14.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.14.0.tgz", - "integrity": "sha512-5EWrvLmglK+imbCJY0+INViFWUHg1AHel1sq4ZVSfdcNqGy9Edv3UB9IIzzg+xPaUcAgZYcfVs2fBcwDeZzU0A==", - "dev": true + "version": "18.19.130", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.130.tgz", + "integrity": "sha512-GRaXQx6jGfL8sKfaIDD6OupbIHBr9jv7Jnaml9tB7l4v068PAOXqfcujMMo5PhbIs6ggR1XODELqahT2R8v0fg==", + "dev": true, + "license": "MIT", + "dependencies": { + "undici-types": "~5.26.4" + } }, "node_modules/@types/node-fetch": { "version": "2.6.2", @@ -41905,6 +41909,13 @@ "react": ">=15.0.0" } }, + "node_modules/undici-types": { + "version": "5.26.5", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", + "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==", + "dev": true, + "license": "MIT" + }, "node_modules/unfetch": { "version": "4.2.0", "resolved": "https://registry.npmjs.org/unfetch/-/unfetch-4.2.0.tgz", diff --git a/package.json b/package.json index e07babe..d9fa47a 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "@tailwindcss/typography": "^0.5.8", "@testing-library/react": "13.4.0", "@types/jest": "29.4.0", - "@types/node": "18.14.0", + "@types/node": "18.19.130", "@types/react": "18.0.28", "@types/react-syntax-highlighter": "^15.5.6", "@types/react-dom": "18.0.11",