Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

Commit 2646527

Browse files
authored
Merge pull request #1063 from renovate-bot/renovate/all-minor-patch
chore(deps): update all non-major dependencies
2 parents b8fe30d + bfe8bb3 commit 2646527

File tree

4 files changed

+76
-71
lines changed

4 files changed

+76
-71
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"@types/jquery": "^3.5.14",
6161
"dequal": "^2.0.3",
6262
"dompurify": "^2.4.1",
63-
"jquery": "^3.6.1",
63+
"jquery": "^3.6.2",
6464
"rxjs": ">=7.5.0",
6565
"sortablejs": "^1.15.0"
6666
},
@@ -100,11 +100,11 @@
100100
"@types/jest": "^29.2.4",
101101
"@types/jquery": "^3.5.14",
102102
"@types/moment": "^2.13.0",
103-
"@types/node": "^18.11.12",
103+
"@types/node": "^18.11.15",
104104
"@types/sortablejs": "^1.15.0",
105105
"@types/text-encoding-utf-8": "^1.0.2",
106-
"@typescript-eslint/eslint-plugin": "^5.46.0",
107-
"@typescript-eslint/parser": "^5.46.0",
106+
"@typescript-eslint/eslint-plugin": "^5.46.1",
107+
"@typescript-eslint/parser": "^5.46.1",
108108
"autoprefixer": "^10.4.13",
109109
"bootstrap": "^5.2.3",
110110
"copyfiles": "^2.4.1",
@@ -119,7 +119,7 @@
119119
"ng-packagr": "^14.3.0",
120120
"ngx-bootstrap": "^9.0.0",
121121
"npm-run-all2": "^6.0.4",
122-
"postcss": "^8.4.19",
122+
"postcss": "^8.4.20",
123123
"postcss-cli": "^10.1.0",
124124
"release-it": "^15.5.1",
125125
"rimraf": "^3.0.2",
@@ -135,6 +135,6 @@
135135
"npm": ">=6.14.13"
136136
},
137137
"resolutions": {
138-
"caniuse-lite": "1.0.30001436"
138+
"caniuse-lite": "1.0.30001439"
139139
}
140140
}

test/cypress/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"author": "Ghislain B.",
1111
"license": "MIT",
1212
"devDependencies": {
13-
"@4tw/cypress-drag-drop": "^2.2.2",
13+
"@4tw/cypress-drag-drop": "^2.2.3",
1414
"cypress": "^11.2.0"
1515
}
1616
}

test/cypress/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# yarn lockfile v1
33

44

5-
"@4tw/cypress-drag-drop@^2.2.2":
6-
version "2.2.2"
7-
resolved "https://registry.yarnpkg.com/@4tw/cypress-drag-drop/-/cypress-drag-drop-2.2.2.tgz#30069469bf14bfdca0e90a0fcf13e26b87ecfa10"
8-
integrity sha512-WlDkChwUKIn+8z8vLmmGARIOHlbymPu1sVFj3Hvxtuy+8Db7lBROcpmmYolYFBGGhFm9mgb7yG39La8wT4N5jA==
5+
"@4tw/cypress-drag-drop@^2.2.3":
6+
version "2.2.3"
7+
resolved "https://registry.yarnpkg.com/@4tw/cypress-drag-drop/-/cypress-drag-drop-2.2.3.tgz#4040ec85f7a5e3405113949e7b17bbbe005d7581"
8+
integrity sha512-ADMNoELeQdcGLPjfTJ5jWupBKU3rmQAnTqaRhuEa3hQGZ6suR49Ya5SReUrwvJnfAR4pgMcnSkqLqi1F4EPuwA==
99

1010
"@cypress/request@^2.88.10":
1111
version "2.88.10"

yarn.lock

Lines changed: 65 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -2574,10 +2574,10 @@
25742574
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.7.16.tgz#0eb3cce1e37c79619943d2fd903919fc30850601"
25752575
integrity sha512-EQHhixfu+mkqHMZl1R2Ovuvn47PUw18azMJOTwSZr9/fhzHNGXAJ0ma0dayRVchprpCj0Kc1K1xKoWaATWF1qg==
25762576

