fix(deps): lock file maintenance
Some checks failed
CI/CD / build-and-deploy (push) Has been cancelled

This commit is contained in:
renovate[bot] 2024-10-08 09:48:39 +00:00 committed by GitHub
parent 2c6c2996fc
commit 83c63918ea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

9
package-lock.json generated
View file

@ -11465,9 +11465,9 @@
}
},
"node_modules/iterator.prototype": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/iterator.prototype/-/iterator.prototype-1.1.2.tgz",
"integrity": "sha512-DR33HMMr8EzwuRL8Y9D3u2BMj8+RqSE850jfGu59kS7tbmPLzGkZmVSfyCFSDxuZiEY6Rzt3T2NA/qU+NwVj1w==",
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/iterator.prototype/-/iterator.prototype-1.1.3.tgz",
"integrity": "sha512-FW5iMbeQ6rBGm/oKgzq2aW4KvAGpxPzYES8N4g4xNXUKpL1mclMvOe+76AcLDTvD+Ze+sOpVhgdAQEKF4L9iGQ==",
"dev": true,
"license": "MIT",
"optional": true,
@ -11477,6 +11477,9 @@
"has-symbols": "^1.0.3",
"reflect.getprototypeof": "^1.0.4",
"set-function-name": "^2.0.1"
},
"engines": {
"node": ">= 0.4"
}
},
"node_modules/java-properties": {