Changeset 5528b99 for frontend/package-lock.json
- Timestamp:
- 01/16/24 16:34:03 (10 months ago)
- Branches:
- master
- Children:
- 07f4e8b
- Parents:
- e6c2521
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
frontend/package-lock.json
re6c2521 r5528b99 13 13 "@testing-library/user-event": "^13.5.0", 14 14 "axios": "^1.5.0", 15 "axios-extensions": "^3.1.6",16 15 "bootstrap": "^5.3.0", 17 16 "file-loader": "^6.2.0", … … 5350 5349 } 5351 5350 }, 5352 "node_modules/axios-extensions": {5353 "version": "3.1.6",5354 "resolved": "https://registry.npmjs.org/axios-extensions/-/axios-extensions-3.1.6.tgz",5355 "integrity": "sha512-CmwMYxxAw4DcQDJ7/2Iv4GJj1Ao48lJEPieycgZQH6m1KcYZqf9zm2HM/CsULqheCpYxZbiGrCfZf5tVjXqoLg==",5356 "dependencies": {5357 "lru-cache": "^7.14.0",5358 "tslib": "^2.1.0",5359 "util": "^0.12.3"5360 },5361 "peerDependencies": {5362 "axios": "*"5363 }5364 },5365 "node_modules/axios-extensions/node_modules/lru-cache": {5366 "version": "7.18.3",5367 "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz",5368 "integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==",5369 "engines": {5370 "node": ">=12"5371 }5372 },5373 5351 "node_modules/axios/node_modules/form-data": { 5374 5352 "version": "4.0.0", … … 9447 9425 "resolved": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.1.1.tgz", 9448 9426 "integrity": "sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==", 9427 "peer": true, 9449 9428 "dependencies": { 9450 9429 "call-bind": "^1.0.2", … … 9585 9564 "engines": { 9586 9565 "node": ">=6" 9587 }9588 },9589 "node_modules/is-generator-function": {9590 "version": "1.0.10",9591 "resolved": "https://registry.npmjs.org/is-generator-function/-/is-generator-function-1.0.10.tgz",9592 "integrity": "sha512-jsEjy9l3yiXEQ+PsXdmBwEPcOxaXWLspKdplFUVI9vq1iZgIekeC0L167qeu86czQaxed3q/Uzuw0swL0irL8A==",9593 "dependencies": {9594 "has-tostringtag": "^1.0.0"9595 },9596 "engines": {9597 "node": ">= 0.4"9598 },9599 "funding": {9600 "url": "https://github.com/sponsors/ljharb"9601 9566 } 9602 9567 }, … … 16835 16800 } 16836 16801 }, 16837 "node_modules/util": {16838 "version": "0.12.5",16839 "resolved": "https://registry.npmjs.org/util/-/util-0.12.5.tgz",16840 "integrity": "sha512-kZf/K6hEIrWHI6XqOFUiiMa+79wE/D8Q+NCNAWclkyg3b4d2k7s0QGepNjiABc+aR3N1PAyHL7p6UcLY6LmrnA==",16841 "dependencies": {16842 "inherits": "^2.0.3",16843 "is-arguments": "^1.0.4",16844 "is-generator-function": "^1.0.7",16845 "is-typed-array": "^1.1.3",16846 "which-typed-array": "^1.1.2"16847 }16848 },16849 16802 "node_modules/util-deprecate": { 16850 16803 "version": "1.0.2",
Note:
See TracChangeset
for help on using the changeset viewer.