Skip to content

Commit

Permalink
Merge pull request #233 from NationalSecurityAgency/dependabot/npm_an…
Browse files Browse the repository at this point in the history
…d_yarn/skills-client-js/axios-1.6.0

Bump axios from 0.27.2 to 1.6.0 in /skills-client-js
  • Loading branch information
sudo-may authored Dec 14, 2023
2 parents 53bd013 + e11f7ec commit 594d615
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions skills-client-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@
"main": "dist/skills-client-js.umd.min.js",
"module": "dist/skills-client-js.esm.min.js",
"jest": {
"testEnvironment": "./test/custom-test-env.js"
"testEnvironment": "./test/custom-test-env.js",
"transformIgnorePatterns": [
"/node_modules/(?!(axios)/)"
]
},
"scripts": {
"clean": "rm -rf dist",
Expand All @@ -33,7 +36,7 @@
"@rollup/plugin-commonjs": "15.1.0",
"@rollup/plugin-node-resolve": "9.0.0",
"@rollup/plugin-replace": "2.3.3",
"axios-mock-adapter": "1.18.2",
"axios-mock-adapter": "1.22.0",
"babel-jest": "26.5.2",
"eslint": "7.11.0",
"eslint-config-airbnb-base": "14.2.0",
Expand All @@ -49,7 +52,7 @@
"xhr-mock": "2.5.1"
},
"dependencies": {
"axios": "0.27.2",
"axios": "1.6.2",
"js-logger": "1.6.1",
"postmate": "1.5.2",
"sockjs-client": "1.6.1",
Expand All @@ -70,4 +73,4 @@
"bugs": {
"url": "https://github.com/NationalSecurityAgency/skills-client/issues"
}
}
}

0 comments on commit 594d615

Please sign in to comment.