From 065d9d0e7cdfea98bb2e0ea5473cfbeef8f12045 Mon Sep 17 00:00:00 2001 From: BCGov-NR PR Bot <42219260+bcgov-devops@users.noreply.github.com> Date: Wed, 20 Sep 2023 10:10:43 -0700 Subject: [PATCH] chore(deps): update dependency eslint-config-standard-with-typescript to v39 (#1439) Co-authored-by: Renovate Bot Co-authored-by: Derek Roberts --- frontend/package-lock.json | 12 ++++++------ frontend/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 5a7750e43..224c04df3 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -39,7 +39,7 @@ "cypress-plugin-api": "^2.11.1", "eslint": "^8.41.0", "eslint-config-prettier": "^9.0.0", - "eslint-config-standard-with-typescript": "^38.0.0", + "eslint-config-standard-with-typescript": "^39.0.0", "eslint-import-resolver-alias": "^1.1.2", "eslint-import-resolver-typescript": "^3.5.5", "eslint-plugin-cypress": "^2.13.3", @@ -4626,16 +4626,16 @@ } }, "node_modules/eslint-config-standard-with-typescript": { - "version": "38.1.0", - "resolved": "https://registry.npmjs.org/eslint-config-standard-with-typescript/-/eslint-config-standard-with-typescript-38.1.0.tgz", - "integrity": "sha512-sdgN8Gf7BMVhVKlY7/mB426yO/MozU1zV7TKnh0z1wIoPq4lD0CHQ+b/UkgqKfiZ4Io0j3xIY1j+lHhVXQck0g==", + "version": "39.0.0", + "resolved": "https://registry.npmjs.org/eslint-config-standard-with-typescript/-/eslint-config-standard-with-typescript-39.0.0.tgz", + "integrity": "sha512-CiV2LS4NUeeRmDTDf1ocUMpMxitSyW0g+Y/N7ecElwGj188GahbcQgqfBNyVsIXQxHlZVBlOjkbg3oUI0R3KBg==", "dev": true, "dependencies": { - "@typescript-eslint/parser": "^6.1.0", + "@typescript-eslint/parser": "^6.4.0", "eslint-config-standard": "17.1.0" }, "peerDependencies": { - "@typescript-eslint/eslint-plugin": "^6.1.0", + "@typescript-eslint/eslint-plugin": "^6.4.0", "eslint": "^8.0.1", "eslint-plugin-import": "^2.25.2", "eslint-plugin-n": "^15.0.0 || ^16.0.0 ", diff --git a/frontend/package.json b/frontend/package.json index 48ecfc628..9a199870f 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -45,7 +45,7 @@ "cypress-plugin-api": "^2.11.1", "eslint": "^8.41.0", "eslint-config-prettier": "^9.0.0", - "eslint-config-standard-with-typescript": "^38.0.0", + "eslint-config-standard-with-typescript": "^39.0.0", "eslint-import-resolver-alias": "^1.1.2", "eslint-import-resolver-typescript": "^3.5.5", "eslint-plugin-cypress": "^2.13.3",