diff --git a/frontend/package.json b/frontend/package.json index 6fa462e7..e4f16bd3 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -22,7 +22,7 @@ }, "devDependencies": { "@types/lodash": "^4.14.185", - "@types/node": "18.18.3", + "@types/node": "18.18.8", "@types/react": "18.2.24", "@types/react-dom": "18.2.8", "@types/slug": "^5.0.3", diff --git a/frontend/pnpm-lock.yaml b/frontend/pnpm-lock.yaml index 52bbbd98..4b927803 100644 --- a/frontend/pnpm-lock.yaml +++ b/frontend/pnpm-lock.yaml @@ -6,7 +6,7 @@ specifiers: '@radix-ui/react-icons': ^1.1.1 '@radix-ui/react-tooltip': ^1.0.0 '@types/lodash': ^4.14.185 - '@types/node': 18.18.3 + '@types/node': 18.18.8 '@types/react': 18.2.24 '@types/react-dom': 18.2.8 '@types/slug': ^5.0.3 @@ -43,7 +43,7 @@ dependencies: devDependencies: '@types/lodash': 4.14.185 - '@types/node': 18.18.3 + '@types/node': 18.18.8 '@types/react': 18.2.24 '@types/react-dom': 18.2.8 '@types/slug': 5.0.3 @@ -776,8 +776,10 @@ packages: resolution: {integrity: sha512-evMDG1bC4rgQg4ku9tKpuMh5iBNEwNa3tf9zRHdP1qlv+1WUg44xat4IxCE14gIpZRGUUWAx2VhItCZc25NfMA==} dev: true - /@types/node/18.18.3: - resolution: {integrity: sha512-0OVfGupTl3NBFr8+iXpfZ8NR7jfFO+P1Q+IO/q0wbo02wYkP5gy36phojeYWpLQ6WAMjl+VfmqUk2YbUfp0irA==} + /@types/node/18.18.8: + resolution: {integrity: sha512-OLGBaaK5V3VRBS1bAkMVP2/W9B+H8meUfl866OrMNQqt7wDgdpWPp5o6gmIc9pB+lIQHSq4ZL8ypeH1vPxcPaQ==} + dependencies: + undici-types: 5.26.5 dev: true /@types/prop-types/15.7.5: @@ -3853,6 +3855,10 @@ packages: which-boxed-primitive: 1.0.2 dev: true + /undici-types/5.26.5: + resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==} + dev: true + /update-browserslist-db/1.0.6_browserslist@4.21.3: resolution: {integrity: sha512-We7BqM9XFlcW94Op93uW8+2LXvGezs7QA0WY+f1H7RR1q46B06W6hZF6LbmOlpCS1HU22q/6NOGTGW5sCm7NJQ==} hasBin: true