chefcookie 2.9.2 → 2.9.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -38,7 +38,7 @@ chefcookie is a gdpr cookie solution without compromises.
38
38
 
39
39
  ## references
40
40
 
41
- - [changelog](https://github.com/vielhuber/chefcookie/blob/master/CHANGELOG.md)
41
+ - [changelog](https://github.com/vielhuber/chefcookie/blob/main/CHANGELOG.md)
42
42
 
43
43
  ## installation
44
44
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chefcookie",
3
- "version": "2.9.2",
3
+ "version": "2.9.5",
4
4
  "main": "_build/script.js",
5
5
  "files": [
6
6
  "_build/*.js",
@@ -45,7 +45,7 @@
45
45
  "auto-changelog": "^2.5.0",
46
46
  "babelify": "^10.0.0",
47
47
  "browserify": "^17.0.1",
48
- "cypress": "^15.0.0",
48
+ "cypress": "^15.8.1",
49
49
  "npm-run-all": "^4.1.5",
50
50
  "prettier": ">=3",
51
51
  "serve": "^14.2.5",