From 4774545955c6cb70bdadcbf0d88eee3f52a9151f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 04:44:58 +0000 Subject: [PATCH] Bump @types/unicode-properties from 1.3.0 to 1.3.2 Bumps [@types/unicode-properties](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/unicode-properties) from 1.3.0 to 1.3.2. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/unicode-properties) --- updated-dependencies: - dependency-name: "@types/unicode-properties" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 16 ++++++++-------- packages/quicktype-core/package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package-lock.json b/package-lock.json index ad7704b81..66dc733e9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -302,9 +302,9 @@ } }, "node_modules/@types/unicode-properties": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@types/unicode-properties/-/unicode-properties-1.3.0.tgz", - "integrity": "sha512-kDVlxpdkCfgvzfXcglkr7j4OSMjCEEo/Jloj4tFuldYZpQ9Uypy7FGXPhNstoj4eGvhddwuu5n0EfI+XdWVoVA==", + "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 }, "node_modules/@types/urijs": { @@ -2372,7 +2372,7 @@ "@types/pako": "^1.0.0", "@types/pluralize": "0.0.30", "@types/readable-stream": "2.3.15", - "@types/unicode-properties": "^1.3.0", + "@types/unicode-properties": "^1.3.2", "@types/yaml": "^1.9.7", "tslint": "^6.1.3", "typescript": "4.9.5" @@ -2717,9 +2717,9 @@ } }, "@types/unicode-properties": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@types/unicode-properties/-/unicode-properties-1.3.0.tgz", - "integrity": "sha512-kDVlxpdkCfgvzfXcglkr7j4OSMjCEEo/Jloj4tFuldYZpQ9Uypy7FGXPhNstoj4eGvhddwuu5n0EfI+XdWVoVA==", + "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 }, "@types/urijs": { @@ -3697,7 +3697,7 @@ "@types/pako": "^1.0.0", "@types/pluralize": "0.0.30", "@types/readable-stream": "2.3.15", - "@types/unicode-properties": "^1.3.0", + "@types/unicode-properties": "^1.3.2", "@types/urijs": "^1.19.19", "@types/yaml": "^1.9.7", "browser-or-node": "^2.1.1", diff --git a/packages/quicktype-core/package.json b/packages/quicktype-core/package.json index 1ca3eb970..b35ad9230 100644 --- a/packages/quicktype-core/package.json +++ b/packages/quicktype-core/package.json @@ -35,7 +35,7 @@ "@types/pako": "^1.0.0", "@types/pluralize": "0.0.30", "@types/readable-stream": "2.3.15", - "@types/unicode-properties": "^1.3.0", + "@types/unicode-properties": "^1.3.2", "@types/yaml": "^1.9.7", "tslint": "^6.1.3", "typescript": "4.9.5"