diff --git a/package-lock.json b/package-lock.json index 3779d165a4..1c0d2569b6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2041,7 +2041,9 @@ } }, "node_modules/@types/unicode-properties": { - "version": "1.3.0", + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/@types/unicode-properties/-/unicode-properties-1.3.2.tgz", + "integrity": "sha512-1gq48yvPn+sdJqG4tARHoQbVYyFCrV92gZdl2100vcP9n/u4nGIeLnxYyrTLWHQRhJYpc/w4SNDXUrKTjvEfRA==", "dev": true, "license": "MIT" }, @@ -10333,7 +10335,7 @@ "@types/is-url": "^1.2.32", "@types/node": "~20.19.0", "@types/pluralize": "0.0.30", - "@types/unicode-properties": "^1.3.0", + "@types/unicode-properties": "^1.3.2", "@types/wordwrap": "^1.0.3", "typescript": "~7.0.2" }, diff --git a/packages/quicktype-core/package.json b/packages/quicktype-core/package.json index b57811058d..ddd4e29c9e 100644 --- a/packages/quicktype-core/package.json +++ b/packages/quicktype-core/package.json @@ -49,7 +49,7 @@ "@types/is-url": "^1.2.32", "@types/node": "~20.19.0", "@types/pluralize": "0.0.30", - "@types/unicode-properties": "^1.3.0", + "@types/unicode-properties": "^1.3.2", "@types/wordwrap": "^1.0.3", "typescript": "~7.0.2" },