mirror of
https://github.com/github/codeql-action.git
synced 2025-12-24 08:10:06 +08:00
Update checked-in dependencies
This commit is contained in:
7
node_modules/array.prototype.flatmap/CHANGELOG.md
generated
vendored
7
node_modules/array.prototype.flatmap/CHANGELOG.md
generated
vendored
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [v1.3.2](https://github.com/es-shims/Array.prototype.flatMap/compare/v1.3.1...v1.3.2) - 2023-09-06
|
||||
|
||||
### Commits
|
||||
|
||||
- [Deps] update `define-properties`, `es-abstract` [`1737863`](https://github.com/es-shims/Array.prototype.flatMap/commit/17378634d56fc4b75027764b54804d89c6f8d60f)
|
||||
- [Dev Deps] update `@es-shims/api`, `@ljharb/eslint-config`, `aud`, `object-inspect`, `tape` [`2337759`](https://github.com/es-shims/Array.prototype.flatMap/commit/23377597983440102805d36f701408505b433ccd)
|
||||
|
||||
## [v1.3.1](https://github.com/es-shims/Array.prototype.flatMap/compare/v1.3.0...v1.3.1) - 2022-11-02
|
||||
|
||||
### Commits
|
||||
|
||||
12
node_modules/array.prototype.flatmap/implementation.js
generated
vendored
12
node_modules/array.prototype.flatmap/implementation.js
generated
vendored
@@ -1,11 +1,11 @@
|
||||
'use strict';
|
||||
|
||||
var ArraySpeciesCreate = require('es-abstract/2022/ArraySpeciesCreate');
|
||||
var FlattenIntoArray = require('es-abstract/2022/FlattenIntoArray');
|
||||
var Get = require('es-abstract/2022/Get');
|
||||
var IsCallable = require('es-abstract/2022/IsCallable');
|
||||
var ToLength = require('es-abstract/2022/ToLength');
|
||||
var ToObject = require('es-abstract/2022/ToObject');
|
||||
var ArraySpeciesCreate = require('es-abstract/2023/ArraySpeciesCreate');
|
||||
var FlattenIntoArray = require('es-abstract/2023/FlattenIntoArray');
|
||||
var Get = require('es-abstract/2023/Get');
|
||||
var IsCallable = require('es-abstract/2023/IsCallable');
|
||||
var ToLength = require('es-abstract/2023/ToLength');
|
||||
var ToObject = require('es-abstract/2023/ToObject');
|
||||
|
||||
module.exports = function flatMap(mapperFunction) {
|
||||
var O = ToObject(this);
|
||||
|
||||
16
node_modules/array.prototype.flatmap/package.json
generated
vendored
16
node_modules/array.prototype.flatmap/package.json
generated
vendored
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "array.prototype.flatmap",
|
||||
"version": "1.3.1",
|
||||
"version": "1.3.2",
|
||||
"author": {
|
||||
"name": "Jordan Harband",
|
||||
"email": "ljharb@gmail.com",
|
||||
@@ -50,14 +50,14 @@
|
||||
],
|
||||
"dependencies": {
|
||||
"call-bind": "^1.0.2",
|
||||
"define-properties": "^1.1.4",
|
||||
"es-abstract": "^1.20.4",
|
||||
"define-properties": "^1.2.0",
|
||||
"es-abstract": "^1.22.1",
|
||||
"es-shim-unscopables": "^1.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@es-shims/api": "^2.2.3",
|
||||
"@ljharb/eslint-config": "^21.0.0",
|
||||
"aud": "^2.0.1",
|
||||
"@es-shims/api": "^2.4.2",
|
||||
"@ljharb/eslint-config": "^21.1.0",
|
||||
"aud": "^2.0.3",
|
||||
"auto-changelog": "^2.4.0",
|
||||
"covert": "^1.1.1",
|
||||
"eslint": "=8.8.0",
|
||||
@@ -67,9 +67,9 @@
|
||||
"in-publish": "^2.0.1",
|
||||
"npmignore": "^0.3.0",
|
||||
"nyc": "^10.3.2",
|
||||
"object-inspect": "^1.12.2",
|
||||
"object-inspect": "^1.12.3",
|
||||
"safe-publish-latest": "^2.0.0",
|
||||
"tape": "^5.6.1"
|
||||
"tape": "^5.6.6"
|
||||
},
|
||||
"testling": {
|
||||
"files": [
|
||||
|
||||
Reference in New Issue
Block a user