From ceac245b7586ead65d92accb2531ba4b6af9640d Mon Sep 17 00:00:00 2001 From: BCGov-NR PR Bot <42219260+bcgov-devops@users.noreply.github.com> Date: Tue, 25 Jun 2024 14:28:48 -0700 Subject: [PATCH] fix(deps:Snyk): Upgrade @types/node from 20.12.11 to 20.14.1 (#1018) fix: upgrade @types/node from 20.12.11 to 20.14.1 Snyk has created this PR to upgrade @types/node from 20.12.11 to 20.14.1. See this package in npm: @types/node See this project in Snyk: https://app.snyk.io/org/bcgov/project/69fea770-c686-480b-a695-14a73f2a0b30?utm_source=github&utm_medium=referral&page=upgrade-pr Co-authored-by: snyk-bot Co-authored-by: Maria Martinez <77364706+mamartinezmejia@users.noreply.github.com> --- frontend/package-lock.json | 10 +++++----- frontend/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 442c91b493..724ebcc21f 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -30,9 +30,9 @@ "@istanbuljs/nyc-config-typescript": "^1.0.2", "@rushstack/eslint-patch": "^1.1.0", "@types/jsdom": "^21.1.0", - "@types/node": "^20.12.11", - "@typescript-eslint/parser": "^7.11.0", + "@types/node": "^20.14.1", "@typescript-eslint/eslint-plugin": "^7.11.0", + "@typescript-eslint/parser": "^7.11.0", "@vitejs/plugin-vue": "^5.0.0", "@vitest/coverage-istanbul": "^1.0.0", "@vue/eslint-config-prettier": "^9.0.0", @@ -5030,9 +5030,9 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "20.12.11", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.11.tgz", - "integrity": "sha512-vDg9PZ/zi+Nqp6boSOT7plNuthRugEKixDv5sFTIpkE89MmNtEArAShI4mxuX2+UrLEe9pxC1vm2cjm9YlWbJw==", + "version": "20.14.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.1.tgz", + "integrity": "sha512-T2MzSGEu+ysB/FkWfqmhV3PLyQlowdptmmgD20C6QxsS8Fmv5SjpZ1ayXaEC0S21/h5UJ9iA6W/5vSNU5l00OA==", "dev": true, "license": "MIT", "dependencies": { diff --git a/frontend/package.json b/frontend/package.json index 7b0d2048fa..8142bb91fd 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -67,7 +67,7 @@ "@istanbuljs/nyc-config-typescript": "^1.0.2", "@rushstack/eslint-patch": "^1.1.0", "@types/jsdom": "^21.1.0", - "@types/node": "^20.12.11", + "@types/node": "^20.14.1", "@typescript-eslint/parser": "^7.11.0", "@typescript-eslint/eslint-plugin": "^7.11.0", "@vitejs/plugin-vue": "^5.0.0",