From 51ae801cb8560701b6c39897d8f62d257564b8a3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 3 Apr 2022 08:49:18 +0200 Subject: [PATCH] Update dependencies (#12047) Co-authored-by: Koenkk --- package-lock.json => npm-shrinkwrap.json | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) rename package-lock.json => npm-shrinkwrap.json (99%) diff --git a/package-lock.json b/npm-shrinkwrap.json similarity index 99% rename from package-lock.json rename to npm-shrinkwrap.json index 7b0af22dc..f3d456ad0 100644 --- a/package-lock.json +++ b/npm-shrinkwrap.json @@ -53,8 +53,8 @@ "@types/object-assign-deep": "^0.4.0", "@types/rimraf": "^3.0.2", "@types/ws": "^8.5.3", - "@typescript-eslint/eslint-plugin": "^5.16.0", - "@typescript-eslint/parser": "^5.16.0", + "@typescript-eslint/eslint-plugin": "^5.17.0", + "@typescript-eslint/parser": "^5.17.0", "babel-jest": "^27.5.1", "eslint": "^8.12.0", "eslint-config-google": "^0.14.0", diff --git a/package.json b/package.json index c30cc5e9e..576918140 100644 --- a/package.json +++ b/package.json @@ -76,8 +76,8 @@ "@types/object-assign-deep": "^0.4.0", "@types/rimraf": "^3.0.2", "@types/ws": "^8.5.3", - "@typescript-eslint/eslint-plugin": "^5.16.0", - "@typescript-eslint/parser": "^5.16.0", + "@typescript-eslint/eslint-plugin": "^5.17.0", + "@typescript-eslint/parser": "^5.17.0", "babel-jest": "^27.5.1", "eslint": "^8.12.0", "eslint-config-google": "^0.14.0",