diff --git a/package-lock.json b/package-lock.json index b24336df8..353374662 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,8 +13,8 @@ "utils/*" ], "dependencies": { - "@ionic/core": "^7.6.2", - "@stencil/core": "^4.9.0", + "@ionic/core": "^7.7.3", + "@stencil/core": "^4.12.3", "swiper": "^11.0.3" }, "devDependencies": { @@ -2786,11 +2786,12 @@ "license": "BSD-3-Clause" }, "node_modules/@ionic/core": { - "version": "7.6.2", - "license": "MIT", + "version": "7.7.3", + "resolved": "https://registry.npmjs.org/@ionic/core/-/core-7.7.3.tgz", + "integrity": "sha512-DSv6DPuiLU2MXsgDAXKFJW5OXxT7EyPy2jcQf03RcWooWeFryy979mqotPw7BgUuWt/fVGuz2tl3peAJGSqmDQ==", "dependencies": { - "@stencil/core": "^4.8.2", - "ionicons": "^7.2.1", + "@stencil/core": "^4.12.2", + "ionicons": "^7.2.2", "tslib": "^2.1.0" } }, @@ -6104,8 +6105,9 @@ } }, "node_modules/@stencil/core": { - "version": "4.9.0", - "license": "MIT", + "version": "4.12.3", + "resolved": "https://registry.npmjs.org/@stencil/core/-/core-4.12.3.tgz", + "integrity": "sha512-9XkE9i2aXPlApMNeq3tbVHKx0eAfDc7QGyIl6t5NMuQFTOGL5Xd1soF38d+hCIDpUoUUtY7jXWg+iFrlrMzQhg==", "bin": { "stencil": "bin/stencil" }, @@ -18113,8 +18115,9 @@ } }, "node_modules/ionicons": { - "version": "7.2.1", - "license": "MIT", + "version": "7.2.2", + "resolved": "https://registry.npmjs.org/ionicons/-/ionicons-7.2.2.tgz", + "integrity": "sha512-I3iYIfc9Q9FRifWyFSwTAvbEABWlWY32i0sAVDDPGYnaIZVugkLCZFbEcrphW6ixVPg8tt1oLwalo/JJwbEqnA==", "dependencies": { "@stencil/core": "^4.0.3" } @@ -31885,7 +31888,7 @@ }, "packages/core": { "name": "@juntossomosmais/atomium", - "version": "1.11.0" + "version": "1.12.1" }, "packages/icons": { "name": "@juntossomosmais/atomium-icons" diff --git a/package.json b/package.json index 7226b71f0..c3837d9ae 100644 --- a/package.json +++ b/package.json @@ -29,8 +29,8 @@ "tokens:build": "nx build @juntossomosmais/atomium-tokens" }, "dependencies": { - "@ionic/core": "^7.6.2", - "@stencil/core": "^4.9.0", + "@ionic/core": "^7.7.3", + "@stencil/core": "^4.12.3", "swiper": "^11.0.3" }, "devDependencies": {