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

Commit 747181f

Browse files
authored
Merge pull request #1134 from renovate-bot/renovate/all-minor-patch
chore(deps): update all non-major dependencies
2 parents 4cb5201 + bd05616 commit 747181f

File tree

5 files changed

+110
-105
lines changed

5 files changed

+110
-105
lines changed

.github/workflows/renovate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v3.3.0
14+
uses: actions/checkout@v3.5.2
1515
- name: Self-hosted Renovate
16-
uses: renovatebot/github-action@v36.0.0
16+
uses: renovatebot/github-action@v36.1.1
1717
with:
1818
configurationFile: .github/renovate.json5
1919
token: ${{ secrets.RENOVATE_TOKEN }}

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@
5959
"@slickgrid-universal/rxjs-observable": "~2.6.3",
6060
"@types/jquery": "^3.5.16",
6161
"dequal": "^2.0.3",
62-
"dompurify": "^3.0.2",
63-
"jquery": "^3.6.4",
62+
"dompurify": "^3.0.3",
63+
"jquery": "^3.7.0",
6464
"rxjs": ">=7.5.0",
6565
"sortablejs": "^1.15.0"
6666
},
@@ -100,21 +100,21 @@
100100
"@types/jest": "^29.5.1",
101101
"@types/jquery": "^3.5.16",
102102
"@types/moment": "^2.13.0",
103-
"@types/node": "^18.16.3",
103+
"@types/node": "^18.16.9",
104104
"@types/sortablejs": "^1.15.1",
105105
"@types/text-encoding-utf-8": "^1.0.2",
106-
"@typescript-eslint/eslint-plugin": "^5.59.2",
107-
"@typescript-eslint/parser": "^5.59.2",
106+
"@typescript-eslint/eslint-plugin": "^5.59.5",
107+
"@typescript-eslint/parser": "^5.59.5",
108108
"autoprefixer": "^10.4.14",
109109
"bootstrap": "^5.2.3",
110110
"copyfiles": "^2.4.1",
111111
"cross-env": "^7.0.3",
112112
"custom-event-polyfill": "^1.0.7",
113-
"eslint": "^8.39.0",
113+
"eslint": "^8.40.0",
114114
"font-awesome": "^4.7.0",
115115
"jest": "^29.5.0",
116116
"jest-extended": "^3.2.4",
117-
"jest-preset-angular": "^13.0.1",
117+
"jest-preset-angular": "^13.1.1",
118118
"moment-mini": "^2.29.4",
119119
"ng-packagr": "^14.3.0",
120120
"ngx-bootstrap": "^9.0.0",
@@ -135,6 +135,6 @@
135135
"npm": ">=6.14.13"
136136
},
137137
"resolutions": {
138-
"caniuse-lite": "1.0.30001482"
138+
"caniuse-lite": "1.0.30001487"
139139
}
140140
}

test/cypress/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"license": "MIT",
1212
"devDependencies": {
1313
"@4tw/cypress-drag-drop": "^2.2.3",
14-
"cypress": "^12.11.0"
14+
"cypress": "^12.12.0"
1515
}
1616
}

test/cypress/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -308,10 +308,10 @@ cross-spawn@^7.0.0:
308308
shebang-command "^2.0.0"
309309
which "^2.0.1"
310310

311-
cypress@^12.11.0:
312-
version "12.11.0"
313-
resolved "https://registry.yarnpkg.com/cypress/-/cypress-12.11.0.tgz#b46dc6a1d0387f59a4b5c6a18cc03884fd61876e"
314-
integrity sha512-TJE+CCWI26Hwr5Msb9GpQhFLubdYooW0fmlPwTsfiyxmngqc7+SZGLPeIkj2dTSSZSEtpQVzOzvcnzH0o8G7Vw==
311+
cypress@^12.12.0:
312+
version "12.12.0"
313+
resolved "https://registry.yarnpkg.com/cypress/-/cypress-12.12.0.tgz#0da622a34c970d8699ca6562d8e905ed7ce33c77"
314+
integrity sha512-UU5wFQ7SMVCR/hyKok/KmzG6fpZgBHHfrXcHzDmPHWrT+UUetxFzQgt7cxCszlwfozckzwkd22dxMwl/vNkWRw==
315315
dependencies:
316316
"@cypress/request" "^2.88.10"
317317
"@cypress/xvfb" "^1.2.4"

0 commit comments

Comments
 (0)