Skip to content

Commit 520111c

Browse files
Update Npm non-major dev dependencies
1 parent 5339433 commit 520111c

File tree

2 files changed

+56
-56
lines changed

2 files changed

+56
-56
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@
3838
"@typedorm/core": "1.15.3",
3939
"@types/jest": "29.4.0",
4040
"@types/node": "18.14.2",
41-
"@typescript-eslint/eslint-plugin": "5.53.0",
42-
"@typescript-eslint/parser": "5.53.0",
43-
"aws-sdk": "2.1323.0",
41+
"@typescript-eslint/eslint-plugin": "5.54.0",
42+
"@typescript-eslint/parser": "5.54.0",
43+
"aws-sdk": "2.1324.0",
4444
"eslint": "8.35.0",
4545
"eslint-config-prettier": "^8.6.0",
4646
"eslint-plugin-prettier": "^4.2.1",

yarn.lock

Lines changed: 53 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -1589,14 +1589,14 @@
15891589
dependencies:
15901590
"@types/yargs-parser" "*"
15911591

1592-
"@typescript-eslint/eslint-plugin@5.53.0":
1593-
version "5.53.0"
1594-
resolved "https://registry.npmmirror.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.53.0.tgz#24b8b4a952f3c615fe070e3c461dd852b5056734"
1595-
integrity sha512-alFpFWNucPLdUOySmXCJpzr6HKC3bu7XooShWM+3w/EL6J2HIoB2PFxpLnq4JauWVk6DiVeNKzQlFEaE+X9sGw==
1596-
dependencies:
1597-
"@typescript-eslint/scope-manager" "5.53.0"
1598-
"@typescript-eslint/type-utils" "5.53.0"
1599-
"@typescript-eslint/utils" "5.53.0"
1592+
"@typescript-eslint/eslint-plugin@5.54.0":
1593+
version "5.54.0"
1594+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.54.0.tgz#2c821ad81b2c786d142279a8292090f77d1881f4"
1595+
integrity sha512-+hSN9BdSr629RF02d7mMtXhAJvDTyCbprNYJKrXETlul/Aml6YZwd90XioVbjejQeHbb3R8Dg0CkRgoJDxo8aw==
1596+
dependencies:
1597+
"@typescript-eslint/scope-manager" "5.54.0"
1598+
"@typescript-eslint/type-utils" "5.54.0"
1599+
"@typescript-eslint/utils" "5.54.0"
16001600
debug "^4.3.4"
16011601
grapheme-splitter "^1.0.4"
16021602
ignore "^5.2.0"
@@ -1605,72 +1605,72 @@
16051605
semver "^7.3.7"
16061606
tsutils "^3.21.0"
16071607

1608-
"@typescript-eslint/parser@5.53.0":
1609-
version "5.53.0"
1610-
resolved "https://registry.npmmirror.com/@typescript-eslint/parser/-/parser-5.53.0.tgz#a1f2b9ae73b83181098747e96683f1b249ecab52"
1611-
integrity sha512-MKBw9i0DLYlmdOb3Oq/526+al20AJZpANdT6Ct9ffxcV8nKCHz63t/S0IhlTFNsBIHJv+GY5SFJ0XfqVeydQrQ==
1608+
"@typescript-eslint/parser@5.54.0":
1609+
version "5.54.0"
1610+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.54.0.tgz#def186eb1b1dbd0439df0dacc44fb6d8d5c417fe"
1611+
integrity sha512-aAVL3Mu2qTi+h/r04WI/5PfNWvO6pdhpeMRWk9R7rEV4mwJNzoWf5CCU5vDKBsPIFQFjEq1xg7XBI2rjiMXQbQ==
16121612
dependencies:
1613-
"@typescript-eslint/scope-manager" "5.53.0"
1614-
"@typescript-eslint/types" "5.53.0"
1615-
"@typescript-eslint/typescript-estree" "5.53.0"
1613+
"@typescript-eslint/scope-manager" "5.54.0"
1614+
"@typescript-eslint/types" "5.54.0"
1615+
"@typescript-eslint/typescript-estree" "5.54.0"
16161616
debug "^4.3.4"
16171617

