Skip to content
Snippets Groups Projects
Commit ea1fe95a authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

Merge branch 'renovate/cypress-10.x' into 'main'

chore(deps): update dependency cypress to v10.3.1

See merge request !224
parents 8e595570 c5ec7178
No related branches found
No related tags found
1 merge request!224chore(deps): update dependency cypress to v10.3.1
Pipeline #22703 passed with stages
in 6 minutes and 4 seconds
...@@ -16,6 +16,8 @@ include: ...@@ -16,6 +16,8 @@ include:
- changes: - changes:
- templates/**/* - templates/**/*
- ./**/*.js - ./**/*.js
- package.json
- package-lock.json
- values-local.yaml.example - values-local.yaml.example
- values.yaml - values.yaml
- Chart.yaml - Chart.yaml
......
{ {
"name": "cypress-stackspin", "name": "cypress-stackspin",
"version": "1.0.1", "version": "1.0.2",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {
...@@ -59,9 +59,9 @@ ...@@ -59,9 +59,9 @@
} }
}, },
"@types/node": { "@types/node": {
"version": "14.18.21", "version": "14.18.22",
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.18.21.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-14.18.22.tgz",
"integrity": "sha512-x5W9s+8P4XteaxT/jKF0PSb7XEvo5VmqEWgsMlyeY4ZlLK8I6aH6g5TPPyDlLAep+GYf4kefb7HFyc7PAO3m+Q==", "integrity": "sha512-qzaYbXVzin6EPjghf/hTdIbnVW1ErMx8rPzwRNJhlbyJhu2SyqlvjGOY/tbUt6VFyzg56lROcOeSQRInpt63Yw==",
"dev": true "dev": true
}, },
"@types/sinonjs__fake-timers": { "@types/sinonjs__fake-timers": {
...@@ -388,9 +388,9 @@ ...@@ -388,9 +388,9 @@
} }
}, },
"cypress": { "cypress": {
"version": "10.3.0", "version": "10.3.1",
"resolved": "https://registry.npmjs.org/cypress/-/cypress-10.3.0.tgz", "resolved": "https://registry.npmjs.org/cypress/-/cypress-10.3.1.tgz",
"integrity": "sha512-txkQWKzvBVnWdCuKs5Xc08gjpO89W2Dom2wpZgT9zWZT5jXxqPIxqP/NC1YArtkpmp3fN5HW8aDjYBizHLUFvg==", "integrity": "sha512-As9HrExjAgpgjCnbiQCuPdw5sWKx5HUJcK2EOKziu642akwufr/GUeqL5UnCPYXTyyibvEdWT/pSC2qnGW/e5w==",
"dev": true, "dev": true,
"requires": { "requires": {
"@cypress/request": "^2.88.10", "@cypress/request": "^2.88.10",
...@@ -453,9 +453,9 @@ ...@@ -453,9 +453,9 @@
} }
}, },
"dayjs": { "dayjs": {
"version": "1.11.3", "version": "1.11.4",
"resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.3.tgz", "resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.4.tgz",
"integrity": "sha512-xxwlswWOlGhzgQ4TKzASQkUhqERI3egRNqgV4ScR8wlANA/A9tZ7miXa44vTTKEq5l7vWoL5G57bG3zA+Kow0A==", "integrity": "sha512-Zj/lPM5hOvQ1Bf7uAvewDaUcsJoI6JmNqmHhHl3nyumwe0XHwt8sWdOVAPACJzCebL8gQCi+K49w7iKWnGwX9g==",
"dev": true "dev": true
}, },
"debug": { "debug": {
...@@ -1128,9 +1128,9 @@ ...@@ -1128,9 +1128,9 @@
} }
}, },
"rxjs": { "rxjs": {
"version": "7.5.5", "version": "7.5.6",
"resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.5.5.tgz", "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.5.6.tgz",
"integrity": "sha512-sy+H0pQofO95VDmFLzyaw9xNJU4KTRSwQIGM6+iG3SypAtCiLDzpeG8sJrNCWn2Up9km+KhkvTdbkrdy+yzZdw==", "integrity": "sha512-dnyv2/YsXhnm461G+R/Pe5bWP41Nm6LBXEYWI6eiFP4fiwx6WRI/CD0zbdVAudd9xwLEF2IDcKXLHit0FYjUzw==",
"dev": true, "dev": true,
"requires": { "requires": {
"tslib": "^2.1.0" "tslib": "^2.1.0"
......
{ {
"name": "cypress-stackspin", "name": "cypress-stackspin",
"version": "1.0.1", "version": "1.0.2",
"description": "", "description": "",
"main": "cypress.config.js", "main": "cypress.config.js",
"scripts": { "scripts": {
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
"author": "", "author": "",
"license": "ISC", "license": "ISC",
"devDependencies": { "devDependencies": {
"cypress": "10.3.0", "cypress": "10.3.1",
"cypress-iframe": "1.0.1" "cypress-iframe": "1.0.1"
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment