diff options
-rw-r--r-- | packages/astro/package.json | 2 | ||||
-rw-r--r-- | packages/integrations/markdoc/package.json | 2 | ||||
-rw-r--r-- | pnpm-lock.yaml | 12 |
3 files changed, 8 insertions, 8 deletions
diff --git a/packages/astro/package.json b/packages/astro/package.json index c468d0eb6..fbcdf6117 100644 --- a/packages/astro/package.json +++ b/packages/astro/package.json @@ -138,7 +138,7 @@ "cssesc": "^3.0.0", "debug": "^4.3.4", "deterministic-object-hash": "^2.0.1", - "devalue": "^4.3.2", + "devalue": "^5.0.0", "diff": "^5.1.0", "dlv": "^1.1.3", "dset": "^3.1.3", diff --git a/packages/integrations/markdoc/package.json b/packages/integrations/markdoc/package.json index 93cc2b174..af59304a0 100644 --- a/packages/integrations/markdoc/package.json +++ b/packages/integrations/markdoc/package.json @@ -81,7 +81,7 @@ "@types/markdown-it": "^14.0.1", "astro": "workspace:*", "astro-scripts": "workspace:*", - "devalue": "^4.3.2", + "devalue": "^5.0.0", "linkedom": "^0.16.4", "vite": "^5.1.4" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 371e2b33b..eaa91e053 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -576,8 +576,8 @@ importers: specifier: ^2.0.1 version: 2.0.2 devalue: - specifier: ^4.3.2 - version: 4.3.2 + specifier: ^5.0.0 + version: 5.0.0 diff: specifier: ^5.1.0 version: 5.2.0 @@ -4222,8 +4222,8 @@ importers: specifier: workspace:* version: link:../../../scripts devalue: - specifier: ^4.3.2 - version: 4.3.2 + specifier: ^5.0.0 + version: 5.0.0 linkedom: specifier: ^0.16.4 version: 0.16.11 @@ -10287,8 +10287,8 @@ packages: base-64: 1.0.0 dev: false - /devalue@4.3.2: - resolution: {integrity: sha512-KqFl6pOgOW+Y6wJgu80rHpo2/3H07vr8ntR9rkkFIRETewbf5GaYYcakYfiKz89K+sLsuPkQIZaXDMjUObZwWg==} + /devalue@5.0.0: + resolution: {integrity: sha512-gO+/OMXF7488D+u3ue+G7Y4AA3ZmUnB3eHJXmBTgNHvr4ZNzl36A0ZtG+XCRNYCkYx/bFmw4qtkoFLa+wSrwAA==} /devlop@1.1.0: resolution: {integrity: sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==} |