2577-
"@types/node@^18.11.12":
2578-
version "18.11.12"
2579-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.12.tgz#89e7f8aa8c88abf432f9bd594888144d7dba10aa"
2580-
integrity sha512-FgD3NtTAKvyMmD44T07zz2fEf+OKwutgBCEVM8GcvMGVGaDktiLNTDvPwC/LUe3PinMW+X6CuLOF2Ui1mAlSXg==
2577+
"@types/node@^18.11.15":
2578+
version "18.11.15"
2579+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.11.15.tgz#de0e1fbd2b22b962d45971431e2ae696643d3f5d"
2580+
integrity sha512-VkhBbVo2+2oozlkdHXLrb3zjsRkpdnaU2bXmX8Wgle3PUi569eLRaHGlgETQHR7lLL1w7GiG3h9SnePhxNDecw==
25812581

25822582
"@types/normalize-package-data@^2.4.0":
25832583
version "2.4.1"
@@ -2697,29 +2697,29 @@
26972697
dependencies:
26982698
"@types/yargs-parser" "*"
26992699

2700-
"@typescript-eslint/eslint-plugin@^5.46.0":
2701-
version "5.46.0"
2702-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.46.0.tgz#9a96a713b9616c783501a3c1774c9e2b40217ad0"
2703-
integrity sha512-QrZqaIOzJAjv0sfjY4EjbXUi3ZOFpKfzntx22gPGr9pmFcTjcFw/1sS1LJhEubfAGwuLjNrPV0rH+D1/XZFy7Q==
2700+
"@typescript-eslint/eslint-plugin@^5.46.1":
2701+
version "5.46.1"
2702+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.46.1.tgz#098abb4c9354e19f460d57ab18bff1f676a6cff0"
2703+
integrity sha512-YpzNv3aayRBwjs4J3oz65eVLXc9xx0PDbIRisHj+dYhvBn02MjYOD96P8YGiWEIFBrojaUjxvkaUpakD82phsA==
27042704
dependencies:
2705-
"@typescript-eslint/scope-manager" "5.46.0"
2706-
"@typescript-eslint/type-utils" "5.46.0"
2707-
"@typescript-eslint/utils" "5.46.0"
2705+
"@typescript-eslint/scope-manager" "5.46.1"
2706+
"@typescript-eslint/type-utils" "5.46.1"
2707+
"@typescript-eslint/utils" "5.46.1"
27082708
debug "^4.3.4"
27092709
ignore "^5.2.0"
27102710
natural-compare-lite "^1.4.0"
27112711
regexpp "^3.2.0"
27122712
semver "^7.3.7"
27132713
tsutils "^3.21.0"
27142714

2715-
"@typescript-eslint/parser@^5.46.0":
2716-
version "5.46.0"
2717-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.46.0.tgz#002d8e67122947922a62547acfed3347cbf2c0b6"
2718-
integrity sha512-joNO6zMGUZg+C73vwrKXCd8usnsmOYmgW/w5ZW0pG0RGvqeznjtGDk61EqqTpNrFLUYBW2RSBFrxdAZMqA4OZA==
2715+
"@typescript-eslint/parser@^5.46.1":
2716+
version "5.46.1"
2717+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-5.46.1.tgz#1fc8e7102c1141eb64276c3b89d70da8c0ba5699"
2718+
integrity sha512-RelQ5cGypPh4ySAtfIMBzBGyrNerQcmfA1oJvPj5f+H4jI59rl9xxpn4bonC0tQvUKOEN7eGBFWxFLK3Xepneg==
27192719
dependencies:
2720-
"@typescript-eslint/scope-manager" "5.46.0"
2721-
"@typescript-eslint/types" "5.46.0"
2722-
"@typescript-eslint/typescript-estree" "5.46.0"
2720+
"@typescript-eslint/scope-manager" "5.46.1"
2721+
"@typescript-eslint/types" "5.46.1"
2722+
"@typescript-eslint/typescript-estree" "5.46.1"
27232723
debug "^4.3.4"
27242724

27252725
"@typescript-eslint/[email protected]":
@@ -2730,13 +2730,13 @@
27302730
"@typescript-eslint/types" "5.43.0"
27312731
"@typescript-eslint/visitor-keys" "5.43.0"
27322732

