Skip to content

Commit

Permalink
Prebid Core: Upgrade deepSetValue import (#8443)
Browse files Browse the repository at this point in the history
* Bump dset from 2.0.1 to 3.1.2

Bumps [dset](https://github.com/lukeed/dset) from 2.0.1 to 3.1.2.
- [Release notes](https://github.com/lukeed/dset/releases)
- [Commits](lukeed/dset@v2.0.1...v3.1.2)

---
updated-dependencies:
- dependency-name: dset
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update utils.js

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Patrick McCann <patmmccann@gmail.com>
  • Loading branch information
dependabot[bot] and patmmccann authored Sep 8, 2022
1 parent c9a4819 commit e0ef967
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
17 changes: 8 additions & 9 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 @@ -122,7 +122,7 @@
"criteo-direct-rsa-validate": "^1.1.0",
"crypto-js": "^3.3.0",
"dlv": "1.1.3",
"dset": "2.0.1",
"dset": "3.1.2",
"express": "^4.15.4",
"fun-hooks": "^0.9.9",
"just-clone": "^1.0.2",
Expand Down
2 changes: 1 addition & 1 deletion src/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {find, includes} from './polyfill.js';
import CONSTANTS from './constants.json';
import {GreedyPromise} from './utils/promise.js';
export { default as deepAccess } from 'dlv/index.js';
export { default as deepSetValue } from 'dset';
export { dset as deepSetValue } from 'dset';

var tArr = 'Array';
var tStr = 'String';
Expand Down

0 comments on commit e0ef967

Please sign in to comment.