Skip to content

Commit

Permalink
chore(deps): bump get-value from 3.0.1 to 4.0.1 (#2083)
Browse files Browse the repository at this point in the history
* chore(deps): bump get-value from 3.0.1 to 4.0.1

Bumps [get-value](https://github.com/jonschlinkert/get-value) from 3.0.1 to 4.0.1.
- [Commits](jonschlinkert/get-value@3.0.1...4.0.1)

---
updated-dependencies:
- dependency-name: get-value
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore: bump size limits

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sai Kumar Battinoju <[email protected]>
  • Loading branch information
dependabot[bot] and saikumarrs authored Mar 3, 2025
1 parent e1da208 commit 9e8ea0d
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 25 deletions.
27 changes: 7 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"crypto-js": "4.2.0",
"deep-object-diff": "1.1.9",
"error-stack-parser": "2.1.4",
"get-value": "3.0.1",
"get-value": "4.0.1",
"is": "3.3.0",
"join-component": "1.1.0",
"lodash.get": "4.4.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/analytics-js-common/.size-limit.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ module.exports = [
{
name: 'Common - No bundling',
path: 'dist/npm/**/*.js',
limit: '18.4 KiB',
limit: '19 KiB',
},
];
2 changes: 1 addition & 1 deletion packages/analytics-js-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@segment/top-domain": "3.0.1",
"crypto-js": "4.2.0",
"@lukeed/uuid": "2.0.1",
"get-value": "3.0.1",
"get-value": "4.0.1",
"ramda": "0.30.1",
"storejs": "2.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/analytics-js-integrations/.size-limit.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = [
{
name: 'All Integrations - Legacy - CDN',
path: 'dist/cdn/legacy/js-integrations/*.min.js',
limit: '95.3 KiB',
limit: '96 KiB',
},
{
name: 'All Integrations - Modern - CDN',
Expand Down
2 changes: 1 addition & 1 deletion packages/analytics-js-integrations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"component-each": "0.2.6",
"@ndhoule/extend": "2.0.0",
"@lukeed/uuid": "2.0.1",
"get-value": "3.0.1",
"get-value": "4.0.1",
"ramda": "0.30.1"
},
"devDependencies": {},
Expand Down

0 comments on commit 9e8ea0d

Please sign in to comment.