2733-
"@typescript-eslint/[email protected].0":
2734-
version "5.46.0"
2735-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.46.0.tgz#60790b14d0c687dd633b22b8121374764f76ce0d"
2736-
integrity sha512-7wWBq9d/GbPiIM6SqPK9tfynNxVbfpihoY5cSFMer19OYUA3l4powA2uv0AV2eAZV6KoAh6lkzxv4PoxOLh1oA==
2733+
"@typescript-eslint/[email protected].1":
2734+
version "5.46.1"
2735+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.46.1.tgz#70af8425c79bbc1178b5a63fb51102ddf48e104a"
2736+
integrity sha512-iOChVivo4jpwUdrJZyXSMrEIM/PvsbbDOX1y3UCKjSgWn+W89skxWaYXACQfxmIGhPVpRWK/VWPYc+bad6smIA==
27372737
dependencies:
2738-
"@typescript-eslint/types" "5.46.0"
2739-
"@typescript-eslint/visitor-keys" "5.46.0"
2738+
"@typescript-eslint/types" "5.46.1"
2739+
"@typescript-eslint/visitor-keys" "5.46.1"
27402740

27412741
"@typescript-eslint/[email protected]":
27422742
version "5.43.0"
@@ -2748,13 +2748,13 @@
27482748
debug "^4.3.4"
27492749
tsutils "^3.21.0"
27502750

2751-
"@typescript-eslint/[email protected].0":
2752-
version "5.46.0"
2753-
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.46.0.tgz#3a4507b3b437e2fd9e95c3e5eea5ae16f79d64b3"
2754-
integrity sha512-dwv4nimVIAsVS2dTA0MekkWaRnoYNXY26dKz8AN5W3cBFYwYGFQEqm/cG+TOoooKlncJS4RTbFKgcFY/pOiBCg==
2751+
"@typescript-eslint/[email protected].1":
2752+
version "5.46.1"
2753+
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-5.46.1.tgz#195033e4b30b51b870dfcf2828e88d57b04a11cc"
2754+
integrity sha512-V/zMyfI+jDmL1ADxfDxjZ0EMbtiVqj8LUGPAGyBkXXStWmCUErMpW873zEHsyguWCuq2iN4BrlWUkmuVj84yng==
27552755
dependencies:
2756-
"@typescript-eslint/typescript-estree" "5.46.0"
2757-
"@typescript-eslint/utils" "5.46.0"
2756+
"@typescript-eslint/typescript-estree" "5.46.1"
2757+
"@typescript-eslint/utils" "5.46.1"
27582758
debug "^4.3.4"
27592759
tsutils "^3.21.0"
27602760

@@ -2763,10 +2763,10 @@
27632763
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.43.0.tgz#e4ddd7846fcbc074325293515fa98e844d8d2578"
27642764
integrity sha512-jpsbcD0x6AUvV7tyOlyvon0aUsQpF8W+7TpJntfCUWU1qaIKu2K34pMwQKSzQH8ORgUrGYY6pVIh1Pi8TNeteg==
27652765

2766-
"@typescript-eslint/[email protected].0":
2767-
version "5.46.0"
2768-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.46.0.tgz#f4d76622a996b88153bbd829ea9ccb9f7a5d28bc"
2769-
integrity sha512-wHWgQHFB+qh6bu0IAPAJCdeCdI0wwzZnnWThlmHNY01XJ9Z97oKqKOzWYpR2I83QmshhQJl6LDM9TqMiMwJBTw==
2766+
"@typescript-eslint/[email protected].1":
2767+
version "5.46.1"
2768+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.46.1.tgz#4e9db2107b9a88441c4d5ecacde3bb7a5ebbd47e"
2769+
integrity sha512-Z5pvlCaZgU+93ryiYUwGwLl9AQVB/PQ1TsJ9NZ/gHzZjN7g9IAn6RSDkpCV8hqTwAiaj6fmCcKSQeBPlIpW28w==
27702770

27712771
"@typescript-eslint/[email protected]":
27722772
version "5.43.0"
@@ -2781,13 +2781,13 @@
27812781
semver "^7.3.7"
27822782
tsutils "^3.21.0"
27832783

