diff --git a/CHANGELOG.md b/CHANGELOG.md index c3acf91..b588aca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.12](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.1.11...v1.1.12) (2022-12-08) + + +### Bug Fixes + +* bump dependencies ([bb33d21](https://github.com/CoCreate-app/CoCreate-css-parser/commit/bb33d217581654723faafba63cd13c6b45242f83)) + ## [1.1.11](https://github.com/CoCreate-app/CoCreate-css-parser/compare/v1.1.10...v1.1.11) (2022-12-07) diff --git a/package.json b/package.json index 96efe1e..7bbd304 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cocreate/css-parser", - "version": "1.1.11", + "version": "1.1.12", "description": "A simple css-parser component in vanilla javascript. Easily configured using HTML5 data-attributes and/or JavaScript API.", "keywords": [ "css-parser", @@ -61,9 +61,9 @@ "webpack-log": "^3.0.1" }, "dependencies": { - "@cocreate/crud-client": "^1.16.1", - "@cocreate/docs": "^1.4.13", - "@cocreate/hosting": "^1.6.12", - "@cocreate/observer": "^1.5.34" + "@cocreate/crud-client": "^1.16.3", + "@cocreate/docs": "^1.4.15", + "@cocreate/hosting": "^1.6.13", + "@cocreate/observer": "^1.5.35" } }