1
0
Fork 0
mirror of https://github.com/Findus23/acronomy.git synced 2024-09-19 15:33:45 +02:00

update dependencies

This commit is contained in:
Lukas Winkler 2023-02-03 20:52:01 +01:00
parent f9f9743957
commit 1f16bfa7f2
Signed by: lukas
GPG key ID: 54DE4D798D244853
3 changed files with 887 additions and 787 deletions

18
package-lock.json generated
View file

@ -24,14 +24,14 @@
}
},
"node_modules/@trevoreyre/autocomplete-js": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/@trevoreyre/autocomplete-js/-/autocomplete-js-2.3.0.tgz",
"integrity": "sha512-zCvvhI/M9HEEfo21PunIlKgXdqb+9wmLCO4it7I3tXiHlAly3l7j2sSRiJSEzQZ3/rQ4Zyz3iGMVU2S4M4GCPQ=="
"version": "2.4.1",
"resolved": "https://registry.npmjs.org/@trevoreyre/autocomplete-js/-/autocomplete-js-2.4.1.tgz",
"integrity": "sha512-WX5+jxjcwohn4pgzVB3/d5TAQFdHFHnkqI+sG67x+jJeTITdl0D/7uHeJUNX+SdzR3ae3MM4JoCxxvA5pVLcSA=="
},
"node_modules/@yaireo/tagify": {
"version": "4.17.6",
"resolved": "https://registry.npmjs.org/@yaireo/tagify/-/tagify-4.17.6.tgz",
"integrity": "sha512-W3rQLGO+1lczk/8Lh0nGCu6IlFrTeq3F8ofymmM7mfZWwYqLyDZyt4hRZdU9YAKPb26z1Chjl8g1J1hZZ3nmOw==",
"version": "4.17.7",
"resolved": "https://registry.npmjs.org/@yaireo/tagify/-/tagify-4.17.7.tgz",
"integrity": "sha512-kMk179PY4aXdc5tIw4t65I6IvB5Dyes30DF0XTUagqcCe+pCyi60g4eUGScFsJByF/u25An0RkVqZ4+IcPVxVg==",
"peerDependencies": {
"prop-types": "^15.7.2"
}
@ -55,9 +55,9 @@
}
},
"node_modules/codemirror": {
"version": "5.65.10",
"resolved": "https://registry.npmjs.org/codemirror/-/codemirror-5.65.10.tgz",
"integrity": "sha512-IXAG5wlhbgcTJ6rZZcmi4+sjWIbJqIGfeg3tNa3yX84Jb3T4huS5qzQAo/cUisc1l3bI47WZodpyf7cYcocDKg=="
"version": "5.65.11",
"resolved": "https://registry.npmjs.org/codemirror/-/codemirror-5.65.11.tgz",
"integrity": "sha512-Gp62g2eKSCHYt10axmGhKq3WoJSvVpvhXmowNq7pZdRVowwtvBR/hi2LSP5srtctKkRT33T6/n8Kv1UGp7JW4A=="
},
"node_modules/commander": {
"version": "8.3.0",

1653
poetry.lock generated

File diff suppressed because it is too large Load diff

View file

@ -26,6 +26,9 @@ djangorestframework = "^3.13.1"
[tool.poetry.dev-dependencies]
bpython = "^0.23"
[tool.poetry.group.dev.dependencies]
bpython = "^0.24"
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"