Skip to content

Commit 48c5426

Browse files
fix(deps): update security patches [security] (#4539)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 30c2c75 commit 48c5426

2 files changed

Lines changed: 86 additions & 44 deletions

File tree

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"tsc:all": "tsc && tsc -p tsconfig-cjs.json"
8282
},
8383
"dependencies": {
84-
"cron-parser": "5.7.0",
84+
"cron-parser": "5.8.1",
8585
"msgpackr": "2.0.5",
8686
"node-abort-controller": "3.1.1",
8787
"semver": "7.8.5",
@@ -126,8 +126,8 @@
126126
"@types/pg": "8.21.0",
127127
"@types/semver": "7.8.0",
128128
"@types/sinon": "22.0.0",
129-
"@typescript-eslint/eslint-plugin": "8.66.0",
130-
"@typescript-eslint/parser": "8.66.0",
129+
"@typescript-eslint/eslint-plugin": "8.67.0",
130+
"@typescript-eslint/parser": "8.67.0",
131131
"@vitest/coverage-v8": "4.1.10",
132132
"coveralls-next": "6.0.2",
133133
"cpx2": "9.0.0",

yarn.lock

Lines changed: 83 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1564,29 +1564,29 @@
15641564
resolved "https://registry.yarnpkg.com/@types/web-bluetooth/-/web-bluetooth-0.0.21.tgz#525433c784aed9b457aaa0ee3d92aeb71f346b63"
15651565
integrity sha512-oIQLCGWtcFZy2JW77j9k8nHzAOpqMHLQejDA48XXMWH6tjCQHz5RCFz1bzsmROyL6PUm+LLnUiI4BCn221inxA==
15661566

1567-
"@typescript-eslint/eslint-plugin@8.66.0":
1568-
version "8.66.0"
1569-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.66.0.tgz#76e86aa5a2459fbf5bbd7a839c0dc0cce1d56224"
1570-
integrity sha512-p088eaGrzYz1s+7cov0aMOCkNGTJlVxF4jgubf28c8L0Cv9Rloj8YBHnv4hXLq6IIEE1AsjNWavO+k+8kP2Y0A==
1567+
"@typescript-eslint/eslint-plugin@8.67.0":
1568+
version "8.67.0"
1569+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-8.67.0.tgz#52f9f0e47d5a7571c4336e69bfeea581509ef2cf"
1570+
integrity sha512-Un7Heoyj65NREbKAyIrFxeM143NZpExWmy1Nep4DLeQOeLlTeumPjoNKnBrU5D5moWXbPJgRa5Uwcdu0faVNGQ==
15711571
dependencies:
15721572
"@eslint-community/regexpp" "^4.12.2"
1573-
"@typescript-eslint/scope-manager" "8.66.0"
1574-
"@typescript-eslint/type-utils" "8.66.0"
1575-
"@typescript-eslint/utils" "8.66.0"
1576-
"@typescript-eslint/visitor-keys" "8.66.0"
1573+
"@typescript-eslint/scope-manager" "8.67.0"
1574+
"@typescript-eslint/type-utils" "8.67.0"
1575+
"@typescript-eslint/utils" "8.67.0"
1576+
"@typescript-eslint/visitor-keys" "8.67.0"
15771577
ignore "^7.0.5"
15781578
natural-compare "^1.4.0"
15791579
ts-api-utils "^2.5.0"
15801580

1581-
"@typescript-eslint/parser@8.66.0":
1582-
version "8.66.0"
1583-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.66.0.tgz#88e3865ecf73b0118134e7cb831da87a961a57a1"
1584-
integrity sha512-X6ypGChaWYk6PBtUg2BwuTZEFFcHJAtGTVJ9/lCTOufhZ4i9fNolQNnktq+kkMCwMj7V8Svsq7+TxSDslmhE0g==
1581+
"@typescript-eslint/parser@8.67.0":
1582+
version "8.67.0"
1583+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-8.67.0.tgz#0158022ec9927e0afcd58a8cc2ad57e01d892f5c"
1584+
integrity sha512-fUBfTuuEulWqX6V8+O3PtScV01tzYYRUDTAirHFKoRAt7nOzoGiPt0M/bB47wWNy0coOOcgEwAMUtBpykMxl6w==
15851585
dependencies:
1586-
"@typescript-eslint/scope-manager" "8.66.0"
1587-
"@typescript-eslint/types" "8.66.0"
1588-
"@typescript-eslint/typescript-estree" "8.66.0"
1589-
"@typescript-eslint/visitor-keys" "8.66.0"
1586+
"@typescript-eslint/scope-manager" "8.67.0"
1587+
"@typescript-eslint/types" "8.67.0"
1588+
"@typescript-eslint/typescript-estree" "8.67.0"
1589+
"@typescript-eslint/visitor-keys" "8.67.0"
15901590
debug "^4.4.3"
15911591

15921592
"@typescript-eslint/project-service@8.56.1":
@@ -1607,6 +1607,15 @@
16071607
"@typescript-eslint/types" "^8.66.0"
16081608
debug "^4.4.3"
16091609

1610+
"@typescript-eslint/project-service@8.67.0":
1611+
version "8.67.0"
1612+
resolved "https://registry.yarnpkg.com/@typescript-eslint/project-service/-/project-service-8.67.0.tgz#1552db007ca9206a1c6c7acf49e210bd17a8c56f"
1613+
integrity sha512-cvE8c7ulYeXN9fYuszhCeCsbzyVEXuhrRCybnBre7TUmqb5nRmBfQAwCj0O3WJFDeyAZt4VYv51vMCC9LHSdYw==
1614+
dependencies:
1615+
"@typescript-eslint/tsconfig-utils" "^8.67.0"
1616+
"@typescript-eslint/types" "^8.67.0"
1617+
debug "^4.4.3"
1618+
16101619
"@typescript-eslint/scope-manager@8.56.1":
16111620
version "8.56.1"
16121621
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.56.1.tgz#254df93b5789a871351335dd23e20bc164060f24"
@@ -1615,13 +1624,13 @@
16151624
"@typescript-eslint/types" "8.56.1"
16161625
"@typescript-eslint/visitor-keys" "8.56.1"
16171626

1618-
"@typescript-eslint/scope-manager@8.66.0":
1619-
version "8.66.0"
1620-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.66.0.tgz#4fffcc6ebd0df9fe7983c0256967567ea6f5ac63"
1621-
integrity sha512-8TGcH25j9zqJ/IULB/ppyhRvxA8QYfFEZ7nfbg6/BN9spDgb8fPWQXlE5l8TWBL50EtUx007uZ1o9VOwrq2/9g==
1627+
"@typescript-eslint/scope-manager@8.67.0":
1628+
version "8.67.0"
1629+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-8.67.0.tgz#4d4c2da09560d10dd7d947cba2d29d14d25af16d"
1630+
integrity sha512-EgvsleTwS4E+WzzSvem8fAUubLwatMNF1B5hHSLQxcvs7q2dtRhGyujHwLJSYlG41niJ7GP24Aha2+0mb1b2kg==
16221631
dependencies:
1623-
"@typescript-eslint/types" "8.66.0"
1624-
"@typescript-eslint/visitor-keys" "8.66.0"
1632+
"@typescript-eslint/types" "8.67.0"
1633+
"@typescript-eslint/visitor-keys" "8.67.0"
16251634

16261635
"@typescript-eslint/tsconfig-utils@8.56.1":
16271636
version "8.56.1"
@@ -1633,14 +1642,19 @@
16331642
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.66.0.tgz#3a89066c507aa30541dc176804685b4b444e1e52"
16341643
integrity sha512-9D5gLYZG4rOjcoag8MQ/fWI8WqA9wcPDyOGyWtWFhvM1lHRbliqUSPIY5J3zqCU1tvSwzXxnnjhQhz5Ne7mJ4g==
16351644

1636-
"@typescript-eslint/type-utils@8.66.0":
1637-
version "8.66.0"
1638-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.66.0.tgz#b2315303eca72fad9afa7be4f58f053c8f2a0479"
1639-
integrity sha512-LG2dWfjZQQp0ADtAu/EWJVayefGL2UEZ3CDeI44D9v3rXB/WYUqE/jpO28KrEKul5AySrmI+Zh1v6v+xW2U9+g==
1645+
"@typescript-eslint/tsconfig-utils@8.67.0", "@typescript-eslint/tsconfig-utils@^8.67.0":
1646+
version "8.67.0"
1647+
resolved "https://registry.yarnpkg.com/@typescript-eslint/tsconfig-utils/-/tsconfig-utils-8.67.0.tgz#f45a3eba6b9132fb47141ec03ce2f275f1ea991d"
1648+
integrity sha512-vV+LUSv5njUWsknE71fqKTlXUva+R76SaeORd6Zojcunk/6DvKFXONU3BrAs2H49mbygUXt6gbYunzwqNwlhdg==
1649+
1650+
"@typescript-eslint/type-utils@8.67.0":
1651+
version "8.67.0"
1652+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-8.67.0.tgz#96bed105275559df3bcf0449b73a6414d35c59ce"
1653+
integrity sha512-aVWDXbRmdXO9siTfX4ditQI1T9+zVcNazT48EJCD0v40/9RIFoUgZ05CmGEq9H2gixRpjUn/iplwvlcvutJW/Q==
16401654
dependencies:
1641-
"@typescript-eslint/types" "8.66.0"
1642-
"@typescript-eslint/typescript-estree" "8.66.0"
1643-
"@typescript-eslint/utils" "8.66.0"
1655+
"@typescript-eslint/types" "8.67.0"
1656+
"@typescript-eslint/typescript-estree" "8.67.0"
1657+
"@typescript-eslint/utils" "8.67.0"
16441658
debug "^4.4.3"
16451659
ts-api-utils "^2.5.0"
16461660

@@ -1654,6 +1668,11 @@
16541668
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.66.0.tgz#3cacab94d3b564c1d48c56eb37b89f89a6d48479"
16551669
integrity sha512-H6gcYaSDOyvL3AD/jHUtUFo2jqGgn/F6nuyuZSu0QTesxL+cP4dQoIMrODRofuJC09g64+WgZ6tE19Y1N2YIFQ==
16561670

1671+
"@typescript-eslint/types@8.67.0", "@typescript-eslint/types@^8.67.0":
1672+
version "8.67.0"
1673+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-8.67.0.tgz#4a8d00cc1faba5c14feabc60f85b7a32652f34b6"
1674+
integrity sha512-sBtgslww8nsMYUjhdPBiSyUqSzT8uR6g93A2QXnQC8+cGdjz0CyaOdqHDRJb1AtORbZCNUJBBeFA/tNR2uQmww==
1675+
16571676
"@typescript-eslint/typescript-estree@8.56.1":
16581677
version "8.56.1"
16591678
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.56.1.tgz#3b9e57d8129a860c50864c42188f761bdef3eab0"
@@ -1669,7 +1688,22 @@
16691688
tinyglobby "^0.2.15"
16701689
ts-api-utils "^2.4.0"
16711690

1672-
"@typescript-eslint/typescript-estree@8.66.0", "@typescript-eslint/typescript-estree@^8.58.2":
1691+
"@typescript-eslint/typescript-estree@8.67.0":
1692+
version "8.67.0"
1693+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.67.0.tgz#116c3a47c06119c5a050e8851861d6497dd64bc2"
1694+
integrity sha512-EKQBCE9yNlRJYm7jdTW5AhDacDUmSwQb0FAJAmK2EKYrNXIsa2vxcSZx6PvJ/dEdI6lS+Y9W+EXckLj0iPFGcw==
1695+
dependencies:
1696+
"@typescript-eslint/project-service" "8.67.0"
1697+
"@typescript-eslint/tsconfig-utils" "8.67.0"
1698+
"@typescript-eslint/types" "8.67.0"
1699+
"@typescript-eslint/visitor-keys" "8.67.0"
1700+
debug "^4.4.3"
1701+
minimatch "^10.2.2"
1702+
semver "^7.7.3"
1703+
tinyglobby "^0.2.15"
1704+
ts-api-utils "^2.5.0"
1705+
1706+
"@typescript-eslint/typescript-estree@^8.58.2":
16731707
version "8.66.0"
16741708
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-8.66.0.tgz#1a38c3a97dc6c669b66d585d7f90ebc4fbb32a50"
16751709
integrity sha512-8/x4INiiQb10jGgXYD7116/zQ+OL84ZIFn0za68wwFHCanT/VLbBEroWht8RV8fn0/ZCAoazHLQgwUC0UQcDfg==
@@ -1684,15 +1718,15 @@
16841718
tinyglobby "^0.2.15"
16851719
ts-api-utils "^2.5.0"
16861720

1687-
"@typescript-eslint/utils@8.66.0":
1688-
version "8.66.0"
1689-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.66.0.tgz#e277d67427043cdca2580ee91aa62921e4689969"
1690-
integrity sha512-jasearZPolBw5NJNYGMwxzHMF83niVWmMU1VdHzG1CyfI2VS7f7nZltnKtHcg20hW+7Uo5GfK4MeDPoU3qI8EA==
1721+
"@typescript-eslint/utils@8.67.0":
1722+
version "8.67.0"
1723+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-8.67.0.tgz#3e478a3d69d330a1fc50c12746cc2ee0732ccfcd"
1724+
integrity sha512-U9D1FdwEWBwok3hxxSdhclMb0twvt9QnjIQ0VfQ1AiX2epnpSgv2ubVDsayOFyY8K6FX+AQ7E0FKWVG3iKsj1A==
16911725
dependencies:
16921726
"@eslint-community/eslint-utils" "^4.9.1"
1693-
"@typescript-eslint/scope-manager" "8.66.0"
1694-
"@typescript-eslint/types" "8.66.0"
1695-
"@typescript-eslint/typescript-estree" "8.66.0"
1727+
"@typescript-eslint/scope-manager" "8.67.0"
1728+
"@typescript-eslint/types" "8.67.0"
1729+
"@typescript-eslint/typescript-estree" "8.67.0"
16961730

16971731
"@typescript-eslint/utils@~8.56.0":
16981732
version "8.56.1"
@@ -1720,6 +1754,14 @@
17201754
"@typescript-eslint/types" "8.66.0"
17211755
eslint-visitor-keys "^5.0.0"
17221756

1757+
"@typescript-eslint/visitor-keys@8.67.0":
1758+
version "8.67.0"
1759+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-8.67.0.tgz#601d40af9acf82a28da2286f3edafc69bba9017f"
1760+
integrity sha512-fkv8dHRDqfGtTHuJeebdrQ7cX6Ad4WAS00rgHh9UGvMycF1mjBfsxry1XsLIFhWZ6Judlh6UdzK+TYlbpCXgnA==
1761+
dependencies:
1762+
"@typescript-eslint/types" "8.67.0"
1763+
eslint-visitor-keys "^5.0.0"
1764+
17231765
"@ungap/structured-clone@^1.0.0":
17241766
version "1.3.3"
17251767
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.3.3.tgz#094041e1a4cb1987f038335421281ac8be390bcc"
@@ -2536,10 +2578,10 @@ create-require@^1.1.0:
25362578
resolved "https://registry.yarnpkg.com/create-require/-/create-require-1.1.1.tgz#c1d7e8f1e5f6cfc9ff65f9cd352d37348756c333"
25372579
integrity sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==
25382580

2539-
cron-parser@5.7.0:
2540-
version "5.7.0"
2541-
resolved "https://registry.yarnpkg.com/cron-parser/-/cron-parser-5.7.0.tgz#bbfe81c0ae71c072462fb99899bf3beb45bdee82"
2542-
integrity sha512-iSpDHpwwW/GhIg4JVODYlWUEpMNSimaHvqOhHpOz1W+Y97z1lL1nf+dpcF17cNwFRpTtKN9devgi1fxflp3Phw==
2581+
cron-parser@5.8.1:
2582+
version "5.8.1"
2583+
resolved "https://registry.yarnpkg.com/cron-parser/-/cron-parser-5.8.1.tgz#cab09d2d16987501013b29f0c15150b44f0ad0ed"
2584+
integrity sha512-fVw5nGEkTVmiPKo3fY0j28Thq6jR00VKWyL22llWrsbII4sDHI+8Kx1kcL+QzGQJfCfk64bbMotrgTZRpzYpLQ==
25432585
dependencies:
25442586
luxon "^3.7.2"
25452587

0 commit comments

Comments
 (0)