From 6914d3151d24603d43295ce5eea8f6a4d2c37903 Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Tue, 14 May 2024 11:32:47 -0700 Subject: [PATCH] dependencies: Add @types/is-url to devDependencies. Signed-off-by: Anders Kaseorg --- package.json | 1 + pnpm-lock.yaml | 8 ++++++++ version.py | 2 +- 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 2020c118e0..e9d1811d56 100644 --- a/package.json +++ b/package.json @@ -94,6 +94,7 @@ "@types/autosize": "^4.0.1", "@types/blueimp-md5": "^2.18.0", "@types/co-body": "^6.1.3", + "@types/is-url": "^1.2.32", "@types/jquery": "^3.3.31", "@types/jquery.validation": "^1.16.7", "@types/katex": "^0.16.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6df8d28aa9..9103cacecc 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -290,6 +290,9 @@ importers: '@types/co-body': specifier: ^6.1.3 version: 6.1.3 + '@types/is-url': + specifier: ^1.2.32 + version: 1.2.32 '@types/jquery': specifier: ^3.3.31 version: 3.5.29 @@ -1817,6 +1820,9 @@ packages: '@types/http-proxy@1.17.14': resolution: {integrity: sha512-SSrD0c1OQzlFX7pGu1eXxSEjemej64aaNPRhhVYUGqXh0BtldAAx37MG8btcumvpgKyZp1F5Gn3JkktdxiFv6w==} + '@types/is-url@1.2.32': + resolution: {integrity: sha512-46VLdbWI8Sc+hPexQ6NLNR2YpoDyDZIpASHkJQ2Yr+Kf9Giw6LdCTkwOdsnHKPQeh7xTjTmSnxbE8qpxYuCiHA==} + '@types/istanbul-lib-coverage@2.0.6': resolution: {integrity: sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w==} @@ -9065,6 +9071,8 @@ snapshots: dependencies: '@types/node': 20.12.7 + '@types/is-url@1.2.32': {} + '@types/istanbul-lib-coverage@2.0.6': {} '@types/istanbul-lib-report@3.0.3': diff --git a/version.py b/version.py index 21259995b8..56273739a7 100644 --- a/version.py +++ b/version.py @@ -48,4 +48,4 @@ API_FEATURE_LEVEL = 260 # historical commits sharing the same major version, in which case a # minor version bump suffices. -PROVISION_VERSION = (270, 0) # last bumped 2024-04-30 for Python requirements upgrade +PROVISION_VERSION = (270, 1) # last bumped 2024-05-14 for adding @types/is-url