diff --git a/CHANGELOG.md b/CHANGELOG.md index ce9a9985d..9e61ddc1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.72.3](https://github.com/input-output-hk/atala-prism-docs/compare/v1.72.2...v1.72.3) (2024-01-03) + + +### :sparkles: Updates + +* removing unused dependencies. ([#73](https://github.com/input-output-hk/atala-prism-docs/issues/73)) ([1b47473](https://github.com/input-output-hk/atala-prism-docs/commit/1b474733f5d6c2cc3ffd0276cebd391b2516255b)) + ## [1.72.2](https://github.com/input-output-hk/atala-prism-docs/compare/v1.72.1...v1.72.2) (2024-01-03) diff --git a/package-lock.json b/package-lock.json index d30b24e88..50dfa9288 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "prism-documentation-portal", - "version": "1.72.2", + "version": "1.72.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "prism-documentation-portal", - "version": "1.72.2", + "version": "1.72.3", "dependencies": { "@docusaurus/core": "^2.4.1", "@docusaurus/preset-classic": "^2.4.1", @@ -14717,8 +14717,6 @@ }, "node_modules/npm/node_modules/debug/node_modules/ms": { "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", "dev": true, "inBundle": true, "license": "MIT" @@ -16263,8 +16261,6 @@ }, "node_modules/npm/node_modules/rimraf/node_modules/glob": { "version": "7.2.3", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", - "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", "dev": true, "inBundle": true, "license": "ISC", @@ -16345,8 +16341,6 @@ }, "node_modules/npm/node_modules/semver/node_modules/lru-cache": { "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", "dev": true, "inBundle": true, "license": "ISC", diff --git a/package.json b/package.json index adfdd3acf..1b7993165 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "prism-documentation-portal", - "version": "1.72.2", + "version": "1.72.3", "private": true, "scripts": { "docusaurus": "docusaurus",