Skip to content

Commit 047e746

Browse files
Merge pull request #934 from Availity/build/deps-020926
build: ensure tar, lodash, lodash-es, and webpack are up to date
2 parents 1e4feee + f97bcc9 commit 047e746

File tree

6 files changed

+300
-242
lines changed

6 files changed

+300
-242
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@types/jest": "30.0.0",
5858
"@types/node": "^22.15.17",
5959
"dependency-check": "^4.1.0",
60-
"eslint-config-availity": "^10.0.9",
60+
"eslint-config-availity": "^10.0.10",
6161
"gh-pages": "^6.3.0",
6262
"husky": "^9.1.7",
6363
"is-ci": "^4.1.0",

packages/api-axios/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
},
4444
"dependencies": {
4545
"@availity/resolve-url": "workspace:*",
46-
"lodash": "^4.17.21",
46+
"lodash": "^4.17.23",
4747
"qs": "^6.14.1"
4848
},
4949
"devDependencies": {

packages/dl-axios/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
},
4444
"dependencies": {
4545
"@availity/dl-core": "workspace:*",
46-
"lodash": "^4.17.21"
46+
"lodash": "^4.17.23"
4747
},
4848
"devDependencies": {
4949
"axios": "^1.13.2",

packages/dockyard/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"publish": "yarn npm publish --tolerate-republish --access public"
4242
},
4343
"dependencies": {
44-
"lodash": "^4.17.21"
44+
"lodash": "^4.17.23"
4545
},
4646
"devDependencies": {
4747
"tsup": "^8.4.0",

packages/yup/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"publish": "yarn npm publish --tolerate-republish --access public"
4343
},
4444
"dependencies": {
45-
"lodash": "^4.17.21",
45+
"lodash": "^4.17.23",
4646
"yup": "^0.32.11"
4747
},
4848
"devDependencies": {

0 commit comments

Comments
 (0)