fix(deps): lock file maintenance (#2946)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-11-25 09:11:06 +00:00 committed by GitHub
parent e9db3ba7b1
commit 9bece3019d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

22
package-lock.json generated
View file

@ -11340,9 +11340,9 @@
"license": "ISC" "license": "ISC"
}, },
"node_modules/flow-remove-types": { "node_modules/flow-remove-types": {
"version": "2.254.1", "version": "2.254.2",
"resolved": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-2.254.1.tgz", "resolved": "https://registry.npmjs.org/flow-remove-types/-/flow-remove-types-2.254.2.tgz",
"integrity": "sha512-iMMKQ52qlUJG/O4CDchISS1c+Jirtop0H72CHMTXoeUcD+YRhyAclIzdy+QdTp/AsBWVudDGofYgNXl21zJQ3w==", "integrity": "sha512-zkN7rQ3/T0uJ/ghjD9THU1DQ129ufH4PeVKs3JRahmW0gzAvD7+INFoJoZhrArDIFSDiVqHsEweji1iWMP3AdQ==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
@ -29348,18 +29348,18 @@
} }
}, },
"node_modules/typed-array-length": { "node_modules/typed-array-length": {
"version": "1.0.6", "version": "1.0.7",
"resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.6.tgz", "resolved": "https://registry.npmjs.org/typed-array-length/-/typed-array-length-1.0.7.tgz",
"integrity": "sha512-/OxDN6OtAk5KBpGb28T+HZc2M+ADtvRxXrKKbUwtsLgdoxgX13hyy7ek6bFRl5+aBs2yZzB0c4CnQfAtVypW/g==", "integrity": "sha512-3KS2b+kL7fsuk/eJZ7EQdnEmQoaho/r6KUef7hxvltNA5DR8NAUM+8wJMbJyZ4G9/7i3v5zPBIMN5aybAh2/Jg==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"call-bind": "^1.0.7", "call-bind": "^1.0.7",
"for-each": "^0.3.3", "for-each": "^0.3.3",
"gopd": "^1.0.1", "gopd": "^1.0.1",
"has-proto": "^1.0.3",
"is-typed-array": "^1.1.13", "is-typed-array": "^1.1.13",
"possible-typed-array-names": "^1.0.0" "possible-typed-array-names": "^1.0.0",
"reflect.getprototypeof": "^1.0.6"
}, },
"engines": { "engines": {
"node": ">= 0.4" "node": ">= 0.4"
@ -29386,9 +29386,9 @@
} }
}, },
"node_modules/typescript": { "node_modules/typescript": {
"version": "5.6.3", "version": "5.7.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz",
"integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==", "integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==",
"dev": true, "dev": true,
"license": "Apache-2.0", "license": "Apache-2.0",
"bin": { "bin": {