Compare commits

..

1 Commits

Author SHA1 Message Date
dependabot[bot]
b32bf340d3 chore(deps): Bump downshift from 9.0.13 to 9.2.0
Bumps [downshift](https://github.com/downshift-js/downshift) from 9.0.13 to 9.2.0.
- [Release notes](https://github.com/downshift-js/downshift/releases)
- [Changelog](https://github.com/downshift-js/downshift/blob/master/CHANGELOG.md)
- [Commits](https://github.com/downshift-js/downshift/compare/v9.0.13...v9.2.0)

---
updated-dependencies:
- dependency-name: downshift
  dependency-version: 9.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-02 15:25:42 +00:00
3 changed files with 6 additions and 6 deletions

View File

@@ -32,7 +32,7 @@ jobs:
./build/bump-version-changelog.js ${{ inputs.version }}
- name: Create Pull Request
uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0
uses: peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8.0.0
with:
commit-message: Bump version to ${{ inputs.version }}
branch: bump-version-to-${{ inputs.version }}

8
package-lock.json generated
View File

@@ -27,7 +27,7 @@
"codemirror": "^6.0.2",
"color": "^5.0.3",
"detect-browser": "^5.3.0",
"downshift": "^9.0.13",
"downshift": "^9.2.0",
"events": "^3.3.0",
"file-saver": "^2.0.5",
"i18next": "^25.7.4",
@@ -6212,9 +6212,9 @@
}
},
"node_modules/downshift": {
"version": "9.0.13",
"resolved": "https://registry.npmjs.org/downshift/-/downshift-9.0.13.tgz",
"integrity": "sha512-fPV+K5jwEzfEAhNhprgCmpWQ23MKwKNzdbtK0QQFiw4hbFcKhMeGB+ccorfWJzmsLR5Dty+CmLDduWlIs74G/w==",
"version": "9.2.0",
"resolved": "https://registry.npmjs.org/downshift/-/downshift-9.2.0.tgz",
"integrity": "sha512-3VWiiA2cJR9c544mFLe29Ln24ehhD01vgfk/YjenXLno17oR0oLWjfO318iRTQ6EUkSPyaxdDWmwQ2fAigFbxw==",
"license": "MIT",
"dependencies": {
"@babel/runtime": "^7.24.5",

View File

@@ -44,7 +44,7 @@
"codemirror": "^6.0.2",
"color": "^5.0.3",
"detect-browser": "^5.3.0",
"downshift": "^9.0.13",
"downshift": "^9.2.0",
"events": "^3.3.0",
"file-saver": "^2.0.5",
"i18next": "^25.7.4",