2784-
"@typescript-eslint/[email protected].0":
2785-
version "5.46.0"
2786-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.46.0.tgz#a6c2b84b9351f78209a1d1f2d99ca553f7fa29a5"
2787-
integrity sha512-kDLNn/tQP+Yp8Ro2dUpyyVV0Ksn2rmpPpB0/3MO874RNmXtypMwSeazjEN/Q6CTp8D7ExXAAekPEcCEB/vtJkw==
2784+
"@typescript-eslint/[email protected].1":
2785+
version "5.46.1"
2786+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-5.46.1.tgz#5358088f98a8f9939355e0996f9c8f41c25eced2"
2787+
integrity sha512-j9W4t67QiNp90kh5Nbr1w92wzt+toiIsaVPnEblB2Ih2U9fqBTyqV9T3pYWZBRt6QoMh/zVWP59EpuCjc4VRBg==
27882788
dependencies:
2789-
"@typescript-eslint/types" "5.46.0"
2790-
"@typescript-eslint/visitor-keys" "5.46.0"
2789+
"@typescript-eslint/types" "5.46.1"
2790+
"@typescript-eslint/visitor-keys" "5.46.1"
27912791
debug "^4.3.4"
27922792
globby "^11.1.0"
27932793
is-glob "^4.0.3"
@@ -2808,16 +2808,16 @@
28082808
eslint-utils "^3.0.0"
28092809
semver "^7.3.7"
28102810

2811-
"@typescript-eslint/[email protected].0":
2812-
version "5.46.0"
2813-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.46.0.tgz#600cd873ba471b7d8b0b9f35de34cf852c6fcb31"
2814-
integrity sha512-4O+Ps1CRDw+D+R40JYh5GlKLQERXRKW5yIQoNDpmXPJ+C7kaPF9R7GWl+PxGgXjB3PQCqsaaZUpZ9dG4U6DO7g==
2811+
"@typescript-eslint/[email protected].1":
2812+
version "5.46.1"
2813+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-5.46.1.tgz#7da3c934d9fd0eb4002a6bb3429f33298b469b4a"
2814+
integrity sha512-RBdBAGv3oEpFojaCYT4Ghn4775pdjvwfDOfQ2P6qzNVgQOVrnSPe5/Pb88kv7xzYQjoio0eKHKB9GJ16ieSxvA==
28152815
dependencies:
28162816
"@types/json-schema" "^7.0.9"
28172817
"@types/semver" "^7.3.12"
2818-
"@typescript-eslint/scope-manager" "5.46.0"
2819-
"@typescript-eslint/types" "5.46.0"
2820-
"@typescript-eslint/typescript-estree" "5.46.0"
2818+
"@typescript-eslint/scope-manager" "5.46.1"
2819+
"@typescript-eslint/types" "5.46.1"
2820+
"@typescript-eslint/typescript-estree" "5.46.1"
28212821
eslint-scope "^5.1.1"
28222822
eslint-utils "^3.0.0"
28232823
semver "^7.3.7"
@@ -2830,12 +2830,12 @@
28302830
"@typescript-eslint/types" "5.43.0"
28312831
eslint-visitor-keys "^3.3.0"
28322832

2833-
"@typescript-eslint/[email protected].0":
2834-
version "5.46.0"
2835-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.46.0.tgz#36d87248ae20c61ef72404bcd61f14aa2563915f"
2836-
integrity sha512-E13gBoIXmaNhwjipuvQg1ByqSAu/GbEpP/qzFihugJ+MomtoJtFAJG/+2DRPByf57B863m0/q7Zt16V9ohhANw==
2833+
"@typescript-eslint/[email protected].1":
2834+
version "5.46.1"
2835+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.46.1.tgz#126cc6fe3c0f83608b2b125c5d9daced61394242"
2836+
integrity sha512-jczZ9noovXwy59KjRTk1OftT78pwygdcmCuBf8yMoWt/8O8l+6x2LSEze0E4TeepXK4MezW3zGSyoDRZK7Y9cg==
28372837
dependencies:
2838-
"@typescript-eslint/types" "5.46.0"
2838+
"@typescript-eslint/types" "5.46.1"
28392839
eslint-visitor-keys "^3.3.0"
28402840

