From ceb388839897e1f087fa9f48d13d87feda13b252 Mon Sep 17 00:00:00 2001 From: "street-side-software-automation[bot]" <74785433+street-side-software-automation[bot]@users.noreply.github.com> Date: Thu, 25 Aug 2022 18:36:26 +0200 Subject: [PATCH] fix: Workflow Bot -- Update ALL Dependencies (main) (#916) --- action/node_modules/fast-equals/CHANGELOG.md | 4 + .../fast-equals/dist/fast-equals.cjs.js | 12 +- .../fast-equals/dist/fast-equals.esm.js | 12 +- .../fast-equals/dist/fast-equals.js | 12 +- .../fast-equals/dist/fast-equals.min.js | 2 +- .../fast-equals/dist/fast-equals.mjs | 12 +- action/node_modules/fast-equals/package.json | 2 +- package.json | 4 +- yarn.lock | 114 +++++++++--------- 9 files changed, 93 insertions(+), 81 deletions(-) diff --git a/action/node_modules/fast-equals/CHANGELOG.md b/action/node_modules/fast-equals/CHANGELOG.md index d2a654421..5b78875f5 100644 --- a/action/node_modules/fast-equals/CHANGELOG.md +++ b/action/node_modules/fast-equals/CHANGELOG.md @@ -1,5 +1,9 @@ # fast-equals CHANGELOG +## 4.0.2 + +- [#85](https://github.com/planttheidea/fast-equals/issues/85) - `createCustomCircularEqual` typing is incorrect + ## 4.0.1 - [#81](https://github.com/planttheidea/fast-equals/issues/81) - Fix typing issues related to importing in `index.d.ts` file diff --git a/action/node_modules/fast-equals/dist/fast-equals.cjs.js b/action/node_modules/fast-equals/dist/fast-equals.cjs.js index 1411b906c..56fb61858 100644 --- a/action/node_modules/fast-equals/dist/fast-equals.cjs.js +++ b/action/node_modules/fast-equals/dist/fast-equals.cjs.js @@ -69,9 +69,10 @@ function isPromiseLike(value) { /** * Whether the values passed are strictly equal or both NaN. */ -function sameValueZeroEqual(a, b) { - return a === b || (a !== a && b !== b); -} +var sameValueZeroEqual = Object.is || + function sameValueZeroEqual(a, b) { + return a === b || (a !== a && b !== b); + }; var ARGUMENTS_TAG = '[object Arguments]'; var BOOLEAN_TAG = '[object Boolean]'; @@ -258,13 +259,14 @@ var areMapsEqualCircular = createIsCircular(areMapsEqual); var OWNER = '_owner'; var hasOwnProperty = Object.prototype.hasOwnProperty; +var getProperties = Object.keys; /** * Whether the objects are equal in value. */ function areObjectsEqual(a, b, isEqual, meta) { - var keysA = Object.keys(a); + var keysA = getProperties(a); var index = keysA.length; - if (Object.keys(b).length !== index) { + if (getProperties(b).length !== index) { return false; } var key; diff --git a/action/node_modules/fast-equals/dist/fast-equals.esm.js b/action/node_modules/fast-equals/dist/fast-equals.esm.js index 05d50a7ae..ccc9f8830 100644 --- a/action/node_modules/fast-equals/dist/fast-equals.esm.js +++ b/action/node_modules/fast-equals/dist/fast-equals.esm.js @@ -65,9 +65,10 @@ function isPromiseLike(value) { /** * Whether the values passed are strictly equal or both NaN. */ -function sameValueZeroEqual(a, b) { - return a === b || (a !== a && b !== b); -} +var sameValueZeroEqual = Object.is || + function sameValueZeroEqual(a, b) { + return a === b || (a !== a && b !== b); + }; var ARGUMENTS_TAG = '[object Arguments]'; var BOOLEAN_TAG = '[object Boolean]'; @@ -254,13 +255,14 @@ var areMapsEqualCircular = createIsCircular(areMapsEqual); var OWNER = '_owner'; var hasOwnProperty = Object.prototype.hasOwnProperty; +var getProperties = Object.keys; /** * Whether the objects are equal in value. */ function areObjectsEqual(a, b, isEqual, meta) { - var keysA = Object.keys(a); + var keysA = getProperties(a); var index = keysA.length; - if (Object.keys(b).length !== index) { + if (getProperties(b).length !== index) { return false; } var key; diff --git a/action/node_modules/fast-equals/dist/fast-equals.js b/action/node_modules/fast-equals/dist/fast-equals.js index ef240874b..b752a131a 100644 --- a/action/node_modules/fast-equals/dist/fast-equals.js +++ b/action/node_modules/fast-equals/dist/fast-equals.js @@ -71,9 +71,10 @@ /** * Whether the values passed are strictly equal or both NaN. */ - function sameValueZeroEqual(a, b) { - return a === b || (a !== a && b !== b); - } + var sameValueZeroEqual = Object.is || + function sameValueZeroEqual(a, b) { + return a === b || (a !== a && b !== b); + }; var ARGUMENTS_TAG = '[object Arguments]'; var BOOLEAN_TAG = '[object Boolean]'; @@ -260,13 +261,14 @@ var OWNER = '_owner'; var hasOwnProperty = Object.prototype.hasOwnProperty; + var getProperties = Object.keys; /** * Whether the objects are equal in value. */ function areObjectsEqual(a, b, isEqual, meta) { - var keysA = Object.keys(a); + var keysA = getProperties(a); var index = keysA.length; - if (Object.keys(b).length !== index) { + if (getProperties(b).length !== index) { return false; } var key; diff --git a/action/node_modules/fast-equals/dist/fast-equals.min.js b/action/node_modules/fast-equals/dist/fast-equals.min.js index 1342e0a94..0f4e3cd00 100644 --- a/action/node_modules/fast-equals/dist/fast-equals.min.js +++ b/action/node_modules/fast-equals/dist/fast-equals.min.js @@ -1 +1 @@ -!function(e,r){"object"==typeof exports&&"undefined"!=typeof module?r(exports):"function"==typeof define&&define.amd?define(["exports"],r):r((e="undefined"!=typeof globalThis?globalThis:e||self)["fast-equals"]={})}(this,(function(e){"use strict";function r(e){return function(r,t,n,a,u,o,f){return e(r,t,f)}}function t(e){return function(r,t,n,a){if(!r||!t||"object"!=typeof r||"object"!=typeof t)return e(r,t,n,a);var u=a.get(r),o=a.get(t);if(u&&o)return u===t&&o===r;a.set(r,t),a.set(t,r);var f=e(r,t,n,a);return a.delete(r),a.delete(t),f}}function n(e,r){var t={};for(var n in e)t[n]=e[n];for(var n in r)t[n]=r[n];return t}function a(e){return e.constructor===Object||null==e.constructor}function u(e){return"function"==typeof e.then}function o(e,r){return e===r||e!=e&&r!=r}var f=Object.prototype.toString;function c(e){var r=e.areArraysEqual,t=e.areDatesEqual,n=e.areMapsEqual,c=e.areObjectsEqual,i=e.areRegExpsEqual,l=e.areSetsEqual,s=(0,e.createIsNestedEqual)(E);function E(e,E,p){if(e===E)return!0;if(!e||!E||"object"!=typeof e||"object"!=typeof E)return e!=e&&E!=E;if(a(e)&&a(E))return c(e,E,s,p);var q=Array.isArray(e),v=Array.isArray(E);if(q||v)return q===v&&r(e,E,s,p);var b=f.call(e);return b===f.call(E)&&("[object Date]"===b?t(e,E,s,p):"[object RegExp]"===b?i(e,E,s,p):"[object Map]"===b?n(e,E,s,p):"[object Set]"===b?l(e,E,s,p):"[object Object]"===b||"[object Arguments]"===b?u(e)||u(E)?e===E:c(e,E,s,p):"[object Boolean]"===b||"[object Number]"===b||"[object String]"===b?o(e.valueOf(),E.valueOf()):e===E)}return E}function i(e,r,t,n){var a=e.length;if(r.length!==a)return!1;for(;a-- >0;)if(!t(e[a],r[a],a,a,e,r,n))return!1;return!0}var l=t(i);function s(e,r){return o(e.valueOf(),r.valueOf())}function E(e,r,t,n){var a=e.size===r.size;if(!a)return!1;if(!e.size)return!0;var u={},o=0;return e.forEach((function(f,c){if(a){var i=!1,l=0;r.forEach((function(a,s){i||u[l]||!(i=t(c,s,o,l,e,r,n)&&t(f,a,c,s,e,r,n))||(u[l]=!0),l++})),o++,a=i}})),a}var p=t(E),q=Object.prototype.hasOwnProperty;function v(e,r,t,n){var a,u=Object.keys(e),o=u.length;if(Object.keys(r).length!==o)return!1;for(;o-- >0;){if("_owner"===(a=u[o])){var f=!!e.$$typeof,c=!!r.$$typeof;if((f||c)&&f!==c)return!1}if(!q.call(r,a)||!t(e[a],r[a],a,a,e,r,n))return!1}return!0}var b=t(v);function j(e,r){return e.source===r.source&&e.flags===r.flags}function y(e,r,t,n){var a=e.size===r.size;if(!a)return!1;if(!e.size)return!0;var u={};return e.forEach((function(o,f){if(a){var c=!1,i=0;r.forEach((function(a,l){c||u[i]||!(c=t(o,a,f,l,e,r,n))||(u[i]=!0),i++})),a=c}})),a}var d=t(y),g=Object.freeze({areArraysEqual:i,areDatesEqual:s,areMapsEqual:E,areObjectsEqual:v,areRegExpsEqual:j,areSetsEqual:y,createIsNestedEqual:r}),O=Object.freeze({areArraysEqual:l,areDatesEqual:s,areMapsEqual:p,areObjectsEqual:b,areRegExpsEqual:j,areSetsEqual:d,createIsNestedEqual:r}),h=c(g),z=c(n(g,{createIsNestedEqual:function(){return o}})),A=c(O),M=c(n(O,{createIsNestedEqual:function(){return o}}));e.circularDeepEqual=function(e,r){return A(e,r,new WeakMap)},e.circularShallowEqual=function(e,r){return M(e,r,new WeakMap)},e.createCustomCircularEqual=function(e){var r=c(n(O,e(O)));return function(e,t,n){return void 0===n&&(n=new WeakMap),r(e,t,n)}},e.createCustomEqual=function(e){return c(n(g,e(g)))},e.deepEqual=function(e,r){return h(e,r,void 0)},e.sameValueZeroEqual=o,e.shallowEqual=function(e,r){return z(e,r,void 0)},Object.defineProperty(e,"__esModule",{value:!0})})); +!function(e,r){"object"==typeof exports&&"undefined"!=typeof module?r(exports):"function"==typeof define&&define.amd?define(["exports"],r):r((e="undefined"!=typeof globalThis?globalThis:e||self)["fast-equals"]={})}(this,(function(e){"use strict";function r(e){return function(r,t,n,a,u,o,f){return e(r,t,f)}}function t(e){return function(r,t,n,a){if(!r||!t||"object"!=typeof r||"object"!=typeof t)return e(r,t,n,a);var u=a.get(r),o=a.get(t);if(u&&o)return u===t&&o===r;a.set(r,t),a.set(t,r);var f=e(r,t,n,a);return a.delete(r),a.delete(t),f}}function n(e,r){var t={};for(var n in e)t[n]=e[n];for(var n in r)t[n]=r[n];return t}function a(e){return e.constructor===Object||null==e.constructor}function u(e){return"function"==typeof e.then}var o=Object.is||function(e,r){return e===r||e!=e&&r!=r},f=Object.prototype.toString;function c(e){var r=e.areArraysEqual,t=e.areDatesEqual,n=e.areMapsEqual,c=e.areObjectsEqual,i=e.areRegExpsEqual,l=e.areSetsEqual,s=(0,e.createIsNestedEqual)(E);function E(e,E,p){if(e===E)return!0;if(!e||!E||"object"!=typeof e||"object"!=typeof E)return e!=e&&E!=E;if(a(e)&&a(E))return c(e,E,s,p);var q=Array.isArray(e),v=Array.isArray(E);if(q||v)return q===v&&r(e,E,s,p);var b=f.call(e);return b===f.call(E)&&("[object Date]"===b?t(e,E,s,p):"[object RegExp]"===b?i(e,E,s,p):"[object Map]"===b?n(e,E,s,p):"[object Set]"===b?l(e,E,s,p):"[object Object]"===b||"[object Arguments]"===b?u(e)||u(E)?e===E:c(e,E,s,p):"[object Boolean]"===b||"[object Number]"===b||"[object String]"===b?o(e.valueOf(),E.valueOf()):e===E)}return E}function i(e,r,t,n){var a=e.length;if(r.length!==a)return!1;for(;a-- >0;)if(!t(e[a],r[a],a,a,e,r,n))return!1;return!0}var l=t(i);function s(e,r){return o(e.valueOf(),r.valueOf())}function E(e,r,t,n){var a=e.size===r.size;if(!a)return!1;if(!e.size)return!0;var u={},o=0;return e.forEach((function(f,c){if(a){var i=!1,l=0;r.forEach((function(a,s){i||u[l]||!(i=t(c,s,o,l,e,r,n)&&t(f,a,c,s,e,r,n))||(u[l]=!0),l++})),o++,a=i}})),a}var p=t(E),q=Object.prototype.hasOwnProperty,v=Object.keys;function b(e,r,t,n){var a,u=v(e),o=u.length;if(v(r).length!==o)return!1;for(;o-- >0;){if("_owner"===(a=u[o])){var f=!!e.$$typeof,c=!!r.$$typeof;if((f||c)&&f!==c)return!1}if(!q.call(r,a)||!t(e[a],r[a],a,a,e,r,n))return!1}return!0}var j=t(b);function y(e,r){return e.source===r.source&&e.flags===r.flags}function d(e,r,t,n){var a=e.size===r.size;if(!a)return!1;if(!e.size)return!0;var u={};return e.forEach((function(o,f){if(a){var c=!1,i=0;r.forEach((function(a,l){c||u[i]||!(c=t(o,a,f,l,e,r,n))||(u[i]=!0),i++})),a=c}})),a}var g=t(d),O=Object.freeze({areArraysEqual:i,areDatesEqual:s,areMapsEqual:E,areObjectsEqual:b,areRegExpsEqual:y,areSetsEqual:d,createIsNestedEqual:r}),h=Object.freeze({areArraysEqual:l,areDatesEqual:s,areMapsEqual:p,areObjectsEqual:j,areRegExpsEqual:y,areSetsEqual:g,createIsNestedEqual:r}),z=c(O),A=c(n(O,{createIsNestedEqual:function(){return o}})),M=c(h),m=c(n(h,{createIsNestedEqual:function(){return o}}));e.circularDeepEqual=function(e,r){return M(e,r,new WeakMap)},e.circularShallowEqual=function(e,r){return m(e,r,new WeakMap)},e.createCustomCircularEqual=function(e){var r=c(n(h,e(h)));return function(e,t,n){return void 0===n&&(n=new WeakMap),r(e,t,n)}},e.createCustomEqual=function(e){return c(n(O,e(O)))},e.deepEqual=function(e,r){return z(e,r,void 0)},e.sameValueZeroEqual=o,e.shallowEqual=function(e,r){return A(e,r,void 0)},Object.defineProperty(e,"__esModule",{value:!0})})); diff --git a/action/node_modules/fast-equals/dist/fast-equals.mjs b/action/node_modules/fast-equals/dist/fast-equals.mjs index 25a78f352..ad4a27fad 100644 --- a/action/node_modules/fast-equals/dist/fast-equals.mjs +++ b/action/node_modules/fast-equals/dist/fast-equals.mjs @@ -65,9 +65,10 @@ function isPromiseLike(value) { /** * Whether the values passed are strictly equal or both NaN. */ -function sameValueZeroEqual(a, b) { - return a === b || (a !== a && b !== b); -} +var sameValueZeroEqual = Object.is || + function sameValueZeroEqual(a, b) { + return a === b || (a !== a && b !== b); + }; var ARGUMENTS_TAG = '[object Arguments]'; var BOOLEAN_TAG = '[object Boolean]'; @@ -254,13 +255,14 @@ var areMapsEqualCircular = createIsCircular(areMapsEqual); var OWNER = '_owner'; var hasOwnProperty = Object.prototype.hasOwnProperty; +var getProperties = Object.keys; /** * Whether the objects are equal in value. */ function areObjectsEqual(a, b, isEqual, meta) { - var keysA = Object.keys(a); + var keysA = getProperties(a); var index = keysA.length; - if (Object.keys(b).length !== index) { + if (getProperties(b).length !== index) { return false; } var key; diff --git a/action/node_modules/fast-equals/package.json b/action/node_modules/fast-equals/package.json index 77c5f8a24..376bf434b 100644 --- a/action/node_modules/fast-equals/package.json +++ b/action/node_modules/fast-equals/package.json @@ -85,5 +85,5 @@ }, "sideEffects": false, "types": "index.d.ts", - "version": "4.0.1" + "version": "4.0.2" } diff --git a/package.json b/package.json index 084ad9291..b85ffd813 100644 --- a/package.json +++ b/package.json @@ -46,8 +46,8 @@ "homepage": "https://github.com/streetsidesoftware/cspell-action#readme", "devDependencies": { "@tsconfig/node12": "^1.0.11", - "@typescript-eslint/eslint-plugin": "^5.34.0", - "@typescript-eslint/parser": "^5.34.0", + "@typescript-eslint/eslint-plugin": "^5.35.1", + "@typescript-eslint/parser": "^5.35.1", "env-cmd": "^10.1.0", "eslint": "^8.22.0", "prettier": "^2.7.1" diff --git a/yarn.lock b/yarn.lock index fd56689ec..34b58a00a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1307,14 +1307,14 @@ dependencies: "@types/yargs-parser" "*" -"@typescript-eslint/eslint-plugin@^5.34.0": - version "5.34.0" - resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.34.0.tgz#d690f60e335596f38b01792e8f4b361d9bd0cb35" - integrity sha512-eRfPPcasO39iwjlUAMtjeueRGuIrW3TQ9WseIDl7i5UWuFbf83yYaU7YPs4j8+4CxUMIsj1k+4kV+E+G+6ypDQ== - dependencies: - "@typescript-eslint/scope-manager" "5.34.0" - "@typescript-eslint/type-utils" "5.34.0" - "@typescript-eslint/utils" "5.34.0" +"@typescript-eslint/eslint-plugin@^5.35.1": + version "5.35.1" + resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.35.1.tgz#0d822bfea7469904dfc1bb8f13cabd362b967c93" + integrity sha512-RBZZXZlI4XCY4Wzgy64vB+0slT9+yAPQRjj/HSaRwUot33xbDjF1oN9BLwOLTewoOI0jothIltZRe9uJCHf8gg== + dependencies: + "@typescript-eslint/scope-manager" "5.35.1" + "@typescript-eslint/type-utils" "5.35.1" + "@typescript-eslint/utils" "5.35.1" debug "^4.3.4" functional-red-black-tree "^1.0.1" ignore "^5.2.0" @@ -1322,69 +1322,69 @@ semver "^7.3.7" tsutils "^3.21.0" -"@typescript-eslint/parser@^5.34.0": - version "5.34.0" - resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.34.0.tgz#ca710858ea85dbfd30c9b416a335dc49e82dbc07" - integrity sha512-SZ3NEnK4usd2CXkoV3jPa/vo1mWX1fqRyIVUQZR4As1vyp4fneknBNJj+OFtV8WAVgGf+rOHMSqQbs2Qn3nFZQ== +"@typescript-eslint/parser@^5.35.1": + version "5.35.1" + resolved "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.35.1.tgz#bf2ee2ebeaa0a0567213748243fb4eec2857f04f" + integrity sha512-XL2TBTSrh3yWAsMYpKseBYTVpvudNf69rPOWXWVBI08My2JVT5jR66eTt4IgQFHA/giiKJW5dUD4x/ZviCKyGg== dependencies: - "@typescript-eslint/scope-manager" "5.34.0" - "@typescript-eslint/types" "5.34.0" - "@typescript-eslint/typescript-estree" "5.34.0" + "@typescript-eslint/scope-manager" "5.35.1" + "@typescript-eslint/types" "5.35.1" + "@typescript-eslint/typescript-estree" "5.35.1" debug "^4.3.4" -"@typescript-eslint/scope-manager@5.34.0": - version "5.34.0" - resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.34.0.tgz#14efd13dc57602937e25f188fd911f118781e527" - integrity sha512-HNvASMQlah5RsBW6L6c7IJ0vsm+8Sope/wu5sEAf7joJYWNb1LDbJipzmdhdUOnfrDFE6LR1j57x1EYVxrY4ow== +"@typescript-eslint/scope-manager@5.35.1": + version "5.35.1" + resolved "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.35.1.tgz#ccb69d54b7fd0f2d0226a11a75a8f311f525ff9e" + integrity sha512-kCYRSAzIW9ByEIzmzGHE50NGAvAP3wFTaZevgWva7GpquDyFPFcmvVkFJGWJJktg/hLwmys/FZwqM9EKr2u24Q== dependencies: - "@typescript-eslint/types" "5.34.0" - "@typescript-eslint/visitor-keys" "5.34.0" + "@typescript-eslint/types" "5.35.1" + "@typescript-eslint/visitor-keys" "5.35.1" -"@typescript-eslint/type-utils@5.34.0": - version "5.34.0" - resolved "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.34.0.tgz#7a324ab9ddd102cd5e1beefc94eea6f3eb32d32d" - integrity sha512-Pxlno9bjsQ7hs1pdWRUv9aJijGYPYsHpwMeCQ/Inavhym3/XaKt1ZKAA8FIw4odTBfowBdZJDMxf2aavyMDkLg== +"@typescript-eslint/type-utils@5.35.1": + version "5.35.1" + resolved "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.35.1.tgz#d50903b56758c5c8fc3be52b3be40569f27f9c4a" + integrity sha512-8xT8ljvo43Mp7BiTn1vxLXkjpw8wS4oAc00hMSB4L1/jIiYbjjnc3Qp2GAUOG/v8zsNCd1qwcqfCQ0BuishHkw== dependencies: - "@typescript-eslint/utils" "5.34.0" + "@typescript-eslint/utils" "5.35.1" debug "^4.3.4" tsutils "^3.21.0" -"@typescript-eslint/types@5.34.0": - version "5.34.0" - resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.34.0.tgz#217bf08049e9e7b86694d982e88a2c1566330c78" - integrity sha512-49fm3xbbUPuzBIOcy2CDpYWqy/X7VBkxVN+DC21e0zIm3+61Z0NZi6J9mqPmSW1BDVk9FIOvuCFyUPjXz93sjA== +"@typescript-eslint/types@5.35.1": + version "5.35.1" + resolved "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.35.1.tgz#af355fe52a0cc88301e889bc4ada72f279b63d61" + integrity sha512-FDaujtsH07VHzG0gQ6NDkVVhi1+rhq0qEvzHdJAQjysN+LHDCKDKCBRlZFFE0ec0jKxiv0hN63SNfExy0KrbQQ== -"@typescript-eslint/typescript-estree@5.34.0": - version "5.34.0" - resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.34.0.tgz#ba7b83f4bf8ccbabf074bbf1baca7a58de3ccb9a" - integrity sha512-mXHAqapJJDVzxauEkfJI96j3D10sd567LlqroyCeJaHnu42sDbjxotGb3XFtGPYKPD9IyLjhsoULML1oI3M86A== +"@typescript-eslint/typescript-estree@5.35.1": + version "5.35.1" + resolved "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.35.1.tgz#db878a39a0dbdc9bb133f11cdad451770bfba211" + integrity sha512-JUqE1+VRTGyoXlDWWjm6MdfpBYVq+hixytrv1oyjYIBEOZhBCwtpp5ZSvBt4wIA1MKWlnaC2UXl2XmYGC3BoQA== dependencies: - "@typescript-eslint/types" "5.34.0" - "@typescript-eslint/visitor-keys" "5.34.0" + "@typescript-eslint/types" "5.35.1" + "@typescript-eslint/visitor-keys" "5.35.1" debug "^4.3.4" globby "^11.1.0" is-glob "^4.0.3" semver "^7.3.7" tsutils "^3.21.0" -"@typescript-eslint/utils@5.34.0": - version "5.34.0" - resolved "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.34.0.tgz#0cae98f48d8f9e292e5caa9343611b6faf49e743" - integrity sha512-kWRYybU4Rn++7lm9yu8pbuydRyQsHRoBDIo11k7eqBWTldN4xUdVUMCsHBiE7aoEkFzrUEaZy3iH477vr4xHAQ== +"@typescript-eslint/utils@5.35.1": + version "5.35.1" + resolved "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.35.1.tgz#ae1399afbfd6aa7d0ed1b7d941e9758d950250eb" + integrity sha512-v6F8JNXgeBWI4pzZn36hT2HXXzoBBBJuOYvoQiaQaEEjdi5STzux3Yj8v7ODIpx36i/5s8TdzuQ54TPc5AITQQ== dependencies: "@types/json-schema" "^7.0.9" - "@typescript-eslint/scope-manager" "5.34.0" - "@typescript-eslint/types" "5.34.0" - "@typescript-eslint/typescript-estree" "5.34.0" + "@typescript-eslint/scope-manager" "5.35.1" + "@typescript-eslint/types" "5.35.1" + "@typescript-eslint/typescript-estree" "5.35.1" eslint-scope "^5.1.1" eslint-utils "^3.0.0" -"@typescript-eslint/visitor-keys@5.34.0": - version "5.34.0" - resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.34.0.tgz#d0fb3e31033e82ddd5de048371ad39eb342b2d40" - integrity sha512-O1moYjOSrab0a2fUvFpsJe0QHtvTC+cR+ovYpgKrAVXzqQyc74mv76TgY6z+aEtjQE2vgZux3CQVtGryqdcOAw== +"@typescript-eslint/visitor-keys@5.35.1": + version "5.35.1" + resolved "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.35.1.tgz#285e9e34aed7c876f16ff646a3984010035898e6" + integrity sha512-cEB1DvBVo1bxbW/S5axbGPE6b7FIMAbo3w+AGq6zNDA7+NYJOIkKj/sInfTv4edxd4PxJSgdN4t6/pbvgA+n5g== dependencies: - "@typescript-eslint/types" "5.34.0" + "@typescript-eslint/types" "5.35.1" eslint-visitor-keys "^3.3.0" accepts@~1.3.8: @@ -1671,9 +1671,9 @@ camelcase@^6.2.0: integrity sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA== caniuse-lite@^1.0.30001370: - version "1.0.30001382" - resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001382.tgz#4d37f0d0b6fffb826c8e5e1c0f4bf8ce592db949" - integrity sha512-2rtJwDmSZ716Pxm1wCtbPvHtbDWAreTPxXbkc5RkKglow3Ig/4GNGazDI9/BVnXbG/wnv6r3B5FEbkfg9OcTGg== + version "1.0.30001383" + resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001383.tgz#aecf317ccd940690725ae3ae4f28293c5fb8050e" + integrity sha512-swMpEoTp5vDoGBZsYZX7L7nXHe6dsHxi9o6/LKf/f0LukVtnrxly5GVb/fWdCDTqi/yw6Km6tiJ0pmBacm0gbg== chalk@^2.0.0: version "2.4.2" @@ -2045,9 +2045,9 @@ ee-first@1.1.1: integrity sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow== electron-to-chromium@^1.4.202: - version "1.4.228" - resolved "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.228.tgz#3baff13cf54198c2045f9bdd8b64db93aafd7f33" - integrity sha512-XfDHCvou7CsDMlFwb0WZ1tWmW48e7Sn7VBRyPfZsZZila9esRsJl1trO+OqDNV97GggFSt0ISbWslKXfQkG//g== + version "1.4.230" + resolved "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.230.tgz#666909fdf5765acb1348b69752ee9955dc1664b7" + integrity sha512-3pwjAK0qHSDN9+YAF4fJknsSruP7mpjdWzUSruIJD/JCH77pEh0SorEyb3xVaKkfwk2tzjOt2D8scJ0KAdfXLA== emittery@^0.10.2: version "0.10.2" @@ -2304,9 +2304,9 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3: integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q== fast-equals@^4.0.1: - version "4.0.1" - resolved "https://registry.npmjs.org/fast-equals/-/fast-equals-4.0.1.tgz#ff8f92d18f4f4130ce6fbd3748ef714d01cd0893" - integrity sha512-OXqyj3MD0p8Kee16Jz7CbCnXo+5CHKKu4xBh5UhC1NbmMkHn8WScLRy/B2q5UOlWMlNSQJc4mwXW30Lz+JUZJw== + version "4.0.2" + resolved "https://registry.npmjs.org/fast-equals/-/fast-equals-4.0.2.tgz#f22ce2b7807bd75f71c5a6d1d9f43a6c7cf466e4" + integrity sha512-sHhA58JSsyEr5XpIipzrbxUQJIW0p4hDc98OEbbB1FgEZfmnFna4ZQxZ0lYuFynG0q2M+H682m26lqk9j/H2gQ== fast-glob@^3.2.9: version "3.2.11"