Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 19, 2023
1 parent 8d45acb commit bc4cb82
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 36 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
"yargs": "^17.0.0"
},
"devDependencies": {
"@swissquote/crafty": "1.23.0",
"@swissquote/eslint-plugin-swissquote": "1.23.0",
"@swissquote/crafty": "1.24.0",
"@swissquote/eslint-plugin-swissquote": "1.24.0",
"c8": "^8.0.1",
"eslint": "8.55.0"
"eslint": "8.56.0"
},
"scripts": {
"lint": "eslint src --fix",
Expand Down
66 changes: 33 additions & 33 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@
minimatch "^3.1.2"
strip-json-comments "^3.1.1"

"@eslint/js@8.55.0":
version "8.55.0"
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.55.0.tgz#b721d52060f369aa259cf97392403cb9ce892ec6"
integrity sha512-qQfo2mxH5yVom1kacMtZZJFVdW+E70mqHMJvVg6WTLo+VBuQJ4TojZlfWBjK0ve5BdEeNAVxOsl/nvNMpJOaJA==
"@eslint/js@8.56.0":
version "8.56.0"
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.56.0.tgz#ef20350fec605a7f7035a01764731b2de0f3782b"
integrity sha512-gMsVel9D7f2HLkBma9VbtzZRehRogVRfbr++f06nL2vnCGCNlzOD+/MUov/F4p8myyAHspEhVobgjpX64q5m6A==

"@humanwhocodes/config-array@^0.11.13":
version "0.11.13"
Expand Down Expand Up @@ -107,29 +107,29 @@
"@nodelib/fs.scandir" "2.1.5"
fastq "^1.6.0"

"@swissquote/crafty-commons@1.23.0":
version "1.23.0"
resolved "https://registry.yarnpkg.com/@swissquote/crafty-commons/-/crafty-commons-1.23.0.tgz#089b2e8d5310d94f922ccd13839a630be628af3d"
integrity sha512-+IzrbmPlC+vl99WJWLpuiBpoCTx+/wuG86108HKsm6dwf2/C45QaxCXQYpJxLT0WO+jHekqG32TDe712a1hpvA==
"@swissquote/crafty-commons@1.24.0":
version "1.24.0"
resolved "https://registry.yarnpkg.com/@swissquote/crafty-commons/-/crafty-commons-1.24.0.tgz#459b746ef3eef7f85ad9aeee14ba9264c149e450"
integrity sha512-/IbjQwJGuGBVDxc3Ic3BwXbE49UVfi0C9ptp5Gk6sM7EQqXZ54iUURgE4plneMJbUYp83YF2nPRwGPQ+9WgtZg==
dependencies:
caniuse-lite "^1.0.30001542"
caniuse-lite "^1.0.30001570"

"@swissquote/crafty@1.23.0":
version "1.23.0"
resolved "https://registry.yarnpkg.com/@swissquote/crafty/-/crafty-1.23.0.tgz#78318125e9a3735cfba27055de9628a282acff4d"
integrity sha512-qPnBm3jvM8PfKVKDCzpOLZ84MWLFHRaDpV70A5CY2xbG+YFqP4x33ZzRPMVFefjBzVRch5PyIWuCUU+yxBAb/w==
"@swissquote/crafty@1.24.0":
version "1.24.0"
resolved "https://registry.yarnpkg.com/@swissquote/crafty/-/crafty-1.24.0.tgz#d8e5a006d529170c1ebb499882a48c5f2b92e21f"
integrity sha512-9cpcZw+oxIhxSJY4P9cNI2FGql5wU3jobfXs8sVZOqSEmZk+8G8utmp+5WvdKcduEdkuDJELvBwYJLOYysjTJA==
dependencies:
"@swissquote/crafty-commons" "1.23.0"
"@swissquote/crafty-commons" "1.24.0"
optionalDependencies:
fsevents "~2.3.3"

"@swissquote/eslint-plugin-swissquote@1.23.0":
version "1.23.0"
resolved "https://registry.yarnpkg.com/@swissquote/eslint-plugin-swissquote/-/eslint-plugin-swissquote-1.23.0.tgz#3ff4d7885b6cc2cc0f87d9d32a759b7157b6abad"
integrity sha512-0OuwDX2Ty0vT6RzflDLKSaQqZt77VYbagcbv9SvI7rplGHz+T2bC16vqz/J405IvRInnQD95AKYdHJH1kiWGgw==
"@swissquote/eslint-plugin-swissquote@1.24.0":
version "1.24.0"
resolved "https://registry.yarnpkg.com/@swissquote/eslint-plugin-swissquote/-/eslint-plugin-swissquote-1.24.0.tgz#e8b5e832a2b3289f1cdf755dfebb273c2ecd2255"
integrity sha512-nsxKBhsv5MG6juzhmZ4OOnnwRxi8wF+wJnExW1Ieg1d7Xju6cfb9PKnvbcD6zNZWnvwlQuPtyRCDatTkr8ulIg==
dependencies:
"@swissquote/crafty-commons" "1.23.0"
typescript "5.2.2"
"@swissquote/crafty-commons" "1.24.0"
typescript "5.3.3"

"@types/istanbul-lib-coverage@^2.0.1":
version "2.0.4"
Expand Down Expand Up @@ -252,10 +252,10 @@ callsites@^3.0.0:
resolved "https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73"
integrity sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==

caniuse-lite@^1.0.30001542:
version "1.0.30001546"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001546.tgz#10fdad03436cfe3cc632d3af7a99a0fb497407f0"
integrity sha512-zvtSJwuQFpewSyRrI3AsftF6rM0X80mZkChIt1spBGEvRglCrjTniXvinc8JKRoqTwXAgvqTImaN9igfSMtUBw==
caniuse-lite@^1.0.30001570:
version "1.0.30001570"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001570.tgz#b4e5c1fa786f733ab78fc70f592df6b3f23244ca"
integrity sha512-+3e0ASu4sw1SWaoCtvPeyXp+5PsjigkSt8OXZbF9StH5pQWbxEjLAZE3n8Aup5udop1uRiKA7a4utUk/uoSpUw==

chalk@^4.0.0:
version "4.1.2"
Expand Down Expand Up @@ -374,15 +374,15 @@ eslint-visitor-keys@^3.4.1, eslint-visitor-keys@^3.4.3:
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz#0cd72fe8550e3c2eae156a96a4dddcd1c8ac5800"
integrity sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==

eslint@8.55.0:
version "8.55.0"
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.55.0.tgz#078cb7b847d66f2c254ea1794fa395bf8e7e03f8"
integrity sha512-iyUUAM0PCKj5QpwGfmCAG9XXbZCWsqP/eWAWrG/W0umvjuLRBECwSFdt+rCntju0xEH7teIABPwXpahftIaTdA==
eslint@8.56.0:
version "8.56.0"
resolved "https://registry.yarnpkg.com/eslint/-/eslint-8.56.0.tgz#4957ce8da409dc0809f99ab07a1b94832ab74b15"
integrity sha512-Go19xM6T9puCOWntie1/P997aXxFsOi37JIHRWI514Hc6ZnaHGKY9xFhrU65RT6CcBEzZoGG1e6Nq+DT04ZtZQ==
dependencies:
"@eslint-community/eslint-utils" "^4.2.0"
"@eslint-community/regexpp" "^4.6.1"
"@eslint/eslintrc" "^2.1.4"
"@eslint/js" "8.55.0"
"@eslint/js" "8.56.0"
"@humanwhocodes/config-array" "^0.11.13"
"@humanwhocodes/module-importer" "^1.0.1"
"@nodelib/fs.walk" "^1.2.8"
Expand Down Expand Up @@ -1120,10 +1120,10 @@ type-fest@^0.20.2:
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.20.2.tgz#1bf207f4b28f91583666cb5fbd327887301cd5f4"
integrity sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==

typescript@5.2.2:
version "5.2.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.2.2.tgz#5ebb5e5a5b75f085f22bc3f8460fba308310fa78"
integrity sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==
typescript@5.3.3:
version "5.3.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37"
integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==

uri-js@^4.2.2:
version "4.4.1"
Expand Down

0 comments on commit bc4cb82

Please sign in to comment.