28412841
"@webassemblyjs/[email protected]":
@@ -3745,10 +3745,10 @@ camelcase@^7.0.0:
37453745
resolved "https://registry.yarnpkg.com/camelcase/-/camelcase-7.0.0.tgz#fd112621b212126741f998d614cbc2a8623fd174"
37463746
integrity sha512-JToIvOmz6nhGsUhAYScbo2d6Py5wojjNfoxoc2mEVLUdJ70gJK2gnd+ABY1Tc3sVMyK7QDPtN0T/XdlCQWITyQ==
37473747

3748-
[email protected].30001436, caniuse-lite@^1.0.30001370, caniuse-lite@^1.0.30001394, caniuse-lite@^1.0.30001400, caniuse-lite@^1.0.30001407, caniuse-lite@^1.0.30001426:
3749-
version "1.0.30001436"
3750-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001436.tgz#22d7cbdbbbb60cdc4ca1030ccd6dea9f5de4848b"
3751-
integrity sha512-ZmWkKsnC2ifEPoWUvSAIGyOYwT+keAaaWPHiQ9DfMqS1t6tfuyFYoWR78TeZtznkEQ64+vGXH9cZrElwR2Mrxg==
3748+
[email protected].30001439, caniuse-lite@^1.0.30001370, caniuse-lite@^1.0.30001394, caniuse-lite@^1.0.30001400, caniuse-lite@^1.0.30001407, caniuse-lite@^1.0.30001426:
3749+
version "1.0.30001439"
3750+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001439.tgz#ab7371faeb4adff4b74dad1718a6fd122e45d9cb"
3751+
integrity sha512-1MgUzEkoMO6gKfXflStpYgZDlFM7M/ck/bgfVCACO5vnAf0fXoNVHdWtqGU+MYca+4bL9Z5bpOVmR33cWW9G2A==
37523752

37533753
[email protected], chalk@^5.0.0, chalk@^5.0.1, chalk@^5.1.2:
37543754
version "5.1.2"
@@ -7500,6 +7500,11 @@ jquery@>=3.0.0, jquery@^3.5.1, jquery@^3.6.1:
75007500
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.6.1.tgz#fab0408f8b45fc19f956205773b62b292c147a16"
75017501
integrity sha512-opJeO4nCucVnsjiXOE+/PcCgYw9Gwpvs/a6B1LL/lQhwWwpbVEVYDZ1FokFr8PRc7ghYlrFPuyHuiiDNTQxmcw==
75027502

7503+
jquery@^3.6.2:
7504+
version "3.6.2"
7505+
resolved "https://registry.yarnpkg.com/jquery/-/jquery-3.6.2.tgz#8302bbc9160646f507bdf59d136a478b312783c4"
7506+
integrity sha512-/e7ulNIEEYk1Z/l4X0vpxGt+B/dNsV8ghOPAWZaJs8pkGvsSC0tm33aMGylXcj/U7y4IcvwtMXPMyBFZn/gK9A==
7507+
75037508
js-sdsl@^4.1.4:
75047509
version "4.1.4"
75057510
resolved "https://registry.yarnpkg.com/js-sdsl/-/js-sdsl-4.1.4.tgz#78793c90f80e8430b7d8dc94515b6c77d98a26a6"
@@ -9455,10 +9460,10 @@ [email protected], postcss@^8.2.14, postcss@^8.3.7:
94559460
picocolors "^1.0.0"
94569461
source-map-js "^1.0.2"
94579462

9458-
postcss@^8.4.19:
9459-
version "8.4.19"
9460-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.19.tgz#61178e2add236b17351897c8bcc0b4c8ecab56fc"
9461-
integrity sha512-h+pbPsyhlYj6N2ozBmHhHrs9DzGmbaarbLvWipMRO7RLS+v4onj26MPFXA5OBYFxyqYhUJK456SwDcY9H2/zsA==
9463+
postcss@^8.4.20:
9464+
version "8.4.20"
9465+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.20.tgz#64c52f509644cecad8567e949f4081d98349dc56"
9466+
integrity sha512-6Q04AXR1212bXr5fh03u8aAwbLxAQNGQ/Q1LNa0VfOI06ZAlhPHtQvE4OIdpj4kLThXilalPnmDSOD65DcHt+g==
94629467
dependencies:
94639468
nanoid "^3.3.4"
94649469
picocolors "^1.0.0"

0 commit comments

Comments
 (0)