1618-
"@typescript-eslint/scope-manager@5.53.0":
1619-
version "5.53.0"
1620-
resolved "https://registry.npmmirror.com/@typescript-eslint/scope-manager/-/scope-manager-5.53.0.tgz#42b54f280e33c82939275a42649701024f3fafef"
1621-
integrity sha512-Opy3dqNsp/9kBBeCPhkCNR7fmdSQqA+47r21hr9a14Bx0xnkElEQmhoHga+VoaoQ6uDHjDKmQPIYcUcKJifS7w==
1618+
"@typescript-eslint/scope-manager@5.54.0":
1619+
version "5.54.0"
1620+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.54.0.tgz#74b28ac9a3fc8166f04e806c957adb8c1fd00536"
1621+
integrity sha512-VTPYNZ7vaWtYna9M4oD42zENOBrb+ZYyCNdFs949GcN8Miwn37b8b7eMj+EZaq7VK9fx0Jd+JhmkhjFhvnovhg==
16221622
dependencies:
1623-
"@typescript-eslint/types" "5.53.0"
1624-
"@typescript-eslint/visitor-keys" "5.53.0"
1623+
"@typescript-eslint/types" "5.54.0"
1624+
"@typescript-eslint/visitor-keys" "5.54.0"
16251625

1626-
"@typescript-eslint/type-utils@5.53.0":
1627-
version "5.53.0"
1628-
resolved "https://registry.npmmirror.com/@typescript-eslint/type-utils/-/type-utils-5.53.0.tgz#41665449935ba9b4e6a1ba6e2a3f4b2c31d6cf97"
1629-
integrity sha512-HO2hh0fmtqNLzTAme/KnND5uFNwbsdYhCZghK2SoxGp3Ifn2emv+hi0PBUjzzSh0dstUIFqOj3bp0AwQlK4OWw==
1626+
"@typescript-eslint/type-utils@5.54.0":
1627+
version "5.54.0"
1628+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.54.0.tgz#390717216eb61393a0cad2995da154b613ba7b26"
1629+
integrity sha512-WI+WMJ8+oS+LyflqsD4nlXMsVdzTMYTxl16myXPaCXnSgc7LWwMsjxQFZCK/rVmTZ3FN71Ct78ehO9bRC7erYQ==
16301630
dependencies:
1631-
"@typescript-eslint/typescript-estree" "5.53.0"
1632-
"@typescript-eslint/utils" "5.53.0"
1631+
"@typescript-eslint/typescript-estree" "5.54.0"
1632+
"@typescript-eslint/utils" "5.54.0"
16331633
debug "^4.3.4"
16341634
tsutils "^3.21.0"
16351635

1636-
"@typescript-eslint/types@5.53.0":
1637-
version "5.53.0"
1638-
resolved "https://registry.npmmirror.com/@typescript-eslint/types/-/types-5.53.0.tgz#f79eca62b97e518ee124086a21a24f3be267026f"
1639-
integrity sha512-5kcDL9ZUIP756K6+QOAfPkigJmCPHcLN7Zjdz76lQWWDdzfOhZDTj1irs6gPBKiXx5/6O3L0+AvupAut3z7D2A==
1636+
"@typescript-eslint/types@5.54.0":
1637+
version "5.54.0"
1638+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.54.0.tgz#7d519df01f50739254d89378e0dcac504cab2740"
1639+
integrity sha512-nExy+fDCBEgqblasfeE3aQ3NuafBUxZxgxXcYfzYRZFHdVvk5q60KhCSkG0noHgHRo/xQ/BOzURLZAafFpTkmQ==
16401640

1641-
"@typescript-eslint/typescript-estree@5.53.0":
1642-
version "5.53.0"
1643-
resolved "https://registry.npmmirror.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.53.0.tgz#bc651dc28cf18ab248ecd18a4c886c744aebd690"
1644-
integrity sha512-eKmipH7QyScpHSkhbptBBYh9v8FxtngLquq292YTEQ1pxVs39yFBlLC1xeIZcPPz1RWGqb7YgERJRGkjw8ZV7w==
1641+
"@typescript-eslint/typescript-estree@5.54.0":
1642+
version "5.54.0"
1643+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.54.0.tgz#f6f3440cabee8a43a0b25fa498213ebb61fdfe99"
1644+
integrity sha512-X2rJG97Wj/VRo5YxJ8Qx26Zqf0RRKsVHd4sav8NElhbZzhpBI8jU54i6hfo9eheumj4oO4dcRN1B/zIVEqR/MQ==
16451645
dependencies:
1646-
"@typescript-eslint/types" "5.53.0"
1647-
"@typescript-eslint/visitor-keys" "5.53.0"
1646+
"@typescript-eslint/types" "5.54.0"
1647+
"@typescript-eslint/visitor-keys" "5.54.0"
16481648
debug "^4.3.4"
16491649
globby "^11.1.0"
16501650
is-glob "^4.0.3"
16511651
semver "^7.3.7"
16521652
tsutils "^3.21.0"
16531653

