Skip to content

Commit

Permalink
Partial updates for core devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
danielrozenberg committed Jan 26, 2024
1 parent ee8c32b commit e2ab76a
Show file tree
Hide file tree
Showing 3 changed files with 97 additions and 260 deletions.
2 changes: 1 addition & 1 deletion build-system/tasks/check-sourcemaps.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
const argv = require('minimist')(process.argv.slice(2));
const fs = require('fs');
const {cyan, green, red} = require('kleur/colors');
const {decode} = require('sourcemap-codec');
const {decode} = require('@jridgewell/sourcemap-codec');
const {execOrDie} = require('../common/exec');
const {log} = require('../common/logging');

Expand Down
Loading

0 comments on commit e2ab76a

Please sign in to comment.