Merge pull request #52 from microsoft/dependabot/npm_and_yarn/Source/Services/RPSLS.NodePlayer.Api/axios-0.21.2

Bump axios from 0.21.1 to 0.21.2 in /Source/Services/RPSLS.NodePlayer.Api
This commit is contained in:
Jenn 2023-01-27 08:53:11 -08:00 коммит произвёл GitHub
Родитель d31644e639 1009ec28d5
Коммит f6c126c679
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 8 добавлений и 8 удалений

14
Source/Services/RPSLS.NodePlayer.Api/package-lock.json сгенерированный
Просмотреть файл

@ -1004,11 +1004,11 @@
"dev": true
},
"axios": {
"version": "0.21.1",
"resolved": "https://registry.npmjs.org/axios/-/axios-0.21.1.tgz",
"integrity": "sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==",
"version": "0.21.2",
"resolved": "https://registry.npmjs.org/axios/-/axios-0.21.2.tgz",
"integrity": "sha512-87otirqUw3e8CzHTMO+/9kh/FSgXt/eVDvipijwDtEuwbkySWZ9SBm6VEubmJ/kLKEoLQV/POhxXFb66bfekfg==",
"requires": {
"follow-redirects": "^1.10.0"
"follow-redirects": "^1.14.0"
}
},
"babel-plugin-dynamic-import-node": {
@ -1784,9 +1784,9 @@
}
},
"follow-redirects": {
"version": "1.13.1",
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.13.1.tgz",
"integrity": "sha512-SSG5xmZh1mkPGyKzjZP8zLjltIfpW32Y5QpdNJyjcfGxK3qo3NDDkZOZSFiGn1A6SclQxY9GzEwAHQ3dmYRWpg=="
"version": "1.15.2",
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.2.tgz",
"integrity": "sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA=="
},
"for-in": {
"version": "1.0.2",

Просмотреть файл

@ -12,7 +12,7 @@
"license": "ISC",
"dependencies": {
"applicationinsights": "^1.6.0",
"axios": "^0.21.1",
"axios": "^0.21.2",
"cors": "^2.8.5",
"dotenv": "^8.1.0",
"express": "^4.17.3"