Update checked-in dependencies
This commit is contained in:
parent
79817eb679
commit
9c3b394d7f
402 changed files with 12598 additions and 2912 deletions
7
node_modules/array.prototype.flat/CHANGELOG.md
generated
vendored
7
node_modules/array.prototype.flat/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.flat/compare/v1.3.1...v1.3.2) - 2023-09-05
|
||||
|
||||
### Commits
|
||||
|
||||
- [Deps] update `define-properties`, `es-abstract` [`fb625eb`](https://github.com/es-shims/Array.prototype.flat/commit/fb625eb6935b2c59a16ca6a99348ab6bd99089ec)
|
||||
- [Dev Deps] update `@es-shims/api`, `@ljharb/eslint-config`, `aud`, `object-inspect`, `tape` [`1fde275`](https://github.com/es-shims/Array.prototype.flat/commit/1fde275224a27cfc9347b22e953ad9db46823d05)
|
||||
|
||||
## [v1.3.1](https://github.com/es-shims/Array.prototype.flat/compare/v1.3.0...v1.3.1) - 2022-11-02
|
||||
|
||||
### Commits
|
||||
|
|
|
|||
12
node_modules/array.prototype.flat/implementation.js
generated
vendored
12
node_modules/array.prototype.flat/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 ToIntegerOrInfinity = require('es-abstract/2022/ToIntegerOrInfinity');
|
||||
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 ToIntegerOrInfinity = require('es-abstract/2023/ToIntegerOrInfinity');
|
||||
var ToLength = require('es-abstract/2023/ToLength');
|
||||
var ToObject = require('es-abstract/2023/ToObject');
|
||||
|
||||
module.exports = function flat() {
|
||||
var O = ToObject(this);
|
||||
|
|
|
|||
16
node_modules/array.prototype.flat/package.json
generated
vendored
16
node_modules/array.prototype.flat/package.json
generated
vendored
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "array.prototype.flat",
|
||||
"version": "1.3.1",
|
||||
"version": "1.3.2",
|
||||
"author": {
|
||||
"name": "Jordan Harband",
|
||||
"email": "ljharb@gmail.com",
|
||||
|
|
@ -51,14 +51,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",
|
||||
|
|
@ -68,9 +68,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": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue