From 882fed093d28e6170792ac5fe0866c4e9f73ec10 Mon Sep 17 00:00:00 2001 From: BCGov-NR PR Bot <42219260+bcgov-devops@users.noreply.github.com> Date: Tue, 11 Jun 2024 12:12:02 -0700 Subject: [PATCH] fix(deps:Snyk): Upgrade @types/node from 20.12.8 to 20.12.11 (#988) fix: upgrade @types/node from 20.12.8 to 20.12.11 Snyk has created this PR to upgrade @types/node from 20.12.8 to 20.12.11. 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: Paulo Gomes da Cruz Junior Co-authored-by: Maria Martinez <77364706+mamartinezmejia@users.noreply.github.com> --- frontend/package-lock.json | 8 ++++---- frontend/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 5d7d81a2be..14d2b129a8 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -30,7 +30,7 @@ "@istanbuljs/nyc-config-typescript": "^1.0.2", "@rushstack/eslint-patch": "^1.1.0", "@types/jsdom": "^21.1.0", - "@types/node": "^20.12.8", + "@types/node": "^20.12.11", "@typescript-eslint/eslint-plugin": "^7.0.0", "@typescript-eslint/parser": "^7.0.0", "@vitejs/plugin-vue": "^5.0.0", @@ -4692,9 +4692,9 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "20.12.8", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.8.tgz", - "integrity": "sha512-NU0rJLJnshZWdE/097cdCBbyW1h4hEg0xpovcoAQYHl8dnEyp/NAOiE45pvc+Bd1Dt+2r94v2eGFpQJ4R7g+2w==", + "version": "20.12.11", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.11.tgz", + "integrity": "sha512-vDg9PZ/zi+Nqp6boSOT7plNuthRugEKixDv5sFTIpkE89MmNtEArAShI4mxuX2+UrLEe9pxC1vm2cjm9YlWbJw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/frontend/package.json b/frontend/package.json index 9a2fb21b05..670a686a45 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.8", + "@types/node": "^20.12.11", "@typescript-eslint/eslint-plugin": "^7.0.0", "@typescript-eslint/parser": "^7.0.0", "@vitejs/plugin-vue": "^5.0.0",