Projects STRLCPY forensix Commits b7bc3ad3
🤬
  • Bump axios from 0.19.2 to 0.21.1 in /server

    Bumps [axios](https://github.com/axios/axios) from 0.19.2 to 0.21.1.
    - [Release notes](https://github.com/axios/axios/releases)
    - [Changelog](https://github.com/axios/axios/blob/v0.21.1/CHANGELOG.md)
    - [Commits](https://github.com/axios/axios/compare/v0.19.2...v0.21.1)
    
    Signed-off-by: dependabot[bot] <[email protected]>
  • Loading...
  • dependabot[bot] committed with GitHub 3 years ago
    b7bc3ad3
    1 parent 4ea0fc49
  • ■ ■ ■ ■ ■
    server/package-lock.json
    skipped 151 lines
    152 152   "integrity": "sha512-ReZxvNHIOv88FlT7rxcXIIC0fPt4KZqZbOlivyWtXLt8ESx84zd3kMC6iK5jVeS2qt+g7ftS7ye4fi06X5rtRQ=="
    153 153   },
    154 154   "axios": {
    155  - "version": "0.19.2",
    156  - "resolved": "https://registry.npmjs.org/axios/-/axios-0.19.2.tgz",
    157  - "integrity": "sha512-fjgm5MvRHLhx+osE2xoekY70AhARk3a6hkN+3Io1jc00jtquGvxYlKlsFUhmUET0V5te6CcZI7lcv2Ym61mjHA==",
     155 + "version": "0.21.1",
     156 + "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.1.tgz",
     157 + "integrity": "sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==",
    158 158   "requires": {
    159  - "follow-redirects": "1.5.10"
     159 + "follow-redirects": "^1.10.0"
    160 160   }
    161 161   },
    162 162   "balanced-match": {
    skipped 709 lines
    872 872   }
    873 873   },
    874 874   "follow-redirects": {
    875  - "version": "1.5.10",
    876  - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.5.10.tgz",
    877  - "integrity": "sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ==",
    878  - "requires": {
    879  - "debug": "=3.1.0"
    880  - },
    881  - "dependencies": {
    882  - "debug": {
    883  - "version": "3.1.0",
    884  - "resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz",
    885  - "integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==",
    886  - "requires": {
    887  - "ms": "2.0.0"
    888  - }
    889  - },
    890  - "ms": {
    891  - "version": "2.0.0",
    892  - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
    893  - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
    894  - }
    895  - }
     875 + "version": "1.13.1",
     876 + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.13.1.tgz",
     877 + "integrity": "sha512-SSG5xmZh1mkPGyKzjZP8zLjltIfpW32Y5QpdNJyjcfGxK3qo3NDDkZOZSFiGn1A6SclQxY9GzEwAHQ3dmYRWpg=="
    896 878   },
    897 879   "forever-agent": {
    898 880   "version": "0.6.1",
    skipped 5049 lines
  • ■ ■ ■ ■
    server/package.json
    skipped 11 lines
    12 12   "license": "ISC",
    13 13   "dependencies": {
    14 14   "any-base": "^1.1.0",
    15  - "axios": "^0.19.2",
     15 + "axios": "^0.21.1",
    16 16   "bcryptjs": "^2.4.3",
    17 17   "bluebird": "^3.7.2",
    18 18   "chalk": "^2.4.2",
    skipped 23 lines
Please wait...
Page is in error, reload to recover