1654-
"@typescript-eslint/utils@5.53.0":
1655-
version "5.53.0"
1656-
resolved "https://registry.npmmirror.com/@typescript-eslint/utils/-/utils-5.53.0.tgz#e55eaad9d6fffa120575ffaa530c7e802f13bce8"
1657-
integrity sha512-VUOOtPv27UNWLxFwQK/8+7kvxVC+hPHNsJjzlJyotlaHjLSIgOCKj9I0DBUjwOOA64qjBwx5afAPjksqOxMO0g==
1654+
"@typescript-eslint/utils@5.54.0":
1655+
version "5.54.0"
1656+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.54.0.tgz#3db758aae078be7b54b8ea8ea4537ff6cd3fbc21"
1657+
integrity sha512-cuwm8D/Z/7AuyAeJ+T0r4WZmlnlxQ8wt7C7fLpFlKMR+dY6QO79Cq1WpJhvZbMA4ZeZGHiRWnht7ZJ8qkdAunw==
16581658
dependencies:
16591659
"@types/json-schema" "^7.0.9"
16601660
"@types/semver" "^7.3.12"
1661-
"@typescript-eslint/scope-manager" "5.53.0"
1662-
"@typescript-eslint/types" "5.53.0"
1663-
"@typescript-eslint/typescript-estree" "5.53.0"
1661+
"@typescript-eslint/scope-manager" "5.54.0"
1662+
"@typescript-eslint/types" "5.54.0"
1663+
"@typescript-eslint/typescript-estree" "5.54.0"
16641664
eslint-scope "^5.1.1"
16651665
eslint-utils "^3.0.0"
16661666
semver "^7.3.7"
16671667

1668-
"@typescript-eslint/visitor-keys@5.53.0":
1669-
version "5.53.0"
1670-
resolved "https://registry.npmmirror.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.53.0.tgz#8a5126623937cdd909c30d8fa72f79fa56cc1a9f"
1671-
integrity sha512-JqNLnX3leaHFZEN0gCh81sIvgrp/2GOACZNgO4+Tkf64u51kTpAyWFOY8XHx8XuXr3N2C9zgPPHtcpMg6z1g0w==
1668+
"@typescript-eslint/visitor-keys@5.54.0":
1669+
version "5.54.0"
1670+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.54.0.tgz#846878afbf0cd67c19cfa8d75947383d4490db8f"
1671+
integrity sha512-xu4wT7aRCakGINTLGeyGqDn+78BwFlggwBjnHa1ar/KaGagnmwLYmlrXIrgAaQ3AE1Vd6nLfKASm7LrFHNbKGA==
16721672
dependencies:
1673-
"@typescript-eslint/types" "5.53.0"
1673+
"@typescript-eslint/types" "5.54.0"
16741674
eslint-visitor-keys "^3.3.0"
16751675

16761676
acorn-jsx@^5.3.2:
@@ -1764,10 +1764,10 @@ available-typed-arrays@^1.0.5:
17641764
resolved "https://registry.yarnpkg.com/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz#92f95616501069d07d10edb2fc37d3e1c65123b7"
17651765
integrity sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==
17661766

1767-
aws-sdk@2.1323.0:
1768-
version "2.1323.0"
1769-
resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.1323.0.tgz#ee27583ae502ce37fa644657f3d90a02ce468f2c"
1770-
integrity sha512-GoLwk2SuG9A6eWgc1mGmm548dklheDmkeptHRw2RhCvq2GZqlc4AzStFUjUURy4O4NQmd2ZiQIoeseue4RwurA==
1767+
aws-sdk@2.1324.0:
1768+
version "2.1324.0"
1769+
resolved "https://registry.yarnpkg.com/aws-sdk/-/aws-sdk-2.1324.0.tgz#fede7d75a2abcc7835c994907560fbfd038b7b9e"
1770+
integrity sha512-7T9Jn6qtzCANdqRcdhxZ9Fx31/U+h/VPFxEU3+sFEnC7WtGtRlgmsJOY2lIdFKRXkHYT3Jw5MqDyjnb/i1QqbA==
17711771
dependencies:
17721772
buffer "4.9.2"
17731773
events "1.1.1"

0 commit comments

Comments
 (0)