This commit is contained in:
dependabot[bot] 2026-05-04 08:48:48 -03:00 committed by GitHub
commit 7d46be0730
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 5 deletions

9
web/package-lock.json generated
View File

@ -51,7 +51,7 @@
"i18next": "^24.2.0", "i18next": "^24.2.0",
"i18next-http-backend": "^3.0.1", "i18next-http-backend": "^3.0.1",
"idb-keyval": "^6.2.1", "idb-keyval": "^6.2.1",
"immer": "^10.1.1", "immer": "^11.1.4",
"js-yaml": "^4.1.1", "js-yaml": "^4.1.1",
"konva": "^10.2.3", "konva": "^10.2.3",
"lodash": "^4.18.1", "lodash": "^4.18.1",
@ -8931,9 +8931,10 @@
} }
}, },
"node_modules/immer": { "node_modules/immer": {
"version": "10.1.1", "version": "11.1.4",
"resolved": "https://registry.npmjs.org/immer/-/immer-10.1.1.tgz", "resolved": "https://registry.npmjs.org/immer/-/immer-11.1.4.tgz",
"integrity": "sha512-s2MPrmjovJcoMaHtx6K11Ra7oD05NT97w1IC5zpMkT6Atjr7H8LjaDd81iIxUYpMKSRRNMJE703M1Fhr/TctHw==", "integrity": "sha512-XREFCPo6ksxVzP4E0ekD5aMdf8WMwmdNaz6vuvxgI40UaEiu6q3p8X52aU6GdyvLY3XXX/8R7JOTXStz/nBbRw==",
"license": "MIT",
"funding": { "funding": {
"type": "opencollective", "type": "opencollective",
"url": "https://opencollective.com/immer" "url": "https://opencollective.com/immer"

View File

@ -65,7 +65,7 @@
"i18next": "^24.2.0", "i18next": "^24.2.0",
"i18next-http-backend": "^3.0.1", "i18next-http-backend": "^3.0.1",
"idb-keyval": "^6.2.1", "idb-keyval": "^6.2.1",
"immer": "^10.1.1", "immer": "^11.1.4",
"js-yaml": "^4.1.1", "js-yaml": "^4.1.1",
"konva": "^10.2.3", "konva": "^10.2.3",
"lodash": "^4.18.1", "lodash": "^4.18.1",