diff --git a/package.json b/package.json index 07f78e6368..3da0f48833 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "@zxcvbn-ts/core": "^2.0.0", "@zxcvbn-ts/language-common": "^2.0.0", "@zxcvbn-ts/language-en": "^2.0.0", - "autosize": "^6.0.1", + "autosize": "^5.0.2", "babel-loader": "^9.1.0", "babel-plugin-formatjs": "^10.2.6", "babel-plugin-istanbul": "^6.1.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0412df7c3c..8277e864c1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -53,8 +53,8 @@ dependencies: specifier: ^2.0.0 version: 2.1.0 autosize: - specifier: ^6.0.1 - version: 6.0.1 + specifier: ^5.0.2 + version: 5.0.2 babel-loader: specifier: ^9.1.0 version: 9.1.2(@babel/core@7.21.4)(webpack@5.77.0) @@ -3683,8 +3683,8 @@ packages: postcss-value-parser: 4.2.0 dev: false - /autosize@6.0.1: - resolution: {integrity: sha512-f86EjiUKE6Xvczc4ioP1JBlWG7FKrE13qe/DxBCpe8GCipCq2nFw73aO8QEBKHfSbYGDN5eB9jXWKen7tspDqQ==} + /autosize@5.0.2: + resolution: {integrity: sha512-FPVt5ynkqUAA9gcMZnJHka1XfQgr1WNd/yRfIjmj5WGmjua+u5Hl9hn8M2nU5CNy2bEIcj1ZUwXq7IOHsfZG9w==} dev: false /available-typed-arrays@1.0.5: diff --git a/version.py b/version.py index 57368e89b5..d37eff831d 100644 --- a/version.py +++ b/version.py @@ -48,4 +48,4 @@ API_FEATURE_LEVEL = 172 # historical commits sharing the same major version, in which case a # minor version bump suffices. -PROVISION_VERSION = (231, 0) +PROVISION_VERSION = (232, 0)